/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.hide{
	display:none !important;
}
/* Change the placeholder color for input elements */
#available_dates::placeholder{
    color: #0063bd; /* Default placeholder color */
	opacity: 1;
}

/* Change the placeholder color for disabled input elements */
#available_dates:disabled::placeholder {
    color: #ccc; /* Change to your desired color for disabled placeholders */
}
#available_times:disabled{
	color:#ccc;
}

.searchresults-top-left{
	padding-right:20px;
	padding-left:20px;	
}
.inner-searchresults{
	padding-left:20px;	
}
.page-template-page-search #main{
	padding-left:0 !important;
	padding-right:0 !important;
}
.page-template-page-search .fusion-row{
	max-width:100% !important;
}
.othrlocation-sec{
	background: #f0f9ff;
	padding-top:5%;
	padding-bottom:5%;	
}