/*
Theme Name: Foxy Child
Template: Foxy
Author: Child Theme Configurator
Version: 1.0
Updated: 2015-01-22 21:48:09
*/

@charset "UTF-8";


/*Makes the navigation flush with the banner*/

#main-header {
padding: 53px 62px 0px 80px;
}

/* ------------- */

/* Ads the brick texture to the background*/

#body-area {
background-image: url("/wp-content/uploads/2014/12/brick-texture.jpg");
}

/* ------------- */

/* converts the home page blurbs to 2 columns from 3 Removes the second column and makes the width 515px*/

.service.blurb_icon:nth-child(2) {
display: none;
}
.service.blurb_icon {
width: 515px;
}

@media only screen and (max-width: 1200px) {
.service {
width: 100% !important;
}
.service-number {
float: none;
}
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
.service.blurb_icon h3, .service.blurb_icon p {
margin-left: 0; }
}

@media only screen and (max-width: 767px) {
.service.blurb_icon h3, .service.blurb_icon p {
margin-left: 0; }
}

/* ------------- */

/* Fixes the blurb icons to be full width. Removes the gray Blurb beneath.*/

.service-number span {
display: inline-block;
background-color: #fff;
width: 145px;
}
.service-number span:before {
border-top-color: transparent;
}

/* ------------- */

/* Adjust the feature slider to be the full slide area*/

#featured {padding-top: 0px;}
#featured .slide.et-active-slide .description {display: none;}
#featured .slide.et-active-slide img {width: 1280px;}

#featured .slide img {
max-width: 100% !important;
width: 100% !important;
}

@media only screen and ( min-width: 961px ) and ( max-width: 1300px ) {
		#featured .slide img { max-width: 100%; }
}



.slide .description { display: none !important;}

#featured { padding: 0px !important; }
#featured .slide { min-height: initial!important; }
#featured .slide .description { display: none!important; }
#featured .slide img { width: 100%!important; }

#featured .slide img {
max-width: 100% !important;
}

/* ------------- */

/* Cleans up the testimonials area after I convert it to the Social Plugin*/
.testimonial-author strong {
display: none;
}

.testimonial {
position: relative;
padding: 0;
}

/* ------------- */

/*Compacts the main navigation so it all fits
#top-navigation a {
font-size: 14px;
}
#top-navigation {
float: right;
}

span.main_text {
display: block;
position: relative;
padding: 10px 14px;
}
span.menu_slide, span.main_text {
display: block;
position: relative;
padding: 10px 14px;
}*/

/*Fixes the logo to be larger on small screens*/
#main-header {
padding: 53px 40px 0px 40px;
}


h3 {
line-height: 2;
}

#et-contact {
display: none;
}

.widget {
margin-bottom: 10px;
}

#main-header {
padding: 53px 40px 40px 40px;
}