/*
 Theme Name:     US_IHA Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Academica Pro Child Theme
 Author:         MBaker
 Author URI:     n/a
 Template:       academica_pro
 Version:        1.0.0
*/
 
@import url("../academica_pro/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#nav-main-menu {
    background-color: #446c35;
    

}

.widget-brown {
    border-top: 6px solid #5c4a12;

    color: #446c35;
}

/* Changed Blue Background Widget to Green - PHW - 11-12-14
------------------------------------------------------- */
#main .widget-blue {
    background-color: #446C35;
    border-top: 6px solid #D8B446;
    border-right: 0px none;
    border-bottom: 0px none;
    color: #A7C7E7;
}

/* Changed Blue Background Footer to Green 
   Changed Margin top from 30px to 0px, as it was creating a white band
   Border-top is defined as gold, but still appears as green. CSS overwrite not found.
   - PHW - 11-12-14
------------------------------------------------------- */
footer, #footer-copy {
    background-color: #446c35;
    border-top: 6px solid #D8B446;
    color: #D3DDE6;
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 0px;
    padding: 25px 0px;
}

/* Changed Blue Background Widget to Green - PHW - 11-12-14
------------------------------------------------------- */
body {
    background-color: #F3F3F3;
    color: #2D2D2D;
    font-family: "Source Sans Pro",Arial,Tahoma,sans-serif;
    font-size: 80%;
    line-height: 1.2em;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

/* Testimonial blocks. Changed border and bottom arrow 
   from blue to gold - PHW - 11-12-14
------------------------------------------------------- */

.widget-blue .loop-post-testimonial .testimonial:after {
    border-color: transparent #D8B446;
}

.widget-blue .loop-post-testimonial .testimonial {
    background-color: #5C4A12;
    border-top: 1px solid #D8B446;
    color: #FFF;
}

/* Remove Text Box on Home Page Slider. remove display line to show - PHW - 01-03-15
------------------------------------------------------- */
.home .wpzoom-featured-post .post-excerpt {
    background: none repeat scroll 0% 0% #FFF;
    position: absolute;
    bottom: 6.66%;
    left: 2.7972%;
    max-width: 70%;
    padding: 2.0979%;
    z-index: 5;
    display: none;
}

.member-logos{
  padding: 30px 0;
}

.member-logos h3 { 
	font-size: 20px; 
	text-align: center; 
	margin-bottom: 20px; 
}