/* LICENSE & DETAILS
   ==================================================

	Theme Name: Badger & Blade
	Theme URI: http://www.badgerandblade.com
	Description: A Custom WordPress Theme for B&B. Designed & Developed by Liliripe.
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	Author: Liliripe
	Author URI: http://www.liliripe.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

================================================== */


/* Table of Contents
==================================================

	#General CSS
	#Text Headers
	#Wrappers
	#Header
	#Mobile Menu
	#Home Page
	#Pages
	#Posts
	#Sidebar
	#Footer

================================================== */

/* #General CSS
================================================== */

a {
	outline: none;
	-moz-transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
}
a, a:visited { color: #999; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none; }

body {
	font-weight: normal;
	font-family: 'Proxima', sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	color: #555;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}
body, html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}



/* #Text Headers
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trajan', serif;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 10px;
	color: #1b1f25;
}

.big-title {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 30px;
}
.big-title:before,
.big-title:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #1B1F25;
    position: absolute;
    left: -180px;
    top: 50%;
}
.big-title:after {
    left: inherit;
    right: -180px;
}

.small-title {
    position: absolute;
    top: -15px;
    width: 100%;
    margin: 0 -15px 25px -40px;
    text-transform: uppercase;
}
.small-title > span {
    background: #1B1F25;
    padding: 10px 15px 5px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
	font-size: 18px;
	line-height: 18px;
}



/* #Wrappers
================================================== */

#wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
}
.content {
	max-width: 1110px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.table {
	height: 100%;
	display: table;
	margin-bottom: 0 !important;
}
.table .cell {
	display: table-cell;
	vertical-align: middle;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}



/* #Header
================================================== */

header#top-bar,
header#main-bar {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	background: #12151a;
	z-index: 2;
	font-family: 'Roboto', sans-serif;
}
header#top-bar ul {
	text-align: right;
}
header#top-bar ul li {
	border-left: 1px solid #49515c;
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
header#top-bar ul li a {
	padding: 0 29px;
	color: #fff;
	line-height: 35px;
	display: inline-block;
}
header#top-bar ul li a:hover {
	color: #eee;
}
header#top-bar ul li:last-of-type a {
	background: #203366;
}

header#main-bar {
	top: 35px;
	background: #212830 url('assets/images/header-bg.png') top left repeat;
	border-bottom: 1px solid #404040;
	z-index: 999;
}
header#main-bar section:last-of-type ul {
	text-align: right;
}
header#main-bar li {
	list-style-type: none;
	display: inline-block;
}
header#main-bar li a {
	color: #fff;
	font-size: 15px;
	line-height: 68px;
	font-family: 'Roboto Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header#main-bar section a {
	padding-right: 45px;
}
header#main-bar section a:hover,
header#main-bar section a.current-menu-item {
	text-decoration: underline;
}
header#main-bar section li:last-of-type a,
header#main-bar #menu-item-12 a {
	padding: 0;
}
header#main-bar section:first-of-type li:nth-of-type(4),
header#main-bar section:first-of-type li:nth-of-type(5),
header#main-bar section:first-of-type li:nth-of-type(6) {
	display: none;
}
header#main-bar section:last-of-type li:nth-of-type(1),
header#main-bar section:last-of-type li:nth-of-type(2),
header#main-bar section:last-of-type li:nth-of-type(3) {
	display: none;
}

header#logo {
	width: 267px;
	height: 157px;
	text-align: center;
	position: fixed;
	z-index: 9999;
	top: 35px; left: 50%;
	margin: 0 0 0 -135px;
}



/* #Mobile Menu
================================================== */

a.nav-expander {
	background: #12151a;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	height: 60px;
	margin-right: 0;
	padding: 1.3em 1.6em 2em;
	position: absolute;
	top: 0; right: 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 130px;
	z-index: 12;
	transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
	cursor: pointer;
}
a.nav-expander.fixed {
	position: fixed;
}
.nav-expanded a.nav-expander.fixed {
	right: 20em;
}
a.navbar-brand img {
	width: auto;
	max-height: 30px;
}
.navbar {
	background: #212830 url('assets/images/header-bg.png') top left repeat;
	min-height: 60px;
}
nav {
	background: #12151a;
	display: block;
	height: 100%;
	overflow: auto;
	position: fixed;
	top: 0; right: -20em;
	font-size: 15px;
	width: 20em;
	z-index: 2000;
	transition: right 0.3s ease-in-out 0s;
}
nav li {
	list-style-type: none;
}
nav li a {
	color: #e6e6e6 !important;
}
nav li a:hover {
	color: #fff !important;
}
.nav-expanded nav {
	right: 0;
}
body.nav-expanded {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
}
#nav-close {
	font-weight: 300;
	font-size: 24px;
	padding-right: 10px;
}

.main-menu {
	padding-top: 12px;
}
.main-menu li {
	border-bottom: 1px solid #323949;
	margin-left: 20px;
	font-size: 18px;
	padding: 12px;
}
.main-menu li a {
	color: #6F7D8C;
	text-decoration: none;
}
.main-menu li a:hover {
	color: #fff;
	text-decoration: none;
}
.main-menu li .sub-nav {
	border-bottom: 0px;
	padding: 4px;
}
.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 8px;
}
.main-menu a:hover .caret {
	border-top-color: #4f5963;
}
.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}
.main-menu li > a > span.icon {
	float: right;
	margin: 0.1em 1.7em -0.1em 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
	float: right;
	margin: 0.1em 0.8em -0.1em 0;
	opacity: 1;
}



/* #Home Page
================================================== */
.feature-img,
.pictorial-img,
.fullscreen {
	height: 390px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: scroll;
	position: relative;
	z-index: 1;
}
div#hero .border,
.feature-img .border,
.pictorial-img .border {
	width: 100%;
	height: 18px;
	position: absolute;
	top: 0; left: 0;
	background: url('assets/images/hero-bg.png') top left repeat-x;
}
.hero-arrow {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 555;
	margin-top: -46px;
	margin-left: -29px;
}

.featured {
	margin-top: 23px;
	margin-bottom: 146px;
}
.posts section .img {
	width: 100%;
	height: 245px;
	overflow: hidden;
}
.posts section .img img {
	min-width: 100%;
	max-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
}
.posts .inner {
	background: #f3f3f3;
}
.posts .icon-wrap {
	position: relative;
}
.posts .icon {
    margin: -23px 0 0 -23px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    border-radius: 50%;
    color: #1B1F25;
    left: 50%;
    background: #f3f3f3;
}
.posts .text {
	padding: 42px 15px 20px;
}
.posts .text h4 {
	min-height: 70px;
}
.posts .text h4 a {
	color: #1b1f25;
}
.posts .text .date,
.posts .text .author,
.posts .text .more-link {
	font-family: 'Roboto', sans-serif;
}
.posts .text .date {
	width: auto;
	display: inline-block;
	color: #888;
	border-bottom: 1px solid #888;
	margin: 0 auto 20px;
	padding-bottom: 5px;
}
.posts .text .author {
	padding-top: 10px;
	color: #888;
}
.posts .more-link {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -13px 0 0 -29px;
	text-align: center;
}
.more-link span {
    display: block;
    width: 100%;
    color: #888;
    text-transform: uppercase;
    margin-top: 10px;
}
.more-link span:first-child {
    text-align: center;
    top: initial;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: #1B1F25;
    color: #FFF;
}

.no-squish {
	width: 100%;
	height: 245px;
	overflow: hidden;
}
.no-squish img {
	min-width: 100%;
	max-width: auto;
	min-height: auto;
	max-height: 300px;
	height: auto;
	width: 100%;
}

.home-posts {
	margin-bottom: 70px;
}



/* #Pages
================================================== */





/* #Posts
================================================== */

.posts,
.pages {
	position: relative;
	margin-top: 35px;
}
.posts .container-fluid,
.pages .container-fluid {
	margin-top: 45px;
}
.posts h3,
.pages h3 {
	letter-spacing: -1px;
}
.posts .image,
.pages .image {
	max-width: 100%;
	height: auto;
}
.posts img,
.posts p,
.posts ul,
.posts ol,
.pages img,
.pages p,
.pages ul,
.pages ol {
	padding-bottom: 10px;
}
.posts .entry ul,
.posts .entry ol,
.pages .entry ul,
.pages .entry ol {
	margin-left: 20px;
}
.posts blockquote,
.pages blockquote {
	border-left: 4px solid #bb9659;
	background: #f3f3f3;
	margin: 15px 0 25px;
	padding: 20px 20px 10px;
	color: #292929;
	font-family: 'Trajan', serif;
	font-size: 16px;
	line-height: 24px;
}

ul.post-meta {
	color: #888;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 30px;
}
ul.post-meta li {
	list-style-type: none;
	display: inline-block;
	padding-right: 20px;
}
ul.post-meta li i {
	padding-right: 10px;
}

.feature-img,
.pictorial-img {
	height: 220px;
	position: relative;
}
.feature-img .cover-title {
	position: absolute;
	bottom: -16px;
	margin: 0;
	color: #fff;
	font-size: 64px;
	line-height: 64px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    border: 0 !important;
	background: #f3f3f3 !important;
    width: 210px !important;
    height: 240px !important;
    margin: 15px 20px 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
	overflow: hidden !important;
}
.yarpp-thumbnail > img {
    width: 100% !important;
    height: 170px !important;
    margin: 0 !important;
}
.yarpp-related h3,
.comments h3 {
	border-top: 1px solid #1b1f25 !important;
	border-bottom: 1px solid #1b1f25 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    font-size: 16px !important;
    max-height: auto !important;
    line-height: 22px !important;
    margin: 10px 15px !important;
    width: auto !important;
	text-align: center !important;
}
.upw-posts .entry-summary {
	display: none !important;
}

.tags {
	font-family: 'Roboto Bold', sans-serif;
	padding-top: 30px;
	padding-bottom: 50px;
}
.tags a {
	font-family: 'Roboto', sans-serif;
	color: #1b1f25;
	border: 1px solid #1b1f25;
	margin-left: 7px;
	padding: 6px 8px;
}
.tags a:hover {
	border: 1px solid #bb9659;
	background: #bb9659;
	color: #fff;
}

.paginate {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d4045;
}
.paginate section:last-of-type {
	text-align: right;
}
.paginate a {
	background: #bb9659;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 6px 16px;
}
.paginate a:hover {
	border-bottom: 2px solid #666;
}

.author-info {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.author-info,
.author-info section {
	height: 130px;
}
.author-info section:first-of-type {
	width: 20%;
	float: left;
}
.author-info section:first-of-type img {
	width: 100%;
	height: auto;
}
.author-info section:last-of-type {
	width: 80%;
	float: right;
}
.author-info section:last-of-type .inner {
	padding: 20px;
	background: #1b1f25;
	height: 100%;
}
.author-info section:last-of-type .inner,
.author-info section:last-of-type h4 {
	color: #fff !important;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.comments {
	margin-top: 60px;
}
.comments h3 {
	margin-bottom: 15px;
	padding: 15px 0 10px;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
}

.pictorial-img {
	height: 405px;
	margin-bottom: 50px;
}
.pictorial-img .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 15;
}
.pictorial-img .content {
	height: 100%;
	position: relative;
	z-index: 20;
}
.pictorial-img .content ul {
	padding-bottom: 20px !important;
}
.pictorial-img .content h1,
.pictorial-img .content li,
.pictorial-img .content a,
.pictorial-img .content i {
	color: #fff !important;
}
.pictorial-img .social {
	position: absolute;
	bottom: -10px;
	width: 100%;
	max-width: 1110px;
}
.pictorial-img .social .ssba {
	width: 260px;
	margin: 0 auto;
}
.pictorial-img .social .ssba_facebook_share img,
.pictorial-img .social .ssba_twitter_share img,
.pictorial-img .social .ssba_google_share img,
.pictorial-img .social .ssba_reddit_share img {
	width: 0 !important;
	height: 0;
	margin-right: 22px;
	padding: 18px 24px 17px;
	background: url('assets/images/fb.png') center center no-repeat;
}
.pictorial-img .social .ssba_twitter_share img {
	background: url('assets/images/tw.png') center center no-repeat;
}
.pictorial-img .social .ssba_google_share img {
	background: url('http://dev.badgerandblade.com/wp-content/uploads/2014/11/gplus.png') center center no-repeat;
	margin-right: 0;
}
.pictorial-img .social .ssba_reddit_share img {
	background: url('http://dev.badgerandblade.com/wp-content/uploads/2014/11/reddit.png') center center no-repeat;
}

.pictorial-content {
	width: 96%;
	max-width: 730px;
	margin: 0 auto;
}
.pictorial-content p {
	padding: 10px 0;
}
.fullscreen {
	height: 800px !important;
	background-attachment: fixed !important;
	margin: 0 !important;
}



/* #Sidebar
================================================== */	

.widget {
	margin-top: 20px;
    margin-bottom: 50px;
    background: #F3F3F3;
    border-top: 1px solid #1B1F25;
    position: relative;
    padding: 30px 40px;
}

.upw-posts img {
	width: 78px;
	height: 78px;
	float: left;
	padding-right: 8px;
}
.upw-posts h4 {
	font-size: 14px;
	line-height: 20px;
}
.upw-posts h4 a {
	color: #282b31;
}
.upw-posts h5 {
	font-size: 14px;
	line-height: 16px;
}
.upw-posts h5 a {
	color: #282b31;
}

.upw-posts article {
    margin-bottom: 6px !important;
	padding-bottom: 0 !important;
    border-bottom: 1px solid #585b60 !important;
	height: 79px !important;
	overflow: hidden !important;
}

ul.social-icons {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}
ul.social-icons li {
	list-style-type: none;
	display: inline-block;
	padding-right: 15px;
}
ul.social-icons li:last-of-type {
	padding-right: 0;
}
ul.social-icons li a {
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    background: #1B1F25;
    color: #fff;
    border-radius: 50%;
}
ul.social-icons li a:hover {
	background: #bb9659;
}

.sponsors img {
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	text-align: center;
}

.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}



/* #Footer
================================================== */

footer#footer {
	width: 100%;
	margin-top: 140px;
	padding: 50px 0 65px;
	border-top: 4px solid #353535;
	background: #232323 url('assets/images/footer-bg.png') top left repeat;
}
footer#footer,
footer#footer h4,
footer#footer p,
footer#footer a {
	color: #e7e1d8;
}


/* This is for the Archives Page
================================================== */
.snazzy {
  overflow: hidden;
}
.sz_cont {
  width: 120px;
  padding: 5px;
}
.sz_date_day {
  background: #efefea;
  margin-bottom: 1px;
  height: 20px;
  font-size: 1.5em;
}
.sz_date_yr {
  font-size: 2em;
}
.sz_img {
  height: 110px;
}


.archives-outer {
 	line-height: 25px; 
}
.archives-inner {
	margin-top:20px;
	font-weight: bold;
	font-size: 1.125em !important;
	line-height: 2em !important;

	transition:font-size 2s;
	-moz-transition:font-size 2s;		/* Firefox 4 */
	-webkit-transition:font-size 2s;		/* Safari and Chrome */
	-o-transition:font-size 2s;
}
.archives-inner li > strong {
	font-size: 1.125em;
}
.archives-inner li a:hover {
  font-size: 1.125em;
}
li.cat-item {
 	background: cyan;
 	list-style-type: none;
 	display: inline;
 	padding: 0 10px;
 	margin: 0px 5px 0 0px;
 	-moz-border-radius: 10px;	/* Firefox 4 */
	-webkit-border-radius: 10px;	/* Safari and Chrome */
	border-radius: 10px;
}
li.cat-item:hover {
	background: orange;
}
h3 {
 	font-weight: bold;
}

/* Fix for the AJAX Plugin */
.alm-listing {
	float: left !important;
}
.alm-btn-wrap {
	overflow: visible !important;
}

ul.compact-archives {
	list-style-type: none;
}

ul.compact-archives li {
    padding: 0 0 5px 35px;
}

ul.compact-archives li:before {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    position: relative;
    margin: 0 10px 0 -35px;
    border-radius: 50%;
    background: #1B1F25;
    color: #FFF;
    display: inline-block;
    content: "\2192";
}

ul.compact-archives li span {
    display: none;
}

/* Fix for Firefox compatibility */
.alm-listing {
    max-width: 740px;
}