/*
Theme Name:  Zante Child
Template:    zante
Author:      Eagle-Themes
Theme URI:   https://eagle-themes.com/themes/zante
Author URI:  https://eagle-themes.com
Description: Zante is a WordPress Theme crafted for your hotel & resort website.
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#main_menu {
    margin: 20px 0;
}

.top_menu  {
	background-color: #ca912b;
	color: #000;
}

.top_menu a {
	color: #000;
}

.c-booking {
	box-shadow: 0 0 3px #ddd;
}

.c-booking__text {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
    font-size: 17px;
}

@media only screen and (max-width: 991px){
	.c-booking.over-slider{
		margin-top: -160px;
	}
}

.c-booking__container {
	width: 100%;
}

.c-booking__form {
	width:100%;
}

.c-booking__field-wrapper {
	display: flex;
	flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 0;
    column-gap: 20px;
}

@media (min-width: 992px) {
	.c-booking__field-wrapper {
		flex-direction: row;
	}
}

.c-booking__field-group {
	width: 100%;
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.c-booking__field-group {
		width: 20%;
		margin-bottom: 0;
	}

	.c-booking__form-hotel-landing .c-booking__field-group,
	.c-booking__form-hotel-landing .c-booking__field-group.c-booking__field-button {
		width: 25%;
	}

	.c-booking__field-group.c-booking__field-button {
		width: 15%;
	}

	.c-booking__field-group.c-booking__field-datepicker {
		width: 25%;
	}
}

.c-booking__field-button .o-btn {
	pointer-events:  all !important;
}

.eb-btn-loader {
	display: none;
}

.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #fff !important;
	background-color: #ca912b !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_btn3.vc_btn3-color-juicy-pink:hover {
	color: #fff !important;
	background-color:#b69854 !important;
}

/* Place Banner*/

.place-details .place-image {
	height: 250px;
}

.place-details .place-image figure {
	width: 100%;
    height: 100%;
    position: relative;
}

.place-details .place-image .img-responsive {
	object-fit: cover;
    position: absolute;
    top: 0;
    object-position: center;
    height: 100%;
    width: 100%;
}

#main_menu.mobile_menu .dropdown-menu .menu-item-has-children > a {
	font-weight: 700 !important;
}


@media (max-width: 991px){
		#main_menu .navbar-nav .menu-item .dropdown-menu li a {
		font-weight: 400;
	}
}