/*
Theme Name: Horecando Child
Description: Child theme for Horecando theme
Author: Marco Pappalardo
Author URI: https://tamtamsrl.it
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.bg-contain{
    background-size: contain;
}
.uppercase{
    text-transform: uppercase;
}
body .fusion-carousel .fusion-carousel-nav .fusion-nav-next, body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev, body .fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover, body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover {
    background-color: rgba(29, 36, 45, 0);
}
body .fusion-carousel .fusion-carousel-nav .fusion-nav-next::before, body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev::before {
    color: #9e8c61;
}
body.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-next::before, body.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev::before {
    font-size: 44px;
    text-shadow: 0px 0px 3px #000;
}

.fusion-header-wrapper, .fusion-header-wrapper.fusion-is-sticky {
    border-bottom: 6px solid #947E5C;
}

.bordi::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #947e5c;
    position: absolute;
    z-index: 1;
    left: 4%;
    bottom: 0;
}
.avada-page-titlebar-wrapper::before{
    content: '';
    width: 6px;
    height: 100%;
    max-height: 500px;
    background-color: #947e5c;
    position: absolute;
    z-index: 1;
    left: 4%;
    top: 0;
}

.bordi::after, .avada-page-titlebar-wrapper::after {
    content: '';
    width: 6px;
    height: 100%;
    background-color: #947e5c;
    position: absolute;
    z-index: 1;
    right: 4%;
    bottom: 0;
}

.avada-page-titlebar-wrapper::after{
    content: '';
    width: 6px;
    height: 100%;
    max-height: 500px;
    background-color: #947e5c;
    position: absolute;
    z-index: 1;
    right: 4%;
    top: 0;
}

body .fusion-page-title-row h1 {
    padding-top: 100px;
    text-transform: uppercase;
}

@media (max-width: 1350px){
    .bordi::before, .avada-page-titlebar-wrapper::before {
        height: 0%;
    }
    
    .bordi::after, .avada-page-titlebar-wrapper::after {
        height: 0%;
    }
}

@media (max-width:640px){
    #aio-credit-image-1 {
        text-align: center;
    }
}