/* header modifications */
/*@media screen and (min-width: 1024px) {*/
/*	.site-header .custom-logo-link {*/
/*		max-width: 180px;*/
/*	}*/
/*	.header-left {*/
/*		display: none;*/
/*	}*/
/*	.title-area {*/
/*		width: 100%;*/
/*		display: flex;*/
/*		justify-content: center;*/
/*		flex-direction: row;*/
/*	}*/
/*}*/
/*@media screen and (max-width:1024px) {*/
/*	.site-header .custom-logo {*/
/*		max-width: 120px;*/
/*	}*/
/*	#genesis-mobile-nav-primary {*/
/*		margin-top: 30px;*/
/*	}*/
/*}*/

/* photo galleries */
.gallery-item {
		padding: 0!important;
	}
	.elementor-lightbox .elementor-swiper-button:focus { outline-width: 0px; }
@media screen and (min-width: 480px) {
		.gallery-item, .gallery-icon, .gallery-icon a, .gallery-icon img {
		height: 200px;
		overflow: hidden;
	}
	.gallery-icon img {
		object-fit: cover;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.gallery-item {
		width: 33%!important;
	}
	.gallery-item, .gallery-icon, .gallery-icon a, .gallery-icon img {
		height: 120px;
	}
}

/* removes visibile "home" title on home page */
/*.home #hero-page-title {*/
/*	display: none;*/
/*}*/
/*.home .nav-primary .wrap {*/
/*	border-bottom: 0;*/
/*}*/

/* fixes heading colors on home page */
.home h3 {
	color: #6F5D41;
}
.elementor-element-a9c3148 h3 {
	font-family: "Yanone Kaffeesatz"!important;
}

/* spacing fixes for home page */
.elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

/* buttons */
button, .button, .btn, input[type="button"] {
	border-radius: 60px;
	/*font-weight: 500!important;*/
}

/* contact form on home page */
.home #emailForm label {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home #emailForm input[type="text"], .home #emailForm #message
 {
	font-size: 16px;
	padding: 12px;
	border-radius: 2px;
}
.home #emailForm #message {
	height: 120px;
}

/* global contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}


/*Shrink empty space at top of body content*/
.entry-header::after {
    margin-bottom: 0px;
}

body.page h1 {
    margin-bottom:0px;
}
.breadcrumb {
    margin-bottom: 20px;
}
.content {
    padding-top: 20px;
}
@media only screen and (max-width: 800px) {
    .site-inner {
        padding-top: 5px;
    }
}

body, .site-header {
    background-color: #e5d8d64a;
}

.faq-question, label.faq-question.active {
    background: #e4d8d6;
}
.faq-answer {
    background: #f7f4f3;
}