/****************from mediaqueries.css*******************/
/**********separates desktop from large class************/
@media only screen and (min-width: 1200px) {
body.layout-mode-responsive .visible-large {
display: inherit !important;
}
body.layout-mode-responsive .hidden-large {
display: none !important;
}
body.layout-mode-responsive .visible-desktop {
display: none !important;
}
body.layout-mode-responsive .hidden-desktop {
display: none !important;
}
}
/***********end of mediaqueries.css changes**********/
The following users have thanked you: Adrian Boogaard
Time to create page: 0.053 seconds