/*
Theme Name: Ready Houston 2017
Description: A child theme of Divi.
Template: Divi
*/

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

.et_pb_blurb_position_left .et-pb-icon {
	font-size: 32px !important;
}



.et_pb_blurb_position_left .et_pb_main_blurb_image {
	width: 56px !important;
}

.et-social-rss {
	display: none !important;
}

.et-social-google-plus {
		display: none !important;

}

.et_menu_container {
	width: 100% !important;
	max-width: 100% !important;
}
#top-menu-nav > ul > li {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
#top-menu-nav > ul > li:hover a,
#top-menu li.current-menu-ancestor > a
{
	color: white !important;
	opacity: 1;
}
#top-menu-nav > ul > li:hover ul li a {
	color: #004b8d !important;
}
#et-top-navigation {
	background-color: #fcb133;
}

#et-top-navigation #top-menu > li > a { /* SPACING ON NAV MENU ITEMS (INCLUDING DOWN ARROW) */
	padding: 1.5rem 10px 1.5rem 5px;	
}
#et-top-navigation #top-menu > li > a:after {
	padding-top: 1.5rem;
	right: -5px;
}
#top-menu-nav > ul > li > ul {
	left: 0;
}

@media (min-width: 981px) {
	/* MODIFY THAT TOP PADDING THAT DEFINES WHERE THE PAGE CONTENT STARTS. A WEIRD DIVI QUIRK */
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
	.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
		padding-top: 164px !important;
	}
}
.et_pb_toggle_open h5.et_pb_toggle_title {
	color: #004b8d !important;
}
/*.et_pb_fullwidth_header {
	height: 310px !important;
}

.et_pb_accordion .et_pb_module {
	margin-bottom: 0 !important;
}

.et_header_style_centered #logo {
	max-height: 75% !important;
}

*/

/*.et_pb_row_13 {
	transform: skewY(-2deg) !important;
}
.et_pb_row_12 {
	transform: skewY(-2deg) !important;
}*/
blockquote {
	border-color: #ffa400;
}
h4 {
	line-height: 1.5em !important;
}
#home-slider .image-slide {
	max-height: 400px !important;
}
.oem-list-item {
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}
.oem-list-item h4 {
	padding-bottom: 0;
}
.rh_oem:last-child .oem-list-item{
	border-bottom: none;
}

a.oem-social-icon  {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 7px;
}
ul.oem-zip-list,
ul.oem-city-list
{
	margin: 0;
	padding: 0;
}
ul.oem-zip-list li,
ul.oem-city-list li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
}
ul.oem-zip-list li a,
ul.oem-city-list li a
{
	display: inline-block;
	border: solid 1px #4891d2;
	padding: 2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
}
ul.oem-zip-list li a:hover,
ul.oem-city-list li a:hover
{
	background: #004b8d;
	color: #FFF;
}


body.single-rh_oem .oem-details {
	padding-bottom: 30px;
	font-size: 1rem;
}



/*
#oem-results #city1 .rh_oem:not([class*="city1"]) {display: none;}
#oem-results #city2 .rh_oem:not([class*="city2"]) {display: none;}
#oem-results #city3 .rh_oem:not([class*="city3"]) {display: none;}
#oem-results #city4 .rh_oem:not([class*="city4"]) {display: none;}
#oem-results #city5 .rh_oem:not([class*="city5"]) {display: none;}
#oem-results #county .rh_oem:not([class*="county"]) {display: none;}
*/
.oem-search-form,
.facetwp-facet-search_zips {
	white-space: nowrap;
	overflow: hidden;
	margin: 30px 0;
	max-width: 750px;
}
.oem-search-form .search-field,
.facetwp-facet-search_zips .facetwp-autocomplete {
                padding:8px 15px;
                background:white;
                border: 1px solid #dbdbdb;
                width: 65%;
                font-size: 1rem;
}
.oem-search-form .search-button,
.facetwp-facet-search_zips .facetwp-autocomplete-update {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:3px solid #004b8d;
                background-color:#004b8d;
                color:#fafafa;
                font-size: 1rem;
                font-weight: bold;
                width: 33%;
                min-width: 70px;
                cursor: pointer;
}


@media (min-width: 960px) {
	body.single-rh_oem .oem-details {
		min-height: 650px;
	}
}