/**
Theme Name: Taylor Bay Country Club
Author: 121 Group
Author URI: https://121group.io
Description: 121 Group is a full-service digital marketing agency that has successfully delivered campaigns for clients across a broad range of industries. We can provide branding, marketing, digital and communication services, specialising in healthcare, fashion, lifestyle & beauty, mining, construction, and renewables. Our data-driven approach to customer acquisition will grow your revenue and allow you to reach new audiences.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: taylor-bay-country-club
Template: astra
*/

.wrap-reviews .tb-grid-column{
	background: white;
    border-radius: 6px;
    border: 1px solid #dbdde1;
    padding: 20px;
}


/* Terms and condition scrolling */
#primary .terms{
	height:250px;
	overflow:auto!important;
	flex-wrap:nowrap;
}

/* Hotel Booking */

.home-booking .hb-title-search-form{
	display:none;
}

.home-booking .hb-search-submit-wrapper input{
	background-color:#f0a11f;
}

.home-listing article{
	border-radius:8px;
}

.hb-confirm-area p:nth-child(2){
	font-weight: bold;
    font-size: 14px;
    color: #ff0000;
    border: 1px solid;
    border-left: 4px solid;
    padding: 12px;
}

.hb-payment-type-explanation{font-weight:bold;}

/* Search Form */
.single-hb_accommodation .entry-content h2, .single-hb_accommodation .entry-content h3, .single-hb_accommodation .entry-content h4, .single-hb_accommodation .entry-content h5, .single-hb_accommodation .entry-content h6{
	margin-top:0;
}

#primary .hb-check-dates-wrapper input{
	height:50px;
}

.hb-accom-listing-booking-form{
	
}

/* Price */
.hb-starting-price-shortcode-wrapper small{
	font-weight: bold;
    font-size: 16px;
	text-transform: capitalize;
}
	
.hb-accom-listing-desc p small{
    font-size: 16px;
    font-weight: 600;
    color: #f0a11f;
    text-transform: capitalize;
}

.single-hb_accommodation article{
	margin-bottom:0!important;
}

/* Room Content */
.single-hb_accommodation .entry-content h2{
	font-size:24px;
}
.single-hb_accommodation .entry-content h3{
	font-size:20px;
}

/* Related Room */
.related-rooms .uagb-post__image img{
	height: 200px;
	 object-fit: cover;
}


/* Blog */
.blog-image img{
	border-radius:15px;
}

/* Single Post */
.single-post #content .ast-container{
	max-width: 100%;
    padding: 0!important;
}

.news-date .uagb-heading-text:before{
	content: '\f133';
    font-family: "Font Awesome 5 Free";
	margin-right: 6px;
}



/* GF */
.gform_wrapper form .gform-field-label{
	font-weight:bold;
}

/* Media query */
@media (max-width:600px){
	.single-hb_accommodation .hb-search-submit-wrapper{
		margin-bottom:0!important;
	}
}

@media (min-width:768px){
	.single-hb_accommodation .hb-check-dates-wrapper, .single-hb_accommodation .hb-search-submit-wrapper{
		margin-bottom:0!important;
	}
}