/**
 * Theme Name: Yoona Child
 * Theme URI: http://ravistheme.com/yoona/wp/
 * Description: Yoona Child Template
 * Template: yoona
 * Version: 1.0.0
 * Author: Joseph_a
 * Author URI: http://themeforest.net/user/RavisTheme
 * License: GNU General Public License
 * License URI: license.txt
 * Tags: white, responsive-layout, custom-background, threaded-comments, translation-ready, editor-style, custom-menu
 */
 
#main-booking-form .search-button-container {
	position: relative;
	left: 0;
	bottom: 0;
	height:42px;
	padding: 0 5px;
	margin-left: 0;
}

.wpb_single_image .vc_figure {
	display: block;
}

@media (max-width: 991px){
	#main-booking-form .search-button-container{
		width:50%;
	}
}

@media (min-width: 992px){
	#main-booking-form .search-button-container{
		width:25%;
	}
}
#main-booking-form .search-button-container:after {
display:none;
}

#main-booking-form .search-button-container input {
	border: 0;
	background: #ab9d92;
	text-align: center;
	color: #e7dfd7;
	line-height: 13px;
	padding: 0 5px;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	position: relative;
	left: 0;
	top: 0;
	white-space: normal;
	width: 100%;
	height: 42px;
	text-transform: uppercase;
}
#main-booking-form .search-button-container input:hover{
	background: #fff;
	border: 1px solid #ab9d92;
	color: #ab9d92;
}
a,a:hover{
	color: #453020;
}
@media (max-width:420px){
	#contact-form .row [class*="field"],
	#booking-tab-contents #booking-reservation .row [class*="field"],
	#respond .row [class*="field"],
	.wpcf7-form .row [class*="field"]{
		width: 100% !important;
	}
}
select{
	z-index: 999999;
	position: relative;
}

/* Usercentrics Iframes */
.uc-embedding-buttons > button:nth-child(1){
	margin-right: 5px;
}
.uc-embedding-1{
	width: 100% !important;
}