/*
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 */


#sidebar1 {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    margin-top: 50px;
}

.widget {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    margin-bottom: 18px;
}

.col-sm-4 {
    margin-right: 1%;
    padding: 12px;
    width: 32%!important;
}

h1 { color:#fd792c; }
h3 {font-size:20px;}

.navbar-fixed-top { background-color:#005d7e;}

.navbar-default .navbar-brand { color: #fff; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #fd792c; }

.navbar-default .navbar-nav > li > a { color: #a4cedc; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #fd792c; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
    color: #012d3d;
    font-weight:bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #efefef!important;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #d9534f;
    border: 1px solid #d43f3a;
    border-radius: 5px;
    padding: 5px 10px;
    color:#fff;
}

.wpcf7-form input, .wpcf7-form textarea {width:90%; padding:10px;}

#qldLogo {margin:20px 30px 20px 20px;}

@media screen and (max-width:480px) {

.col-sm-4 { width: 330px!important; }
.wpcf7-form input, .wpcf7-form textarea {width:90%;}
#qldLogo {margin:0; float:none;}
h1 {font-size:25px; font-weight:bold;}
}

hr.divider {border-bottom:1px dashed #005d7e;}
ol.points {margin:0; padding:0 0 0 20px;}
ol.points li, ul.points li {margin-bottom:15px;}
.page-header {margin-bottom:0px; padding:0px;}

.page-id-16 .navbar-brand { display:none; }
