/*
Theme Name: Foxy Child Theme
Theme URI: http: //getmeplacement.com/
Description: Custom child theme for David Whiteman microsites
Author: David Rowell
Author URI: http: //getmeplacement.com/
Template: foxy
Version: 1.0
*/

@import url("../foxy/style.css");

#logo {
	margin: 15px 0;
}

#breadcrumbs {
	display: none;
}

a {
	color: #b1953b !important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
}

h2 {
	font-size: 24px;
	margin: 28px 0 14px;
}

.post-heading h1 {
	font-weight: 400;
	font-size: 28px;
	letter-spacing: .01em;
}

#top-navigation li.current-menu-item > a, .et_mobile_menu li.current-menu-item > a {
	color: #b1953b;
}

#home-tab-area > ul, .widget h4.widgettitle {
	border-bottom: 5px solid #b1953b !important;
}

.widget h4.widgettitle {
	padding-left: 60px !important;
}

.widget ul li, .nav li li, .et_mobile_menu a {
	padding: 16px 30px 16px 60px !important;
}

#top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .mobile_nav, #callout {
	-moz-box-shadow: inset 0 0 30px #d9531f !important;
	-webkit-box-shadow: inset 0 0 30px #b1953b !important;
	box-shadow: inset 0 0 30px #b1953b !important;
}

#top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, .mobile_nav, #home-tab-area > ul > li.home-tab-active, #footer-bottom li a:hover, .et-product:hover .et-price-button, .et-products li:hover .et-price-button, #callout {
background-color: #b1953b !important;
}

#top-navigation > ul > li.sfHover > a, #top-navigation > ul > li > a:hover, .mobile_nav {
	color: #fff !important;
	background-color: #b1953b !important;
	-webkit-box-shadow: inset 0 0 30px #b1953b !important;
	-moz-box-shadow: inset 0 0 30px #b1953b !important;
	box-shadow: inset 0 0 30px #b1953b !important;
}

.widget ul li:hover, .nav li li:hover {
	background: transparent url(images/hover-sidebar-bullet-b1953b.png) no-repeat 40px 19px;
	padding-left: 60px !important;
}

#sidebar {
	line-height: 1.2;
}

#sidebar a {
	color: #333 !important;
}

#sidebar a:hover {
	color: #b1953b !important;
	text-decoration: underline;
}

#sitemap.responsive {
	display: none;
}

#footer-bottom a span {
	color: #fff;
}

.phone {
	float: right;
	padding-right: 15px;
}

.entry-content {
	padding-bottom: 40px;
}

#content {
	padding-bottom: 40px !important;
}

#section-area, .et-carousel-wrapper, #home-info, #main-footer, #content {
	padding: 0 80px;
}

.iframe-class {
	margin-bottom: 50px;
}

.mls-map {
	margin-bottom: 10px;
}

.button {
	background: #b1953b;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
}

#sidebar a.button {
	color: #fff !important;
}

.form-input input[type=text], .form-textarea textarea {
	padding: 10px !important;
	font-family: inherit !important;
	font-size: 105% !important;
}

.frm_submit input[type="submit"] {
	padding: 10px;
	font-size: 105%;
	font-weight: bold;
}