:root {

}


#main > div,
.ast-container,
.ast-container #primary {
    flex-direction : column !important;
    max-width      : unset !important;
    margin         : 0 !important;
    padding        : 0 !important;
}

.ast-container {
    position : relative;
}

.site-template {
    position         : relative;
    width            : 100%;
    background-color : #FFFFFF;
}


/*RESPONSIVE*/

/*phone*/
@media (max-width : 767px) {

    .hide-mobile {
        display : none !important;
    }

}

/*tablet*/
@media (min-width : 768px) and (max-width : 1023px) {

    .hide-tablet {
        display : none !important;
    }

}

/*mobile and tablet*/
@media (max-width : 1024px) {

}

/*desktop*/
@media (min-width : 1025px) {

    .hide-desktop {
        display : none !important;
    }

}

/*laptop 1*/
@media (min-width : 1024px) and (max-width : 1439px) {

}

/*laptop 2*/
@media (min-width : 1440px) and (max-width : 1700px) {

}

/*RESPONSIVE*/
