/**
 * Theme Name:      WC Housing Child Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Divi
 * Author:          zumwinkle.com
 * Author URI:      https://www.zumwinkle.com/
 * Template:        Divi
 * Version:         1.0.0
 * Text Domain:     wc-housing-child-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

b, strong {
	font-weight: 900;
}

#main-content a {
	font-weight: 700;
}

#main-content ol, #main-content ul {
	margin-left: 40px;
}

#main-content ol li, #main-content ul li {
	line-height: 1.5;
	margin-bottom: 20px;
	list-style-position: outside;
}


/*---------------- NAV BITS -----------------*/

#top-menu li {
	padding-right: 10px;
}

#top-menu.nav li ul {
	padding: 5px 0;
}

#top-menu li li {
	padding: 0;
}

body ul#top-menu ul li a:hover {
	background-color: #567f94;
	color: #fff;
}

#top-menu li li a {
	width: 240px;
	line-height: 20px;
}

@media only screen and (min-width: 981px) {
	body.et_header_style_left #et-top-navigation nav > ul > li > a {
		padding-bottom: 15px;
	}
	body.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
		padding: 70px 0 0 0;
	}
}

/*----------------- Page Titles ----------------*/

body .et_pb_post_title_0 .et_pb_title_container h1.entry-title {
	display: inline-flex;
	padding: 0 20px 7px;
	text-align: left;
	color: #537f94 !important;
	background-color: rgba(255, 255, 255, .9);
}

/* --------------- Communities Page --------------*/

.page-id-10553 article h3 {
	font-size: 20px;
	font-family: 'Mulish',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

/*-------------------- Slideshows --------------*/

.et-pb-arrow-prev, .et-pb-arrow-next {
	
}

.et-pb-arrow-prev:before, .et-pb-arrow-next:before {
	text-shadow: 0 0 8px #333;
	color: #fff;
	text-decoration: none;	
}

/*-------------------- AZ: hide labels on Contact Form --------------*/
#et_pb_contact_form_0 label {
	display: none !important;
}