/*
Theme Name:   Solaz child theme
Theme URI:    http://hn.arrowpress.net/solaz/
Description:  Solaz - Elegant WooCommerce WordPress Theme.
Author:       AHT
Author URI:   http://arrowhitech.com/
Template:     solaz
Version:      1.0
License:      
License URI:  
Tags:         one-column, two-columns, right-sidebar,  custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:  solaz-child
*/
/*---Header---*/
.header-v1.is-sticky .header-logo {
   background: #3F8F8C !important;
}
.rooms .hb_room .entry-summary .price {
   display: none;
}
/*---OUR ROOMS---*/
.romcustom .rooms .hb_room .entry-summary {
    padding-bottom: 0px !important;
	min-height: 570px;
	background: #3D3935;
}
.romcustom .rooms .hb_room .title h4 {
    color: #ffffff;
}
.romcustom .rooms .hb_room p {
	color: #ffffff;
}
.rooms .hb_room .entry-summary .grouped_elements {
	background: #CDB83B !important;
}
/*---Footer---*/
.footer .widget_nav_menu div > ul > li {
    float: none !important;
}
.footer .footer-v2 .footer_wrap .footer-office {
    padding: 85px 0 66px !important;
}
.footer-icon li {float: left; list-style:none; padding: 10px 10px 10px 0px;}
.footer-icon ul {margin:0px;padding:0px;}
.footer-icon ul li a i {border: 1px solid #ffffff;padding: 11px 12px;border-radius: 25px;width: 40px;height: 40px; text-align: center;}

/*---LATEST NEWS---*/
.vc_gitem-zone:before {
	display:none;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #CDB83B !important;
}
.vc_custom_1539691277563 {
	border: 1px solid #ffffff;
}
footer#colophon {
	padding:0px !important;
}
.contact-address ul {
   padding: 0px 0px 0px 16px !important;
}
i.conticon {
    font-size: 20px;
    padding-right: 10px;
}
.booksbtn a {
	width:100% !important;
}
.booksbtn a:hover {
	background-color: #ffffff !important;
	color: #000000 !important;
}
ul.list li{list-style:none;
   list-style-image:url('http://baylodge.devcorner.co.za/wp-content/uploads/2018/10/check-symbol.png') ;
}
p{
    font-size:17px !important;
}

/*---Media-Query---*/
@media (min-width: 1200px){
footer .footer-v2 .col-lg-push-1 {
    left: 0% !important;
}
}
@media (max-width: 767px) {
.romcustom .rooms .hb_room .entry-summary {
	min-height: 530px;
}	
.romcustom .rooms .hb_room p {
	font-size:11px;
}
}