/*
Theme Name: IHH Theme
Description: IHH Theme by iMedia.
Version: 1.0.0
Author: iMedia
*/

@import url('blog/blog.css');
@import url('woo/woocommerce-style.css');
@import url('inc/stylesheet.css');

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	font-family: 'Nexa';
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 46px;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 34px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 26px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #000;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover{
	color: #cb2523;
	text-decoration: none;
}
a.comn-btn, a.read-more  {
	display: inline-block;
	background-color: #1C2F5A;
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #fff;
	background-color: #096d3a;
}



/* ========== Header ========== */

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
body:not(.home) #header {
	margin: 0;
	background-color: transparent;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.home #header {
	margin: 0;
	position: absolute;
	background-color: transparent;
	width: 100%;
}

#header-main {
	position: relative;
	background-size: cover;
	background-position: top;
}
#logo {
	max-width: 580px;
	position: relative;
	z-index: 99;
	margin-top: 25px;
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

#page-header{
	width: 100%;
	background-color: #C4A956;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 7px 0px;
	font-weight: 600;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
	display: none;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}

/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #062623;
	color: #fff;
	padding: 30px 0 25px;
	font-size: 13px;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
	margin-left: -4px;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 55px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 15px;
	font-family: inherit;
	font-weight: 500;
}

ul.slimmenu li a:hover {
	background-color: #C4A956;
	color: #fff;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: var(--e-global-color-secondary);
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #C4A956;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 25px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 9px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #C4A956;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #c4a956;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 45px;
	margin-top: -1px;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #fff;
	color: #062e2d;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #C4A956;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: var(--e-global-color-primary);
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
	height: auto !important;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #C4A956;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: var(--e-global-color-secondary);
}
ul.slimmenu > li.current-menu-item > a {
	background-color: #C4A956;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: var(--e-global-color-secondary);
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #C4A956;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #096d3a;
	color: #fff;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #C4A956;
	padding: 5px 20px;
	border: none;
}

#searchform #searchsubmit:hover {
	background-color: #096d3a;
	color: #fff;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last {
	margin-right: 0;
	float: right;
}

.full.submit-div {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #454545;
	width: 15px;
	text-align: center;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 30px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	border: 0;
	background-color: #1F1f1f;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 16px;
	line-height: 1;
	padding: 10px 30px;
	height: auto;
}

input[type="submit"]:hover {
	background-color: #096d3a;
	color: #C4A956;
}

/* ========== Custom ========== */
.hero-row i {
	color: #C4A956;
	font-style: normal;
}
.hero-row h1 {
	font-family: 'Nexa' !important;
}
.hero-row {
	position: relative;
}
.hero-row::before  {
	position: absolute;
	background-color: rgb(9, 109, 58, 0.3);
	height: 100%;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	content: "";
}
.elementor-widget-text-editor, .elementor-widget-button .elementor-button, .elementor-widget-heading .elementor-heading-title {
	font-family: 'Nexa' !important;
}
.home .site-nav {
	margin-top: 838px;
	background: transparent;
}
.inner-menu {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: space-around;
	padding: 30px 0 20px;
	margin: 0;
	list-style: none;
}
.inner-menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 2px;
}
.inner-menu a:hover {
	color: #c4a956;
}
.about-row {
	position: relative;
}
.about-row::before {
	position: absolute;
	background-color: rgba(9, 109, 58, 0.8);
	height: 100%;
	width: 100%;
	content: "";
	left: 0;
	top: 0;
	content: "";
}
.about-row h2 {
	color: #C4A956;
}
.forminator-button-submit {
	display: table !important;
	margin: 0 auto !important;
	background: #C4A956 !important;
	color: #062623 !important;
	line-height: 1.2 !important;
	font-size: 18px !important;
	font-weight: 900 !important;
	letter-spacing: 1px;
	padding: 25px !important;
	width: 100% !important;
	max-width: 300px !important;
}
.forminator-button-submit:hover {
	background: #fff !important;
	color: #062623 !important;
}
.forminator-textarea, .forminator-textarea:hover, .forminator-textarea:focus, .forminator-is_hover .forminator-textarea {
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
#main-footer-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
}
#main-footer-bottom p {
	margin: 0 auto;
}
.site-nav {
	position: relative;
	z-index: 9;
	background: #062e2d;
	padding: 5px 0;
}
.services-row label {
	color: #fff;
}
#page-header {
	display: none;
}
ul.slimmenu {
	display: flex;
	justify-content: space-around;
}
.services-row {
	background: linear-gradient(0deg, rgb(22, 116, 68) 0%, rgb(43, 119, 75) 90%);
}
.e-n-accordion {
	max-width: 700px;
	margin: auto;
}
.e-n-accordion-item-title-icon::after {
	content: "";
	position: absolute;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background: var(--e-global-color-secondary);
	z-index: 0;
}
.e-n-accordion-item-title-icon > span {
	z-index: 9;
}
.e-n-accordion-item-title-icon svg {
	max-width: 20px;
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg,
.elementor-widget-n-accordion .e-n-accordion-item[open] > .e-n-accordion-item-title .e-n-accordion-item-title-icon span > svg {
	fill: var(--e-global-color-primary) !important;
}

.footer-botm {
	text-align: center;
	padding: 20px 0;
	background-image: url(../../../wp-content/uploads/2025/06/zlatni-rat-beach-hvar-island-croatia-aerial.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.footer-botm::before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(7, 43, 42, 0.8);
	content: "";
	height: 100%;
	width: 100%;
}
.footer-botm p, .footer-botm p a {
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}
.footer-botm .elementor-social-icon-youtube {
	position: relative;
}
.footer-botm .elementor-social-icon-youtube::before {
	position: absolute;
	content: "";
	background-image: url("https://www.innatehealthhealing.com/wp-content/uploads/2025/05/bluesky.png");
	background-size: contain;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.footer-botm .elementor-social-icon-youtube .e-font-icon-svg.e-fab-youtube {
	opacity: 0;
}
.footer-botm a:hover {
	color: #062623;
}

/*
.home-menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.home-menu ul a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.home-menu .menu-item-has-children {
	position: relative;
}
.home-menu ul .sub-menu {
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	flex-direction: column;
	align-items: flex-start;
	margin-top: 15px;
}
.home-menu ul .sub-menu a {
	color: #fff;
	background-color: #c4a956;
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	min-width: 19em;
	display: inline-block;
}
.home-menu .menu-item-has-children a::before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 1px;
	right: -20px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}
.home-menu .menu-item-has-children::after {
	display: none;
}
.home-menu ul .sub-menu li {
	height: 50px;
}
*/



/* ========== Responsive ========== */

@media screen and (max-width: 2100px){
	.home .site-nav {
		margin-top: 641px;
	}
	
}

@media screen and (max-width: 1800px){
	.home .site-nav {
		margin-top: 576px;
	}
	
}
@media screen and (max-width: 1600px){
	.home .site-nav {
		margin-top: 530px;
	}
	
}
@media screen and (max-width: 1400px){
	.home .site-nav {
		margin-top: 491px;
	}

}
@media screen and (max-width: 1300px){
	.home .site-nav {
		margin-top: 463px;
	}

}
@media screen and (max-width: 1150px){
	.home .site-nav {
		margin-top: 435px;
	}

}
@media screen and (max-width: 1100px){
	.home .site-nav {
		margin-top: 411px;
	}
}

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	ul.slimmenu {
		display: inherit;
	}
	.home .site-nav {
			margin-top: 392px;
		}
	.home .site-nav .menu-collapser {
		margin-top: -53px;
	}
}

@media screen and (max-width: 980px){
	#logo {
		max-width: 400px;
	}
	.home .site-nav {
		margin-top: 475px;
	}
}

@media screen and (max-width: 900px){
	.home .site-nav {
		margin-top: 455px;
	}
}
@media screen and (max-width: 800px){
	.home .site-nav {
		margin-top: 428px;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third {
		width: 100%;
		margin-right: 0;
	}
	.home .site-nav {
		margin-top: 420px;
	}
}

@media screen and (max-width: 767px){
	#main-footer-bottom {
		flex-direction: column;
		gap: 10px;
	}
	.inner-menu {
		flex-direction: column;
	}
	.home .site-nav {
		margin-top: 590px;
	}
}

@media screen and (max-width: 600px){
	#logo {
		max-width: 300px;
	}
	.home .site-nav {
		margin-top: 530px;
	}
}

@media screen and (max-width: 533px){
	.home .site-nav {
		margin-top: 500px;
	}

}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	#logo {
		max-width: 260px;
	}
	.home .site-nav {
		margin-top: 520px;
	}
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.home .site-nav {
		margin-top: 490px;
	}
}


@media screen and (max-width: 375px){
	.home .site-nav {
		margin-top: 472px;
	}
}

@media screen and (max-width: 360px){
		.home .site-nav {
		margin-top: 500px;
	}
}