/*
Theme Name: Divi Child Theme
Version: 1.0.5
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Marty Fritch http://meshagency.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/* COPYRIGHT LIVEBUILD INFO DON'T CHANGE */
.copyright { margin-top: -8px; }
.copyright, .livebuild { float: left; }

/* SEARCH PAGE */
.search #left-area .post-meta { display: none; }

#footer-widgets .footer-widget li:before { border-style: none; }
#footer-widgets .footer-widget li { padding-left: 0px;}
#footer-widgets .gform_widget  { width: 100%; }

#et-info {float: none;}
#top-header .et-social-icons {float: right;} 

#home-search #searchform input[type="submit"] {
background-color: rgba(0, 0, 0, 0);
font-family: FontAwesome;
font-size: 24px;
padding: 6px;
border: 0 none;
height: 31px;
width: 40px;
color: #fff;
cursor: pointer;
}
#top-header .et-social-icons .login-link { border-right: 1px solid;padding-right: 10px;}
#footer-bottom .et-social-icons .login-link { display: none; }
#footer-bottom .copyright .sitemap-link { border-left: 1px solid;padding-left: 10px;margin-left:10px;}


.top-btns {
	float:right;
	height:100%;
}
.top-btns .calendar-btn {
	display:block;
	float:left;
	color:#fff;
	max-width:100px;
	padding:13px 18px 13px 34px;
	font-family: 'Open Sans', sans-serif; 
	font-weight:bold;
	background: url(./calendar-icon.png) 8px 11px no-repeat;
}

.top-btns .donate-btn {
	display:block;
	float:right;
	max-width:100px;
	color:#fff;
	background:#c28e2a;
	padding:13px;
	font-family: 'Open Sans', sans-serif; 
	font-weight:bold;
}
#top-header .container {
	margin-top:0px !important;
	padding-top:0px !important;
}
#et-info {
	padding-bottom:0px !important;
}
#et-info-phone,
.et-social-icons {
	display:inline-block;
	padding-top:13px;
	padding-bottom:13px;
}
/* =Responsive Code Here
------------------------------------------------------- */
@media only screen and ( max-width: 980px ) {
	.livebuild  { float: none; text-align: center; }

}
	
@media all and (max-width: 767px) {
	
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
		font-size:32px !important;
		line-height:38px !important;
	}

	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
		width: 100% !important;
	}
	.et_pb_text_1 h2 {
       font-size: 26px !important;
	}	
	
	/*#et-main-area #main-content .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 34px !important;
		line-height:39px !important;
	}*/
	
	#et-main-area #main-content .et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
		font-size: 16px!important;
		line-height:22px !important;
	}
	#et-main-area #main-content h3 {
		font-size: 22px !important; 
	}
	#et-main-area #main-content h4 {
		font-size: 19px !important; 
	}
}	
	