/* Redefined theme styles per site */

/* COMMON STYLES */
/* If site doesn't have mobile version put all styles HERE */


/* DESKTOP STYLES */
@media screen and (min-width: 551px) {

  
}


/* MOBILE STYLES */
@media screen and (max-width: 550px) {

  
}


