/*
Theme Name: 	Tapia
Description: 	Custom Theme by Wordpress Shuttle
Author: 		Wordpress Shuttle
Author URL: 	http://wordpressshuttle.com
Template: 		wordpress-shuttle
Version: 		1.58
Requires: 		Wordpress Shuttle Framework Version 5.5.103.17 or Higher
*/


/***** ADD YOUR GLOBAL CHANGES (FOR ALL SCREEN SIZES) HERE *****/



/***** END GLOBAL CHANGES *****/

/***** MEDIA QUERIES *****/

@media only screen and (max-width:767px){
    /* Disable Sticky Header on mobile */
    .affix{
        display:none;
    }

}

@media only screen and (min-width:768px){

}

@media only screen and (min-width:992px){

}

@media only screen and (min-width:1200px){

}