body .header-logo {
	display:none;
}
body.selected-property.song-of-the-sea:not(.page-id-5213) #song-of-the-sea-header-logo,
body.page-id-5215 #song-of-the-sea-header-logo {
	display:block;
}

body.selected-property.sanibel-inn:not(.page-id-5215) #sanibel-inn-header-logo,
body.page-id-5213 #sanibel-inn-header-logo {
	display:block;
}

body:not(.selected-property):not(.page-id-5215):not(.page-id-5213) #header-logo {
	display:block;
}

/* booking form */

#close-booking {
	font-family: "Ysabeau", sans-serif !important;
	float: right;
	font-size: 150%;
	text-decoration: none;
	color: #333333 !important;
}

#booking-form-title {
	font-family: "Ysabeau", sans-serif !important;
	clear: both;
	margin-bottom: 16px;
    font-size: 24px;
	color: #333333;
}

#booking-form-div.in-header,
#booking-form-div.in-body {
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 400px; 
}

.daterangepicker {
	/*position: fixed;*/
	z-index: 2000000000;
}

body.booking-overlay {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}

body.booking-overlay #booking-overlay {

	 position: fixed; /* Sit on top of the page content */
	 width: 100%; /* Full width (cover the whole page) */
	 display: none;
	 height: 100%; /* Full height (cover the whole page) */
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	 z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
}

body.booking-overlay #booking-overlay {
	cursor: pointer;
}

body.booking-overlay #booking-overlay > #booking-form-div {
	cursor: auto;
}

#booking-form-div .booking-inner {
	text-align: center;
}

#booking-form div {
	margin-bottom: 8px;
}

#book-now-floating a,
#book-tee-time-floating a {
    color: #fff !important;
    width: 90px;
    height: 90px;
    line-height: 22px !important;
    font-size: 22px !important;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0px;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 2px 5px 5px rgb(0 0 0 / 19%);
    padding: 22px 19px 19px 19px !important;
	background: #3B99B3;
	text-decoration: none;
	display: block;
}

#book-now-floating a,
#book-tee-time-floating a { 
	transform: scale(1);
	transition: transform 0.3s;
}

#book-now-floating a:hover,
#book-tee-time-floating a:hover { 
	transform: scale(1.05);
	transition: transform 0.3s;
	background: #006488;
}

#book-now-floating,
#book-tee-time-floating {
	position: fixed;
	bottom: -100px;
	right: 40px;
	z-index: 1;
	transition: bottom 0.5s;
	z-index: 1000;
}

#book-now-floating.show,
#book-tee-time-floating.show {
	bottom: 40px;
	transition: bottom 0.5s; 
}


#booking-hero-form {
	width: 300px;
	text-align: center;
}

#booking-hero-form button {
	border: none;
}

#booking-hero-form input {
	height: 50px;
}



#booking-hero-form select:hover,
#booking-hero-form option:hover,
#booking-hero-form input:focus, 
#booking-hero-form input:hover {
	background-color: rgba(255, 255, 255, 1);
}

#booking-hero-form i {
	position: absolute;
    right: 0;
    padding: 10px;
    font-size: 30px;
	color: #286077;
	cursor: pointer;
}

#booking-hero-form input::placeholder {
	opacity: 1;	
}

#booking-hero-form select, 
#booking-hero-form option, 
#booking-hero-form input{
	background-color: rgba(255, 255, 255, 0.7);
	color: #333333;
}

#booking-hero-form select, 
#booking-hero-form input {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 25px;
	
}

.daterangepicker {
	transform: scale(1.5);
	
	margin-top: 60px; /* to account for upscaling */
}

.esg-filterbutton.esg-filterbutton:not(.selected) span i {
    background: white;
    border: solid 2px #286077;
    font-size: unset;
    display: inline-block;
    height: 25px;
    width: 25px;
}

#experiences-grid .eg-ronald-reagan-2-element-11 {
	line-height: 36px !important;
}

i.elementor-button-icon.dt-icon-the7-arrow-552 {
    display: none;
}
#booking-form div {
    margin-bottom: 8px;
    text-align: left;
}
#booking-form label, #booking-form input {
    width: 100%;
    font-family: 'Crimson Text', serif;
    font-size: 20px !important;
	color: #222 !important;
}
#booking-form input::placeholder {
    opacity: 1;
}
#booking-form input, #booking-form select {
    background: #eee !important;
    height: 50px !important;
    padding: 10px !important;
	color: #222 !important;
}
@media only screen and (max-width: 600px) {
	.daterangepicker {
    	transform: scale(1.2);
    	margin-top: -50px;
	}
}
