/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Chris Barnes
Author URI: http://cbarn.es
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

body { padding-top: 0; }
a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .green { color: #4f7034; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; }
h1 small, h2 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small { color: #333; }
a.anchor { display: block; position: relative; top: -160px; visibility: hidden; }
.btn { border-radius: 0; }

.navbar-default { margin-bottom: 0; background-color: #fff; border-width: 0; }
.navbar-nav > li > a { font-weight: bold; }
.navbar-brand { float: none; height: auto; }
.navbar-toggle { float: left; margin-left: 15px; }

article > footer { display: none; }

/* home page */
.carousel-indicators, .carousel-control { display: none; }
body > img, .carousel-inner .item img { width: 100%; }
.carousel-caption { left: 16%; right: 16%; text-align: left; text-shadow: 0 6px 12px rgba(0, 0, 0, 0.75); }
.carousel-caption h2 { font-size: 2.85vw; font-weight: normal; color: #fff; }
.home-panel { margin: 0 10%; padding: 10% 0; font-size: 21px; color: #797979; background-color: #edf0ea; text-align: center; }
.home-panel .btn { margin-top: 10%; border-color: #4f7034; text-transform: uppercase; }
.home-panel .btn:hover { background-color: #edf0ea; }

.footer-home { padding-bottom: 30px; color: #fff; background-color: #4f7034; }
.footer-home h2 { font-weight: normal; color: #fff; }

/* our team */
#main article .bio-img { margin-right: 20px; max-width: 100px; }
.row.bio { margin-bottom: 15px; padding: 15px 0; background-color: #e7e7e7; }
/* .row.links { margin-bottom: 30px; }
.panel-heading:hover { color: #4f7034; }
.panel-heading { display: block; padding: 0; height: 120px; font-size: 12px; background-color: #846a49; background-color: #e7e7e7; }
.panel-heading img { max-height: 120px; }
.panel-heading .h3 { margin-bottom: 0; font-weight: 400; }
.bios .collapse { margin-bottom: 30px; background-color: #846a49; background-color: #e7e7e7; } */
.bio-text { float: left; width: 62.5%; }
.bio-text h3 { margin-top: 10px; margin-bottom: 0; font-size: 21px; font-weight: 400; }
.bio-text p:last-child { margin-bottom: 0; }

#inner-footer { padding-top: 20px; padding-bottom: 20px; }
.footer-links { float: none; }
.footer-links .menu { padding-left: 0; }
.footer-links .menu li { float: none; display: inline; margin: 0 10px 0 0; }
.footer-links .menu li a { color: #333; text-transform: uppercase; }

@media (min-width: 1200px){
	.navbar-nav { margin-top: 50px; }
}

@media (min-width: 992px){
	#inner-footer .widget { float: right; margin-bottom: 0; }
	.bio-text { width: 82.5%; }
}

@media (min-width: 768px) and (max-width: 992px){
	.bio-text { width: 77.5%; }
	.footer-links { text-align: right; }
}

@media (min-width: 768px){
	.navbar-nav { float: right; }
}

@media (max-width: 400px){
	#inner-footer .col-xs-6 { width: 100%; }
}

@media (max-width: 500px){
	.footer-links .menu li { display: block; }
}
