/*
 * Theme Name: Bootstrap 4 WP Blank Theme
 * Theme URI: http://www.niiconn.com
 * Theme Description: Blank Bootstrap 4 Wordpress Theme
 * Details URI: https://niiconn.com/_projects/bs4wpbt/bs4wpbt.html
 * Author: Rob Schneider (rob@niiconn.com)
 * Author URI: http://www.niiconn.com/
 * Version: 0.39
 * Tags: twitter bootstrap, white, blank
 * License: GPLv3 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0
 * Text Domain:  bs4wpbt
*/


/*Body*/
html, body {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


/* Top Header */
#top-header{
    background-color: #F8F8F8;
    color: #333;
    font-size: 0.8rem;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
}

#top-header ul,ol{
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 0px;
}

#top-header  a{
    color: #333;
}


/* Brand */
.brand{
    margin-top: 15px;
    margin-bottom: 15px;
}

#site-title{
    font-size: 2rem;
}


/*Header Menu */
.header-menu{
    list-style: none outside none;
    display: inline-block;
}

.header-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}


/*Main Menu*/
.navbar-toggled-title{
    float: left;
    display: inline;
    margin: 15px;
}


/*Breadcrumbs*/
.breadcrumb{
    background-color: transparent;
    border-radius: 0;
    padding-left: 10px;
}


/* post image */
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}


/* meta data */
.meta{
    font-size: 0.9rem;
}

.cats{
    margin-left: 5px;
    margin-right: 10px;
}

.tags{
    margin-left: 5px;
    margin-right: 10px;
}


/* Sidebar */
.sidebar-wrapper{
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-left: 1px solid transparent;
    border-color: #dcdcdc;
}

.sidebar-wrapper ul {
    padding-left: 25px;
}

.sidebar-wrapper p {
    padding-left: 10px;
}

.sidebar-posts .textwidget, .sidebar-page .textwidget{
    padding-left: 15px;

}


/* Widgets */
.widget{
    margin-bottom: 40px;
}

.header-widget{
    display: none;
}


/* code in comments*/
code {
    white-space: normal;
}


/* Footer */
.footer-wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    background-color: #F8F8F8;
}

.footer{
    padding-top: 15px;
    padding-bottom: 20px;
}

.footer h3, .footer h4, .footer h5, .footer h6 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-transform: none;
    font-weight: bold;
}

.footer-menu {
    list-style: none outside none;
    display: inline-block;

}

.footer-menu-wrapper ul, ol{
    margin-left: 0px;
    padding-left: 0px;
}

.footer-menu  li {
    display: inline;
    padding-right: 10px;
    padding-left: 5px;
}


/* Copyright*/
.copyright-wrapper{
    background-color: #F8F8F8;
    min-height: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    padding: 0 15px;
    font-size: 0.8rem;
}

.credit{
    font-size: 0.8rem;
    text-transform: none;
    list-style: none outside none;
    display: inline-block;
    text-transform: uppercase;
}

.credit li{
    display: inline;
}

.copyright-text {
    margin-right: 40px
}

.copyright{
    padding-top: 10px;
}

/* Google Recaptcha */
.grecaptcha-badge {
	display: none !important;
}

/* MEDIA QUERIES */

