/* GENERAL */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap');

body{
    font-family: 'Raleway', sans-serif;
}

a{
    color: #6c6e6b;
}

a:hover{
    color: #333;
}


select.form-control:focus,select.form-control:active{
    border-color: #333;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(120,120,120,.25);
    box-shadow: 0 0 0 0.2rem rgba(120,120,120,.25);

}

.dropdown-item.active, .dropdown-item:active{
    background-color: #6c6e6b !important;
}

.btn{
    border-radius: 2rem;
}

.wpcf7 input[type=submit],.wpcf7 input:hover[type=submit],.wpcf7 input:focus[type=submit] {
    color: #fff;
    border-color: #666;
    background-color: #666;
}

.btn:focus,.btn:active{
    background-color: #666 !important;
}

.btn-primary.focus, .btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    /* -webkit-box-shadow: 0 0 0 0.2rem rgba(209,13,0,.50); */
    /*box-shadow: 0 0 0 0.2rem rgba(209,13,0,.50);*/
    box-shadow: none;
    border-color: #d10d00;
}



.btn-primary.disabled, .btn-primary:disabled{
    background-color: #eee !important;
    color: #aaa;
    border: 0;
}

.btn-book{
    padding: 25px;
    font-size: 1.8rem;
    border-radius: 1rem;
}

.btn:focus, .btn:active {
    background-color: #666;
    color:#fff;
        
}


/* FORMS */

.custom-control-input:checked~.custom-control-label::before{
    background-color: #818181;
}


/*NAVBAR */

.navbar.bg-transparent{
    background: transparent;
}

.navbar-top-logo,.navbar-sliding-logo{
 height: 50px;
}


ul#main-menu>li {
    border: 1px solid #6c6e6b;
    border-radius: 20px;
    padding: 0 20px;
    margin-left: 20px;
}

#menu-item-35,#menu-item-177{

    background: #6c6e6b;
    border-radius: 20px;
    padding: 0 30px;
    margin-left: 10px;
}

#menu-item-35 a,#menu-item-177 a{
    color: #fff;
}


.container-small .card{
min-height:300px;
width: 100%;

}

.container-small .col-lg-6,.container-small .col-lg-3{
padding:15px;
}

#navbarNavDropdown{
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
}

#navbarNavDropdown li{
    margin-bottom: 10px;
}

/* JUMBOTRON */

.jumbotron {

background-size: cover;
min-height:80vh;
background-size: cover;
background-position: center;


}

.jumbotron-single{
    min-height: 100vh;
}

.jumbotron-title{
    height: auto;
    min-height: 300px;
}
.jumbotron h1{
font-size: 60px;
font-weight: 700;
color: #fff;
}


.jumbotron .lead{
color: #fff;
font-size: 32px;
margin-bottom: 0;
}


@media (max-width: 500px) {
    .jumbotron h1 {
        font-size: 30px;
        
    }

    .jumbotron .lead{
        
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.4rem;
    padding-top: 10px;
        }
    
    }

.jumbotron-cover,.card-img-cover{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #00000050;
}



.card-img-bg-secondary .card-img-cover{
background-color:v80;
}




.jumbotron-search{

border-radius: 8px;
padding: 15px 30px;

background-color: #eee !important;
    margin-bottom: 20px !important;

}


.jumbotron-search .form-inline .form-group{
width:33%;

}



.jumbotron-search button{
width: 29%;
}

.jumbotron-search select.form-control{
border:0;
border-bottom: 0px solid;
border-radius: 2rem;
width: 100%;
border-color: #9b9b9b;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%239b9b9b'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
background-size: 12px;
background-position: calc(100% - 20px) 55%;
background-repeat: no-repeat;
background-color: #fff;
color: #9b9b9b;
-webkit-appearance:none;
}


/* CARDS */

.card-img-top{
    border-radius: 1rem 1rem 0 0 ;
}

.card-img-bg{
position: relative;
overflow: hidden;
}

.card-img-bg .card-img-top{
position: absolute;
bottom: 0;
top: 0;
min-height: 100%;
max-width: none;
    width: auto;
overflow: hidden;
}

.card-img-bg .card-img-cover{
z-index: 2;
}
.card-img-bg:hover .card-img-cover{
background-color: #6c6e6b99;
}
.card-img-bg .card-body{
z-index:3;
}
.card-img-bg h3{
color:#fff;
}

.card-body-icon{
position: relative;
padding-top: 40px;
}

.card-icon{
position: absolute;
top: -27px;
padding: 14px;
border-radius: 42px;
background-color: #fbb45c;
color: #fff;
left: 18px;
font-size: 24px;
line-height: 26px;
}


.btn-primary{
background-color:#6c6e6b;
border-color: #6c6e6b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #383e42;
    border-color: #383e42;
}

.bg-primary{
background-color: #6c6e6b !important;
}

.btn-link{
    color: #383e42;
}

.navbar-lg{
height: 80px;
/*transition: height 0.5s;*/
}

.card{
    border-radius: 1rem;
    width:100%;
    break-inside: avoid;
}

.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0,0,0,0);
}

.home-title{
font-weight: 700;
margin: 4.5rem 0 2rem;
text-align: center;
}

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}

.swiper-mid{
    border-radius: 1rem;
}

.swiper-mid .swiper-slide{  
    background-color: #6c6e6b50;
    border-radius: 20px;
}

.swiper-mid .swiper-text{
    bottom: 0;
    /* left: 15px; */
    color: #fff;
    
    width: 100%;
    padding: 15px;
    
}

@media (min-width:800px) {

    .swiper-mid .swiper-text{
        font-size: 1.3rem;
        line-height: 1;
    }
    .swiper-mid .swiper-mid-title{
        font-size:36px;
    }
    .swiper-mid .swiper-mid-text{
        font-size: 1.5rem;
    }
}



.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1024px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.card-event h3{
font-weight: 700;
}

:root {
--swiper-navigation-color: #6c6e6b;
--swiper-pagination-color:#6c6e6b;
}

footer{
    color: #fff;
}

footer a{
    color:#fff;
}

footer .social-btns .btn{
    border-radius: 20px;
    width: 38px;
    padding: 7px 0px;
    height: 38px;
}

footer h4{
    font-size: 1.1rem;
}

footer .menu-menu-footer-container ul,footer .menu ul,footer .menu-footer-1-container ul,.menu-footer-2-container ul, .menu-footer-3-container ul,.menu-footer-4-container ul {
    list-style: none;
    padding-left: 0;
    font-size: .9rem;
    margin-top: 1.4rem;
}

/* SEARCH SIDEBAR */

.sidebar {
    height: auto;
    
    position:relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eee;
    
    transition: 0.5s;
    padding: 1rem;
  }


.sidebar .filters{
    width: 0;
    overflow: hidden;
}


  @media (min-width:1024px){
    .sidebar .filters {
        
        width: 250px;
        
      }
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;

  }
  
  .sidebar-openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #eee;
    color: #212529;
    padding: 10px 15px;
    border: none;
    position: absolute;
    top: 21px;
    right: -23px;
    z-index: 2;
    border-radius: 2rem;
  }
  
  .openbtn:hover {
    background-color: #444;
  }
  
  .sidebar .filters {
    transition: width .5s;
    
  }


  /* SINGLE PAGE */

  .jumbotron .single-cover-heading{
    font-size: 48px;
}
    .jumbotron .single-lead {
   
    font-size: 21px;
}

.lead{
    font-weight: 700;
}

.card h6 {
    font-weight: 700;
}

.card h6 span {
    color: #038db2;
}

ul.extra-details {
    list-style-type: none;
    padding: 0;
}

.extra-details li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: .5rem;
}

.extra-details .item-attr {
    display: inline-block;
    line-height: 26px;
}

.extra-details .item-property {
    /*float: right;*/
    
}

.card-nav-tabs .nav-link,#search-nav .nav-link{
    margin-top: -1px;
    border-radius: 1rem 1rem 0 0;
    height: 101%;
    margin-left: -1px;
   
}

#search-nav .nav-link{
    font-weight: 400;
    font-size: 22px;
}

#search-nav{
    margin-left: -13px;
}

#nav-products-tab {
    padding-left: 20px;
    padding-right: 20px;
}


span.comma-separated:after {
    content: "|";
    padding-right: .3rem;
    padding-left: .3rem;
}

span.comma-separated:last-child:after {
    content: "";
}

div.datepicker-calendar.bootstrap4 div.datepicker-month:after{
    font-family: "Font Awesome 5 Pro";
}
  




/* CONTENT */

.wp-block-image img {
   
    border-radius: 25px;
}



.cart-button{
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 20px 19px;
    background-color: #C73F30;
    color:#fff;
    border-radius: 60px;
    width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index:100;
}


div.datepicker-calendar{
    width:100%;
    border: 0;
}

.selected-day{
    background-color: #383e42;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}