/*
Theme Name: GBS Child
Theme URI: http://underscores.me/
Author: Global Business Solution S.r.l.
Author URI: http://www.gbs-group.it
Description: GBS Custom WordPress Theme. This theme is not available for you to download or buy.
Template: gbs
Version: 1.0.0
*/
@media screen and (max-width:1023px){
    .col-branding {
        width: auto;
        display: flex;
    }
    .col-branding > .site-branding{
        justify-content: start !important;
    }
    .menu-toggle, #navigation-bar button{
        justify-content: end !important;
    }
    .visore-container > div.flex {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 0;
    }

    .visore-container > div.flex .contenuto-visore {
        height: auto;
    }

    .visore-container {
        height: auto !important;
    }

    .visore-container .title-container {
        align-items: center;
    }

    .visore-container .cta-container {
        justify-content: center;
    }

    .visore-container > div.flex > .col-50 {
        width: 100% !important;
    }

    .visore-container > div.flex > .col-50 > figure {
        display: flex;
        justify-content: center;
    }
    .banner-pricing {
        row-gap: 35px;
        align-items: start;
        justify-content: center;
    }

    .banner-pricing .desc {
        text-align: right;
        padding-right: 0;
    }

    #banner-pricing .paragrafo .banner-pricing .buttons {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .banner-pricing .desc.banner-no-price {
        text-align: center;
    }
}
@media screen and (max-width:767px){
    .layout7.grid-custom .col-25 {
        width: calc(50% - 1.5%) !important;
    }
    .list-accordion{
        margin-top: 20px !important;
    }
    .blocchi-icona-testo-cont {
        gap: 15px;
        margin-top: 25px;
    }
    .layout1 > div > div {
        gap: 0;
    }
    .layout1 .title-h2, .layout1 .title-h3 {
        padding-bottom: 15px;
    }
    .layout8 > div {
        gap: 30px;
    }
    .paragrafo.paddingbasebottom10 {
        padding-bottom: var(--spacing-5);
    }
    .paragrafo.paddingbasetop10 {
        padding-top: var(--spacing-5);
    }
    footer #widget-area > div > .widget-column {
        width: 100%;
    }
    footer #widget-area > div > .widget-column >.widget_media_image{
        display: flex;
        justify-content: center;
    }
    footer section#widget-area .widget ul.menu {
        justify-content: center !important;
        flex-wrap: wrap;
    }
    footer section#widget-area .widget .social{
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    #footer #widget-area .social > a{
        display: block;
    }
    #footer #widget-area .social > a > .icomoon{
        margin-left: 0;
    }
    footer section#widget-area .widget-row{
        gap: 15px !important;
    }
    footer section#copyright-area, footer section#copyright-area .copyright-text-2{
        text-align: center;
    }
    .layout0 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .blocchi-icona-testo-cont {
        margin-top: 0;
    }

    .layout10.margin30bottom {
        margin-bottom: 15px;
    }

    .banner-pricing .desc {
        text-align: center;
        padding-left: 0;
    }

    .banner-pricing .price {
        padding-right: 0;
    }

    .title-normal {
        text-align: center;
    }

    .btn-container{
        justify-content: center;
        margin-top: 30px;
    }
}
@media screen and (max-width:400px){
    .layout7.grid-custom .col-25 {
        width: 100% !important;
    }
}