/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans", arial, sans-serif;
	color:  #444444;
}

h1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 40px 0px;
}

h2 {
	font-size: 25px;
	line-height: 35px;
}

h3 {
	font-size: 22px;
	line-height: 32px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}

h6 {
}


/* Move the navigation bar down from the logo */

.et_header_style_centered #main-header div#et-top-navigation {
	margin-top: 5px;
}

/* Style the menu WIDTHS to account for long titles in Buying/Videos & Selling/Videos Menu Option */

.nav li:hover>ul {
	width: 380px;
}

#top-menu li li a {
	width: 360px;
}

/* Change the background color of a dropdown menu from light gray (hard to see) to something easier to see */

#top-menu li li a:hover { background-color:#CCCCFF !important; }


/* Top Secondary Menu Alignment */
#et-secondary-menu {
	float: none !important;
	text-align: center;
}

/* Add Border to Real Estate Manager (REM) property page slider  */

.fotorama {
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #7a7a7a;
}

/* Customize the REM search tool */

#rem-search-box .search-container .search-options .searcher .footer {
	background-color: #6A757F !important;
}

.btn.btn-default.more-button.hidden-xs.hidden-sm {
	border-radius: 3px !important;
}

.btn.btn-default.search-button {
	border-radius: 3px !important;
}

/* Reduce size of agent/email box on author page*/

.ich-settings-main-wrap .col-md-4 {
	width: 25% !important;
}

/* Set the filter button height */

.btn.btn-default.more-button.hidden-xs.hidden-sm {
	height: 40px;
}

/* Set the reset button height */

.btn.btn-default.hidden-xs.hidden-sm {
	height: 40px;
	border-radius: 3px !important;
}

/* Hide the quotes on agent card */

.fa.fa-quote-left {
	visibility: hidden;
}

.fa.fa-quote-right {
	visibility: hidden;
}

/* use this to make the price slider cover the width of the entire search box*/

.search-options .margin-div > div:last-child {
	width: 100% !important;
}

/* change the color of the price slider upper/lower handles*/

.noUi-horizontal .noUi-handle {
	background-color: #B21758 !important;
}


/*--------- Mobile Customizations ---------------------*/

@media only screen and (max-width: 479px) {

	/* Home page -> Mobile fix for the REM search box at bottom of page */
	.ich-settings-main-wrap { margin-left: -5px }
	#rem-search-box .search-container .search-options.sample-page  { width: 300px; margin-left: -14px }

	/* Gallery page -> Mobile fix for text at top of gallery images */
	.et_pb_text_inner { line-height: 1.2em; margin-bottom: -60px }

}