/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.price_Callout .fl-callout {
	display: flex;
	align-items: center;
}
.price_Callout .fl-callout-photo {
	width: 40px !important;
	padding: 0;
}
.price_Callout .fl-callout-content {
	width: calc(100% - 50px) !important;
	margin-left: 15px;
}
.price_Callout .fl-callout-content .fl-callout-title {
	padding-bottom: 2px;
}
.pbmit-timelist-list {
	font-size: 16px;
	padding: 0 !important;
}
.pbmit-timelist-li-title {
	color: #8e6e35 !important;
}
.pbmit-timelist-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
.location-finder {
	padding: 25px;
	position: relative;
	top: -120px;
	margin-bottom: -120px;
	border-radius: 8px;
	background-color: rgba(247, 244, 232, 0.7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 1000;
	box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}
.search-btn {
	width: 100%;
	padding: 15px;
	background: #8E6E35;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.search-btn:hover, .search-btn:focus {
    background: #202125;
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
	border: none;
}
.ss-main {
	padding: 15px !important;
}
.ss-main .ss-values .ss-value, .ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option:focus {
	background-color: #8E6E35 !important;
}
.inp_Loc {
	display: flex;
	flex-direction: row;
	position: relative;
	user-select: none;
	color: #666;
	width: 100%;
	padding: 10px 15px;
	cursor: text;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background-color: #fff;
	min-height: 50px;
	font-size: 16px !important;
}
.header_Link {
	font-family: "Libre Caslon Display", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	letter-spacing: 1px;
	background-color: #8E6E35;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	border: none;
	float: right;
}
.header_Link:hover, .header_Link:focus {
	background-color: #202125;
	color: #fff;
}
.home_Filter .search-btn {
	background: #000;
	padding: 10px;
	width: 140px;
	border-radius: 0 0 0 0;
	margin: 0;
	border-left: solid 1px #555;
}
.home_Filter .location-finder {
	padding: 0;
	top: 0;
	margin: 0;
	background: transparent;
	box-shadow: none;
}
.home_Filter .input-with-dropdown select {
	font-size: 15px;
}
@media only screen and (max-width: 910px) {
.location-finder {
	padding: 25px 15px;
}
}


#gform_wrapper_3 {
	padding: 25px;
	border-radius: 8px;
	background-color: rgba(247, 244, 232, 0.7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
#gform_wrapper_3 .gfield_label {
	color: #8e6e35 !important;
	border: none !important;
}
.gform_next_button:hover, 
.gform_next_button:focus {
	background: #202125 !important;
}
.salon-plan-period {
	margin: 0 !important;
}
















