/* 
 Theme Name:     Anglican Pacifists
 Author:         mattjwilding for Zest City
 Author URI:     http://www.zestcity.com, http://mattjwilding.co.uk
 Template:       Divi
 Version:        1.0
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_header_style_centered #logo {
    max-height: 90%;
}

#top-header {
/* 	background: none !important; */
	color:white;
}

#top-header a, #top-header a{
	color:#666 !important;
}

#top-header .et-social-icon a {
/*     font-size: 36px; */
}

@media only screen and (min-width: 981px) {
    /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 350px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 350px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}


.apf_footer{
	padding: 20px;
}

/*---------------[MOBILE MENU]------------------*/

.et_mobile_menu .menu-item-has-children > a {
	font-weight: inherit;
    background-color: #fff;
}

.et_mobile_menu .menu-item-has-children > a {
/*     font-weight: normal; */
    background-color: #fff;
}

.et_mobile_menu li ul.sub-menu {
    display: none !important;
    padding-left: 10px;
}

@media only screen and (max-width: 980px){
	.child-pages-links-section{
		display:block;
	}
}

@media only screen and (min-width: 981px){
	.child-pages-links-section{
		display:none;
	}
	
	.et_fullwidth_nav #main-header .container {
		border-bottom: 3px solid yellow;
	}
}

#footer-banner{
/* 	background-color: rgba(0, 0, 0, 0.32); */
    padding: 15px 0 5px;
    background-color: yellow;
}

p.footer-banner{
	font-size: 2.4em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
p.footer-copyright{
	text-align:center;
}

.tribe-events-list-widget h4 {
	font-size: 14px;
}

.tribe-events-list-widget h4.widgettitle {
	font-size: 18px;
}

ol.vcalendar {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 5px 0;
    line-height: 18px;
}

.tribe-events-list-widget .duration {
	font-size: 12px;    	
	font-weight: normal;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
    font-size: 14px;
    font-weight: 700;
}

#main-content .container:before {
			content: none;
			position: absolute;
			top: 0;
			height: 100%;
			width: 0;
			background: none;
		}

.et_pb_widget_area #sidebar{
	width:100%;
}
.et_right_sidebar #sidebar {
	padding-left: 0;
}

/* Give/Donation Input fields */
#give-giftaid-wrap textarea,
#give-giftaid-wrap input[type=text]{
    background-color: #eee;
    border: none;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;
}

#give_purchase_form_wrap input[type=text],
#give_purchase_form_wrap input[type=email],
#give_purchase_form_wrap input[type=submit]{
	background-color: #eee;
    border: none;
/*     width: 100%; */
    border-radius: 0;
    font-size: 14px;
    color: #999;
    padding: 16px;
}

#give_purchase_form_wrap input[type=submit]{
	cursor:pointer;
	border: 1px solid #999;
}
#give_purchase_form_wrap input[type=submit]:hover{
	border: 1px solid #000;
	color:#000;
	background-color: #ccc;
}
