/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

body.search .top-search-box {
	display: flex;
	flex-direction: column;
}

body.search .top-search-box-child {
	flex-grow: 1;
}

body.search .search-box {
	margin: 20px 0;
	border: 1px solid #242424;
	padding: 5px 25px;
}

body.search .search-box .is-link-container {
	display: none;
}

body.search .location-box {
	font-weight: normal;
	border-radius: 0;
	border: 1px solid #242424;
	background: #e0e0e0;
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}

body.search .location-box a {
	color: inherit;
	display: block;
	padding: 18px;	
}

body.search h1.page-title {
	font-size: 20px;
}

body.search .search-content-area {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

body.search .search-content-area main {
	flex-grow: 1;
	width: 100%;
	margin-bottom: 50px;
}

body.search .search-content-area main .w-grid-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 20px 20px;
	grid-template-areas: ". .";
}

body.search .search-content-area main .w-grid-list article {
	width: 100%;
}

body.search .search-content-area main .w-grid-list article a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.search .search-content-area main .w-grid-list article img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: rgba(36,36,36,0.26);
	color: #fffefb;
	box-shadow: 0 0.16rem 0.32rem rgba(0,0,0,0.1), 0 0.53rem 1.6rem rgba(0,0,0,0.1);
	transition-duration: 0.3s;	
}

body.search .search-content-area main .w-grid-list article:hover img {
	transform: scale(1.1);
}

body.search .search-content-area main .w-grid-list article h3 {
	position: absolute;
	width: 100%;
	bottom: 15px;
	padding-top: 0;
}

body.search .search-content-area main .w-grid-list article h3 span {
	width: 90%;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	width: 90%;
	flex-shrink: 0;
	background-color: rgba(199,0,17,0.83);
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 10px;
	text-align: center;
}


body.search .search-content-area aside .widget {
	width: 100%;
}

body.search .search-content-area aside .widget h4 {
	font-size: 24px !important;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0em;
}

body.search .search-content-area aside #us_grid_1 .usg_post_title_1 {
	font-size: 14px;
	line-height: 16px;
	color: #242424;
	background: transparent;
	text-transform: none;
	margin-bottom: 8px;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
}

#email_signup {
    max-width: 100%;
}
#k_id_email {
    border: 2px solid #999;
    border-radius: 0;
    padding: 20px;
    height: 62px;
    font-size: 16px;
}
.klaviyo_submit_button.btn {
    position: relative !important;
    background: #333 none repeat scroll 0% 0% !important;
    height: 62px !important;
}
#kformfilter button{
    border-radius: 0 !important;
    height: 40px !important;
    width: 38px !important;
    text-indent: -444px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #333 !important;
font-size:0px !important;

}
.needsclick .ql-snow.ql-container.ql-disabled .ql-editor {
    display: block !important;
}
@media (min-width: 768px) {

	body.search .top-search-box {
		flex-direction: row;
		margin-top: 40px;
	}

	body.search .search-box {
		margin: 0 20px 0 0;
	}

	body.search .location-box {
		margin-left: 20px;
	}

	body.search h1.page-title {
		font-size: 30px;
	}	

	body.search .search-content-area {
		flex-direction: row;
	}

	body.search .search-content-area main {
		width: 25%;
		padding-right: 60px;
	}

	body.search .search-content-area main .w-grid-list {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: ". . .";
	}

	body.search .search-content-area aside {
		width: 25%;
	}

}


@media (min-width: 901px) {
	body.search .l-header.bg_transparent:not(.sticky) .l-subheader {
		box-shadow: 0 1px 0 rgba(0,0,0,0.08) !important;
		background: #242424 !important;
	}
}