/* Theme Name: TheBatorBlog
Version: 30000.0
*/

/* Imports
------------------------------------------------*/
@import "/wp-content/themes/bblog/css/bootstrap.min.css";
@import "/wp-content/themes/bblog/fonts/fonts.css";

/* Body
-------------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #444;
	font-weight: 400;
	background: #111;
	background-image: url('/wp-content/themes/bblog/images/body_bg.png');
	background-position: top center;
	font-size: 14px;
}

.stripe {
	background-image: url('/wp-content/themes/bblog/images/body_wave.png');
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -10;
	height: 800px;
}

.container {
	background: #FFF;
	background-image: url('/wp-content/themes/bblog/images/body_wave_container.png');
	background-position: top center;
	color: #444;
	max-width: 1200px;
	width: 100%;
}

/* Formatting
-------------------------------------------------*/
a.dark, a.dark:hover, a.dark:focus, a.dar:active, a.dark:visited {color: #444; background: none;}
a.dark-small {font-size: 10px; text-transform: uppercase; color: #444; background: none; font-weight: bold;}

.nopadding {padding: 0;}
.nopadding-left {padding-left: 0;}
.nopadding-right {padding-right: 0;}

.spacing-2x {height: 25px;}

hr {border-top: 1px solid #ccc;}

ol, ul {margin: 0 0 10px 20px; padding: 0;}

blockquote {
    padding: 10px 20px;
    margin: 0 0 21px;
    font-size: 14px;
    border-left: 5px solid #e7e7e7;
    font-style: italic;
}

.post-date {font-style: italic; font-size: 12px; color: #999;}

h1, h2, h3, h4 {line-height: 100%; margin: 0 0 15px 0; padding: 0;}

h1.page-title {font-size: 36px; margin: 0 0 15px 0; padding: 0 15px;}
h2 {font-size: 28px; line-height: 125%;}

.meta {text-transform: uppercase; font-size: 12px; font-weight: bold;}

.btn-orange, .btn-orange:hover,
.dgd_stb_box.clean_white form input.submit, .dgd_stb_box form input[type=submit], #submit {
	background-color: #f15c26!important;
	border-color: #f15c26!important;
	color: #FFF;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;	
}


.post-meta-info .btn-orange, .post-meta-info .btn-orange:hover {
	font-size: 14px;
	text-decoration: underline;
	padding: 0;
	color: #444; 
	background-color: transparent!important;
	border: 0 !important;
}

.post-meta-mobile {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.post-meta-mobile .avatar {
	float: none; 
	border-radius: 50%; 
	display: block;
	margin: 0 auto;
}

.dgd_stb_box.clean_white form input {
    line-height: 30px;
    background-color: #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #7a7a7a;
    display: block;
    float: left;
    padding: 0 10px;
    border: solid 1px #c3c5c6;
    width: 10%!important;
    outline: none;
    height: 15px!important;
}


.dgd_stb_box.clean_white p {font-size: 14px!important;}

.spacing-1x {height: 15px;}
.spacing-2x {height: 30px;}
.spacing-3x {height: 45px;}
.spacing-4x {height: 60px;}

.mb8 {padding-bottom:16px;}
.ml4 {padding-left: 8px;}
.mr4 {padding-right: 8px;}


h3 {font-size: 20px; line-height: 110%; font-weight: 400;}

a.whitelink {color: #FFF; background: none; text-decoration: none;}
a.darklink {color: #444; background: none; text-decoration: none;}
a.readmore {font-size: 12px; text-transform: uppercase; font-weight: bold;}

h1.widget-title-orange {
	border-bottom: 2px solid #f15c26;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

h1.widget-title-orange span {
	background-color: #f15c26;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
}


.widget-title-orange {
	border-bottom: 2px solid #f15c26;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.widget-title-orange span {
	background-color: #f15c26;
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
}

.widget-title-orange span.viewall {
	float: right;
	font-size: 12px;
	background-color: transparent;
	color: #444;
}

.widget-title-orange:after {
	clear: both;
}

.breadcrumb {
	background: none;
	margin-bottom: 15px;
	padding: 0 15px;
	color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb a {
	color: #444;
	background: none;
	text-decoration: none;
}

img.alignleft {float: left; margin: 0 15px 15px 0;}
img.alignright {float: right; margin: 0 0 15px 15px;}

/* Feed
-------------------------------------------------*/
.rss-aggregator {
	list-style: none;
	padding: 0;
	margin: 0;
}

.rss-aggregator .feed-item {
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.rss-aggregator .feed-item a {
	font-weight: bold;
	color: #444;
	font-size: 16px;
}

.thumbnail-excerpt .wprss-feed-excerpt a {font-size: 12px; text-transform: uppercase; font-weight: bold;}

a.page-numbers, .current {
	font-weight: normal;
	color: #444;
	font-size: 15px;
}

/* Navbar
-------------------------------------------------*/
.navbar {
    min-height: 120px;
    border: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.navbar-default {
    background-color: transparent;
    border-color: #444;
	border-width: 0;
	color: #444;
}

#navbar {
	background: transparent;
}

.navbar-logo {
	padding: 15px;
	border-bottom: 5px solid #f15c26;
}

.navbar-default .navbar-nav>li>a {
	color: #444; 
	text-transform: uppercase; 
	font-weight: bold;
}

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

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.home>a, .navbar-default .navbar-nav>.home>a:focus, .navbar-default .navbar-nav>.home>a:hover, {
	background-color: #f15c26;
	color: #FFF;	
}

ul#menu-menu-latest.nav.navbar-nav li.home {background: #f15c26; color: #FFF;}
ul#menu-menu-latest.nav.navbar-nav li.home a {background: #f15c26; color: #FFF;}

.current-menu-item, .navbar-default .navbar-nav>li.current-menu-ancestor a {background: #f15c26; color: #FFF;}
.navbar-default .navbar-nav>li.current-menu-ancestor>ul.dropdown-menu>li a {background: #444; color: #FFF;}
.navbar-default .navbar-nav>li.current-menu-ancestor>ul.dropdown-menu>li.current-menu-item a {background: #f15c26; color: #FFF;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: #f15c26;
	color: #FFF;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f15c26;
    outline: 0;
}


.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-right {
	margin-right: 0;
}

.dropdown-menu {
	background-color: #444;
	border-color: #444;
}

.dropdown-menu>li>a {
	color: #FFF;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li.current-menu-item a {
    color: #FFF;
    text-decoration: none;
    background-color: #f15c26;
}


/* Social Icons & Page Date
-------------------------------------------------*/
.page-date {
	padding: 5px 0;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #aaa;
}

ul.social-icons {
	list-style: none;
	float: right;
	padding: 0 0 0 0;
	margin: 0;
}

ul.social-icons li {
	float: left;
	padding: 0;
}

ul.social-icons li a {
	color: #999; 
	padding: 5px 10px; 
	display: block; 	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.social-icons-footer {
	list-style: none;
	float: right;
	padding: 0 0 0 0;
	margin: 0;
}

ul.social-icons-footer li {
	float: left;
	padding: 0;
	font-size: 25px;
	width: 55px;
	height: 55px;
}

ul.social-icons-footer li a {
	color: #FFF; 
	padding: 5px 15px; 
	display: block; 	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.social-fb:hover a {color: #FFF; background-color: #4267b2;}
.social-tw:hover a {color: #FFF; background-color: #38A1F3;}
.social-ig:hover a {color: #FFF; background-color: #a67658;}
.social-yt:hover a {color: #FFF; background-color: #ED3833;}

/* Intro Images
-------------------------------------------------*/
.smaller-thumb {min-height: 172px;}

/* Image / Featured Effects
-------------------------------------------------*/
.imagebox {
	background: #444;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

.imagebox img {
	opacity: 1;
	transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0px;
	left: 0px;
	padding: 10px 15px;
	position: absolute;
	transition: 0.5s padding;
	text-align: left;
	width: 100%;
}

.imagebox:hover img {
	opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 8%;
}

.meta-categories {
	padding-bottom: 5px;
}

.meta-title {
	font-size: 15px;
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #FFF;
}

.meta-info {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* Footer
-------------------------------------------------*/
.the-footer {
	background: #f15c26;
	color: #EEE;
	padding: 30px 15px;
}

.widget-title-footer {
	border-bottom: 2px solid #FFF;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.widget-title-footer span {
	background-color: #FFF;
    color: #f15c26;
    padding: 6px 12px;
    display: inline-block;
}

.the-footer a {
	color: #FFF;
	background: none;
	text-decoration: underline;
}

.footer-aboutus p {
	width: 100%;
	max-width: 95%;
}


/* Home
-------------------------------------------------*/
.featured-box, .post-box-side {
	border: 1px solid #DDD;
	background: #FFF; 
	-webkit-box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	cursor: pointer;
}

.featured-box-inner {
	border: 1px solid #DDD;
	background: #FFF; 
	-webkit-box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	box-shadow: 1px 1px 5px 0px rgba(204,204,204,.75);
	width: 100%;
	padding: 15px 0;
}

.featured-box-inner h3 {
	padding: 0 15px;
}

.featured-content-inner p {
	margin: 15px;
}

.meta-categories-featured {padding: 15px;}
.meta-categories-featured-inner {padding: 0;}
.featured-meta-info {padding: 0 15px; font-size: 12px;}
.featured-meta-side {padding: 0; font-size: 12px;}
.post-box-side {margin-bottom: 15px;}
.post-box-side h3 {padding: 5px 0; margin: 0; font-size: 14px; line-height: 110%;}

.featured-box h3 {padding: 0 15px 10px 15px; margin: 0;}
.featured-content-inner h3.inner {padding: 10px 0; margin: 0;}
.featured-meta-info-inner {padding: 0;}
.featured-excerpt-inner {padding: 5px 0;}
.featured-excerpt-inner p {margin: 0; padding: 0;}

.featured-content-inner p {margin: 0 0 15px 0;}

.featured-excerpt {padding: 5px 15px;}
.featured-excerpt p {font-size: 15px; margin: 0; padding: 0;}
.table-posts {padding: 0; margin: 0; border: 0;}
.table-posts>tbody>tr>td {padding: 0; margin: 0; border: 0;}


 ol {
	padding: 0;
	margin: 0;
}


.commentbox {
	padding: 15px 0;
}


ol.commentlist { list-style:none; margin:0; padding:0 15px; text-indent:0; width: 100%;}
ol.commentlist li { width: 100%; display: inline-block; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {font-weight: bold;}
ol.commentlist li.comment div.vcard { font-size: 14px; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:1px solid #EEE; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:13px; }
ol.commentlist li.comment div.comment-meta a { color:#444; }
ol.commentlist li.comment p { font-size:13px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:13px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:13px; }
ol.commentlist li.comment div.reply a { font-weight:bold; color: #f15c26; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #AAA; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #CCC; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#eee; }
ol.commentlist li.parent {  }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* Comments Form
-------------------------------------------------*/
.comment-respond {
	padding: 15px;
	margin: 35px 15px;
	font-size: 14px;
	border-top: 1px solid #CCC;
}

#reply-title {padding: 10px 0; margin: 0; font-size: 20px;}

label {vertical-align: top; padding-right: 10px;}

textarea#comment {
  display: block;
  width: 100%;
  height: 250px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input#author {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.akismet_comment_form_privacy_notice {
	padding: 0 30px;
}

.flourish {
	background-image: url('/wp-content/themes/bblog/images/line-flourish.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
}


span.wpcf7-list-item {
    display: inline-block;
    margin: 0!important;
}

#email-notes {display: none;}

.avatar {
	float: left;
	margin: 0 15px 15px 0;
	border-radius: 50%;
}

.bliss_loadmore {
	background-color: #f15c26!important;
	border-color: #f15c26!important;
	color: #FFF;
    display: inline-block;
	height: auto!important;
    padding: 6px 12px!important;
    margin-bottom: 0;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent!important;
    border-radius: 4px!important;		
}


.largestfeature {background-size: cover; width: 100%; height: 100%;  max-height: 500px;}
.largestfeature-blank {width: 100%; height: 324px;}
.smallerfeatured {height: 154px; background-size: cover;}
.smallerfeatured-blank {width: 100%; height: 154px;}
.contentboxed-featured {background-size: cover; width: 100%; height: 100%;  max-height: 500px;}
.contentboxed-featured-blank {width: 100%; height: 224px;}

.archiveimg {
	width: 100%; height: 225px; background-size: cover; background-position: center center; background-repeat: no-repeat; 
}


#menu-mobile {
		list-style: none;
		padding: 15px 0 0 0;
		margin: 0;
	}
	
	#menu-mobile .current-menu-parent {
		background: #444!important;
	}
	
	
	#menu-mobile li {
		font-size: 16px;
		line-height: 100%;
		border-bottom: 1px solid #FFF;
		padding: 15px;
	}
	
	.sub-menu {
		margin: 0 0 -10px 15px;
		padding: 0;
	}
	
	#menu-mobile .sub-menu li:last-child {
		border-bottom: 0;
	}
	
	#menu-mobile a {
		color: #FFF;
		background: none;
		text-decoration: none;
	}
	.navbar-default .navbar-collapse  {border-color: #444;}
	
	.mobile-menu { outline: none; display: block; width: 100%; padding: 3px 10px; margin: 0; border: 0; color: #FFF; background: #f15c26; text-align: right; font-size: 18px; font-weight: bold;}
	#mobile-navbar {position: absolute; width: 100%; z-index: 9999; background: #444; padding: 15px;}
	
ul.social-icons-mobile {list-style: none; padding: 20px; text-align: center; }
ul.social-icons-mobile li {display: inline; text-align: center; padding: 0 10px;}	
ul.social-icons-mobile a {color: #FFF; background: none;}	
	

@media screen and (max-width: 812px) {
	.navbar-collapse.collapse {display: none!important;}
	.navbar-collapse.in {display: block!important;}
	.mobile-center-block {
		display: block;
    	margin-right: auto;
    	margin-left: auto;
		margin-bottom: 10px;
	}
	
	
	h1.page-title {font-size: 28px; margin: 0 0 15px 0; padding: 0 15px;}
	h2 {font-size: 20px; line-height: 125%;}
		
	
	.largestfeature {max-height: 250px;}
	.largestfeature-blank, .contentboxed-featured-blank {height: 250px;}
	.smallerfeatured {height: 175px; width: 100%;}
	.contentboxed-featured {background-size: 100%; max-height: 175px;}
	
	
	.mobile-pad {padding: 0; margin: 0 0 15px 0;}
	.mobile-pad-add {padding: 0 15px; margin: 0 0 15px 0;}
	.mr4 {padding: 0; margin-bottom: 15px;}
	.widget-title-orange {font-size: 15px;}
	.bg-black {background: #444; color: #FFF; padding: 1px 10px 0 10px;}
	.bg-orange {background: #f15c26; color: #FFF;}

h1, h2, h3, h4 {line-height: 125%;}	

.archiveimg {width: 100%; height: 225px; background-size: cover; background-position: left center; background-repeat: no-repeat;}
}

@media screen and (max-width: 640px) {
	.mobile-pad-leftadjust {padding-left: 0;}
}
