/*Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child 
ThemeAuthor: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child*/
/*Theme Customization Starts Here*/


div#page-header {
	background-color: #700303;
	background-image: url();
	background-size: cover;
	background-position: 50% 50%;
}
div#page-header h1 {
	text-align: center;
	padding: 80px 0px 80px 0px;
	color: white; 
}

@media screen and (max-width: 700px){
	div#page-header h1 {
		padding: 50px 60px 50px 60px;
		font-size: 1.7em;
		line-height: 120%;
		color: white; 
	}
}

div#cta-header {
	text-align: center;
	clear: both;
}

div#cta-header a {
border: 2px solid white;
border-radius: 4px;
padding: 6px 10px 6px 10px;
margin: 0px 10px 20px 10px;
color: white;
font-size: 20px;
background: rgba(0,0,0,0.5);
  transition: 0.25s;
  display: inline-block;
}
div#cta-header a:hover {
	color: black;
	background: rgba(255,255,255,0.75);
	margin: -4px 6px 16px 6px;
	padding: 10px 14px 10px 14px;
}

table#landlords tr:nth-child(even) { 
	background-color: #e7e7e7; 
} 

#nav_map {
	margin-left: 18%;
	margin-right: 18%;
	width: 70%;
	max-width: 1080px;
	clear: both;
	color: white;
	padding: 20px 0px 20px 0px;
}
#nav_map ul li a {
	color: white;
}
#nav_map ul li a:hover {
	border-bottom: white 1px dotted;
}
#nav_map div.nav_map_box {
	float: left;
	width: 25%;
}


@media screen and (max-width: 700px){
	#nav_map {
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
		padding: 10px 0px 10px 0px;
	}
	#nav_map div.nav_map_box {
		float: none;
		clear: both;
		width: 100%;
		padding: 10px 0px 0px 0px;
	}
}

div#legal_info {
	text-align: center;
	color: white;
	font-size: 0.7em;
}

div#affiliations {
	text-align: center;	
	padding: 20px 0px 20px 0px;
}
div#affiliations img {
	height: 25px;
	margin: 0px 20px 0px 20px;
}

.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }

#et-footer-nav .container {
	text-align: center;
}


#et-footer-nav ul li {
  border-right:1px solid white;
  padding-left: 20px;
}

#et-footer-nav ul li:last-child {
	  border-right: 0px;
}