/**
* Theme Name: Vcamp Child
* Description: This is a child theme of Vcamp, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Template Path</a>
* Template: vcamp
* Version: 1.6
*/
/* Hide element on Desktop */
@media only screen and (min-width: 981px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* Hide element on Tablet/Phone */
@media only screen and (max-width: 980px) {
    .hide-on-mobile-tablet {
        display: none !important;
    }
}