@import url('//fonts.googleapis.com/css?family=Ropa+Sans');
@import url('//fonts.googleapis.com/css?family=Merriweather');
@import url('//fonts.googleapis.com/css?family=Cabin');
@import url('//fonts.googleapis.com/css?family=Pragati+Narrow');

/*
Theme Name: Renegade Inc
Theme URI: http://components.underscores.me/
Author: Webb London
Author URI: http://www.webblondon.com
Description: Bespoke theme for Renegade Inc. by Webb London
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: renegade-inc
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

components is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu.
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

*/

/*@media screen and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
  
  .ubermenu-responsive-toggle{display:none!important;}
}
*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Renegade Inc. theme styles */

/* base styles */
body,button,input,select,textarea{font-family:"museo-sans", Helvetica, serif;}
h1,h2,h3,h4,h5,h6{font-family:'Merriweather';}
a, a:visited, a:active{text-decoration:none;color:#f68d7b;}
.wf-loading {font-family: "Goudy Old Style";visibility: hidden;}
.wf-active {visibility: visible;}
figure{margin:0!important;}

/* post styles */
.archive .site-main img{width:100%;height:auto;}
.archive .entry-meta{display:none;}

/*navigation */
nav{font-family:"Pragati Narrow",'Ropa Sans';text-transform:uppercase;}
nav a{color:#000;}
.ubermenu .ubermenu-target-text{font-family:"Pragati Narrow",'Ropa Sans'!important;text-transform:uppercase;font-size:1.3em;}
.ubermenu-responsive-toggle{display:none!important;}
.ubermenu-responsive-toggle{text-align:center;}
.nav-section-intro{border:10px #173360 solid;padding:1em;font-size:0.8em;width:95%;margin-left:auto;margin-right:auto;}
.nav-section-intro-slant{width:95%;text-align:right;margin-left:auto;margin-right:auto;}
.nav-section-intro-slant img{width:50px;height:auto;}


.menu-topbar-menu-subscribers-container, .menu-topbar-menu-container {display: inline-block;}


/*page structure */
#content{width:1200px;margin-left:auto;margin-right:auto;}
#primary{width:770px;float:left;}
#secondary{width:400px;float:right;}
aside#secondary ul{list-style:none;margin:0;
	-webkit-margin-before:0;
    -webkit-margin-after:0;
    -webkit-margin-start:0;
    -webkit-margin-end:0;
    -webkit-padding-start:0;}

/*header*/
.site-description{font-family:"Pragati Narrow", 'Ropa Sans', serif;text-transform:uppercase;color:#999;margin-top:-2em;font-size:0.85em;}
.site-branding{width:100%;text-align:center;}
.site-branding img{height:75px;width:auto;}
.topbar{width: 100%;background: #173360;clear: both;height:2.2em;}
.topbar-inner{width:1200px;margin-left:auto;margin-right:auto;padding:0.5em;font-size: 1em;color: #fff;font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;text-transform:uppercase;}
.topbar-inner a{color:#fff;}
.topbar-inner a:hover{color:#f68d7b;}
.topbar-inner .left{float:left;clear:none;}
.topbar-inner .right{float:right;clear:none;text-align:right;}
.topbar-inner a{padding:0.5em;}
#topbar-menu{margin-top:-0.5em;}

/*homepage-specific styles*/
.home .entry-header{display:none;}
.home #primary {width:800px;}
.renegade-leader{width:760px;clear:both;}
.homepage-category-title{font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;text-transform:uppercase;color:#173360;font-size:1.5em;border-bottom:1px solid #e9e9e9;}
.renegade-leader .homepage-category-title{border-bottom:none;}
.home .site-main img{width:100%;height:auto;}
.home .renegade-leader p{font-size:1.3rem;}
.renegade-leader .homepage-category-title{font-size:1.4em;margin-top:1em;margin-bottom:1.4em;}
.home .renegade-leader .post-title{font-family:'Merriweather', serif;font-size:2em;margin-top:-1em;margin-bottom:0.4em;}
.recent-posts-grid-item{width:390px; float:left;clear:none;padding:1em;min-height:320px;margin-top:-2em!important;margin-bottom:-2em!important;}
.post-type-descriptor,.post-type-descriptor-read {color:#000;}
.recent-posts-grid-row{display:inline-block;}


/* media content styles */
.post-type-descriptor {font-size:1em;text-transform:uppercase;font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;margin-top:-0.8em;margin-bottom:-0.8em;}
.post-type-descriptor-read {font-size:1em;text-transform:uppercase;font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;margin-top: 0.4em;margin-bottom: -0.7em;}
.post-type-descriptor i, .post-type-descriptor-read i{color:#ffcc00;}

i.fa.fa-book{color:#ecad2a;}
i.fa.fa-video-camera{color:#8896b0;}
i.fa.fa-headphones{color:#b85e5d;}

.thumbnail-container{width:100%;display:block;position:relative}
.thumbnail-container .playbutton{width:100%;text-align:center;color:#fff;display:inline-block;position:relative;}
.thumbnail-container .playbutton i{position:absolute;left:47%;margin-top:-40%;font-size:6em;}
.recent-posts-grid-item .thumbnail-container .playbutton i {left: 44%;margin-top: -46%;font-size:4em;}
.thumbnail-container:hover{opacity:0.8}

/* post style overrides */
.post-thumbnail img{width:100%;}
.edit-link,.comments-link,.cat-links{display:block;font-size:0.7em;}
.entry-footer a{font-weight:bold;color:#173360}
.entry-footer{padding-top:0em;border-bottom:1px solid #ccc;padding-bottom:0em!important;}
.post-title{color:#000;}
blockquote{margin: 0 1.5em;border-left: 4px solid #f68d7b;padding-left: 1.5em;font-family: Merriweather;font-style: italic;font-size: 1.3em;color: #173360;padding-right: 1.5em;}
    

.single .entry-content{font-size:1.1em;}
.single .entry-meta{font-weight:bold;padding-bottom:1em;}
.category .cat-links{display:none;}
.taxonomy-description{padding-bottom: 1em;border-bottom: 1px solid #ccc;}
.bigfeaturedimage
{	height: 500px;
	width:100%;
    padding: 0; /* remove any pre-existing padding, just in case */
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p1200content{width:1200px!important;margin-left:auto!important;margin-right:auto!important;}

.single #content{width:100%;}
.single .entry-header{width:100%;margin-left:auto;margin-right:auto;margin-bottom:0;padding-bottom:0;text-align:center;position:absolute;bottom:0}

.buddypress .entry-header,.bbpress .entry-header{width:auto;margin-left:0; margin-right:auto;text-align:left;position:relative;bottom:auto;}


.single-head-data{width: 75%;background: #fff;margin-left: auto;margin-right: auto;padding: 0.8em;}
.bigfeaturedimage{vertical-align:bottom;position:relative;}
.in-and-next-unit{display: inline-block;}
.posted-in{width:50%;float:left;padding:2em;height:100%;border-right:1px solid #ccc;background:#8896b0;}
.posted-in strong a{font-family: 'Pragati Narrow'!important;clear:both;font-size:1.5em;color:#404040;text-transform:uppercase}
.coming-next h2{font-family: 'Pragati Narrow'!important;text-transform:uppercase}
.coming-next{width:50%;float:left;padding:2em;height:100%;}
.posted-in ul{margin: 0 0 0 0;list-style:none;-webkit-margin-before: 1em;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;}
.posted-in a, .coming-next a{font-weight:bold!important;}
.posted-in a{color:#fff;}
.single .cat-links{display:none!important;}

.single .nav-links{display:none;}
.alm-reveal li {width: 33.3%;float: left;padding: 2%;text-align:left;}
.alm-reveal{clear:both;}
.alm-btn-wrap{clear:both;}
.post-type-archive-events .alm-reveal li {width: 100%;float: none;padding:0}
.post-type-archive-events .alm-listing img{width:100%!important;height:auto!important;}
.post-type-archive-events .page-title{display:none;}
.archive .next-three .thumbnail-container .playbutton i {left: 40%;margin-top: -50%;}
.archive .first-two .thumbnail-container .playbutton i {left: 43%;margin-top: -45%;}
.tax-channel .next-three .thumbnail-container .playbutton i {left: 40%;margin-top: -55%;font-size:4em;}
.tax-channel .first-two .thumbnail-container .playbutton i {font-size:4em;}
button#load-more {background: #173360;color: #fff;text-transform: uppercase;font-family: 'Pragati Narrow';text-shadow: none;box-shadow: none;border-radius:0;font-size:1em;}
.single-events .in-and-next-unit, .single-events .abh_box{display:none;}

.posted-in strong a:before {content: "More in ";font-weight:bold;}
.favs {font-family:'Pragati Narrow';text-transform:uppercase;}
.wpfp-span .remove-parent {padding-left: 2em;font-family:'Pragati Narrow';text-transform:uppercase;color:#999;}

ul.dpe-flexible-posts .hentry {margin:0 0 1em!important;}
.single .site-main .post-navigation{margin:0!important;}


.in-and-next-unit {
    display: table;
    height: 800px;
}
.posted-in {
    width: 50%;
    float: left;
    padding: 2em;
    height: 100%;
    border-right: 1px solid #ccc;
    background: #8896b0;
    display: table-cell;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.posted-in li{font-weight:bold;}
.posted-in p{font-weight:normal;}
.coming-next {
    width: 50%;
    float: left;
    padding: 2em;
    height: 100%;
    display: table-cell;
    overflow: hidden;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nextupauthor {font-weight: bold;padding-top: 0;padding-bottom: 0;margin-top: -1.5em;margin-bottom: 0em;}

.readmorelink a{font-family:'Pragati Narrow';color:#173360;text-transform:uppercase;font-size:1.2em;}


.term-post-format-audio .page-title, .term-post-format-video .page-title, .page-read .page-title{display:none;}


/*revolution slider overrides*/
.home .Newspaper-Title, .home .tp-tab-desc {font-family:'Merriweather', serif!important;}
.home .Newspaper-Subtitle, .home .Newspaper-Button, .home .tp-tab-title{font-family:"Pragati Narrow",'Ropa Sans', sans-serif!important;}
.home .Newspaper-Subtitle a, .home .Newspaper-Subtitle a:visited, .home .Newspaper-Subtitle a:active{color:#f68d7b!important;font-size:}
.slider-container,.content-container{width:100%;clear:both;}
.tp-tabs{left:90%!important;}
.tp-tab-title{color:#f68d7b!important;}
.Newspaper-Title {line-height: 45px!important;font-size: 40px!important;}
.hebe .tp-tab-desc {font-size: 16px!important;line-height: 20px!important;}

.single .entry-footer{border-bottom:0px;!important;}


/*widgets*/
.widget-title{font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;text-transform:uppercase;color:#173360;}
.rpwwt-post-title{font-family:'Merriweather', serif;font-size:1.5em;}
#secondary .widget{width:100%;background:#fff;padding: 1em 1em 1em 1em;margin-top:1em;}

/* comments widget */
span.comment-author-link a {color: #404040;}

/* featured authors widget */
.cd-fa-wrap{clear:both;padding-bottom:1.5em;}
.avatar-wrap{float:left;width:60px;padding-right:1em;min-height:100px;}
span.author.vcard{font-weight:bold;}
span.author.vcard a{color:#404040;}


/* manifesto widget */
.sidebar-manifesto{width:100%;border:20px solid #173360;text-align:center;padding:2em;}
.sidebar-manifesto-slant{width:100%;text-align:right;}
.sidebar-manifesto-slant img{width:100px;height:auto;}
/* .sidebar-manifesto, .sidebar-manifesto-slant{display:none;} */
/*.home .sidebar-manifesto, .home .sidebar-manifesto-slant{display:block;}*/

/* TML */
#secondary .tml {max-width:100%!important;}

/* Rotating Tweets */
#content .rotatingtweets, #content .norotatingtweets {border-top: none;border-bottom: none;}
section#rotatingtweets_widget-2 {background: #ecebe7!important;text-align: center;}

#secondary .post-type-descriptor{font-size:1.5em;font-family:"Pragati Narrow", 'Ropa Sans', sans-serif;text-transform:uppercase;}
#secondary .post-type-descriptor a{color:#000;}
#content .rotatingtweet {padding-top: 0em;padding-bottom: 0em;}
.rtw_follow.follow-button {margin-top: -1.4em;}
.widget_rotatingtweets_widget h2{-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px}
	


/* Read Watch Listen */
section#text-9 {text-align: center;}

/*Newsletter*/
section#text-13{background: #ecebe7!important;text-align: center;padding: 0.4em 0.4em 0.4em 0.4em!important;line-height:1em;}
section#text-13 p{margin-bottom:1em;}
section#text-13 label, section#text-13 button{font-family:'Pragati Narrow'!important;text-transform:uppercase!important;border-radius:0px;}
section#text-13 button{background:#173360!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;font-size:1em;}

.mailinglistcontainer{display:table;width:100%;}
.mailinglistrow{width:100%;display:table-row;}
.mailinglistlabels{display:table-cell;width:35%;text-align:right;}
.mailinglistfields{display:table-cell;width:65%;text-align:left;}


/* Comments */
.comment-provider {background: none repeat scroll 0 0 #FFF!important;}
#comment-providers{font-family:'Pragati Narrow'!important;text-transform:uppercase;}
ul#all-comment-providers{background:#fff!important;}
#comments ol{list-style:none;padding-left: 0!important;margin: 0 0 0 0!important;}
.comment{padding-bottom:1em;}
#comment-providers-select-message{padding-top:1em;}
#comment-providers input[type="submit"], #comment-providers a.button, #comment-providers a.button:visited, #comment-providers a.button:link{background:#173360!important;border:#173360!important;text-shadow:none!important;font-family:'Pragati Narrow'!important;text-transform:uppercase;border-radius:0!important;box-shadow:none!important;}
#comment-providers-select-message {padding-top: 0em;padding-bottom: 1em;}

/* Author Archive */
.author .page-title{display:none;}
.author .abh_posts, .author .abh_about, .author .abh_tabs{display:none!important;}
.author .abh_tab_content{border-top:none!important;border-bottom:none!important;}



/*footer*/
#colophon{width:100%;background:#8896b0;margin-top:2em;}
footer .footer-container{width:1200px;margin-left:auto;margin-right:auto;}
.base-footer{text-align:center;font-size:0.7em;padding:1em;line-height:0.7em;clear:both;float:left;width:100%;}
footer .widget-container{float:left;width:33.3%;padding:1em;}
footer ul{list-style:none;padding:0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;}
.base-footer p{line-height:1.5em;}
footer a, footer a:visited, footer a:active{color:#000;}

/* memberships */

.pmpro-body-level-required.pmpro-body-has-access .post-thumbnail{display:none;}
#pmpro_account-links{display:none;}
.single .pmpro_content_message {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0%;
	left:0%;
    background: #ded1c1;
    text-align: center;
    z-index: 99999;
    padding-top: 5%;
	font-family:'Pragati Narrow';
	text-transform:uppercase;
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 6s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.home .paywall-logo, .archive .paywall-logo{display:none;}
.home .pmpro_content_message, .archive .pmpro_content_message {background: #ded1c1;padding: 0.1em;font-family: 'Pragati Narrow'!important;text-transform: uppercase;}
.home .pmpro_content_message p, .archive .pmpro_content_message p {
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.2em;
    -webkit-margin-start: 0em;
    -webkit-margin-end: 0em;
	margin-bottom:0.2em;text-align:center;}
.member-register-button, .member-login-button{text-transform:uppercase!important;color:#fff!important;}
.member-register-button{background-color:#ecad2a!important;}
.member-login-button{background-color:#183263!important;}


/* Favourites plugin */
.wpfp-span ul {list-style:none!important;font-weight:bold;padding:0;margin:0}
.wpfp-span .remove-parent{font-weight:normal;}
.navigation .wpfp-link{padding-top:1em;}

/* Load more */
.alm-reveal li img {width:600px!important;height:auto!important;}
.archive .nav-links{display:none;}
.alm-reveal li{list-style:none;}

/* Channels */
.tax-channel .page-title{display:none;}

/* Category pages */
.first-two,.next-three{clear:both;}
.first-two .post{width:50%;float:left;padding:2%;}
.next-three .post{width:33.3%; float:left;padding:2%;}

.category #secondary{display:none;}
.category #primary{width:100%;}
.fullwidth{width:100%;text-align:center;clear:both;float:none;}

/* BuddyPress / BBPress */
.bbp-author-name{display:block;}
.bbpress #content,.buddypress #content{width:1200px;}
.buddypress div#subnav{font-size:0.6em;border-top:1px #ccc solid;}
.forum-archive .bbp-author-avatar{display:none;}

/* Favourites dashboard */
.page-dashboard .wpfp-span:before {
  content: "Your bookmarks";
  font-weight:bold;
  padding-bottom:1em;
}

.fa-play{display:none!important;}

.membership-table tr td{vertical-align:top;padding:1em;}
.left-3-col{width:60%}
.middle-3-col{width:20%;}
.right-3-col{width:20%;}
.right-2-col{width:40%;}
.middle-3-col a, .right-3-col a, .right-2-col a{font-weight:bold;}

.page .entry-title{display:none;}
.post-type-archive-events #load-more{display:none;}
body.archive.category .alm-reveal li, body.archive.tax-channel .alm-reveal li{height:600px;overflow:hidden;}

page-membership-checkout .et_monarch .et_social_inline_bottom, .page-membership-checkout ul.et_social_icons_container {display:none!important;}



/* Media Queries */
@media only screen and (max-width: 1199px) { 
.site-content,footer, .footer-container,.topbar-inner, .home .renegade-leader, .recent-posts-grid-item, #secondary, footer .widget-container, .site-branding {width:760px!important; margin-left:auto;margin-right:auto;}
.recent-posts-grid-item .thumbnail-container .playbutton i, .thumbnail-container .playbutton i{position:absolute;left:47%;margin-top:-40%;font-size:6em;}
.p1200content{width:100%!important;}
 .thumbnail-container .playbutton i {display:none;}
 .Newspaper-Title {line-height: 40px!important;font-size: 35px!important;}
}

/* Tablet (Landscape)
================================================== */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

}
/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.site-content,footer, .footer-container,.topbar-inner, .home .renegade-leader, .recent-posts-grid-item, #secondary, footer .widget-container, .site-branding{width:600px!important; margin-left:auto;margin-right:auto;}
.topbar-inner .left,.topbar-inner .right, footer#colophon{clear:both;float:left;text-align:center;width:100%!important;}
.topbar{display:inline-block;height:auto;}
.home #primary {width:600px!important;float:none;clear:both;}
#primary,#secondary{width:100%;float:none;clear:both;}
#secondary{text-align:center;}
.ubermenu-responsive-toggle{display:block!important;}
.recent-posts-grid-item .thumbnail-container .playbutton i, .thumbnail-container .playbutton i{position:absolute;left:47%;margin-top:-42%;font-size:6em;}
.p1200content{width:100%!important;}
 .thumbnail-container .playbutton i {display:none;}
 .Newspaper-Title {line-height: 30px!important;font-size: 25px!important;}
  .tp-tabs{width:200px!important;right:0%!important;}
}
/* Mobile (Portrait)
================================================== */
@media only screen and (max-width: 767px) { 
.site-branding, .site-content,footer, .footer-container,.topbar-inner, .home .renegade-leader, .recent-posts-grid-item, #secondary, footer .widget-container, .site-branding{width:600px!important; margin-left:auto;margin-right:auto;}
.topbar-inner .left,.topbar-inner .right, footer#colophon{clear:both;float:left;text-align:center;width:100%!important;}
.topbar{display:inline-block;height:auto;}
.home #primary {width:600px!important;float:none;clear:both;}
#primary,#secondary{width:100%;float:none;clear:both;}
#secondary{text-align:center;}
.ubermenu-responsive-toggle{display:block!important;}
.recent-posts-grid-item .thumbnail-container .playbutton i, .thumbnail-container .playbutton i{position:absolute;left:45%;margin-top:-45%;font-size:6em;}
.p1200content{width:100%!important;}
 .thumbnail-container .playbutton i {display:none;}
 .Newspaper-Title {line-height: 30px!important;font-size: 25px!important;}
 .in-and-next-unit {display:none;}

}
/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.site-content,footer, .footer-container,.topbar-inner, .home .renegade-leader, .recent-posts-grid-item, #secondary, footer .widget-container, .site-branding{width:450px!important; margin-left:auto;margin-right:auto;}
.topbar-inner .left,.topbar-inner .right, footer#colophon{clear:both;float:left;text-align:center;width:100%!important;}
.topbar{display:inline-block;height:auto;}
.home #primary {width:450px!important;float:none;clear:both;}
#primary,#secondary{width:100%;float:none;clear:both;}
#secondary{text-align:center;}
.ubermenu-responsive-toggle{display:block!important;}
.recent-posts-grid-item .thumbnail-container .playbutton i, .thumbnail-container .playbutton i{position:absolute;left:45%;margin-top:-50%;font-size:6em;}
.p1200content{width:100%!important;}
.single h1.entry-title{font-size:1em;}
 .thumbnail-container .playbutton i {display:none;}
 .Newspaper-Title {line-height: 30px!important;font-size: 25px!important;}
  .in-and-next-unit {display:none;}
    .alm-reveal li, .next-three .post, .first-two .post{width:100%;}
}

/* Mobile (Portrait)
================================================== */
@media only screen and (max-width: 479px) { 
.site-content, footer, .footer-container, .topbar-inner, .home .renegade-leader, .recent-posts-grid-item, #secondary, footer .widget-container,.site-branding{width:300px!important; margin-left:auto;margin-right:auto;}
.topbar-inner .left,.topbar-inner .right, footer#colophon{clear:both;float:left;text-align:center;width:100%!important;}
.topbar{display:inline-block;height:auto;}
.home #primary {width:300px!important;float:none;clear:both;}
#secondary{text-align:center;}
.ubermenu-responsive-toggle{display:block!important;}
.recent-posts-grid-item .thumbnail-container .playbutton i, .thumbnail-container .playbutton i{position:absolute;left:40%;margin-top:-60%;font-size:6em;}
.p1200content{width:300px!important;}
.single h1.entry-title{font-size:1em;}
 .thumbnail-container .playbutton i {display:none;}
 .Newspaper-Title {line-height: 25px!important;font-size: 20px!important;}
  .in-and-next-unit {display:none;}
  
  .alm-reveal li, .next-three .post, .first-two .post{width:100%;}

}