/*
Theme Name: yBoot
Theme URI: http://ydop.com/
Author: Brendon Lamb
Author URI: http://ydop.com/
Description: A Bootstrap 3.2.0 WordPress baseline theme loosely based on Danny Machal's "DevDmBootstrap3" theme.
Version: 1.40
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: yBoot
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/*
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* =yBoot Core
-------------------------------------------------------------- */
.navbar-toggle{
    background-color: #888;
}

.navbar-toggle:before {
    content: 'Menu';
    float: left;
    margin-left: 30px;
    margin-top: -2px;
    color: #ccc;
}

.navbar-toggle .icon-bar{
    background: #bbb;
}

.navbar .fa-chevron-down {
    font-size: .5em;
    margin-left: .25em;
}

.no-pad{
    padding:0;
}


/* =Custom
-------------------------------------------------------------- */

#logo h1,
#logo h2 {
    font-size: 40px;
    margin-top: 20px;
}

#logo a:hover {
    text-decoration: none;
}

.category-header {
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
    margin-bottom: 0;
}

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 5px;
}

.home .col-md-3,
.archive .col-md-3 {
    margin-top: 20px;
    margin-bottom: 20px;
}


p.meta {
    font-style: italic;
    margin-bottom: 20px;
}

#breadcrumbs {
    font-size: 85%;
    color: gray;
}

footer {
    margin: 30px 0;
}