/*
Theme Name: Divi Child Theme
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:   Brad Dalton http://wpsites.net
Template: Divi
*/

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

/* Logo Style */

.et_header_style_left .logo_container{
	position: absolute!important;
}

/* move nav away from right edge*/
.nav li ul {left: -144%;}

/* share buttons style */
ul.ess-buttons {padding: 20px 0 20px 0 !important;}

/* Time.ly All in one calendar styles */
#ai1ec-calendar {
	position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
	padding: 30px 0px 60px 0px;
	font-size: 14px;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time,
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title{
	font-weight: normal;
	font-size: inherit;
}
.ai1ec-day,
.ai1ec-weekday {
	font-weight: normal;
}
.ai1ec-date-title{
	background-color: #ffffff !important;
}
.ai1ec-agenda-view .ai1ec-event-title{
	font-size: 22px !important;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
html body .ai1ec-agenda-view .ai1ec-event-description p{
	font-size: 18px !important;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	line-height: 1.6em;
	color: #666;
}
html body .ai1ec-agenda-view .ai1ec-event{
	border: 1px solid #d6d6d6;
	padding: 10px 15px;
}


/* tithe calculator */
#tithe-calc label, #tithe-give label{
	padding-top: 10px;
	display: block;
}
#tithe-calc p.et_pb_contact_field, #tithe-give p.et_pb_contact_field{
	margin-bottom: 10px;
}
#tithe-calc p.et_pb_contact_field .et_pb_contact_name{
	font-weight: bold;
	font-size: 24px;
	width: 150px;
}
#tithe-give p.et_pb_contact_field .et_pb_contact_name{
	color: green;
	font-weight: bold;
	font-size: 24px;
	width: 150px;
}

#tithe-calc button.et_pb_contact_submit, #tithe-give button.et_pb_contact_submit{
	margin-left: 30px;
}
div.give input.et_pb_button {
	float: right;
	margin-top: 10px;
}

.give .amount {
	font-weight: bold;
	padding: 5px;
	font-size: 18px;
	color: green;
}

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
/*text-align: left; */
/*color: green; */
/*padding-bottom: 10px; */
/*float: left; */
}

#footer-info a { 
/*font-weight: 700; 
color: yellow; */
}

#footer-info a:hover { 
/*color: pink; */
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	/*color: blue;*/
}
#footer-bottom .et-social-twitter a {
	/*color: powderblue;*/
}
#footer-bottom .et-social-google-plus a {
	/*color: red;*/
}
#footer-bottom .et-social-rss a {
	/*color: orange;*/
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	/*color: pink;*/
}
#footer-bottom .et-social-twitter a:hover {
	/*color: pink;*/
}
#footer-bottom .et-social-google-plus a:hover {
	/*color: pink;*/
}
#footer-bottom .et-social-rss a:hover {
	/*color: pink;*/
}
html body div.infowindow p {
	line-height: 1.3em;
}

/* Wp Church Center Styles */
.cardInfo p{
	margin-bottom: 0px!important;
}
.wpchurch_center.single .singleCard .cardInfo .cardTitle p{
	margin: 0 0 20px!important;
}
.wpchurch_center.single .singleCard .cardInfo ul{
	margin-bottom: 20px!important;
}
.cardInfo h2, .cardInfo h3, .cardInfo h4, .cardInfo h5, .cardInfo h6{
	margin: 10px 0px 10px 0px!important;
	padding-bottom: 0px!important;
}




