/*
Theme Name:  MC Signs LLC
Theme URI:   http://mcsignsllc.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site MC Signs LLC.
Author:      rabbitdev
Author URI:  http://mcsignsllc.com
Template:    Divi
*/

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

.et_pb_button { min-width: 140px; text-align:center;}

/* 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;
	}
}