/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    overflow-x: hidden !important;
    width: 100%;
}

body {
    overflow-x: hidden !important;
    width: 100%;
}

body a {
    text-decoration: none !important;
}

body li {
    list-style: none !important;
}

.elementor-main-swiper {
    overflow-x: hidden !important;
}

.btn-book a.elementor-button {
    text-decoration: line-through !important;
    pointer-events: none !important;

}

.pp-post-excerpt p {
    font-size: 14px !important;
    width: 87% !important;
    margin: 0 auto;
}

.pp-post-meta {
    margin-bottom: 14px !important;
}

.pp-post-meta span {
    font-weight: 600 !important;
}

.current_page_item a.elementor-item::after {
    display: none;
}

.elementor-col-100.e-form__buttons {
    width: 28%;
}

.elementor-col-100.e-form__buttons button.elementor-button {
    padding: 18px 0px !important;
    border-radius: 2px;
}

span.pp-post-terms a {
    pointer-events: none !important;
}

nav.elementor-nav-menu--main ul#menu-1-9b95c7e li a {
    text-transform: uppercase !important;
}

.elementor-nav-menu--dropdown {
    border-color: #171717 !important;
    background: #171717 !important;
}

.elementor-nav-menu--dropdown li.menu-item {
    border-color: #089644 !important;
}

.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item {
    color: #fff !important;
}

.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item:hover {
    color: #fff !important;
    background: #089644 !important;

}

.elementor-nav-menu--dropdown a.elementor-item-active {
    background: #089644 !important;
}

.pp-post-thumbnail img {
    height: 260px;
    object-fit: cover;
}


li.menu-item-799 {
    display: none !important;
}

.service-image figure.elementor-image-box-img a {
    height: 295px !important;
    display: block;
}

.service-image figure.elementor-image-box-img a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.inner-gallery figure.gallery-item a {
    display: block;
    height: 300px;
    overflow: hidden;
    border-radius: 2px;
    border: 2px solid rgb(238 33 40 / 25%);
    transition: all 0.3s linear;
}

.inner-gallery figure.gallery-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s linear;
}

.inner-gallery figure.gallery-item a:hover img {
    transform: scale(1.10) rotate(1deg);
}

@media only screen and (max-width: 767px) {
.inner-gallery figure.gallery-item a {
	    height: 280px;
	}
    .pp-post-excerpt p {
        font-size: 13px !important;
        width: 90% !important;
        line-height: 22px;
        margin: 0 auto !important;
        font-weight: 500;
        letter-spacing: 0.7px;
    }

    .contact-form .elementor-col-100.e-form__buttons {
        width: 45% !important;
        justify-content: left !important;
    }

    .contact-form .elementor-col-100.e-form__buttons button.elementor-button {
        padding: 18px 15px !important;
    }

    li.menu-item-799 {
        display: block !important;
    }

}

@media only screen and (max-width: 757px) {
	
	.elementor-countdown-wrapper .elementor-countdown-item {
		padding: 8px !important;
	}

	.elementor-countdown-wrapper .elementor-countdown-item span.elementor-countdown-label {
		font-size: 14px !important;
		margin: 5px 0 0;
	}
	
}