/*
 Theme Name:   Responsive Child
 Description:  Responsive Child Theme
 Template:     responsive
*/

#wrapper {
	  padding: 0px 32px 20px 30px;
}

.menu, .menu ul {
  padding-left: 21px !important;
}

.menu ul {
  padding-left: 0 !important;
}

.menu ul .children {
	padding-left: -21px;
}

.menu {
   background-image: none !important;
   background-color: #d4b575;
   color: #000;
}

.menu a {
    border-left: 0;
    color: #0F0F0F;
    text-shadow: none;
    text-transform: uppercase;
}

.menu a:hover {
    color: #000;
    background-image: none;
    background-color: #c2973d;
}

ul.menu > li:hover {
  color: #fff;
  background-color: #c2973d;
}

.menu .current_page_item a, .menu .current-menu-item a {
  background-color: #c2973d;
}

.current-menu-parent {
  background: #c2973d;
}

.featured-title {
	display: none;
	}

.featured-subtitle {
	padding: 20px 10px 0px 32px;
	text-align: left;
	color: #fff;
}

h2 {
  font-size: 2.8em;
}

#featured-content p {
	color: #ffffff;
	text-align: left;
	padding-left: 32px;
}

.col-460 {
  width: 60%;
}

a.blue {
	background-image: -webkit-linear-gradient(top, #D5C3A0, #79736F);
}

a.blue:hover {
	background-image: -webkit-linear-gradient(top,#938676,#474747);
}

.buttonAlternate a {
  color: #fff;
  font-weight: 800;
  font-size: 1.3em;
}

.buttonAlternate a:hover {
  color: #555;
}

.call-to-action {
	display: none;
  text-align: left;
  padding-left: 32px;
}

.powered {
display: none;
}

#featured {
background-image: url("/wp-content/uploads/2015/05/boxbluelogo.gif");
}

#featured-image {
	display: none;
}

.widget-wrapper {
  background-color: #e8d5b2;
}

div#text-7 {
  background-color: #c7c9cb;
}

.scroll-top {
  text-align: center;
  display: none;
}

#menu-header {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #4E2C69;
  text-align: right;
}

.top-menu img {
  width: 94px;
  margin: 10px 34px 9px;
}

body.search-results h1 {
    font-size: 2em !important;
    margin-bottom: .5em;
    margin-top: .5em;
}

@media handheld, only screen and (max-width: 767px) {
	.col-460 {
		width: 100%;
	}
}

