/*
 Theme Name:   Villa Child
 Theme URI:    https://mondok.themesawesome.com/
 Description:  Mondok Child Theme
 Author:       Themes Awesome
 Author URI:   https://www.themesawesome.com
 Template:     mondok
 Version:      1.0.0
 Tags:         custom-colors, custom-menu, featured-images, theme-options
 Text Domain:  mondok-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.check-form-wrap form .check-input {
    border: none !important;
}
.single-room-swiper .single-room-swiper-pagination {
    display: none !important;
}
.overflow{
	overflow:hidden;
}
.service-hover p {
    margin: 0px;
}

.service-hover:hover {
    color: #fff !important;
    background: #4E7559;
}

.service-hover {
    cursor: pointer;
    transition: 0.3s;
}
header .main-menu li a{
	font-size: 14px !important;
    line-height: 18px !important;
}
.service-hover:hover * {
    color: #fff !important;
}
.service-hover:hover img{
	filter: invert(1);
}
.invert{
	filter: invert(1) brightness(3);
}
.m-0{
    margin: 0px !important;
}

/* Subscribe Form */

.footer-sub-form form.wpcf7-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* .wpcf7-spinner {
    display: none !important;
    visibility: hidden !important;
} */
.subscribe-now-poup .wpcf7-spinner {
    position: absolute;
}
.footer-sub-form form.wpcf7-form p,form.wpcf7-form input {
    margin: 0px;
/*     padding: 0px; */
}

.footer-sub-form form.wpcf7-form p {
    background: transparent !important;
    width: 50%;
    display: flex;
}

.footer-sub-form form.wpcf7-form input {
    background: transparent !important;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.footer-sub-form form.wpcf7-form input::placeholder {
    color: #fff !important;
    font-family: "Quicksand";
    font-size: 13.3px;
    font-weight: 400;
    line-height: 16.63px;
    text-align: left;
    text-decoration-skip-ink: none;
}

.footer-sub-form form.wpcf7-form .wpcf7-submit {
    font-family: "Quicksand";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.3499999940395355px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
	margin: 0 !important;
}

.footer-sub-form span.wpcf7-spinner {
    position: absolute;
}

.footer-sub-form .wpcf7-response-output {
    color: #fff;
}

/*  Home Page */
.mondok-book-calender {
    display: flex;
    gap: 20px;
}
.check-form-wrap {
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 0 !important;
}
.book-calender {
    width: 55% !important;
}
.home-room-slider ul {
    display: flex;
    gap: 20px;
}
.home-room-slider li {
    list-style: disc;
   	display: list-item !important;
    margin-left: 15px !important;
}

.book-now-btn a {
    font-weight: 600;
    background-color: #c2e9cd;
    color: #4E7559;
	text-align: center;
    padding: 10px 25px;
	margin-top: 20px;
    border-radius: 30px !important;
    border: 2px solid #c2e9cd;
    position: relative;
    z-index: 1;
	display:none;
}
.book-now-btn a:hover{
	background-color: #4E7559;
    color: #fff;
}
.mondok-header .head-myaccnt-btn {
    background-color: #4E7559;
	display: none !important;
}
.mondok-header .head-myaccnt-btn:hover {
    background-color: #c2e9cd !important;
    color: #4e6856 !important;
}
.right-head a.btn {
    color: #4E7559;
}
.right-head a.btn:before {
    background-color: #C2E9CD;
}
.home-banner-silder .hero-text-wrap {
  width: 800px;
}
.home-calendar .daterangepicker .calendar-table thead tr:last-child th {
    color: #119E91;
}
.home-room-slider .room-swiper-pagination,
.home-testimonial-slider .testimonial-pagination{
    display: block;
    margin: 30px auto 0;
    width: 100%;
}
.home-testimonial-slider span.swiper-pagination-bullet {
    margin: 0 10px;
}
.home-testimonial-slider .client-detail .testi {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 40px;
}
.home-testimonial-slider .testimonial-card {
    position: relative;
}
.home-testimonial-slider .rating-wrap {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
} 
.home-calendar h3.check-in-date,
.home-calendar h3.check-out-date{
    font-size: 23px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
}
.home-calendar .daterangepicker .calendar-table thead tr:first-child th {
    font-weight: 300;
}
.home-banner-silder .swiper-container{
    overflow: hidden;
}
/* journal */

.journal-block .post-title,
.home-post-block .post-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-post-info time {
    float: left;
    margin-right: 10px;
    background-color: #e2f2f1;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 2.14 !important;
    color: #119e91;
}
/*  footer */
.footer-menu a:hover,
.footer-block-link a:hover{
    letter-spacing: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-block-link a{
	color:#fff;
}
.footer-block-link p{
	margin-bottom:0;
}
.mb-footer p{
	margin-bottom:0;
}

.swiper-button-prev, .swiper-button-next {
    display: none;
}
.journal-read-more a {
    background: #c2e9cd !important;
    color: #4E6856 !important;
    border-radius: 30px !important;
    padding: 13px 25px;
}
.journal-read-more a:hover{
	background: #4E6856 !important;
	color: #fff !important;
}

.footer-right a:hover{
	letter-spacing: unset;
}
.travel-title h2{
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}	
.single-awebook-room .single-room-swiper {
    overflow: hidden;
}
/* Festival Calendrer */
.festive-tabel th {
    background: #4e7559;
    color: #ffffff;
    padding: 15px;
    font-family: 'Philosopher';
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
	border: none;
}
.festive-tabel td {
    padding: 15px;
	border: none;
}
.festive-tabel {
    border-radius: 10px;
    overflow: hidden;
}
.festive-tabel tr:nth-of-type(even) {
    background: #f3fbf5;
}
.festive-tabel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.festival-tabel td:before {
	display: none;
}
.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
	display: none !important; 
}


/* Book now button */

.woocommerce-cart .woocommerce-message,
.woocommerce-cart .return-to-shop{
    display: none !important;
}
.room-detail-inner .calender-wrap {
    position: relative;
    z-index: 0;
}
.bg-zoom-effect{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.bg-zoom-effect:hover{
	transform: scale(1.1);
	cursor:pointer
}
.img-hover-section .img-outer-div{
	 overflow: hidden;
}
.img-hover-section h3{
    font-size: 20px !important;
    line-height: 30px !important;
	font-weight: 500 !important;
    display: block;
    padding: 15px;
}
.previous-date,
.previous-date:hover{
    color: #999 !important;
	pointer-events: none !important;
	cursor: no-drop !important; 
}
.previous-date::selection {
  color: #999;
  background: transparent;
}
.previous-date:hover::before{
	opacity:0 !important;
}
.photo-enquire-btn .mondok-button::before {
    padding: 10px 27px;
}

/* images popup caption */
.mfp-title {
    text-transform: capitalize;
}

/* Location page */
.page-id-3013 ul {
    padding-left: 20px;
}
.elementor-slideshow__title {
    display: none !important;
}
.travel-guide-banner .elementor-widget-wrap{
    background-position: top center !important;
}
/* Travel Guide */
.postid-1857 .travel-guide-banner .elementor-widget-wrap {
    background-position: center !important;
}
.postid-1715 .travel-guide-banner .elementor-widget-wrap {
    background-position: center bottom !important;
}
.travel-block {
    display: flex;
}
.travel-block-inner{
	flex:1 !important;
}
/* Button  */
.mondok-button,
.blog-post .post-link-wrap a,
.btn-style1,
.btn,
.form-contact-form-page button.wpcf7-submit,
.mondok-button,
.single-room-sidebar .check-form-wrap form .check-input-submit,
.submit{
    background: #c2e9cd !important;
	color: #4E6856 !important;
    border-radius: 30px !important;
}
.mondok-button:hover,
.blog-post .post-link-wrap a:hover,
.btn-style1:hover,
.btn:hover,
.form-contact-form-page button.wpcf7-submit:hover,
.mondok-button:hover,
.single-room-sidebar .check-form-wrap form .check-input-submit:hover,
.submit:hover{
	color: #ffffff !important;
    background: #4e6856 !important;
}
.check-form-wrap form button::before,
.mondok-button::before,
.blog-post .post-link-wrap a::before,
.btn-style1::before,
.btn::before,
.form-contact-form-page button.wpcf7-submit::before,
.mondok-button::before,
.mondok-button-block .mondok-button::before,
.single-room-sidebar .check-form-wrap form .check-input-submit::before,
.submit::before{
    position: unset !important;
}
.about-price-btn {
    margin: 20px 0;
}
.enquire-now-btn a {
    width: max-content;
    display: block;
    margin: 0 auto;
}
.enquire-now-btn svg {
    fill: #4E6856 !important;
}
.enquire-now-btn:hover svg {
    fill: #fff !important;
}
button.hfe-search-submit {
    cursor: pointer;
}

/*  Product page */
.single-awebook-room .custom-product-fields.variable-print-size ,
.single-awebook-room .room-wrap-price{
    display: none;
}
.custom-product-archive .wvs-archive-product-image {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover;
	border-radius: 8px 8px 0px 0px;
}
.product_type_simple{
    display: none !important;
}
.product_type_simple.add_to_cart_button{
    display: block !important;
}
.enquiry-now i{
    font-weight: 900 !important;
    padding-right: 8px;
}
.custom-product-archive .product {
    position: unset !important;
    height: 400px;
}
.product-right .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
}
/* .product-right .single-product-price .elementor-heading-title,
.product-right .single-product-price span:last-child .woocommerce-Price-currencySymbol { 
   color: #fff !important;  
   font-size: 0 !important;
}
.product-right .single-product-price .elementor-heading-title span:first-child { 
    color: #4E6856 !important;
    font-size: 32px !important;
} */
.related.products {
    border: none !important;
    padding-top: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 15%;
    object-fit: cover !important;
    margin: 20px 10px 0 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child{
	margin-right: 0;
}
.product-left .woocommerce-product-gallery {
    margin: 0 !important;
}
.product-left .woocommerce-product-gallery img {
    border-radius: 4px;
 	cursor: zoom-in;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 0;
}
.stock.in-stock {
    color: #000 !important;
    font-weight: 600;
}
.product-right .enquiry-now {
    font-size: 16px !important;
    line-height: 26px !important;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    font-family: "Quicksand" !important;
    display: block !important;
    width: fit-content;
    margin-top: 15px !important;
}
.custom-product-archive a {
    font-weight: 600 !important;
}
.enquiry-now {
	background-color: #c2e9cd !important;
    color: #4e6856 !important;
}
.page-id-4344 .discount-message{
    display: none !important;
}
.discount-message{
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    font-family: "Quicksand" !important;
    margin: 10px 0 !important;
}
.woocommerce-variation-price .discount-message,
.woocommerce-variation-price .enquiry-now {
    display: none !important;
}
.woocommerce-cart .variation {
    display: flex;
    gap: 5px !important;
    justify-content: center;
}
form.cart ,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled{
    display: block !important;
}
.variable-print-size label {
    display: flex;
    align-content: center;
    align-items: center;
}
.variable-print-size .print-row {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
}
.variable-print-size .print-unit input {
    height: auto;
}
.variable-print-size {
    background: #c2e9cd;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: fit-content;
}
.variable-print-size .print-size input,
.variable-print-size .print-border input {
    width: 48%;
}
.variable-print-size .print-row {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.variable-print-size h4 {
    margin: 0 !important;
    padding: 0 !important;
}
.enquiry-now:hover,room-guests cart-wid
.related.products .add_to_cart_button:hover,
.related.products .enquiry-now:hover,
.upsells .add_to_cart_button:hover, 
.upsells .enquiry-now:hover,
.custom-product-archive .enquiry-now:hover{
	background-color: #4e6856 !important;
	color: #fff !important;
}
.related.products .add_to_cart_button, 
.related.products .enquiry-now,
.upsells .add_to_cart_button, 
.upsells .enquiry-now,
.custom-product-archive .enquiry-now {
    background-color: #c2e9cd !important;
    color: #4e6856 !important;
    width: max-content;
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-family: "Quicksand" !important;
}
.custom-product-archive .enquiry-now,
.custom-product-archive .eael-product-price {
    margin: 10px 0 !important;
    display: block !important;
    width: fit-content;
}
.custom-product-archive .eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a {
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-family: "Quicksand" !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}
.custom-product-archive .eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a:before {
    content: "\f07a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    padding-right: 8px;
}
.custom-product-archive .product:nth-child(even) .eael-product-wrap {
    flex-direction: row-reverse;
}
.custom-product-archive .product .eael-product-wrap {
    align-items: center;
    height: 100%;
}
.custom-product-archive .eael-product-quick-view {
    display: none !important;
}
.custom-product-archive .product {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.custom-product-archive .product-details-wrap {
    margin-left: 0 !important;
}
.related.products .woocommerce-loop-product__title {
    text-align: left !important;
}
.related.products .price,
.upsells .price{
    display: unset !important;
}
.single-post .wc-tabs {
    display: none;
}
.single-post .wc-tab {
    padding: 0 !important;
    border: none !important;
	display: block !important;
}
.single-post .star-rating {
    color: #4E6856;
}
.woocommerce .star-rating::before{
	color: #c2e9cd !important;
}
.stars a:hover ,
.stars a:focus{
    color: #c2e9cd !important;
}
.postid-2184 .travel-guide-banner .elementor-element-populated {
    background-position: center center !important;
}
.similiar-room-wrap {
    border: none !important;
    padding: 0 0 40px !important;
}
.similiar-item .room-text-wrap a {
    line-height: 1.2;
}
.similiar-room-list .room-text-wrap P {
    display: none;
}
.single-awebook-room .contact-us-section {
    display: none !important;
}
.policy-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #4E7559; /* Change color as needed */
}

.policy-tooltiptext {
    visibility: hidden;
    width: 280px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Position above the text */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    font-size: 14px;
    line-height: 1.5;
}

/* Show tooltip on hover */
.policy-tooltip:hover .policy-tooltiptext {
    visibility: visible;
    opacity: 1;
}

@-moz-document url-prefix() {
    .subscribe-form-btn {
        margin-top: 20px !important;
    }
}
.quantity input {
    height: 40px !important;
}
.single-custom-variation .variations .label {
    display: none !important;
}
.single-custom-variation .variations tr,
.woocommerce-variation-add-to-cart {
    display: block !important;
}
.single-custom-variation .variations td select {
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #4e6856;
    border-radius: 4px;
    width: 100%;
}
.single-custom-variation .variations td select {
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #4e6856;
    border-radius: 4px;
    width: 315px !important;
}
.single-custom-variation .amount {
    color: #4e6856;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px !important;
    display: block;
}
.uwpmc-cart-block button {
    background: #4E6856 !important;
    cursor: pointer;
}
.uwpmc-widget-qty,
#uwpmc-widget-icon{
    color: #4E6856;
}
.uwpmc-item-title dd.variation-PrintType {
    margin-left: 5px;
}
.uwpmc-item-title {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}
.uwpmc-item-title .variation{
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.postid-4038 .featured-image-post img {
    max-height: 700px;
    width: auto;
    object-fit: contain;
}
.woocommerce-variation.single_variation .price,
.woocommerce-variation-add-to-cart .quantity,
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    display: none !important;
}

/* ------------------ Media Query --------------------- */



@media screen and (max-width: 1440px) {
	header .head-item.logo-image img {
		width: 95%;
	}
}
@media screen and (max-width: 1120px) {
    header .main-menu li a {
        font-size: 12px !important ;
        line-height: 16px !important;
    }
}
@media screen and (max-width: 1024px) {
	header .head-item.logo-image.logo-head a{
		display:flex !important;
		width: 80% !important;
	}
	header .head-item.logo-image img {
		width: 30%;
	}
	.book-now-btn a {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.home-room-slider ul {
    	display: flex;
		gap: 15px;
		flex-wrap: wrap;
		column-gap: 10px;
		row-gap: 0;
	}
    .mondok-book-calender {
        gap: 0;
    }
    .check-form-wrap, .book-calender {
        width: 99% !important;
    }
    .home-banner-silder .hero-text-wrap{
        width: auto;
    }
	header .head-item.logo-image img {
		width: 35%;
	}
    .custom-product-archive .eael-product-grid.list .woocommerce ul.products li.product {
        overflow: auto !important;
    }
}
@media screen and (max-width: 767px) {
    .custom-product-archive .product-image-wrap {
        min-height: 200px !important;
    }
    .custom-product-archive .enquiry-now {
        padding: 10px 20px !important;
    }
    .single-room-block {
        padding-top: 120px !important;
    }
	header .head-item.logo-image img {
		width: 45%;
	}
	.festival-tabel td:before {
	  content: attr(data-th) ": ";
	  font-weight: bold;
	  width: 120px;
	  display: inline-block;
	  color: #000;
	}
	.festive-tabel th {
		display: none;
	}
	.festive-tabel td {
		display: block;
		text-align: left;
	}
	.festive-tabel tr:nth-of-type(even) {
		border: 2px solid #fff;
	}
	.festive-tabel tr:nth-of-type(odd) {
		border: 2px solid #f3fbf5;
	}
}
@media screen and (max-width: 600px) {
	header .head-item.logo-image img {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	header .head-item.logo-image img {
		width: 60%;
	}
    .footer-sub-form form.wpcf7-form p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
