/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
div#site-logo {
    min-width: 200px;
    margin: 15px 0 0 0;
}
.elementor-field-group-spol label, .elementor-field-group-godine label {
    display: inline-block !important;
    width: 130px;
    font-size: 1.18em!important;
}

.elementor-field-group-spol input {
    margin-bottom: 10px;
}
.elementor-field-subgroup.elementor-subgroup-inline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.elementor-field-subgroup.elementor-subgroup-inline span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.elementor-form input[type=checkbox], .elementor-form input[type=radio] {
    display: none !important;
}

.elementor-field-group-godine label, .elementor-field-group-spol label {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #024faa;
    cursor: pointer;
    background-color: #f7f7f7;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.elementor-field-group-godine label:hover, .elementor-field-group-spol label:hover {
    background-color: #ffffff;
    border-color: #398ef3;
    color: #1e40af;
}

.elementor-field-group-godine input[type="radio"]:checked + label,
.elementor-field-group-godine input[type="checkbox"]:checked + label,
.elementor-field-group-spol input[type="radio"]:checked + label,
.elementor-field-group-spol input[type="checkbox"]:checked + label {
    background-color: #fff;
    border-color: #398ef3;
    color: #398ef3; 
}
.naslovForma {
	text-align:center;
	font-size: 1.5em;
}
header#site-header {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

body #mobile-fullscreen #mobile-fullscreen-inner ul li a {
    font-size: 2em;
    line-height: 1.4;
}

#mobile-fullscreen ul li .dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 0.8em !important;
    color: red;
}
/* breakpoints  */

@media (max-width: 575.98px) {
	#mobile-fullscreen ul>li.lang-item {
		display: inline-block;
		padding: 0 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.oceanwp-mobile-menu-icon.clr.mobile-right {
		padding: 0 20px 0 0;
	}
	#mobile-fullscreen ul>li.lang-item {
		display: inline-block;
		padding: 0 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { }

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 1200px) and (max-width: 1399.98px) { }

@media (min-width: 1400px) {
	.dropdown-menu .sub-menu {
		min-width: 230px;
	}
	ul.sub-menu a.menu-link span.text-wrap {
		font-size: 1.4em;
	}

	}


