/* 
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
*/

/*
    Add your custom styles here
*/
.container{max-width: 1200px;}
.wrapper1{background: #FFFFFF;margin-bottom: 10px;margin-top: 15px;}
a.signout{
    background: url("assets/images/signout.png") no-repeat;
    width: 85px;
    height: 25px;
    color: #FFF;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}
.signout-btn{
    text-align: right;
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 9;
}
.loggedin-username{
    text-align: left;
    margin-top: 8px;
}
.loggedin-username h2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#333333;
}
.loggedin-username h2 span{font-weight: 600;}
.main-cat-wrapper{position: relative;}
.main-cat-wrapper>div{position: relative;display: inline-block;}
.main-cat-icon-section{
    background: #d8deda;
}
.main-cat-icon{display: inline-block;padding: 33px 0 33px 13px;}
.main-cat-icon-arrow{
    border-left: 25px solid #d8deda;
    border-right: 0 solid transparent;
    border-bottom: 60px solid transparent;
    border-top: 60px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
}
.main-cat-icon-section.active{
    background: #2f2f2f;
}
.main-cat-icon-section.active .main-cat-icon-arrow{
    border-left: 25px solid #2f2f2f;
}
.main-cat-icon-section.active .main-cat-icon img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main-cat-name{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-left: 23px;
    font-size: 21px;
    font-weight: 700;
    color: #FFF;
    width: 238px;
    line-height: 22px;
}
.main-cat-white-arrow{
    /*background: url("assets/images/white-arrow.png") no-repeat;
    border-top: 4px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(64deg) skew(38deg);
    right: -23px;
    position: absolute !important;
    top: 29px;
    overflow: hidden;
    width: 58px;
    height: 46px;
    z-index: 9;*/

    background: url('assets/images/white-arrow.png') no-repeat;
    position: absolute !important;
    width: 30px;
    height: 120px;
    z-index: 9;
    right: -20px;
}
.wrapper2{
    background: #fdffea;
}
.hotel-features{
    margin-top: 0px;
}
.hotel-features ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.hotel-features ul li{
    margin-right: 4px;
    position: relative;
    flex-grow: 1;
}
.hotel-features ul li:last-child{
    margin-top: 0;
}
.hotel-features ul li span.leftarrow{
    border-left: 15px solid #fdffea;
    border-right: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
}
.hotel-features ul li span.feature-name{
    padding: 8px 6px 8px 30px;
    display: inline-block;
    vertical-align: middle;

    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background: linear-gradient(to right,#a0aa65,#d6db8b);
    width: 100%;
}
.hotel-features ul li span.rightarrow{
    border-left: 15px solid #ecf0cf;
    border-right: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 9;
}
.hotel-features ul li:last-child span.rightarrow{margin-left: 0;}
.hotel-features ul li.active span.feature-name{
    color: #FFFFFF;
    background: linear-gradient(to right,#a1ab64,#d8dd8d) !important;
}
.hotel-features ul li.active span.rightarrow{
    border-left: 15px solid #d8dd8d;
}
.sub-cat-list{
    margin-top: 15px;
}
.sub-cat-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-cat-list ul li{
    border-bottom: 4px solid #ffffff;
}
.sub-cat-list ul li a{
    padding: 8px 20px;
    display: block;
    background: #f1f1f1;
    text-decoration: none;
}
.sub-cat-list ul li a.active{
    background: #c6ca8f;
}

/* Login page */
.wrapper3{
    background: url("assets/images/rectangle41.jpg") no-repeat center center;
    padding: 100px 0;
    background-size: cover;
}
.boxwrapper{
    background: #FFF;
    border-radius: 50px 0 50px 0;
}
.boxwrapper-container2{
    background: url("assets/images/rectangle18.jpg") no-repeat center center;
    height: 500px;
    background-size: cover;
    border-radius: 0 0 50px 0;
}
.boxwrapper-container1{padding: 155px 16px 0 50px;}
.boxwrapper-container1 input[type="text"], .boxwrapper-container1 input[type="password"]{
    border: 1px solid #c2a267;
    border-radius: 40px;
    box-shadow: none !important;
}
.boxwrapper-container1 input[type="submit"]{
    background: url("assets/images/vector16.png") no-repeat !important;
    width: 170px;
    height: 40px;
    border: none;
    box-shadow: none;
}
.wrapper4{
    background: #e6e6e6;
}
.sub-cat-wrapper{line-height: 0;}
.sub-cat-wrapper > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-cat-wrapper > ul > li{
    display: inline-block;
}
.sub-cat-wrapper > ul > li:first-child{
    background: linear-gradient(to bottom,#8c8678,#ddd6c4);
    min-height: 600px;
    width: 200px;
}
.sub-cat-wrapper > ul > li h2{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #FFF;
    margin-top: 300px;
    text-shadow: 0 0 10px #000;
}
.sub-cat-wrapper > ul > li:nth-child(2){
    vertical-align: top;
    width: 965px;
    margin-left: -4px;
}
.heading-wrapper{
    background: #ecf0cf;
    padding: 10px;
}
.heading-wrapper h3{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 28px;
}
.heading-wrapper a{
    background: url("assets/images/vector16-back.png") no-repeat !important;
    width: 112px;
    height: 28px;
    border: none;
    box-shadow: none;
    display: inline-block;
    line-height: 28px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
}
.sub-cat-container{
    margin: 10px;
}
.sub-cat-container-name{
    position: relative;
}
.sub-cat-container-name span.leftarrow{
    border-left: 12px solid #e6e6e6;
    border-right: 0 solid transparent;
    border-bottom: 14px solid transparent;
    border-top: 17px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
}
.sub-cat-container-name span.feature-name{
    padding: 4px 6px 4px 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    line-height: 24px;
    width: 100%;
}
.sub-cat-container-name span.rightarrow{
    border-left: 12px solid #ecf0cf;
    border-right: 0 solid transparent;
    border-bottom: 14px solid transparent;
    border-top: 17px solid transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 9;
}
.subcat-content-wrapper{
    background: #FFF;
    min-height: 400px;
    margin-top: 10px;
    padding: 15px;
    height: calc(100% - 40px);
}
.sub-cat-wrapper .subcat-content-wrapper ol{
    padding-left: 16px;
}
.sub-cat-wrapper .subcat-content-wrapper li{
    display: list-item;
    width: 100% !important;
    min-height: auto !important;
    margin-bottom: 20px;
}
.sub-cat-wrapper .subcat-content-wrapper li a{
    display: inline-block;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.main-cat-title{
    text-align: center;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 700;
}
.searchform form{
    position: relative;
}
.searchform form input[type='text']{
    border: 1px solid #ddd;
}
.searchform form input[type='submit']{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 13px;
    line-height: 100%;
    background: #000;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 900;
    color: #FFF;
    border: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 1024px){
    .main-cat-name{width: auto;margin-left: 40px;font-size: 19px;}
    .hotel-features ul li span.feature-name{padding: 9px 1px 9px 23px;font-size: 14px;}
    .sub-cat-wrapper > ul > li:first-child{width: 24%;}
    .sub-cat-wrapper > ul > li:nth-child(2) {width: 75.9%;}
    .main-cat-icon-section .main-cat-icon img{max-width: 40px;}
    .main-cat-icon{padding: 40px 0 40px 13px;}
}
.post-attributes-label{
    margin-top: 5px;
}
.post-attributes-label span{
    font-size: 12px;
    padding: 1px 6px 3px 6px;
    border-radius: 5px;
}
