.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icons {
	display: flex;
	list-style-type: none;
	margin: 0;
	line-height: 0;
}

.social-icons--mobile {
	display: none;
}

@media screen and (max-width: 1199px) {
	.social-icons--desktop {
		display: none;
	}
	.social-icons--mobile {
		display: flex;
	}
}

.social-icons__icon {
	padding-left: 16px;
	padding-right: 16px ;
}

.social-icons__icon:last-of-type {
	padding-right: 0;
}

.social-icons__img {
	width: 44px;
}

.social-icons__img.svg:hover {
	fill: #4B5E48;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children ul.menu {
	display: none;
	position: absolute;
	left: -70px;
	top: 50px;
	background: url('/wp-content/themes/infinitytheme/assets/images/menu-texture.png') no-repeat;
	height: 177px;
	width: 196px;
	padding: 30px;
}

.menu-item-has-children ul.menu a {
	text-transform: uppercase;
	color: #4B5E48;
	font-weight: bold;
	font-family: "Everleth", "apercumono", Helvetica, Roboto, Arial, sans-serif;
	font-size: 15px;
	padding: 0;
	padding-bottom: 16px;
}

.menu-item-has-children ul.menu a:hover {
	color: #76996D;
}

.page__hero--home {
	background-image: none;
	padding: 0;
	max-height: 650px;
}

.page__hero-overlay {
	position: relative;
}

@media screen and (min-width: 750px) {
	.page__hero-overlay {
		bottom: 400px;
	}
}

@media screen and (min-width: 650px) and (max-width: 749px) {
	.page__hero-overlay {
		bottom: 350px;
	}
}

@media screen and (min-width: 600px) and (max-width: 649px) {
	.page__hero-overlay {
		bottom: 300px;
	}
}

@media screen and (min-width: 501px) and (max-width: 599px) {
	.page__hero-overlay {
		bottom: 250px;
	}
}

@media screen and (min-width: 401px) and (max-width: 500px) {
	.page__hero-overlay {
		bottom: 200px;
	}
}

@media screen and (min-width: 351px) and (max-width: 400px) {
	.page__hero-overlay {
		bottom: 165px;
	}
}

@media screen and (min-width: 320px) and (max-width: 350px) {
	.page__hero-overlay {
		bottom: 140px;
	}
}

@media screen and (min-width: 901px) {
	.page__hero--home {
		max-height: 600px;
	}
}


@media screen and (min-width: 800px) and (max-width: 900px) {
	.page__hero--home {
		max-height: 550px;
	}
}


@media screen and (min-width: 701px) and (max-width: 799px) {
	.page__hero--home {
		max-height: 500px;
	}
}

@media screen and (min-width: 650px) and (max-width: 700px) {
	.page__hero--home {
		max-height: 450px;
	}
}

@media screen and (min-width: 501px) and (max-width: 649px) {
	.page__hero--home {
		max-height: 400px;
	}
}

@media screen and (min-width: 451px) and (max-width: 500px) {
	.page__hero--home {
		max-height: 325px;
	}
}

@media screen and (min-width: 350px) and (max-width: 450px) {
	.page__hero--home {
		max-height: 260px;
	}
}

@media screen and (min-width: 320px) and (max-width: 349px) {
	.page__hero--home {
		max-height: 230px;
	}
}


.searchform input {
	margin-bottom: 0;
	background: #fff;
	height: 40px;
	width: 200px;
	border-radius: 10px;
	padding-left: 16px;
	font-family: "Font Awesome 5 Free";
    font-size: 1.3333333333333333em;
    font-weight: 900;
}

.searchform--footer input {
	display: none;
	text-align: left!important;
}


@media screen and (max-width: 599px) {
	.searchform--header input{
		display: none;
	}
	.searchform--footer input {
		display: block;
	}
}

.menu-link-child.active > a::after {
	content: unset!important;
}

@media screen and (max-width: 1199px) {
	.menu-item-has-children ul.menu {
		display: block!important;
		position: unset;
		background: unset;
	}
}

body .gform_wrapper ul li.gfield {
	text-align: center;
}

input[type="submit"] {
	display: block!important;
	margin: 0 auto!important;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight: normal!important;
}

#input_7_9 {
	width: 100%!important;
	height: 100px!important;
}

/* body #gform_wrapper_7 .gform_body #field_7_7 .gfield_label,
body #gform_wrapper_7 .gform_body #field_7_6 .gfield_label {
	background: #fbf7d9 url(../images/upload.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 2.8125rem;
    padding: 2.5rem 1.25rem 4.375rem 1.25rem;
    cursor: pointer;
	width: 100%;
} */

.menu--primary > li > a, .menu .active > a {
	color: #fff!important;
}

.ms-slide-bgcont img {
	margin-left: 0!important;
}

#wpadminbar #adminbarsearch .adminbar-button {
	display: none!important;
}
