/* Settings */
* { box-sizing: border-box; }

/* Wordpress Image Align */
.alignleft { float: left; display: inline; margin: 0 20px 5px 0; }
.alignright { float: right; display: inline; margin: 0 0 5px 20px; }
.aligncenter { margin: 0 auto; display: block; }
.left { float: left; }
.right { float: right; }
.half { width: 50%; }
.screen-reader-text { position: absolute !important; left: -999em; }

/* clearfix */
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }


html, body {
  background: white;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.page-id-10376 .body-text {
    text-align: left;
}

/* Text */
h1 { font-size: 2em; color: #000; line-height: 1.2em; margin-bottom: 17px; }
h2 { font-size: 1.8em; color: #000; line-height: 1.2em; margin-bottom: 17px; }
h3 { font-size: 1.5em; color: #000; line-height: 0em; }
h4 { font-size: 1.2em; color: #000; line-height: 0em; }
h5 { font-size: 1.1em; color: #000; line-height: 0em; margin: 0;}
h6 { font-size: 1em; color: #000; line-height: 0em; margin: 0; }
p { font-size: 1em; line-height: 1.6em; }
ul { list-style: none; padding-left: 17px; }
ol { padding-left: 17px; }
li { margin-bottom: 7px; }
a { color: #000; text-decoration: none; transition: all .5s ease; }
a:hover { text-decoration: none; color: #b12339; }


/* Layout */
.fullwidth { width: 100%; }
.centered { margin: 0 auto; max-width: 1320px; width: 100%; padding: 0px 20px; }
#content { min-height: 500px; }

/* Header */
#header-wrap { background: #fff; }
#special-cat #header-wrap { background: transparent; }
#header-wrap.open { /* background: rgba(0,0,0,.9);  */ }
#logo { float: left; width: 25.227272727%; display: block; margin: 5px 0 10px; z-index: 9999;}
#logo img {
    max-width: 330px;
}

.branded-logo {
    position: absolute;
    width: 100%;
    text-align: center;
}
.header-menu-button {
    float: right;
}
.header-logo {
    float: left;
}

#sub-header-wrap { background: #e1e1e1; height: 36px; font-size: 2em; font-family: 'Unica One', sans-serif; text-transform: uppercase; position: relative;
    /*z-index: 9999;   */
}

#sub-header-wrap .sub-links.left img {
    border-radius: 100%;
    vertical-align: bottom;
}

.dropdown-content { display: none; }
.dropdown-btn.open { color: #b12339; }
.sub-links { padding-top:2px; }
.sub-links a:first-child { margin-right: 100px; }

#loginform label { visibility: hidden; }
#loginform input { float: left; margin-right: 7px; font-size: 1em; color: #000; font-family: "Quando", serif; border: none; text-transform: uppercase; height: 23px; margin-top: 5px; padding-left: 3px; width: 180px; }
#loginform input[type=submit] {  transition: all .5s ease;  width: auto; padding: 3px 19px; background: #b12239; color: #fff; }
#loginform input[type=submit]:hover { background: #000; }

.signup { font-size: 1em; font-family: "Quando", serif;  text-transform: uppercase; padding-top: 9px; font-style: italic; }

.btn {  /* transition: all .5s ease;  background: #b12239; font-family: "Quando", serif; padding: 3px 19px; color: #fff; text-transform: uppercase; */}
.btn {
    margin: 10px auto !important;
}
.btn:hover { background: #000; color: #fff; }
.signup .btn { font-style: normal; margin-left: 5px; }

#search-form { float: left; width: 250px; position: relative; margin-right: -15px; }
#search-form #s { transition: all .5s ease; width: 0%; height: 32px; font-size: 0.7em; color: #000; font-family: "Quando", serif; border: none; text-transform: uppercase; position: absolute; top: 2px; right: 0; z-index: 1; padding: 0px; }
#search-form #s.open { width: 100%; padding-right: 40px; }
.search-btn {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    right: -40px;
    top: 2px;
    z-index: 2;
    font-size: .8em;
}
.search-btn:hover { color: #b12339; }

.social-media-list { float: right; width: 220px; margin: 0; padding: 0; height: 36px; }
.social-media-list li { float: right; padding-top: 5px; font-size: .8em; margin-left: 10px; }

#dropdown-wrap { background: #b7b7b7; height: 34px; position: relative; top: -36px; z-index: 9998; transition: all .5s ease; }
#dropdown-wrap.open { top: 0px; }


/* Navigation */
.menu { visibility: hidden; position: absolute; top: -9999px; }
.menu.open { visibility: visible; position: static;}
header.site-header.centered.cf {
    position: relative;
}
header nav {
    width: 55%;
    float: left;
}
header nav ul { margin: 20px 0 0 10px; padding: 0; }
header nav li { float: left; }
header nav li a { diplay: block; font-size: 2.2em; font-family: "Quando", serif; padding: 4px 20px; color: #fff; }
.menu-toggle {
    display: block;
    width: 60px;
    height: 50px;
    margin: 20px auto 10px;
    background: none;
    border: none;
    outline: none;
    float: right;
    position: relative;
    z-index: 21;
}
.menu-toggle span:after,.menu-toggle span:before{content:"";position:absolute;left:0;top:-15px}
.menu-toggle span:after{top:15px}
.menu-toggle span{position:relative;display:block}
.menu-toggle span,.menu-toggle span:after,.menu-toggle span:before{width:100%;height:8px;background-color:#363636;transition:all .3s;backface-visibility:hidden; }
.menu-toggle span:hover,.menu-toggle span:hover:after,.menu-toggle span:hover:before { background-color: #b12339; }
.menu-toggle.open span{background-color:transparent}
.menu-toggle.open span:before{transform:rotate(45deg) translate(10px,14px); background-color: #b12339; }
.menu-toggle.open span:after{transform:rotate(-45deg) translate(7px,-11px); background-color: #b12339; }
.menu-toggle.open + .menu{opacity:1;visibility:visible}

#navigation-overlay { display: none; opacity: 0; background: rgba(0,0,0,.9); min-height: 500px; position: absolute; top: 0px; padding-top: 112px; left: 0px; z-index: 20; color: #fff; transition: all 3s ease; padding-bottom: 20px;  }
#navigation-overlay.open { display: block; opacity: 1; }
#navigation-overlay .vert-space {
    margin-top: 60px;
    text-align: center;
}
#featured-stories .vert-space.cf {
    text-align: center;
}
#navigation-overlay .vert-space img {
    max-width: 100%;
}
.nav-overlay-top-section {
    overflow: hidden;
}
#header-wrap.open #logo g .st1 { fill: #fff; }

.tag-posts ul, .tag-posts li { margin: 0; padding: 0; }
.tag-posts ul {
    margin-top: 10px;
}
#main-tag-list>li>a {
    font-family: "Unica One", serif;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 100;
}
#main-tag-list img {
    max-width: 240px;
    height: auto;
}
#navigation-overlay .col1, .col2 {
    float: left;
}
#navigation-overlay .tag-posts {
    margin-top: 10px;
}
.tag-posts { display: none; position: absolute; top: 117px; right: 0;  width: 50%; margin: 0; padding: 0; }
.tag-posts li {
    width: 40%;
    margin-right: 5%;
    display: inline-block;
	vertical-align: top;
}
.tag-posts-img-container {
    height: 133px;
    overflow: hidden;
    margin-bottom: 5px;
}
#main-tag-list>li:first-child .tag-posts { display: block; }
.tag-posts .title { font-size: 1.5em; color: #fff; font-family: "Quando", serif;  }
#main-tag-list a { color: #fff; }
#main-tag-list a:hover { color: #b12239; }
#main-tag-list h3 { color: #fff; font-family: "Quando", serif; font-size: 1.3em; line-height: 1.3em; padding: 0; margin: 0 0 1.5em 0; }

#secondary-menu { float: left; padding: 0; }
#secondary-menu>li {font-size: 1.7em; }
#secondary-menu>li.menu-item-has-children { padding-bottom: 10px; }
#secondary-menu a { color: #fff; font-family: "Quando", sans-serif;  text-transform: uppercase; display: block; }
#secondary-menu>li.menu-item-has-children>a { margin-bottom: 5px; text-decoration: underline;  }
#secondary-menu li ul { margin: 0; padding: 0; font-size: 0.8em; }
#secondary-menu>li>a {  text-decoration: underline; }

.navigation-overlay .col2 {
    float: left;
}
p.woocommerce-result-count {
    display: none;
}
.woocommerce ul.products li.product .price {
	color: #900;
}
.woocommerce span.onsale {
	background: #900;
}


#blog-pager a {
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: background-color 300ms ease-out;
    padding: 0.5em;
}
#blog-pager a:hover {
	background: #ccc;
	color: #fff;
}


a.action.linkedin {
    display: none;
}


.menu-content { float: right; margin: 0; padding: 0; width: 30%; color: #fff; font-size: 1.2em; font-family: "Quando", sans-serif; }

p.channels-title {
    margin-bottom: 0;
    font-family: 'Unica One', sans-serif;
    font-weight: bold;
    font-size: 2em;
}
.category .fp-top-gallery {
    margin-bottom: 4em;
}
.category .related-posts {
    margin-top: 4em;
}
.channels-description {
    font-size: 2.1em;
    font-family: "Vollkorn", sans-serif;
}
.nav-overlay-top-section .col1 {
    margin-right: 120px;
}
#main-tag-list li a.main-tag-list-menu-item {
    font-size: 2.4em;
}

div#blogroll {
    margin: 30px auto;
    max-width: 1320px;
}
.comment-author a {
    color: #000;
}

figure.wp-caption {
    display: block;
}

.comments-area .essb_links, .incom-comments-wrapper .essb_links {
    display: none;
}

/* Front Page Top Slideshow */
.fp-top-gallery .gallery-cell {
  width: 100%; /* full width */
  height: 350px; /* height of gallery */
  margin-right: 10px;
}
.fp-top-gallery .gallery-cell img {
    width: 100%;
}
.fp-top-gallery .fp-top-slider-image {
    position: relative;
}
.fp-top-gallery .fp-top-slider-meta-overlay {
    width: 75%;
    margin: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    /* height: 80%; */
    color: #fff;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    font-size: 4em;
    padding: 1%;
}
.fp-top-gallery .fp-top-slider-author {
    font-size: 0.5em;
    text-align: right;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    padding: 1em;
}
a.fp-top-slider-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.front-page-lr-widgets .lc {
    border-right: 3px solid #000;
}

.post-bucket-text {
    font-size: 1.6em;
    font-family: 'Vollkorn',sans-serif;
    max-width: 1000px;
}


.contributor-container {
    text-align: center;
	font-family: 'Unica One', sans-serif;
}
.contributor-content {
    display: inline-block;
    margin-right: 5%;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 2em;
    width: 20%;
    vertical-align: top;
}
.contributor-content img {
    border-radius: 100%;
}
.page-template-page-contributors .contributor-content img {
        max-width: 100%;
}

.page-template-page-contributors .contributors-container {
    text-align: center;
}
.page-template-page-contributors h2 {
    font-size: 3.5em;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}


.single-content-section img {
    max-width: 100%;
    height: auto;
}


div#blog-pager {
    margin-top: 2em;
}
#blog-pager a {
	background: #000;
	color: #fff;
	text-decoration: none;
	transition: background-color 300ms ease-out;	
	padding: 0.5em;
}
#blog-pager a:hover {
	color: #000;
	background: #ccc;
}


/* Flickity Arrows */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
.fp-top-gallery .flickity-prev-next-button svg {
    position: absolute;
    left: 0%;
    top: 20%;
    width: 100%;
    height: 100%;
    background: none;
}
.fp-top-gallery .flickity-prev-next-button: hover {
    background: none;
}

.fp-top-gallery .flickity-prev-next-button:focus{outline:none;box-shadow:none;}
.fp-top-gallery .flickity-prev-next-button {
    top: 50%;
    background: none;
    width: 100px;
    height: 100px;
}
.flickity-prev-next-button .arrow {
    fill: rgba(255,255,255,0.5);
}



.printfriendly {
    width: 70px;
    padding-left: 2px;
}
.sharify-container {
    padding-bottom: 5px;
}
div#pf-dialog-ads {
    display: none;
}


.single-sidebar-ad-container {
    float: left;
    margin-right: 1em;
}

/* Front Page Bottom Slideshow */
.small-gallery{
    height: 215px;
}
.small-gallery .gallery-cell {
    width: 100%;
    height: 185px;
    max-width: 290px;
    margin-right: 0px;
}
.small-gallery .gallery-cell img {
    width: 100%;
}
.small-slider-image {
    height: 100%;
}
.small-slider-title-container {
    position: absolute;
    top: 6.5em;
    right: 0;
    text-align: right;
    background: rgba(0,0,0,0.7);
    width: 85%;
    color: #fff;
    font-family: 'Unica One',sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0.5em;
    margin-right: 8px;
}
.small-slider-category {
    position: absolute;
    top: -1em;
    z-index: 2;
    white-space: nowrap;
}

.small-slider-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
        transition: all .7s ease;

}
.small-slider-image:hover {
    filter: none;
    -webkit-filter: none;
}

.cat-gallery-container .small-slider-category {
    display: none;
}
.cat-gallery-container {
    margin-bottom: 1em;
}

.full-width-ad-space-container {
    position: relative;
    height: 165px;
    width: 100%;
    background: #eee;
    font-family: 'Unica One',sans-serif;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
}
.full-width-ad-space-text {
      top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#branded-categories { background: #000; }
#branded-categories ul { padding: 0; margin: 0 auto !important;  }
#branded-categories .bx-wrapper { max-width: 100% !important; width: 100% !important; }
#branded-categories ul li { margin: 0; padding: 0; color: #fff; position: relative; width: 282px; height: 282px; background: #080808;  }
#branded-categories a { color: #fff; text-shadow: 2px 2px 5px #000; }
#branded-categories img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
    position: relative;
    z-index: 1;
    min-height: 202px;
    width: 282px;
    transition: all .7s ease;
}
#branded-categories a:hover img { -webkit-filter: grayscale(0); -webkit-filter: grayscale(0%); filter: grayscale(0%);  filter: url(); filter: none }
#branded-categories .cat-title { text-shadow: none; z-index: 2; position: absolute; top: 5px; padding: 5px 10px; background: #b12339; font-family: "Quando" sans-serif;  }
#branded-categories h3 { z-index: 2; position: absolute; top: 30px; line-height: 1em;  margin: 0; padding: 10px; text-transform: uppercase; font: 2.2em "Unica One", sans-serif; color: #fff; }
#branded-categories.no-carousel  .bx-controls { display: none !important; }

#popular-stories { padding-left: 20px; }
.article-features { padding-bottom: 20px; }
.article-features ul { margin: 0; padding: 0; }
.article-features ul li { margin-bottom: 25px;  }
.article-features h3 { font-family: "Unica One", serif;  font-size: 2.143em; text-transform: uppercase; }
.article-features h4 { font-family: "Unica One", serif; font-size: 1.786em; text-transform: uppercase; margin: 11px 0 0 0; padding: 0;  min-width: 200px; }
#popular-stories h4 { font-size: 2.357em; margin-top: -7px; line-height: 1.2em; max-width: 400px; }
.article-features a { display: block; float: left; }
.article-features p { color: #000; font-size: 1.143em; font-family: "Vollkorn", sans-serif; }
.article-features img, .article-features .no-img { text-align: center; float: left;  margin-right: 20px; width: 184px; height: auto; background: #e8e8e8; }
.article-features .text { max-width: 400px; }
.article-features a:hover h4 { color: #b12339; }


.single-sidebar-ad-container .textwidget { margin-bottom: 1em; }

.category-buckets.centered { padding: 0; }
.category-section { padding-bottom: 20px; }
.category-section:last-child { padding-left: 25px; }
.category-section h3 { color: #b12239; font-family: "Unica One", sans-serif; font-size: 3.571em; text-transform: uppercase; }
.category-section h3 a { color: #b12239; }
.category-section h4 { font-size: 2.071em; font-family: "Unica One", sans-serif; text-transform: uppercase; margin: 0; line-height: 1.2em;  width: 70%; }
.category-section p { padding: 0; margin: 0; font-size: 1.586em;  font-family: "Vollkorn", sans-serif; }
.category-section ul li { margin-bottom: 30px; }
.category-section ul li a { color: #000 !important; }
.category-section ul li a:hover h4 { color: #b12239; }

.category-banner {
    text-align: center;
}
.category-banner img {
    width: 100%;
    max-width: 650px;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.category-hasty-ambush .related-posts .category-title, .category-molotov-cocktail .related-posts .category-title, .category-charlie-mike .related-posts .category-title, .category-art-of-war .related-posts .category-title {
    visibility: hidden;
}

.vert-space {
 text-align: center;
}
.vert-space img {
    max-width: 100%;
}
a .editor-lc {
    float: left;
}

.newest-story {
    width: 49.8%;
    display: inline-block;
    border-image-width: 0.5% 0.5% 0.5% 0.5%;
    border: solid #eee;
    position: relative;
    height: 100%;
    margin: 0;
    max-height: 220px;
    overflow: hidden;
    transition: border-color 0.5s ease;
}
.newest-story:hover {
    border: solid #AC2734;
}
a.newest-story-link {
    display: block;
    width: 100%;
    height: 100%;
}
.newest-story-cat {
    background: rgba(172,39,52,0.8);
    top: 1em;
    text-align: right;
    font-family: 'Quando',sans-serif;
    color: #fff;
    width: 100%;
    padding-right: 1em;
    font-size: 1.1em;
    white-space: nowrap;
    max-width: 230px;
}
.newest-story-cat a {
    color: #fff;
}

.newest-story-background {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.newest-story-background-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.newest-story-cat, .newest-story-title, .newest-story-author {
    position: absolute;
    z-index: 3;
}

.newest-story-cat ul.post-categories {
    padding-left: 0;
}
.newest-story-title {
    right: 0em;
    z-index: 4;
    font-family: 'Unica One',sans-serif;
    font-size: 1.8em;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    text-transform: uppercase;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.4em;
}
.newest-story-author {
    right: 0;
    text-align: right;
    bottom: 1em;
    font-family: 'Quando', sans-serif;
    font-size: 1.1em;
    padding-right: 1em;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0.5em 1em 0.5em 1em;
}
.newest-story-author a {
    display: initial;
    color: #fff;
}
.newest-story-cat ul.post-categories {
    -webkit-padding-start: 0;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0;
}

p.abstract-text {
    font-style: italic;
    font-weight: 900;
}


.comment-author.vcard, .comment-metadata a {
    color: #000;
}

.category-title, .category-title a { color: #fff; float: none; text-align: right; width: 25%;  }

h3.special-cat-author {
    line-height: 1em;
}

.front-page-ad-1-container.centered {
    max-width: 970px;
    width: 100%;
}

/* Single Post */
#featured-image { text-align: center; }
#featured-image img { max-width: 1280px; width: 100%; height: auto; margin-bottom: 30px; }
.blog-header { position: relative; }
.blog-header h1 { font-family: "Unica One", sans-serif; text-transform: uppercase; font-size: 4em; }
.blog-header .author { font-family: "Unica One", sans-serif; font-size: 2.5em; text-transform: uppercase; float: left; }
.blog-header .date { font-family: "Unica One", sans-serif; font-size: 2.5em; float: right;  text-transform: uppercase;}
.blog-header .abstract { clear: both; width: 100%; max-width: 850px; margin: 100px auto 30px; font-size: 1.3em; font-family: "Vollkorn", sans-serif; }
.long-form .blog-header .abstract { display: none; }
.blog-header .abstract .title {  font-family: "Unica One", sans-serif; font-size: 2.5em; text-transform: uppercase; }
.blog-header .meta { width: 1000px; margin: 0 auto; text-align: center; color: #fff; }
.blog-header .meta, .blog-header .meta a, .blog-header .meta h1 { color: #fff;  text-shadow: 2px 2px 10px rgba(0,0,0,0.7); }
.body-text { font-family: "Vollkorn", sans-serif; font-size: 1.3em; }
.body-text p { margin: 0 0 20px 0; }
.body-text .text>p:first-child:first-letter { font-size: 3em; float: left; font-family: "Vollkorn", sans-serif; }
.single .cat-text {
    background: none;
}
.single .category-title {
    padding: 13px 12px 22px;
}
.single .cat-text {
    top: -53px;
}
.single h1 {
    margin: 0.17em 0;
}
.single .blog-header h1 {
    font-size: 3em;
}
.single .author {
    font-size: 1.5em;
}
.single .date {
    font-size: 1.5em;
}
.blog-header .abstract .title {
    font-size: 1.5em;
}
.single .abstract {
    margin-top: 80px;
}
#featured-stories .vert-space img {
    max-width: 100%;
}
.single .single-post-text {
    font-size: 1.1em;
    font-family: "Vollkorn", sans-serif;
}
.related-posts .category-title {
    background: rgba(172,39,52,0.8);
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-family: 'Quando',sans-serif;
    padding-top: 0.8em;
}

.single-post-container {
    max-width: 1100px;
}
.single-content-section {
    width: 100%;
    max-width: 1024px;
    margin: auto;
}
.single div#featured-stories {
    clear: both;
}

.single .single-post-text a, .long-form-post-text a, .author-description a, .editor-rc a {
    color: #ac2734;
    text-decoration: underline;
}
.single .single-post-text a:hover, .long-form-post-text a:hover, .author-description a:hover, .editor-rc a:hover {
    color:#f00;
}
.single-content-lc img {
    max-width: 100%;
    height: auto;
}
.single-post-text ul li {
    list-style: disc;
    margin-left: 1em;
}

.tags.body-text { font-weight: bold; text-transform: uppercase; font-family: "Unica One", serif; font-size: 1.6em; }

#blog-next-link {
    position: fixed;
    top: 420px;
    right: 0;
    z-index: 2;
    background: url(../img/bx-next.png) no-repeat center right rgba(215,215,215,0.9);
    border-right: 5px solid #d7d7d7;
    width: 0px;
    padding: 0px 17px;
    min-height: 230px;
    font-family: "Unica One", serif;
    text-transform: uppercase;
}
#blog-next-link .next-post { display: none;  color: #b12239; font-size: 1.4em; }
#blog-next-link div { display: none;  width: 100px; font-size: 1.1em; padding: 0px 20px 10px 0px;  }
#blog-next-link:hover, #blog-next-link.open, #blog-next-link.expansed {
    width: 100%;
    max-width: 30%;
	font-size: 0.6em;
	height: auto;
}
#blog-next-link.open {
	display: none;	
}
#blog-next-link:hover .next-post, #blog-next-link.open .next-post, #blog-next-link:hover div, #blog-next-link.open div { display: block; }
#blog-next-link:hover .next-post {
    display: block !important;
}

.related-posts {
    margin-top: 5em;
}
.related-posts .category-title { margin-top: 20px;  }
.related-posts ul { padding: 0; width: 100%; overflow: hidden; }
.related-posts ul li { background-size: cover !important; height: 325px; margin: 0 0 0 0; padding: 0;  float: left; width: 100%; }
.related-posts h4 {
    background: rgba(0,0,0,.5);
    height: 190px;
    width: 700px;
    margin: 20px auto;
    padding: 10px 20px;
    font-family: "Unica One", sans-serif;
    font-size: 4em;
    line-height: 1;
    text-transform: uppercase;
    transition: all .5s ease;
    color: #fff;
}
.related-posts h4:hover { color: #ccc;}
.related-posts h4.long { font-size: 3.3em; }
.cat-text { position: absolute; top: -86px; left: -6px; z-index: 4; background: #be212f; padding: 13px 12px 18px; min-width: 220px; text-align: center; font-weight: 400; font-family: "Quando", serif; color: #fff; line-height: 0; font-size: 1.5em; margin: 10px 0 0 0; }
.cat-text a { color: #fff; }
#additional-stories.related-posts ul { overflow: hidden; }
#additional-stories.related-posts ul li { margin-bottom: 40px; }


.comments-title, .comment-reply-title { font-family: "Unica One", sans-serif; text-transform: uppercase; }
.comment-list li, .comment-respond { list-style: none; font-family: "Vollkorn", sans-serif; font-size: 1.1em; }
.comment-list>li { border-bottom: 1px solid #dcdcdc; margin-bottom: 20px; }
.comment-list li .edit-link a, .comment-list li .comment-reply-link { color: #b12339; }
.comment-list li .comment-reply-link { margin-bottom: 20px; display: block; }
.comment-list .children { border-left: 1px solid #dcdcdc; font-size: 1em; }
.comment-list .children li { font-size: 1em; }
.incom-comments-wrapper .comment { font-size: 1em; font-family: "Vollkorn", sans-serif;  }
.incom-comments-wrapper { font-family: "Vollkorn", sans-serif; font-size: 1.1em;margin-left: -50px !important; border: 1px solid #dcdcdc !important; box-shadow: 2px 2px 5px rgba(0,0,0,.5);  }
.comment-form-comment label { display: block; }
.form-allowed-tags { display: none; }
.incom-comments-wrapper input[type=submit], #commentform input[type=submit] {
    background: #b12339 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: unica one;
    font-size: 30px;
    line-height: 42px;
    margin: 10px 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
/*.incom-comments-wrapper input[type=submit]:hover, #commentform input[type=submit]:hover { margin-left: 6px; }*/

.header-icon { float: left; padding-top: 7px; padding-left: 3px; z-index: 2; position: relative; }
.category-nat-sec-2016 .branded-logo, .category-art-of-war .branded-logo, .category-charlie-mike .branded-logo, .category-hasty-ambush .branded-logo, .category-nat-sec-2016 .header-icon, .category-art-of-war .header-icon, .category-charlie-mike .header-icon, .category-hasty-ambush .header-icon, .category-molotov-cocktail .branded-logo, .category-molotov-cocktail .header-icon, .author .branded-logo, .author .header-icon {
    display: none;
}
.branded-logo-hasty-ambush {
    margin-top: 17px;
}
.branded-logo-art-of-war {
    margin-top: 5px;
}
.branded-logo-charlie-mike {
    margin-top: 14px;
}

.body-text .text.centered.long-form-post-text {
    max-width: 1000px;
    font-size: 1.2em;
}

blockquote {
    color: #5d5d5d;
    padding: 0 0 0 1em;
    font-size: 0.9em;
    margin: 1em;
    border-left: 2px solid #5d5d5d;
}

/* Special Categories Template */
.special-cat-title { display: block; max-width: 400px; float: left;  text-transform: uppercase; color: #fff; font-family: "warpaintregular", sans-serif; font-size: 5.286em; line-height: 1; margin: 20px 0 0 0; padding: 0; font-weight: normal; }
.special-cats { max-width: 800px; float: left; }
.special-cats.bottom {
    float: right;
    margin-top: 50px;
    width: 100%;
    padding-left: 120px;
}
.special-cats.bottom.full {
    max-width: 1280px;
    width: 100%;
    margin-top: 0px;
    padding-left: 0;
}
.special-cats li { width: 200px; float: left; border-left: 7px solid #fff;  height: 164px; margin-bottom: 30px;  }
.special-cats.bottom.full li { margin-bottom: 75px; }
.special-cats li a { color: #fff; font-size: 1.786em; transition: all .3s ease; display: block;  padding: 0 15px;  }
.special-cats li:hover a { color: #ac2734; }
.open .special-series-title {
    display: none;
}
.special-cat-content {
    max-width: 1000px;
    width: 100%;
    margin-left: 250px;
    float: right;
    color: #fff;
}
.special-cat-content a { color: #fff; }
.special-cat-content .special-cat-title {
    max-width: 100%;
    font-size: 4.4em;
    float: none;
    transition: all .3s ease;
    margin: 0 0 30px;
    padding: 0;
    line-height: 1;
    font-family: 'Unica One', sans-serif;
}
.special-cat-content h3 { color: #fff; font-family: "Unica One", sans-serif; font-size: 2.143em; margin: 0 0 60px; padding: 0; }
.special-cat-content .text { padding-right: 40px; font-family: "Vollkorn", serif; font-size: 3em; }
.special-cat-content .text p { line-height: 1.3em; font-size: 0.9em; }
.special-cat-content a:hover h2 { color: #b12339; }

ul.special-cats.sc-mobile {
    display: none;
}

#special-cat-logo { margin: 20px auto 50px; text-align: center; }
#special-cat-logo img {
    width: 70%;
}
.special-series-title {
    float: left;
    margin-top: 1em;
}
.author h2 {
    text-transform: uppercase;
}
.slide-author {
    text-align: right;
    font-size: 0.5em;
}
.special-cats.sc-mobile {
    max-width: 100%;
}


.sponsored-story { background: rgba(255,255,255, 0.8); width: 400px; float: left; margin-top: 200px; height: 164px; padding: 10px;  }
.sponsored-story h5 { font-family: 'warpaintregular', sans-serif; color: #b12339; text-transform: uppercase; font-size: 2.357em; margin: 20px 0 15px 0; padding: 0; }
.sponsored-story h4 { font-family: "Unica One", sans-serif; text-transform: uppercase; font-size: 2.643em; margin: 0 0 6px 0; padding: 0; line-height: 1; }
.sponsored-story .text { font-family: "Vollkorn", serif; font-size: 1.5em; line-height: 1; }


#cat-carousel-wrap { margin-bottom: 50px; position: relative; }
#newest-cat-posts .bx-wrapper, #newest-cat-posts .bx-wrapper .bx-viewport { max-width: 100% !important; width: 100% !important; height: 400px !important; max-width: 1280px !important; margin: 0 auto 50px; }
.bx-cat-carousel li { width: 400px !important; height: 230px !important; -webkit-box-shadow: 10px 10px 5px 0px rgba(10,10,10,0.32); -moz-box-shadow: 10px 10px 5px 0px rgba(10,10,10,0.32); box-shadow: 10px 10px 5px 0px rgba(10,10,10,0.32); }
.bx-cat-carousel li a { font-family: "Unica One", sans-serif; text-transform: uppercase; font-size: 1.4em; }
.bx-cat-carousel li a h2 { margin: 0; padding: 0; line-height: 1em; }
.bx-cat-carousel li img { width: 400px; height: auto; }


#newest-cat-posts .bx-prev, #newest-cat-posts .bx-next { background: url(../img/bx-prev.png) no-repeat right center; position: absolute; color: #fff; width: 12%; top: 0; left: 0; height: 100%; opacity: .65; }
#newest-cat-posts .bx-next { right: 0; left: auto; background: url(../img/bx-next.png) no-repeat left center }
#newest-cat-posts .bx-prev:hover, #newest-cat-posts .bx-next:hover { opacity: 1; }

.category #newest-cat-posts .bx-viewport {
    height: 200px !important;
}
.category #newest-cat-posts .bx-wrapper, .category #newest-cat-posts .bx-wrapper .bx-viewport {
    height: 240px !important;
}
.category #bottom-slideshow { position: relative; }
.category #bottom-slideshow .bx-cat-carousel li a { background: none; }
.bx-viewport {
    height: 202px !important;
}
.category #bottom-slideshow .bx-controls.bx-has-controls-direction {
    position: absolute;
    top: 210px;
    width: 100%;
}
.category #bottom-slideshow .bx-next, .category #bottom-slideshow .bx-prev {
    background: none;
    width: auto;
}

/* Tag Template */
#hash-tag-header { text-align: center; border-top: 15px solid #000; border-bottom: 15px solid #000; margin-bottom: 35px; }
#hash-tag-header h1 { font-size: 6em; font-weight: normal !important; font-family: 'warpaintregular', sans-serif;  padding: 35px 20px 45px;  line-height: 0; text-transform: uppercase; }

#tag-content .left-col {
    width: 100%;
    float: left;
    min-height: 400px;
    max-width: 1060px;
}
#tag-content .right-col {
    max-width: 163px;
    float: left;
    width: 100%;
}

#tag-post-list ul { float: left; margin: 0; padding: 0; }
#tag-post-list li {
    float: left;
    width: 223px;
    margin-right: 40px;
    min-height: 300px;
    padding: 0;
    font-size: 0.8em;
}
#tag-post-list li img { float: none; position: static; }
#tag-post-list li a { font: 1.1em "Unica One", sans-serif; display: block; }
#tag-post-list li a h2 { margin: 0; padding: 0; }
#tag-post-list .alm-listing { margin-top: 60px; }
.tag #tag-content {
    text-transform: uppercase;
}

/* Buttons */
#load-more { background: #b12339; font-family: "Unica One", sans-serif; text-transform: uppercase; }
button.alm-load-more-btn.done { display: none; }
.btn { }


/* Contributor Template */
.author-box {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    width: 19%;
    vertical-align: top;
    margin-bottom: 2em;
}
.author-avatar, .author-name {
    text-align: center;
}
.author-avatar img {
    border-radius: 100%;
}
.author-name { 
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}
.author-description {
    font-family: 'Quando', serif;
    font-size: 1.3em;
}
.author .author-bio {
    margin-bottom: 3em;
    margin-top: 3em;
}
.author-bio h1 {
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    margin-bottom: 0.3em;
}

.author-wrapper {
    padding: 0 2%;
}

.author .author-avatar {
    text-align: left;
}
.author-bio .lc {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.author-bio .rc {
    display: inline-block;
    vertical-align: middle;
    width: 79%;
}
.author .header-logo {
	display: block;
}


.page-template-page-contributors .contributor-content {
    width: 11%;
}



/* Search Results */
.search-results #hash-tag-header h1 {
    font-size: 3em;
}
.search-results #footer {
    margin-top: 3em;
}





/* Buckets */
.long-form-bucket { min-height: 550px;
position: relative;
padding: 100px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 70px;
  z-index: 1;
}
.blog-header.long-form-bucket { margin-top: -34px; }
.long-form-bucket h3 {
    line-height: 1;
    margin: 50px auto;
    max-width: 920px;
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    min-height: 300px;
    font-size: 2.5em;
    font-family: 'Vollkorn',sans-serif;
    text-transform: none;
    font-weight: 100;
}
.author .author-avatar img {
    max-width: 150px;
}

.small-slider-category.cat-192 a {
    background: #ac2734;
}
.small-slider-category.cat-2974 a {
    background: #1d3b6d;
}

.small-slider-category.cat-1632 a {
    background: #fbaf62;
}
.small-slider-category.cat-1600 a {
    background: #40813d;
}

.wp-caption {
    text-align: center;
    border: 1px solid #ccc;
    padding: 1%;
    color: #666;
    margin: 0 auto 1em;
        max-width: 100%;
}
dd.wp-caption-dd {
    -webkit-margin-start: 0;
}

/* Jobs Board */
.wpjb {
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.jobs-menu {
    text-align: center;
}
.wpjb .wpjb-form {
    text-align: left;
}
div#wpjb-top-search {
    margin-bottom: 0;
}
.wpjb-grid-row:nth-of-type(even) {
    background: #eee;
}
.wpjb-grid-row:nth-of-type(even):hover {
	background: #eee !important;
}

/* Footer */
#footer {
    background: #000;
    min-height: 100px;
    clear: both;
    margin-top: 5em;
}


.page-image-title {
    text-align: center;
    margin-bottom: 2em;
    margin-top: 2em;
}
.single-post-text {
    padding: 0 0.5em;
}
.text.centered {
    padding: 0 2%;
}



.fix-font {
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
	text-rendering: geometricPrecision;
}


#header-wrap.open #sub-header-wrap {
    z-index: -1;
}


.body-text.single-long-form {
    margin-top: 33px;
}
.single-long-form .meta {
    max-width: 100%;
}

#mc_signup_form label {
    display: none;
}
div#mc_message, .mc_merge_var, .mc_signup_submit {
    display: inline-block;
	vertical-align: middle;
}
div#mc-indicates-required {
    width: auto !important;
    display: inline-block;
}
.mc_form_inside {
    padding-top: 6px;
}
.mc_merge_var {
    margin-right: 10px;
}
#mc_signup_form input[type=submit] {
    transition: all .5s ease;
    width: auto;
    padding: 3px 19px;
    background: #b12239;
    color: #fff;
	border: 0;
}
#mc_signup_form input {
    font-size: 1em;
    color: #000;
    font-family: "Quando", serif;
    text-transform: uppercase;
}
div#mc-indicates-required {
    margin-left: 10px;
}
img.attachment-category-featured-post.wp-post-image {
    max-height: 230px;
}

figure img {
    max-width: 100%;
    height: auto;
}


/* Front Page Left and Right Widgets (Contributors and Popular) */
	.fp-top-left-widget, .fp-top-right-widget {
    padding-top: 2em;
    padding-bottom: 2em;
}
	.fp-top-left-widget {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
    padding-right: 3%;
}
	.fp-top-right-widget {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.fp-author-box {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 3em;
    vertical-align: top;
}
	.contributor-container img {
    max-width: 100%;
}
.fp-author-avatar img {
    border-radius: 100%;
}
	.front-page-top-widget-container, .front-page-bottom-widget-container {
    border-top: 3px solid #000;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}

.front-page-lr-widgets .rc {
    padding-left: 3%;
    padding-right: 3%;
}

.fp-pop-title {
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 1%;
    font-size: 1.5em;
    position: absolute;
    left: 239px;
    top: 30px;
    width: 100%;
}
.fp-popular-post-container {
    width: 380px;
    height: 145px;
    margin-bottom: 2.2em;
    position: relative;
}
.fp-pop-author {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0.5em;
    position: absolute;
    bottom: 0;
}
.fp-pop-author a {
    color: #fff;
}

.post-bottom-slider-vert-space {
    margin-top: 1em;
}

.small-gallery ol.flickity-page-dots {
    display: none;
}
.small-gallery ul.post-categories {
    padding-left: 0;
}
.small-slider-category a {
    background: #ac2734;
    color: #fff;
    padding: 0.5em 1em;
    position: absolute;
    top: 2.5em;
    font-family: 'Quando',sans-serif;
}

.fp-top-slider-title {
    color: #fff;
}
.fp-top-slider-author a {
    color: #fff;
}
a.fp-popular-post-link {
    height: 100%;
    display: block;
    width: 100%;
}

#additional-stories .category-title {
    padding-bottom: 1em;
    padding-right: 1em;
    padding-top: 0.9em;
}



footer {
    padding-top: 1em;
    padding-bottom: 1em;
}
footer, footer a {
    color: #fff;
}
footer .lc {
    float: left;
}
footer .rc {
    float: right;
}

.cat-3160 .post-categories a {
    background: #000;
}


.social-share-section {
    position: fixed;
    bottom: 0;
    background-color: #f5f5f5;
	padding-top: 8px;
    width: 100%;
    left: 0;
    max-width: 100%;
}
.print-section {
    text-align: center;
}
.pf-alignleft {
    float: none !important;
    display: inline-block !important;
}
.essb_links.essb_template_default-retina {
    margin: 0 0 0 0 !important;
}
@media only screen and (max-width: 64em) {
    .printfriendly {
    display: none !important;
}
.social-share-section { position: relative; margin-bottom: 1em; padding-top: 0; background: none; }
}

@media all and (max-width: 1024px) {
    .header-logo {
    margin-top: 10px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1120px) {
.fp-pop-title {
    left: 130px;
}  
}

/*Comment form style*/
.comment-form-url {
    display: none;
}
.comment-form label{
    font-family: "Unica One";
    text-transform: uppercase;
}
#incom-commentform p{
    margin: 0px;
}
.wp-social-login-connect-with {
    font-family: "Unica One";
    font-size: 20px;
    text-transform: uppercase;
}
.wp-social-login-provider-list {
    padding: 10px 10px 0px 10px;
}
.wp-social-login-provider-list a {
    width: 215px;
    display: block;
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    font-family: "Unica One";
    text-transform: uppercase;
    line-height: 24px;
}
.wp-social-login-provider-list a .fa {
    padding-right: 10px;
    font-size: 24px;
}
.wp-social-login-provider-list img {}
.wsl_connect_with_provider {}

.wp-social-login-provider-facebook {
    background-color: #48629b;
}

.wp-social-login-provider-twitter {
    background-color: #24b0e6;
}
.wp-social-login-provider-linkedin {
    background-color: #0f77a9;
}
.wp-social-login-provider-google {
    background-color: #dc4a38;
}

#comments .wp-social-login-provider-list a {
    clear: both;
    float: left;
}

#comments .wp-social-login-provider-list {
    display: inline-block;
}


#close-overlay {
    color: black;
    display: inline-block;
    font-size: 32px;
    right: 75px;
    position: absolute;
    top: 50px;
}

#email-signup-comment-form, #email-signin-comment-form{
    color: #ac2734;
}

/*Social overlay*/
.login-screen-overlay {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #fff;
    display: none;
    transition: all 3s ease 0s;
    z-index: 22;
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.login-screen-overlay.open {
    display: block;
    opacity: 1;
}

.login-screen-overlay-inner {
    margin: 90px auto;
    width: 100%;
}
.login-screen-overlay-inner .wp-social-login-connect-with {
    text-align: center;
    font-family: "Unica One";
    text-transform: uppercase;
    font-size: 32px;
    color: #000000;
}

.login-screen-overlay-inner h3 {
    text-align: center;
    font-family: "Unica One";
    text-transform: uppercase;
    font-size: 26px;

    margin-top: 42px;
}

.login-screen-overlay-inner h3 a {
    color: #d90000;
	cursor: pointer;
}
.login-screen-overlay-inner h3 a:hover {
	color: #f00;
}

/*Register form*/

.login-screen-overlay .upme-field{
    float: none;
    margin: 0 auto;
    width: 430px;
}

.login-screen-overlay div.upme-wrap div.upme-inner {
    background: none;
    border: 0px;
    box-shadow: none;
}

.login-screen-overlay .upme-separator {
    border-bottom: 0px;
}

.login-screen-overlay .upme-account_info_separator {
    text-align: center;
    font-family: "Unica One";
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    width: 100%;
}

.login-screen-overlay .upme-field-value {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.login-screen-overlay  input.upme-input {
    background: #FFF;
    box-shadow: none;
    border: 1px solid #000;
}

.login-screen-overlay .upme-edit-show {
    float: none;
    text-align: center;
}

.login-screen-overlay .upme-field-type {
    color: #000;
    display: inline-block;
    font-family: "unica one";
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
}

.login-screen-overlay label.upme-field-type i {
    display: none;
}

.login-screen-overlay .upme-hide-from-public {
    display: none;
}

.login-screen-overlay #upme-register, .login-screen-overlay div.upme-widget-wrap a.upme-button,.login-screen-overlay input.upme-button[type="submit"],.login-screen-overlay input.upme-button[type="button"]{
    background: #b60202 none repeat scroll 0 0;
    border: medium none;
    font-family: unica one;
    font-size: 24px;
    padding: 0 30px;
    text-transform: uppercase;
}

.login-screen-overlay .upme-login .upme-head {
    display: none;
}

.login-screen-overlay #upme-registration, .login-screen-overlay .upme-login {
    display: none;
}


.single .sharify-container a {
    color: #fff;
    text-decoration: none;
}
.single .sharify-container a:hover {
    color: #fff;
}
.sharify-btn-twitter .sharify-title:hover, .sharify-icon:hover {
    color: #fff;
}


ul#secondary-menu {
    max-width: 220px;
}
li#menu-item-10472 {
    margin-bottom: 1.5em;
    font-size: 1.8em;
    margin-top: 1.5em;
}


i.fa.fa-times {
   position: absolute;
   top: -40px;
   right: -3px;
   font-size: 70px;
}


.page-template-page-contributors .contributor-img {
    display: block;
    width: 110px;
    border-radius: 100%;
    height: 110px;
    margin: auto;
}

.page-image-title img {
    max-width: 100%;
}
.editors-container {
    text-align: left;
}
.editors-container .editor {
    margin-bottom: 2em;
}
.editor-lc {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    height: 180px;
    border-radius: 100%;
}
.editor-rc {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46.05%;
}

.woocommerce h1.page-title {
    display: none;
}
.products h3 {
	line-height: 1em;
    position: absolute;
    top: 60%;
    background: rgba(0,0,0,0.67);
    width: 100%;
    color: #fff;
    font-family: 'Unica One', sans-serif;
    font-size: 19px !important;
    padding: 1em;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-size: 1.5em;
}
@media all and (max-width: 640px) {
.products h3 {
	position: relative;
}
}

.long-form-bucket-mobile {
    min-height: 400px;
    background: center center;
    padding-top: 80px;
}
.long-form-bucket-mobile h3 {
	line-height: 1em;
	color: #fff;
	text-align: center;
	font-weight: 100;
}


.sharify-section li {
    list-style: none;
    margin-left: 0;
}

.essb_links {
    display: inline-block;
    vertical-align: top;
}
.essb_links.essb_template_default-retina {
    word-wrap: normal!important;
    clear: both;
    margin: 0 0 1em 0;
}
.printfriendly.pf-alignleft {
    margin-top: 2px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .nav-overlay-top-section .col1 {
    margin-right: 20px;
}
}
@media only screen and (max-width: 40em) {
	.author .header-logo { display: none; }
.author .header-icon {
	display: block;
}
	#logo img {
    max-width: 230px;
}
	.contributor-content { width: 25%; }
	.fp-popular-post-container {
    width: 100%;
}
	.fp-pop-title { font-size: 1.1em; }
    .long-form-bucket h3 {
        font-size: 1.8em;
    }
.single .blog-header h1 {
    font-size: 2em;
}
.contributors-container {
    font-size: 0.7em;
	white-space: nowrap;
}
    ul#secondary-menu li {
    width: 100%;
}
.newest-story-author, .newest-story-author a {
    right: 0;
    padding-right: 1em;
    background: #000;
    padding: 0.3em;
    color: #fff;
}
    .fp-top-gallery .flickity-prev-next-button {
    top: 50%;
    background: none;
    width: 50px;
    height: 100px;
}
.fp-top-slider-meta-overlay {
    font-size: 1.5em;
}
.front-page-lr-widgets .rc {
    padding: 0;
}
    .fp-popular-post-container .left-column,
    .fp-popular-post-container .right-column {
    width: 100%;
}
.fp-popular-post-container {
    margin-bottom: 2em;
}
     #navigation-overlay { position: relative; top: 0; padding: 0 40px 0 30px; }
	.article-features img, .article-features .no-img { margin-bottom: 1em; text-align: center; }
	.centered { padding :0; max-width: 100%; }
	#slideshow { height: auto; }
	#slideshow .bxslider .slide { font-size: 3em; }
	#main-tag-list>li>a {
		font-size: 3em;
	}
#branded-categories h3 {
    font-size: 2em;
}
.social-media-list {
    float: left;
    width: auto;
    padding-left: 0.3em;
}
.social-media-list li:last-child {
    margin-left: 0;
}

.article-features.half {
    width: 100%;
}
.article-features .text {
    width: 100%;
}
#popular-stories {
 	padding-left: 0;
}
#newest-stories .text {
    border-right: 0;
}
#newest-stories .half {
    width: 100%;
}
.category-section.half {
    width: 100%;
}
.category-section ul {
    padding: 0px 5px;
}
.category-section h3 {
	font-size: 2.571em;
	padding-left: 5px;
}
.attachment-new-article-home {
    max-width: 100%;
}

#tag-content .left-col {
    width: 100%;
    float: none;
}
img.attachment-popular-thumb-home.wp-post-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
#tag-post-list li {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 40px;
}
 .single-content-lc {
    padding: 3%;
}

.special-cats {
    max-width: 50%;
    float: left;
}
h2.special-cat-title.fix-font {
    font-size: 3em;
}
.special-cat-content h3 {
    font-size: 2em;
}
.special-cat-content .text {
    padding-right: 0;
    font-size: 2em;
}
h1.special-cat-title.fix-font {
    font-size: 3em;
    float: none;
}
textarea {
    max-width: 100%;
}
.author-box {
    width: 99%;
}
#hash-tag-header h1 {
    font-size: 3em;
}
.page-template-page-contributors .contributor-content {
    width: 27%;
}

footer .lc, footer .rc {
    width: 100%;
    text-align: left;
    padding: 0 1em;
}
footer .lc {
    margin-bottom: 1em;
}
.newest-story-background {
    width: 100%;
}
.fp-top-gallery .fp-top-slider-author {
    font-size: 0.4em;
    line-height: 1em;
}

.tag-posts-img-container {
    height: 73px;
}
#main-tag-list h3 {
	font-size: 1em;
}

}
@media only screen and (min-width: 40em) and (max-width: 64em) {
	blockquote {
    width: 100%;
    margin-left: 0;
}
.fp-top-slider-meta-overlay {
    font-size: 3em;
}
#navigation-overlay {
    top: 14%;
}
.article-features h3 {
    font-size: 3.143em;
}
#tag-post-list li {
    width: 48%;
    margin-right: 2%;
}
.sponsored-story {
    width: 100%;
}
h1.special-cat-title.fix-font {
    font-size: 2em;
    margin-top: 1.4em;
    margin-left: 1em;
}
.author-box {
    width: 32%;
}
.page-template-page-contributors .contributor-content {
    width: 19%;
}
i.fa.fa-times {
    position: absolute;
    top: -40px;
    right: -58px;
    font-size: 70px;
}
}
@media only screen and (max-width: 1350px) {
        .fp-pop-title { left: 0; }
		.channels-description { padding: 0 0.5em 0 0.5em; }
}
@media only screen and (max-width: 1080px) {
.single-content-lc {
    float: none;
    margin: auto;
}
	.single-content-rc {
		float: none;
	margin: auto;
}	
}
@media only screen and (max-width: 64em) {
	.fp-top-left-widget { width: 100%; }
.header-logo img, .branded-logo img {
    max-width: 200px;
    padding-top: 15px;
    padding-left: 5px;
}
	a .editor-lc {
    float: none;
}
.print-section {
    /* display: none; */
}
	.single-content-lc {
    margin: auto;
    text-align: center;
    float: none;
}
.newest-stories-container {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
i.fa.fa-times {
    position: absolute;
    top: -40px;
    right: -58px;
    font-size: 70px;
}

.sub-links a:first-child {
    padding-left: 0.2em;
    width: 100%;
    margin-right: 0;
}
.fp-top-gallery .fp-top-slider-meta-overlay {
    height: 80%;
}
.fp-top-gallery .fp-top-slider-author {
    position: absolute;
    bottom: 0;
}
    .sc-desktop, #header-wrap.open .sc-desktop { display: none !important; }
    .special-cats li {
    width: 100%;
}
.post-wrap {
    padding: 0 2%;
}
    .fp-author-box {
    width: 49%;
}
.fp-top-slider-title {
    position: absolute;
    font-size: 0.5em;
    padding: 1%;
}
    .fp-popular-post-container {
    margin: auto;
    margin-bottom: 2.2em;
}

.front-page-lr-widgets .rc {
    width: 100%;
}
.fp-popular-post-container .right-column {
    text-align: left;
}
.front-page-lr-widgets {
    text-align: center;
}
.front-page-lr-widgets .lc {
    width: 100%;
}
.mobile-wrapper {
    padding: 0 5% 0 5%;
}

.front-page-lr-widgets .lc {
    border-right: 0;
}

	ul#secondary-menu {
    width: 100%;
}
	    .tag-posts {
        position: relative;
        top: 0px;
        width: 100%;
}
    #main-tag-list>li:first-child .tag-posts {
        display: none;
    }
 
	#logo {
    float: left;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
}
.vert-space {
	height: auto;
}
.vert-space img {
    max-width: 100%;
}
.no-img {
    margin-bottom: 10px;
}
.article-features img {
    max-width: 100%;
    margin-bottom: 10px;
	float: none;
}
#newest-stories li h4.long, #newest-stories li h4 {
    font-size: 1.5em;
    margin-top: 45px;
}
.category-section:first-child {
	border-right: 0;
}
.category-section:last-child {
    padding-left: 0;
}
.category-section h3 {
	font-size: 2em;
}
.category-section h4 { width: 100%; }
img.attachment-new-article-home.wp-post-image {
    max-width: 100%;
}
.article-features .text {
	max-width: 100%;
}
#tag-content .left-col {
    width: 100%;
    float: none;
    min-height: auto;
}
#tag-content .right-col {
    width: 100%;
    float: none;
}
.vert-space {
    text-align: center;
    margin-bottom: 1em;
}
.single .blog-header .date, .single .blog-header .author {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 0.1em;
}
div#blog-next-link {
    display: none;
}
h3.category-title {
    width: 100%;
}
.related-posts h4, .related-posts h4.long {
    font-size: 2.5em;
    word-wrap: initial;
    width: 100%;
}
.bx-cat-carousel li {
    height: auto !important;
    width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.special-cats.bottom li {
    width: 100%;
}
.special-cats li {
    height: auto;
}
.special-cats.bottom {
	padding-left: 17px;
}
.special-cats.bottom.full {
   padding-left: 17px;
}
.special-cats.bottom.full li {
    margin-bottom: 25px;
}
.special-cats.bottom {
    float: none;
    margin-top: 20px;
    width: 100%;
    padding-left: 17px;
    max-width: 100%;
}
.sponsored-story {
    width: 100%;
    float: left;
    margin-top: 50px;
    height: auto;
    display: block;
    margin-bottom: 50px;
}
.blog-header h1 {
    font-size: 3em;
}
div#mc_message, .mc_merge_var, .mc_signup_submit {
    display: block;
    margin-bottom: 9px;
}
#mc_signup_form input[type=submit] {
    width: 175px;
}
.mc_signup_submit {
    text-align: left;
}
.bxslider li {
    margin-bottom: 0;
}
.category-section:first-child {
    padding-bottom: 0;
}

.author .author-avatar {
    text-align: center;
}
.author-bio .lc {
    width: 100%;
    text-align: center;
}
.author-bio .rc {
    width: 100%;
}
.newest-story {
    width: 100%;
}
.newest-story-title {
    width: 100%;
    left: 0;
    padding: 0.5em;
    font-size: 1.5em;
}
#hash-tag-header h1 {
    font-size: 2em;
}
}
@media all and (max-width: 1140px) {
    .editor {
    text-align: center;
}
.editor-rc {
    text-align: left;
    width: 98%;
    margin-left: 0;
}
}
@media all and (max-width: 800px) {
	.single ul.social-media-list {
    display: none;
}	
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print{*{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}


/* Temporary */
#blog-next-link {
	display: none;
}


li#menu-item-10517 {
	margin-top: 1em;
    margin-bottom: 1em;
}


.login-register-container .lc, .login-register-container .rc {
    display: inline-block;
    width: 49%;
}
@media all and (max-width: 800px) {
.login-register-container .lc, .login-register-container .rc {
    display: block;
    width: 100%;
}	
}


/* October 21, 2015 */

.fp-top-right-widget .post-container, .fp-top-left-widget .post-container {
    height: 150px;
    margin-bottom: 1em;
    max-width: 370px;
    width: 100%;
    position: relative;
    display: block;
}
.fp-top-right-widget .post-title-container, .fp-top-left-widget .post-title-container {
    position: absolute;
    right: -150px;
    background: rgba(0,0,0,0.7);
    height: auto;
    line-height: 1em;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    top: 20px;
    max-width: 100%;
}
.fp-top-right-widget .post-title a, .fp-top-left-widget .post-title a {
    color: #fff;
    font-size: 1.6em;
    line-height: 0.9em;
}
.fp-top-right-widget .post-author, .fp-top-left-widget .post-author {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    font-size: 1.1em;
    font-family: 'Unica One', sans-serif;
	text-transform: uppercase;
    left: 0;
    padding: 0.2em;
    color: #fff;
	z-index: 5;
}
.fp-top-right-widget .post-author a, .fp-top-left-widget .post-author a {
	color: #fff;
}
.fp-top-right-widget .post-author a:hover, .fp-top-left-widget .post-author a:hover {
	color: #f00;
}
.fp-bottom-left-widget .post-container, .fp-bottom-right-widget .post-container {
    background: none !important;
}
.fp-bottom-left-widget, .fp-bottom-right-widget {
    width: 45%;
    padding-top: 1em;
    margin-bottom: 1em;
    float: left;
}
.fp-top-left-widget { float: left; }
.fp-bottom-right-widget {
	float: right;
}
.fp-bottom-left-widget .post-container, .fp-bottom-right-widget .post-container {
    margin-bottom: 1em;
    display: block;
    font-size: 2em;
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}
.fp-bottom-left-widget .post-author, .fp-bottom-right-widget .post-author {
    font-family: 'Quando', sans-serif;
    text-transform: initial;
    font-size: 0.7em;
    font-weight: 900;
}
.fp-popular-posts-container {
    font-family: 'Unica One', sans-serif;
    text-transform: uppercase;
}
.contributor-container .contributor-name {
    text-transform: uppercase;
}
@media only screen and (max-width: 1350px) {
	.fp-top-left-widget .post-title-container, .fp-top-right-widget .post-title-container {
		left: 0;
	}
}
@media all and (max-width: 64em) {
	.fp-top-left-widget, .fp-top-right-widget, .fp-bottom-left-widget, .fp-bottom-right-widget {
		width: 100%;
		max-width: 500px;
		margin: auto;
		float: none;
		display: block;
	}
	.fp-top-left-widget, .fp-top-right-widget, .fp-bottom-left-widget, .fp-bottom-right-widget {
    padding: 0 3% 0 3%;
	}
	.fp-popular-post-container {
    margin-left: 0;
}
.fp-widget.fp-top-left-widget, .fp-widget.fp-bottom-left-widget {
    margin-bottom: 3em;
}
}

a.post-link {
    width: 100%;
    height: 100%;
    display: block;
}
a .post-title {
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
	-webkit-transition: color 300ms ease-in;
-moz-transition: color 300ms ease-in;
-o-transition: color 300ms ease-in;
-ms-transition: color 300ms ease-in;
transition: color 300ms ease-in;
}
a .post-title:hover, .fp-bottom-left-widget a .post-title:hover, .fp-bottom-right-widget a .post-title:hover {
	color: #da0400;
}
.fp-bottom-left-widget a .post-title, .fp-bottom-right-widget a .post-title {
	color: #000;
	-webkit-transition: color 300ms ease-in;
-moz-transition: color 300ms ease-in;
-o-transition: color 300ms ease-in;
-ms-transition: color 300ms ease-in;
transition: color 300ms ease-in;
}


.search .branded-logo {
    display: none;
}


.fp-cat-description {
    padding-bottom: 1em;
    font-family: 'Quando', sans-serif;
}
.fp-int-cat-logo {
    height: 55px;
    width: auto;
}