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

/* Modified by http://FastIT.ee */

html {position:relative;min-height:100%;}
body {margin:70px 0;}
.footer {position:fixed;bottom:0;width:100%;padding:20px 0 10px 0;background-color:#222;color:#fff;}

.navbar-toggle {margin-top:30px;}
.navbar-inverse .navbar-brand {margin-top:25px;color:#fff;font-size:30px;text-transform:uppercase;}
.navbar-nav>li>a {padding:40px 15px;}
.navbar-inverse .navbar-nav>li>a {color: #fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {color:#fff;background-color:#0087c2;}
.navbar-inverse .navbar-nav>li>a {  -webkit-transition: background-color 2s ease-out;
                                    -moz-transition: background-color 1s ease-out;
                                    -o-transition: background-color 1s ease-out;
                                    transition: background-color 1s ease-out;
                                    background:#222;
}
.navbar-inverse .navbar-nav>li>a:hover {background-color:#0087c2;}


.page-header {margin:0 0 30px 0;padding:0;border-bottom:none;}
article header h1 {margin:0;padding:0;font-size:24px;display:none;}
h1.title {margin:0 0 20px 0;padding:0;font-size:24px;}
.lead {font-size: 14px;line-height:22px;}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    ul.navbar-nav {float:left !important;width:100%;}
    .navbar-nav>li {width:100%;}
    .navbar-nav>li>a {padding:15px;width:100%;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    ul.navbar-nav {float:left !important;width:100%;}
    .navbar-nav>li {width:100%;}
    .navbar-nav>li>a {padding:15px;width:100%;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    ul.navbar-nav {float:left !important;width:100%;}	
    .navbar-nav>li {width:100%;}
    .navbar-nav>li>a {padding:15px;width:100%;} 
}

section.post_content h2 {
    margin-top: 0;
}

.post_content img {

    margin-right: 10px;
    clear:both;
}
.post_content p {
    margin-left: 0px;
    overflow:auto;
    display:block;

}
body.home.page.vc_responsive {
margin: 0px;
}
#inner-footer {
display: none;
}