/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* 
#mansory_cat .elementor-tab-title {
    padding: 40px 60px 0px 0px!important;
} */

#mansory_cat .elementor-tab-content {
    padding: 20px 0 20px 0!important;
}

.hotel-address a {
    color: #0078DC!important;
}

.table-price-rate {
    font-family: 'Montserrat', sans-serif;
    margin: 0!important;
    padding: 0!important;
    font-size: 12px!important;
}

.table-price-rate td {
    padding: 3px 0 3px 0!important;
    font-size: 12px!important;
    border-bottom: 1px solid #BAC0C9!important;
    border-top: unset!important;
    border-left: unset!important;
    border-right: unset!important;
}

.table-header,
.price-list {
    font-weight: 700!important;
}

.table-header td {
    padding: 5px 0 5px 0!important;
    border-bottom: unset !important;
}

.table-footer td {
    border-bottom: unset !important;
}

.table-price-rate .room-list {
    font-weight: 400!important;
}

.table-price-rate .price-list,
.table-footer td {
    text-align: right;
}

.logo-hotel {
    min-height: 100px!important;
}

.elementor-page-99 h1,
.elementor-page-133 h1,
.elementor-page-245 h1,
.elementor-page-256 h1,
.elementor-page-264 h1{
    display: none!important;
    visibility: hidden!important;
}

h1.entry-title{
    display: none!important;
}
/* .elementor-page-438 h1,
.elementor-page-442 h1,
.elementor-page-448 h1 {
    display: none!important;
    visibility: hidden!important;
} */

.elementor-page-133 .footer-inner,
.elementor-page-438 .footer-inner {
    display: none!important;
    visibility: hidden!important;
}

.elementor-page-133 .site-footer,
.elementor-page-438 .site-footer {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.home.page-template-default.page.page-id-133.wp-custom-logo.elementor-default.elementor-kit-5.elementor-page.elementor-page-133.e--ua-appleWebkit.e--ua-mac.e--ua-safari.e--ua-webkit {
    background-color: #010E1E!important;
}

#mansory_cat .elementor-tab-title.elementor-active {
    color: #ffffff !important;
    background-color: #0078DC!important;
    border-radius: 5px;
}

#mansory_cat .elementor-tab-title {
    padding: 5px 40px 5px 40px!important;
}

#mansory_cat .elementor-tabs-wrapper {
    margin-bottom: 40px;
}


/* MENU MOBILE CUSTOM */

.menu-mobile-custom {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu-mobile-custom .toggler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.menu-mobile-custom .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: #010E1E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-mobile-custom .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.menu-mobile-custom .hamburger>div::before,
.menu-mobile-custom .hamburger>div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}

.menu-mobile-custom .hamburger>div::after {
    top: 10px;
}

.menu-mobile-custom .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
}

.menu-mobile-custom .toggler:checked+.hamburger>div:before,
.menu-mobile-custom .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
}

.menu-mobile-custom .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
}

.menu-mobile-custom .toggler:checked~.menu {
    visibility: visible;
}

.menu-mobile-custom .toggler:checked~.menu>div {
    transform: scale(1.2);
    transition-duration: 0.75s;
}

.menu-mobile-custom .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.menu-mobile-custom .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-mobile-custom .menu>div {
    background: #010E1E;
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-mobile-custom .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-mobile-custom .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 0.6rem;
}

.menu-mobile-custom .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}


/* TABLET MEDIA */

@media (max-width:1200px) {
    #mansory_cat .elementor-tab-title {
        padding: 5px 20px 5px 20px!important;
    }
    #mansory_cat .elementor-tabs-wrapper {
        margin-bottom: 0px!important;
    }
    #mansory_cat .elementor-tab-content {
        padding: 20px 0 0px 0!important;
    }
    .table-price-rate td {
        font-size: 10px!important;
        padding: 5px 0 5px 0!important;
    }
}


/* MOBILE MEDIA */

@media (max-width:767px) {
    #mansory_cat .elementor-tab-title {
        text-align: center;
        border: 1px solid #0078DC !important;
        border-radius: 5px;
        margin-bottom: 10px;
        background-color: #0078dc;
        color: #ffffff;
    }
    #mansory_cat .elementor-tab-title:hover {
        background-color: #0097FF!important;
        border: 1px solid #0097FF !important;
    }
    .table-price-rate td {
        font-size: 13px!important;
        padding: 5px 0 5px 0!important;
    }
}
.elementor-slideshow__title, .elementor-slideshow__footer {
	display:none!important;
}

