/*
Theme Name: SGL Custom Theme
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1
Description: Child theme of Divi by Elegant Themes
Author: Meghan Smith Solutions
Author URI: http://www.meghansmithsolutions.com.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: none
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../Divi/style.css");


/* Style for Logo */
img#logo {
	max-height: 115%;
	margin-top: 10px;
}




/* Style for Navigation - blue bar height*/
.et_header_style_left div#et-top-navigation {
	padding-top: 50px;
}
.et_header_style_left #et-top-navigation nav > ul.nav > li > a{
	padding-bottom: 39px;
}

.mobile_nav::before { content:'Menu'; vertical-align:top; line-height:2.2em; color:#ffde87;}

/* Style for Donate button text */
#top-menu > li:last-child a{
	color: #ffc938;
	font-weight: 700;
}

#et-footer-nav .bottom-nav > li:last-child a {
	font-size: 1.06rem;
	color: #014161;
}
/* Style for Home Header Text */
#homeHeaderImage .et_pb_fullwidth_header_container{
		background-color: rgba(0,0,0,.5); 
	}
@media screen and (min-width: 700px) {
	#homeHeaderImage .et_pb_fullwidth_header_container{
		background-color: rgba(0,0,0,0); 
	}
}
@media screen and (min-width: 700px) {
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left div.header-content {
		max-width: 48%;
		margin-left: 0;
	}
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left div.header-content h1 {
	color: #ffde87 !important;
	font-size: 33px;

}

.statisticRibbon h2 {
	padding-bottom: 0px;
}

.textwidget a {
	color: #ffc938;
	text-decoration: underline;
	transition: all .5s;
}
.textwidget a:hover {
	opacity: .8;
}

.eventsHeader h2{
	color: #025984;
}

#give-form-81-wrap h2.give-form-title{
	color: #ffde87;
	font-size: 23px;
	margin-bottom: 0;
}
.give-custom-amount-text {
	color: #ffde87;
}
#give-form-81 button.give-btn{
	margin-top: 11px;
	padding: 10px 15px;
	color: #ffc93b;
	border: none;
	border: 2px solid #ffc93b;
	border-radius: 4px;
	font-size: 18px;
	background-color: #2181b0;
	transition: all 2s;
}
#give-form-81 button.give-btn:hover{
	background-color: #3191c0;
}

#main-content .page h2, #main-content .page h1 {
	color: #025984;
}	

.footer-widget div.paypal-donations {
	margin-top: 15px
}