/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Custom Styles */

html{
    font-size: 16px;
    text-rendering: geometricPrecision;
}

html, body{
    font-family: 'Poppins', sans-serif;
}

.infobar{
    background: #222222;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 12px;
    height: 44px;
}

a:hover{
    text-decoration: unset;
}

.infobar .left .usermenu, .infobar .right .socialmedia{
    display: flex;
}

.infobar .left .usermenu li a{
    color: #ffffff;
    font-size: .76rem;
}

.infobar .left .usermenu li a:hover{
    color: #cccccc;
}

.infobar .right .socialmedia li{
    margin-top: 6px;
}

.infobar .right .socialmedia li:not(:last-of-type){
    margin-right: 12px;
}

.infobar .right .socialmedia li a{
    color: #ffffff;
    font-size: .92rem;
}

.infobar .right .socialmedia li a:hover{
    color: #1086df;
}

.infobar .left .usermenu li a i{
    font-size: 1rem;
    color: #1086df;
    margin-right: 4px;
}

.infobar .left .usermenu li:not(:last-of-type){
    margin-right: 16px;
}

.navbar .nav-item a:hover{
    color: #222222;
}

.navbar a{
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .82rem;
}

.navbar .active a{
    color: #222222;
}

.blog_banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: url('../../uploads/2020/10/bolboxblog_banner.jpg');
    background-size: cover;
    background-position: 70% center;
    background-repeat: no-repeat;
    padding-top: 15vh;
    padding-bottom: 15vh;
    position: relative;
}

.blog_banner:after{
    content: ' ';
    width: 100%;
    height: 100%;
    background: url('../../uploads/2020/10/skewer_tall.svg');
    background-size: 76%;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
}

.blog_banner h1{
    color: #1086DF;
    position: relative;
    z-index: 2;
}

.blog_banner h2{
    font-size: .82rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}

h3{
    font-size: 1.12rem;
}

.blog_content{
    margin-top: 40px;
    margin-bottom: 92px;
}

.blog_content, .blog_content p, .blog_content span{
    color: #666666;
    font-size: .88rem;
}

.blog_content h1, .blog_content h2, .blog_content h3, .blog_content h4{
    text-transform: uppercase;
}

.blog_content h3{
    font-weight: 600;
    padding-top: 16px;
    padding-bottom: 12px;
    color: #222222;
}

.blog_text h3:after{
    content: ' ';
    display: block;
    width: 100px;
    height: 3px;
    background: #1086DF;
    margin-top: 8px;
}

.blog_text{
    background: #F5F5F5;
    padding: .5rem 1rem 1rem 1rem;
}

.read_more a{
    background: #e1e1e1;
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #343434;
    display: block;
    padding: .8rem 1rem;
    transition: .4s ease;
}

.read_more a:hover{
    background: #1086DF;
    color: #ffffff;
    transition: .4s ease;
}

.read_more a:first-letter{
    color: #1086DF;
    font-weight: 700;
    margin-right: 4px;
    font-size: 1.12rem;
    transition: .4s ease;
}

.read_more a:hover:first-letter{
    color: #cccccc;
    transition: .4s ease;
}

.blog_archive{
    margin-bottom: 2rem;
}

footer{
    background: #222222;
    color: #AEAEAE;
    padding-top: 44px;
    padding-bottom: 44px;
    font-size: .92rem;
}


footer a{
    color: #AEAEAE;
}

footer a:hover{
    color: #ffffff;
}

footer h3{
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 16px;
}

footer h3:before{
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 3px;
    background: #1086DF;
    margin-right: 10px;
}

footer li{
    list-style-type: disc;
    margin-left: -8px;
}

.single_banner{
    background: #E9E9E9;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.single_banner h1{
    font-weight: 600;
    color: #222222;
    font-size: 2rem;
}

.single_banner .date{
    color: #555555;
    font-weight: 400;
    font-size: 1.4rem;
}

.single_banner h1:after{
    content: ' ';
    display: block;
    width: 120px;
    height: 4px;
    background: #1086DF;
    margin-top: 8px;
    margin-bottom: 16px;
}

.blog_single .img-single{
    margin-bottom: 32px;    
}

.blog_single{
    font-size: 1.12rem;
    color: #555555;
    padding-bottom: 60px;
}

.blog_single a{
    color: #1086DF;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }

    .blog_banner:after{
        background: rgba(0,0,0,.7)
    }
}

@media screen and (min-width: 769px){
    .blog_banner h2{
        max-width: 65%;
    }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item.dropdown:hover .nav-link{ color: #fff; background: #1086df;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; background: #1086df; border-radius: 0; }
    .navbar .nav-item .dropdown-menu{ margin-top:-4px; }
    #navbarResponsive > ul > li> div > a:hover{background: #ffffff; color: #1086df }
    #navbarResponsive > ul > li> div > a{color: #ffffff; font-size: .76rem; padding-top: 8px; padding-bottom: 6px;}
    .navbar .nav-item.active:after{content: ''; height: 4px; width: 100%; display: block; background: #1086df;}
}	
/* ============ desktop view .end// ============ */


/* Pagination Styles */

#wp_pagination{
	clear: both;
	width: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-top: 80px;
}

#wp_pagination a.pagecounter{
	color: #666666;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
	width: 36px;
	height: 36px;
	background: #E9E9E9;
	border-radius: 50%;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-right: 16px;
}

#wp_pagination a.pagecounter:not(.active):hover{
	background: #666666;
	color: #f9f9f9;
}

#wp_pagination a.first, #wp_pagination a.previous, #wp_pagination a.next, #wp_pagination a.last{
	color: #666666;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
}

#wp_pagination a.first:hover, #wp_pagination a.previous:hover, #wp_pagination a.next:hover, #wp_pagination a.last:hover{
	color: #1086DF;
}

#wp_pagination a.first, #wp_pagination a.previous{
	margin-right: 16px;
}

 #wp_pagination a.last{
	margin-left: 16px;
}

#wp_pagination a.active{
	color: #f9f9f9;
	background: #1086DF;
}

/* End of Pagination Styles */


/* Post Navigation Styles */

.post_navigation{
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 60px;
}

.post_navigation h2{
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.post_navigation a{
	color: #1086DF;
	font-weight: 600;
	font-size: 1.04rem;
}

.post_navigation .nav-previous, .post_navigation .nav-next{
	padding-top: 8px;
	padding-bottom: 8px;
}

/* End of Post Navigation Styles */

/* Editor Styles */

footer.entry-footer{
	display: none;
	background: #eeeeee;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer.entry-footer a{
	color: #777777;
}

footer.entry-footer a:hover{
	color: #222222;
}

/* Archive Styles */

.archive_title{
	background: #E9E9E9;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.archive_title h1{
	font-weight: 600;
	font-size: 1.72rem;
}

.archive_title h1:after{
	content: '';
	width: 120px;
	height: 4px;
	display: block;
	background: #1086DF;
	margin-top: 8px;
}

.archive_post_list{
	margin-bottom: 80px;
}

.archive_post_list .entry-title{
	margin-top: 20px;
}

.archive_post_list .entry-title a{
	font-size: 1.6rem;
	font-weight: 600;
}

.archive_post_list .entry-title:after{
	content: '';
	display: block;
	height: 3px;
	width: 100px;
	background: #1086DF;
}

.archive_post_list .entry-meta{
	margin-bottom: 20px;
	margin-top: 12px;
	color: #222222;
	font-weight: 500;
}

.archive_post_list .entry-content{
	color: #555555;
	font-size: 1.04rem;
	margin-bottom: 60px;
	line-height: 1.6rem;
}

.archive_post_list .entry-title a{
	text-transform: uppercase;
	color: #222222;
}

/* 404 Styles */

.error-404{
	margin-top: 60px;
	margin-bottom: 120px;
}

.back_home{
	font-weight: 600;
	font-size: 1.04rem;
}

video,
iframe {
  width: 100% !important;
	min-height: 45vh;
  height: auto !important;
}