/*
Theme Name:  Smitty\'s Snacks
Theme URI:   http://smittyssnacks.com/WP
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Smitty\'s Snacks.
Author:      admin
Author URI:  http://smittyssnacks.com/WP
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* Hide the header on desktop only */
@media only screen and (min-width: 981px) {
	#main-header { display:none; }
	#page-container { 
		padding-top:0px !important; 
		margin-top:-1px !important 
	}
	
	/* Adjust padding for transparent headers */
	.et_transparent_nav #main-content .container {
		padding-top: 58px !important;
	}
}

    @media only screen and (max-width: 980px) {
    #logo {
        height: 100% !important;
        max-height: 90% !important;
        width: auto;
        max-width: 100% !important;
        }
    }
