/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.block-content {
	padding: 0px 0 100px;
}

.wpb_single_image:hover {
	opacity: 0.5;
}

/* MENU TOP */

/*Booking top button*/
.booking-top-btn a {
	border-radius: 5px;
	padding: 10px 20px !important;
	color: white !important;
	background-color: #584a41;
}

.booking-top-btn a:hover {
	background-color: #bcd7ea;
}

.booking-top-btn.menu-item-active a {
	background-color: #bcd7ea;
}

.booking-top-btn.menu-item-active a:hover {
	background-color: #584a41;
}

/*END*/

/* Menu language */
#primary-menu.no-responsive>li ul {
	width: max-content;
}

#primary-menu.no-responsive>li>ul>li>a {
	background-color: initial;
}

#primary-menu.no-responsive>li>ul a {
	padding: 0px 15px;
	text-transform: uppercase;
	color: #3c3950 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	font-family: 'Montserrat' !important;
	border: 1px solid #dfe5e8;
}

#primary-menu.no-responsive>li>ul a:hover {
	color: #00bcd4;
}

/* END */

/* END MENU TOP */


.alb_rounded {
	border-radius: 50%;
}

/*News and events bloc posts */
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #584a41 !important;
	width: 100%;
	text-transform: uppercase;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background-color: #bcd7ea !important;
}


/*END*/

/*Bookit NOW */
.col-md-6 {
	float: none !important;
}

.wpdev_hint_with_text {
	float: none !important;
	display: inline-block;
}

.wpdev-help-message.alert.alert-warning,
.wpdev-help-message .alert.alert-warning {
	display: block;
}

.months_num_in_row_2 {
	padding-right: 5px;
	padding-left: 5px;
}

/*END*/

#top-area {
	display: none !important;
}

.gdpr-privacy-preferences {
	display: none;
}

.wpbc_container .wpbc_button_light, 
.wpbc_container.wpbc_container_booking_form .wpbc_button_light {
    border-radius: 3px !important;
    background-color: rgb(88, 74, 65) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 700 !important;
	font-family: 'Montserrat' !important;
	height: 80px !important;
}