/*
 Theme Name:   Sailing Child
 Theme URI:    http://sailing.thimpress.com/
 Description:  Sailing Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     sailing
 Version:      1.0.0
 Text Domain:  sailing-child
*/

/**
 *  GLOBAL FONTS **/

body {
	font-family: "Source Serif 4", serif !important;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	
	background-color: #F2F0EC !important; /* changed the bg-color with css */
}
h6 {
	font-weight: 600 !important;
}


/**
 *  CUSTOM STYLES **/
/* MAIN BTNS */
.hotel-booking-single-room-action .hb_button {
	background-color: #DE6F59;
}
.hotel-booking-single-room-action .hb_button:hover {
	background-color: #211A14;
}
/* extra widget with custom class set */
.sidebar_note, .sidebar_note > * {
	background: none !important;
	box-shadow: none !important;
}
.icon-carousel img svg path {
	fill: #ffff00 !important;
}
.top_site_main {
	background-color: #DE6F59 !important;
}

/* MESSAGES */
.hb-message-content {
    margin: 0;
	padding: 40px;
	border: 1px solid rgba(0,0,0,0.1);
    color: #211A14;
	font-size: 18px;
	text-align: center;
}

/*** Home page "About" Section ***/
#about_section svg g {
	opacity: 1;
}

/*** Home page "Rooms" Section ***/
#rooms_section .rooms .summary {
	background-color: #fff;
}

/* Room: pagination:dots */
#rooms_section .owl-dots .owl-dot:not(.active) span {
	background: #fff !important;
}

/*** Home page "Paxos Experiences" Section ***/
#experiences-list-section  .thim-slider-posts.slider-1 .slider-post-swapper {
	margin-left: 0 !important;
}
#experiences-list-section .slider-post-swapper {
	background: #fff;
}

#experiences-list-section .title {
	/* margin-bottom: 20px; */
}

#experiences-list-section h3.title, #experiences-list-section h3.title > * {
	font-size: 22px;
}

#experiences-list-section .post-extra {
	/* display: none; */
	margin-bottom: 10px;
}

#experiences-list-section .author {
	display: none;
}

#experiences-list-section p {
	opacity: 1;
}

/* #experiences-list-section .slick-dots {
	margin: 0;
} */

#experiences-list-section .slick-dots li {
	border-radius: 50%;
	transform: none;
}

#experiences-list-section .slick-dots li:not(.slick-active) {
	background: #E2DED5;
}

#experiences-list-section .slick-dots li:hover {
	background: #DE6F59
}

/*** Home page Testimonials Section ***/ 
#testimonials_section .custom-testimonials {
	
}
#testimonials_section .testimonials-style-1 {
	justify-content: center;
}

#testimonials_section .testimonial_content {
	border: 1px solid #F2F0EC;
	padding: 35px 35px 50px;
}

#testimonials_section .avatar-testimonial img {
	border-radius: 50%;
}

#testimonials_section .owl-dots .owl-dot span {
	border-radius: 50%;
	transform: none;
	border:none;
}

#testimonials_section .owl-dots .owl-dot:not(.active) span {
	background: #F2F0EC;
}

#testimonials_section .owl-dots .owl-dot.active span, #testimonials-section .owl-dots .owl-dot:hover span {
	border:none;
	background: #DE6F59;
}
#testimonials_section .testimonial-footer .avatar-testimonial {
	background: rgba(255, 255, 255, 0);
}

/*** SINGLE-ROOM STYLES ***/
.hb_single_room .title h1 {
	font-size: 32px;
}
.single-hb_room .price-single {
	margin-top: -54px !important;
}
#hb_room_facilities h3 {
	font-size: 30px;
}
.__hb_room_facility__detail {
	margin-bottom: 40px;
}
.__hb_room_facility__detail:last-child {
	margin-bottom: 20px;
}
#hb_room_pricing_plans .hb_room_pricing_plans {
	margin-bottom: 40px;
}
#hb_room_pricing_plans h4 {
	margin-bottom: 20px;
}
#hb_room_description hr {
	border-top: 1px solid #ddd;
}

/*** ROOMS LIST & GRID ***/
.rooms-layout-2.wp-hotel-booking-search-rooms #hotel-booking-results .hb-search-results > .hb-room .hb-room-info .hb-room-name {
    font-size: var(--thim_font_h4-font-size) !important;
	line-height: 1.4em;
}
.rooms-layout-2 .rooms .hb_room .summary .title > * {
    font-size: var(--thim_font_h5-font-size) !important;
    line-height: 1.4em;
    color: #211A14 !important;
}
.rooms-layout-2 .rooms .hb_room .media img {
	max-height: none !important;
}
/*** MEDIA QUERIES FOR ROOMS LIST ***/
@media (max-width: 768px) {
    .rooms > .hb_room {
        width: 100% !important; /* made it 100% for content */
    }
}


/*** CONTACT FORM ***/
#contact-form input,
#contact-form textarea {
  /* border: solid 1px #fff; 
  background-color: #fff; */
}
/* acceptance select box and text */
.privacy-policy-consent-box {
	text-align: left;
	font-weight: 400;
}
.privacy-policy-consent-box * {
	font-weight: 400;
}
.privacy-policy-consent-box input[type=checkbox] {
	width:unset;
	margin-bottom: 0;
	margin-right: 10px;
}
.privacy-policy-consent-box span {
	margin-left: 0;
}

/*** HACKS ***/
.thim-search-room .hotel-booking-search:after, .wp-hotel-booking-search-rooms .hotel-booking-search:after, .thim-search-room .hotel-booking-search:before, .wp-hotel-booking-search-rooms .hotel-booking-search:before {
	border: none !important;
}
.error404 .page-title-wrapper {
	display:none;
}
.search-results .page-header {
	display:none;
}
.search-results h1.entry-title {
    font-size: 38px;
	margin-top:0;
}
.search-results .entry-footer  {
    margin-bottom: 40px;
}
.archive-content .content-inner .entry-meta li a {
    padding-left: 6px; /* words are united */
}

/* BOOKING SITEBAR: Fix paddings */
#sidebar .sailing-booking-room-form-head {
	padding: 0 !important;
}
#sidebar .hb-booking-room-form-group {
	padding: 0 !important;
}
#sidebar .hb-search-room-results >  * {
	padding: 0 !important;
}
/* fix li seatch item width on rooms-to-let page */
#sidebar .hotel-booking-search ul.hb-form-table > li:first-child, #sidebar .hotel-booking-search ul.hb-form-table > li:nth-child(2) {
	width: auto !important;
}

/*** Cart Table not showing bottom border correctly ***/
#hotel-booking-cart .hb_table {
	overflow: auto;
}

#logo-cont .elementor-widget-container {
	padding-left: 20px;
}

#reservation_box .background {
	background: none !important;
}

.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
	margin-bottom: 0 !important;
}

.archive-content .content-inner .entry-summary > p {
    margin-bottom: 20px;
}
/* problem with flex alignment: Header Info Elementor Widget */
.my-icon-list li {
	align-items: start !important;
	/* border: solid 1px #E2DED5; */
}

/* deleting an annoying border */
.wp-hotel-booking-thank-you .hb-message-content {
	padding: 20px;
    border: none;
}

/*** CUSTOM CLASSES ***/
.text-shadow-black :is(h1, h2, h3, h4, h5, h6, p) {
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.25); */
}

/*** MEDIA QUERIES ***/
@media (max-width: 1024px) {
	/* single room styles */
	.single-hb_room .price-single .price .title-price {
    	margin-left: 5px !important;
	}
	.single-hb_room .price-single {
    	margin-top: 0 !important;
		float: left !important;
	}
}

@media (max-width: 991px) {
	/* EXPRERIENCES SECTION */
    #experiences-list-section .thim-slider-posts.slider-1 .slider-post .thim-slider-image {
        transform: translateY(-60px);
    }
	 #experiences-list-section .thim-slider-posts.slider-1 .slider-post .thim-slider-info .item {
  		padding-top: 20px; 
	}
	#experiences-list-section h3.title, #experiences-list-section h3.title > * {
    	font-size: 22px;
	}
	#experiences-list-section .slick-dots {
    	margin-bottom: 20px;
    	margin-left: -5px;
	}
	
	/* 404 PAGE */
	.error-404 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
	/* ROOMS 
	.wp-hotel-booking-rooms .room-container {
    	margin: 0 0 !important;
	}
	.rooms .hb_room {
   	 	padding: 0 !important;
	} */
}

@media (max-width: 767px) {
	/* filter shorting */
	div.sort-by-wrapper, .sort-by-wrapper .sort-by {
    	justify-content: center;
	}
	.show-number {
   	 	margin-bottom: 20px;
	}
	
	/* main page heading */ 
	.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
        font-size: 42px !important;
		margin-bottom: 30px !important;
		padding-left: 10%;
        padding-right: 10%;
    }
	.top_site_main .page-title-wrapper .banner-wrapper .banner-description {
    	margin-top: -20px !important;
    	padding-left: 10%;
    	padding-right: 10%;
	}
	
	/* single room styles */
	.single-hb_room .price-single .price .title-price {
    	margin-left: 5px !important;
	}
	.single-hb_room .price-single {
    	margin-top: 0 !important;
		float: left !important;
	}
	
	/* BACK TO TOP BTN */
	#back-to-top {
		display: none;
	}
	
	/* 404 PAGE */
	.error-404 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}