/*
Theme Name: Locanda Montana Child
Theme URI: https://www.locandamontana.it/
Description: Locanda Montana Child
Author: Beddy
Author URI: https://www.beddy.io
Version: 1.0.0
Text Domain: montana
Template: montana
*/
.main-header .menu-right-content .search-box-outer {
    top: 0px!important;
}
.hide-icon .icon-box{
    display: none;
}
.hide-icon .text{
    padding-left: 0!important;
}
.overflow-hidden .elementor-widget-image{
    overflow: hidden;
}
.grid-appartamenti-home .hover-color a:hover,
.link-recapiti .elementor-icon-box-description a:hover{
    color: #ff6f29!important;
}
.content_block_one .content-box .text p {
    font-size: 18px!important;
    line-height: 36px!important;
}
.link-recapiti a{
    color: #fff;
}
.banner-carousel .content-box h2{
    font-size: 75px!important;
    line-height: 75px!important;
}
.hover-galleria .gallery-item .gallery-icon{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hover-galleria .gallery-item .gallery-icon:before{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    top: -50%;
    position: absolute;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}
.hover-galleria .gallery-item .gallery-icon:after{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50%;
    left: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
}

.hover-galleria .gallery-item .gallery-icon:hover::before {
    left: 0;
    top: 0;
}
.hover-galleria .gallery-item .gallery-icon:hover::after {
    left: 0;
    top: 50%;
}
.hover-galleria .gallery-item .gallery-icon:hover a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}
.hover-galleria .gallery-item .gallery-icon:hover a:after {
    content: '\f10d';
    font-family: "flaticon";
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 18px;
    line-height: 1;
    margin-left: -9px;
}
.footer-widget ul li, .footer-widget ol li {
    /* display: block!important; */
    margin-bottom: 0!important;
}
footer .menu{
    display: flex;
}
.footer-widget ul li a, .footer-widget ol li a,
.widget_amping_sidebar_contact .inner-box .icon-box, .widget_amping_sidebar_contact .inner-box span{
    font-size: 18px!important;
    line-height: 30px!important;
}
.widget_amping_sidebar_contact .inner-box{
    display: flex;
}
.widget_amping_sidebar_contact .inner-box .icon-box{
    padding-right: 15px;
}
.widget_amping_sidebar_contact .inner-box span a,
.widget_amping_sidebar_contact .inner-box span,
.widget_amping_sidebar_contact .inner-box .icon-box{
    color: #ffffff80;
}
.widget_amping_sidebar_contact .inner-box span a:hover{
    color: #ffbf37;
}
.main-footer .widget-section .contact-widget p{
    margin-bottom: 0;
}
.come-arrivare .elementor-accordion-item{
    margin-bottom: 10px;
}
.come-arrivare .elementor-active{
    background: #fff!important;
}
.footer-bottom {
    padding-bottom: 125px!important;
}
.scroll-top.open {
    bottom: 170px!important;
    right: 15px;
}
.grecaptcha-badge{
    display: none!important;
}
#whatsapp-bagde-content {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9;
}
#whatsapp-bagde-content-link {
    background: #16BE45;
    padding: 12px;
    border-radius: 100%;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .main-header .header-lower {
    padding-bottom: 0!important;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top .footer-logo {
    padding: 50px 0px!important;
  }
}
@media (min-width: 768px) {
  footer .footer-column.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 680px) and (max-width: 1100px){
    .banner-carousel .content-box h2 {
        font-size: 45px !important;
        line-height: 45px !important;
    }
}
@media (max-width: 679px){
    .banner-carousel .content-box h2 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
}
@media only screen and (max-width: 656px) {
  .main-header .menu-right-content .support-box {
    display: none;
  }
}
@media (max-width: 560px){
    footer .menu {
        flex-wrap: wrap;
    }
}