@import url("https://use.typekit.net/gav1dmv.css");

@font-face {
    font-family: 'Brown Sugar';
    src: url('../fonts/brown_sugar-webfont.woff2') format('woff2'),
         url('../fonts/brown_sugar-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.entry-title {
	display: none !important;
}

h1, h2, .elementor-button {
	font-family: 'Brown Sugar', sans-serif !important;
}

body, h3, h4, h5, h6, p,
.h3, .h4, .h5, .h6 {
	font-family: 'Arimo', sans-serif;
}

a {
	transition: all 0.3s ease-in-out;	
}

a:hover, a:focus {
	transition: all 0.3s ease-in-out;	
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.color-primary {
	color: #BE8F6D;
}

.text-center {
	text-align: center;
}

.elementor-editor-active header,
.elementor-editor-active footer {
	display: none;
}

.img-width-100 img {
	width: 100%
}

.collage-inset {
	box-shadow: inset 0px 500px 0px #fff;
}

.elementor-social-icons-wrapper .elementor-icon i{
	transition: all 0.3s ease-in-out
}

.elementor-social-icons-wrapper .elementor-icon:hover i,
.elementor-social-icons-wrapper .elementor-icon:focus i {
	transition: all 0.3s ease-in-out
}

/* Header */

.ehf-header #masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0);	
}

#masthead ul li a {
	font-family: 'Brown Sugar', sans-serif;
}

.admin-bar #masthead {
	top: 32px;
}

#masthead section {
	transition: all 0.3s ease-in-out;
}

#masthead section .elementor-column {
	width: calc(100% - 600px);
}

#masthead section .elementor-column.logo-col {
	width: 300px;
	min-width: 300px;
	transition: all 0.3s ease-in-out;
}

.menu-compact.ehf-header #masthead {
	transition: all 0.3s ease-in-out;
	background: rgba(0,0,0,0.7);
}

.menu-compact #masthead section .elementor-column.logo-col {
	width: 200px;
	min-width: 200px;
	transition: all 0.3s ease-in-out;
}

.menu-compact #masthead section {
	padding: 0 !important;
	transition: all 0.3s ease-in-out;
}

/* Forms */

.form-control {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	right: 20px;
	top: 20px;
	margin: 0;
}

input, textarea {
	outline: none !important;
}

.wpcf7-response-output {
	color: #fff;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

form.invalid .wpcf7-response-output {
	background: #D22630;
	border-color: #D22630 !important;
}

form.sent .wpcf7-response-output {
	background: #7CB342;
	border-color: #7CB342 !important;
}

input:focus-within, textarea:focus-within {
	outline: 0;
	transition: all 0.3s ease-in-out;
}

/* Search */

.showcase-search {
	padding-top: 250px;
	padding-bottom: 100px;
	text-align: center;
}

.search-blocks-wrapper {
	margin-bottom: 50px;
}

.post-single {
	margin-bottom: 50px;
}

/* Search Form */

.search-form-wrapper {
	max-width: 700px;
	margin: 0px auto 100px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	position: relative;
}

.search-form-wrapper input[type="submit"] {
	background-image: url("../images/search-icon.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 50px;
	border: 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.search-form-wrapper input[type="submit"]:hover,
.search-form-wrapper input[type="submit"]:focus {
	background-color: transparent !important;
	border: 0;
}

/* Pagination */

.navigation {
	width: 100%;
	text-align: center;
	margin: 0 0px 70px;
}

.navigation .nav-links a {
	text-decoration: none;
}

.navigation .nav-links .page-numbers {
	min-width: 40px;
	height: 40px;
	display: inline-block;
	color: #BE8F6D;
	border: 1px solid #BE8F6D;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0px 12px;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.navigation .nav-links .page-numbers.current {
	background: #BE8F6D;
	border: 1px solid #BE8F6D;
	color: #FFFFFF;
}

.navigation .nav-links .page-numbers.dots {
	border-color: transparent;
}

.navigation .nav-links .page-numbers.dots:hover, .navigation .nav-links .page-numbers.dots:focus {
	background: transparent;
	border-color: transparent;
	color: #BE8F6D;
}

.navigation .nav-links .page-numbers:hover, .navigation .nav-links .page-numbers:focus {
	background: #BE8F6D;
	border: 1px solid #BE8F6D;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

/* Forms Field */

.form-2-cols,
.form-1-col {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0 !important;
}

.form-2-cols>*,
.form-1-col>* {
    font-size: 16px;
    line-height: 1.2em;
    display: inline-block;
    padding: 2px 15px;
    box-sizing: border-box;
}

.form-1-col>* {
    width: 100%;
}

.form-2-cols>* {
    width: 50%;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

select {
	background: #ffffff;
	border-radius: 0;
}

input,
textarea {
    width: 100% !important;
    box-sizing: border-box;
    outline: none;
}

textarea {
    height: 100px;
}

label {
	margin-bottom: 4px !important;
}

.recaptcha-text {
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
}

.recaptcha-text a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	font-style: italic;
	text-decoration: underline;
}

.btn-wrapper {
	margin-top: 10px;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
    display: inline-block;
    width: 32px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
	padding: 0;
	opacity: 0;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	width: 50%;
	min-width: 220px;
	margin: 0 0 10px;
}

.wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
}

.wpcf7-list-item .wpcf7-list-item-label {
	padding: 6px 0 !important;
	display: block;
	margin-left: 40px;
  }

  .wpcf7-checkbox input[type="checkbox"] + span::before {
	display: block;
	position: absolute;
	content: '';
	height: 30px;
	width: 30px;
	top: 0px;
	left: 0px;
	border: 1px solid #BE8F6D;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span::before {
	background: #BE8F6D;
}

.wpcf7-checkbox input[type="checkbox"] + span::after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span::after {
    visibility: visible;
}

.form-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px 0;
	max-width: 250px !important;
}

.wpcf7-not-valid {
	border-color: #D22630 !important;
}

.wpcf7-not-valid-tip {
	display: none;
}

@media screen and (max-width: 1365px) {
	#masthead ul li a {
		font-size: 30px;
	}
}

@media screen and (max-width: 1199px) {
	#masthead ul li a {
		font-size: 22px;
	}
}

@media screen and (max-width: 1024px) {
	.ehf-header #masthead {
		background: rgba(0,0,0,0.7);
	}
	#masthead section {
		padding: 0 !important;
	}

	#masthead section .elementor-column.logo-col {
		width: 200px;
		min-width: 200px;
	}

	#masthead section .elementor-column {
		width: calc(100% - 200px);
	}

	.collage-inset {
		box-shadow: inset 0px 300px 0px #fff;
	}

	.showcase-search {
		padding-top: 150px;
		padding-bottom: 50px;
		text-align: center;
	}
	
	.search-blocks-wrapper {
		margin-bottom: 0px;
	}

	.search-form-wrapper {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar #masthead {
		top: 46px;
	}
}

@media screen and (max-width: 767px) {
	.navigation {
		margin: 0 0px 20px;
   }   

	.form-2-cols>* {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.menu-compact.admin-bar #masthead {
		top: 0px;
	}
}

.elementor-tabs .elementor-tabs-wrapper {
	display: flex !important;
	justify-content: center;
}

.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title  {
	border: 1px solid #BE8F6D !important;
	padding: 9px 30px;
	margin: 0 15px;
	font-family: 'Brown Sugar', sans-serif !important;
	transition: all 0.3s ease-in-out;
}

.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:hover,
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:focus {
	background:  #BE8F6D;
	color: #FFFFFF !important;
	transition: all 0.3s ease-in-out;
}

.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active  {
	background:  #BE8F6D;
	transition: all 0.3s ease-in-out;
}

.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
	text-align: center;
	padding: 0px;
	margin-top: 40px;
}

.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
	display: none;
}

.inline-image-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.inline-image-wrapper a:first-child{
	margin-right: 30px;
}


@media screen and (max-width:767px) {
	.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
		padding: 9px 5px;
    	margin: 0 5px;
	}

	.elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
		margin-top: 0px;
	}

	.inline-image-wrapper {
		margin-top: 0px;
	}

	.inline-image-wrapper a:first-child{
		margin-right: 10px;
	}
}