/* Laptop */
@media only screen and (max-width:1440px) {

}

/* Touch devices */
@media only screen and (max-width:1180px) {
    /* Visibility Classes */
    .hidden-touch-devices {display:none;}
    .show-touch-devices {display:block;}
}

/* Tablet horizontal */
@media only screen and (max-width:1024px) {
    /* Footer */
    #footer-top > div {width:100%;}
    .footer-logo-image.wpb_single_image img {margin-left:auto; margin-right:auto;}
    .site-footer-content .social-buttons ul {justify-content:center;}

    /* Visibility Classes */
    .hidden-tablet-h {display:none;}
    .show-tablet-h {display:block;}
}

/* Tablet vertical */
@media only screen and (max-width:768px) {
    /* Visibility Classes */
    .hidden-tablet-v {display:none;}
    .show-tablet-v {display:block;}
}

@media only screen and (max-width:767px) {
    /* Footer */
    .site-footer-content {
        --twc-spacing-20:15px;
        --twc-spacing-default:75px;
        --twc-spacing-90:75px;
        text-align:center;
    }
    .footer-info {min-width:100%;}
    .footer-row.vc_row > div {width:100%;}
    #copyright {
        --twc-spacing-default:5px;
        padding-bottom:25px;
    }
}
/* Mobile */
@media only screen and (max-width:480px) {
    /* Visibility Classes */
    .hidden-mobile {display:none;}
    .show-mobile {display:block;}
}