/*======================================
Theme Name: CL divi
Theme URI: https://divicake.com/
Description: CL divi child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.events-feed .decm-show-detail-center .ecs-price { padding-left: 5px; }

/* Nate additions for child theme header.php */

#main-header .primary-header { height: 198px; }

#main-header .primary-header .title,
#main-header .primary-header .tagline { display: none; }

#guidestar-widget img { 
	position: absolute;
    left: 15px;
    top: 30px;
	width: 100px;
	max-width: 10%;
}

#main-header #logo {
	top: 50px;
    position: relative;
}

@media all and (max-width: 980px) {
	.primary-nav .mobile_nav .mobile_menu_bar {
		position: absolute;
    	right: 5px;
    	top: 2px;
	}
	.primary-nav #et_mobile_nav_menu { top: -70px; }
	.primary-header .container { width: 100%; }
	#guidestar-widget img { 
		left: 10px; 
		top: 10px;
	}
}

@media all and (max-width: 500px) {
	#guidestar-widget img { width: 20%; }
}
