/* Laptop */
@media only screen and (max-width:1439px) {
    /* Footer */
    .site-footer-content .container > .vc_row {margin-left:-45px;}
}

/* Touch devices */
@media only screen and (max-width:1180px) {
    /* Footer */
    #copyright .widget_nav_menu {width:420px;}
    .site-footer-content .container > .vc_row {margin-left:-20px;}

    /* Visibility Classes */
    .hidden-touch-devices {display:none;}
    .show-touch-devices {display:block;}
}

/* Tablet horizontal */
@media only screen and (max-width:1024px) {
    /* Footer */
    .site-footer-content .container > .vc_row {display:flex; flex-wrap:wrap; justify-content:space-between;}
    .site-footer-content .container > .vc_row:before, .site-footer-content .container > .vc_row:after {display:none;}
    .site-footer-content .container > .vc_row > div {width:100%;}
    .footer-logo-image.vc_align_left {
        --twc-spacing-default:var(--twc-spacing-75);
        text-align:center;
    }

    /* Visibility Classes */
    .hidden-tablet-h {display:none;}
    .show-tablet-h {display:block;}
}

/* Tablet vertical */
@media only screen and (max-width:768px) {
    /* Unordered Lists */
    ul.custom_ul > li {padding-left:30px;}

    /* Footer */
    #footer-top-nav > .vc_column-inner > .wpb_wrapper {flex-direction:column;}
    #footer-top-nav > .vc_column-inner > .wpb_wrapper > .vc_wp_custommenu {width:auto;}
    #footer-top-nav > .vc_column-inner > .wpb_wrapper > .vc_wp_custommenu:not(:last-child) {--twc-spacing-default:5px;}
    #copyright .widget_nav_menu {width:320px;}

    /* Visibility Classes */
    .hidden-tablet-v {display:none;}
    .show-tablet-v {display:block;}
}

/* Mobile */
@media only screen and (max-width:480px) {
    /* Unordered Lists */
    ul.custom_ul > li {padding-left:25px;}

    /* Button */
    [class*="btn_primary"] {min-width:120px; min-height:52px; padding:5px 20px;}

    /* Footer */
    .site-footer-content {
        --twc-spacing-default:55px;
        text-align:center;
    }
    .footer-row.vc_row > div {width:100%;}

    /* Table */
    .main_content table.custom_table tr {flex-direction:column;}
    .main_content table.custom_table tr:not(:last-child) {margin-bottom:0;}
    .main_content table.custom_table tr td {
        --twc-spacing-heading:10px;
        width:100% !important; padding-right:0;
    }
    .main_content table.custom_table tr td:not(:last-child) {padding-bottom:20px;}

    /* Copyright */
    #copyright {--twc-spacing-default:15px; padding-bottom:var(--twc-spacing-75);}
    #copyright .widget_nav_menu {width:100%;}
    #copyright .widget_nav_menu ul {flex-direction:column;}
    #copyright .widget_nav_menu ul li:not(:last-child) {margin:0 0 15px;}


    /* Visibility Classes */
    .hidden-mobile {display:none;}
    .show-mobile {display:block;}
}