
/*
Theme Name: TNQ
Theme URI: http://teamneverquit.com
Description: Team Never Quit
Version: 1.0
Author: Beefy Marketing
Author URI: http://beefymarketing.com
*/
 
@import url(css/gravity.css);
/*fonts*/
/*"league-gothic"*/
/*"myriad-pro"*/
/*"open-sans"*/
/*"lato"*/


/* = What is "normal" anway?
-------------------------------------------------------------- */

html body {
  color: #000;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section {
    background-color: #fff;
}

a {
  color: #03f;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto !important;
}
.title { 
  text-align: center;
  font-family: "bebas-neue",sans-serif;
  font-size: 48px;
  letter-spacing: 7px;
}
.visual-divider {
  height: 5px;
  background-color: #951E01;
}
.home .title h2 {
  color: #951E01;
}

/* = New Header Styles
-------------------------------------------------------------- */
 /*------- control the headers -------*/
.home header {
  height: 800px;
  border-bottom: 3px solid #951E01;
}
.home.mobile header {
  height: 100px;
}
header {
  height: 110px;
  border-bottom: 3px solid #951E01;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
 header {
    height: 115px;
    /*background-color: #333;*/
  }
}
@media screen and (min-width: 1366px) {
 .home header {
    height: 800px;
  } 
}
@media screen and (min-width: 1920px) {
 header {
    height: 1100px;
  }
}
@media screen and (min-width: 2560px) {
  header {
    height: 1440px;
  }
}
.page-template-front-page-update .brand {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.nav-btn-wrapper {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.mobile .nav-btn-wrapper {
  position: relative;
  top: -121px;
  right: -12px;
}
.cast-toggle {
  display: none;
  /*display: block;*/
}
.page-template-front-page-update .latest-show-box,
.messagepop {
font-family: "bebas-neue",sans-serif;
}
/*------- jack the popup -------*/
.pop-wrapper {
  width: 100%;
}
.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  max-width: 589px;
  width: 100%;
  z-index: 50;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 275px;
}
.mobile .messagepop {
  left: 0;
}
.messagepop ul,
.page-template-front-page-update .recent-epi-box ul {
  padding-left: 0;
  list-style: none;
}
.messagepop ul li {
  padding-bottom: 3px;
}
.messagepop a,
.messagepop ul li a {
  color: #000;
  font-size: 16px;
}
.messagepop a:hover,
.messagepop ul li a:hover {
  color: #951E01;
}
.messagepop p, .messagepop.div { 
  margin: 8px 0;
  padding-bottom: 8px;
}
.messagepop .left-popup,
.messagepop .right-popup {
  width: 50%;
  float: left;
  padding: 5px 25px 20px;
  height: 275px;
}
.messagepop .left-popup {
  background-color: #fff;
}
.messagepop .right-popup {
  background-color: #f7f7f7;
}
.messagepop .right-popup ul {
  border-bottom: 1px solid #EFEFEF;
}
.messagepop.pop .subscribe-box {
  margin: 0;
}
.messagepop.pop .subscribe-box ul li {
  display: inline-block;
  padding: 0 10px;
}
.messagepop.pop .listen {
  color: #951E01;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home .latest-show-box {
    margin-bottom: 86px;
  }
}
@media screen and (min-width: 2560px) {
  .messagepop {
    left: 38.5%;
  }
}
 /*------- most recent episode -------*/
.home .latest-show-box {
  width: 50%;
  margin-top: 333px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 156px; 
}
.read-more {
  color: #333;
  font-weight: 900;
}
.home.mobile .latest-show-box {
  margin-bottom: 20px;
  margin-top: 20px;
}
.home .recent-epi-box {
  text-align: center;
}
.home.mobile .recent-epi-box ul {
  padding-left: 0;
}
.home .recent-epi-box ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.home .play-left {
  float: left;
}
.home .play-right {
  float: right;
}
.home .btn.listen-now {
  margin-top: 10px;
}
.home .btn.listen-now a span {
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 2px;
}
.home.mobile .btn.listen-now a span {
  line-height: 28px;   
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
.home .btn.listen-now a:before {
  line-height: 10.1px;
  width: 40px;
}
.home .little-line {
  height: 1px;
  background-color: rgba(0,0,0,.3);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .home .latest-show-box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .home .latest-show-box {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .home .btn.listen-now a span {
    font-size: 11px;
  }
  .home .recent-epi-box ul li {
    margin: 0 5px;
  }
}

/*------ new mobile button box ------*/

/* = WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.red {
  color: #c2312c;
}
.header {
  letter-spacing: 3.6px;
  font-size: 28px;
}
.header,
.header h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  /*font-size: 16px;*/
}

/* = Make things wide 
-------------------------------------------------------------- */
header,
section,
footer {
  max-width: 2900px;
  margin-left: auto;
  margin-right: auto;
}
/* = Header Magic
-------------------------------------------------------------- */
header .navbar {
  margin-bottom: 0px;
  border: none;
}
header .navbar-default {
  background-color: transparent;
  font-family: "bebas-neue",sans-serif;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}

/*header .navbar-default .navbar-nav li:after {
  content: "•";
  color: #000;
  clear: left;
  float: right;
  position: relative;
  top: -35px;
}*/
header .navbar-default .navbar-nav li:last-child:after {
  content: "";
}
header .navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}
header .navbar-default .navbar-nav > li > a:hover, 
header .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent;
}
.page-nav header .navbar-default {
  background-color: transparent;
  border-radius: 0;
  /*border-bottom: 2px solid #a4947e;*/
}
.page-nav header .navbar-right {
  margin-top: 15px;
}
header .caret {
  display: none;
}
header .navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
  position: absolute;
  border-radius: 0;
  right: -24px;
  top: 70px;
  background-color: #e3d7c9;
}
header .dropdown-menu > li > a {
  text-transform: uppercase;
  font-size: 16px;
}
header .dropdown-menu > li > a:hover, 
header .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #010f25;
}
header .navbar-nav > li > .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e3d7c9;
  border-width: 15px;
  margin-left: -56px;
}
@media screen and (max-width: 736px) {
  header .navbar-default .navbar-nav li:after {
    content: '';
  }
}
@media screen and (min-width: 768px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 11px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1100px) {
  header .navbar-default .navbar-nav > li > a {
    margin-top: 16px;
  }
}
@media screen and (max-width: 425px) {
  header .navbar-default .navbar-nav > li > a {
    font-size: 25px;
  }
  .navbar-default .navbar-collapse, 
  .navbar-default .navbar-form {
    background-color: #fff;
  }
}
/* = Logos
-------------------------------------------------------------- */
.brand {
  margin-top: 12px;
  margin-bottom: 20px;
  /*float: left;*/
  /*clear: right;*/
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}
.brand .logo img {
  width: 100%;
}
.brand .mobile-logo {
  width: 37px;
  padding-top: 5px;
  margin-left: 5px;
}
.page-nav .brand .logo {
  margin-top: 10px;
  width: 174px;
}
/*.mobile .brand {
  margin-top: 0;
}
.tablet .brand {
  margin-top: 4px;
}
.tablet .brand .logo img {
  width: 40px;
}*/
@media screen and (max-width: 735px) {
  .brand {
    clear: none;
    float: none;
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .brand {
    width: 215px;
    margin-top: 10px;
  }
}
/* = Front Pg
-------------------------------------------------------------- */
#ft-pg {
  background: url(tmp/TNQ-Podcast-Cover.jpg) no-repeat center center;
  /*background-repeat: no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
  font-family: 'Lora';

  /*height: 400px;*/
  position: relative;
}
#ft-pg-updated {
  background: url(tmp/header_image_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.mobile #ft-pg-updated {
  height: 375px;
}
@media screen and (max-width: 425px) {
  #ft-pg {
    height: 300px;
    margin-bottom: 18px;
  }
  .mobile #ft-pg-updated {
    height: 242px;
  }
}
.epi-title {

}
.epi-link {
  font-family: 'Montserrat', sans-serif;
  float: left;
  margin-right: 10px;
}
.epi-title h4 {
  font-family: 'Montserrat', sans-serif;
}
.latest-show-box .powerpress_links a {
  color: #000;
}
/*@media screen and (min-width: 1220px) {
  #ft-pg {
    height: 997px;
  }
}
@media screen and (min-width: 1440px) {
  #ft-pg {
    height: 831px;
  }
}*/

/*............ recent cast ............*/
.recent-cast {
  padding-top: 200px;
}
@media screen and (min-width: 1025px) {
  .recent-cast {
    padding-top: 80px;
  }
  .single .recent-cast {
    padding: 10px;
  }
  .home .recent-cast {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .recent-cast {
    padding-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .recent-cast {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  .recent-cast {
    padding-top: 425px;
  }
}
@media screen and (min-width: 2560px) {
  .recent-cast {
    padding-top: 540px;
  }
}
.latest-show-box {
 margin-top: 565px;
 margin-bottom: 25px;
 background-color: rgba(255,255,255,.5);
 padding: 10px;
}
@media screen and (max-width: 1440px) {
  .latest-show-box {
    margin-top: 590px;
  }
}
@media screen and (max-width: 1280px) {
  .latest-show-box {
    margin-top: 475px;
  }
}
@media screen and (max-width: 425px) {
  .latest-show-box {
    margin-top: 0;
  }
}
.episode-box i {
  float: left;
  font-size: 85px;
  color: #951E01;
  margin-left: 23px;
  margin-right: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .episode-box i {
    margin-top: 48px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 425px) {
  .episode-box i {
    margin-top: 120px;
    margin-bottom: 69px;
  }
}

.latest-show-box h1,
.latest-show-box h3,
.latest-show-box p {
  font-family: 'bebas-neue', sans-serif;
}
.latest-show-box h3 {
  font-weight: 300;
  letter-spacing: 1px;
}
.header-line {

}
.latest-show-box .header-line span {
  display: inline-block;
  position: relative; 
}

.latest-show-box .header-line span:before,
.latest-show-box .header-line span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 2px solid #000;
  top: 10px;
  width: 40px;
}
.latest-show-box .header-line span:before {
  right: 100%;
  margin-right: 15px;
}
.latest-show-box .header-line span:after {
  left: 100%;
  margin-left: 15px;
}
.latest-show-box p {
  margin-bottom: 0;
}
.subscribe-box,
.latest-show-box .connect-box,
.latest-show-box .connect-box li,
.social .connect-box li {
  display: inline-block;
}
.subscribe-box {
  margin-top: 20px;
}
.btn.subscribe {
  background-color: #2AE06F;
  border-radius: 20px;
  padding: 9px 30px;
}
.btn.subscribe a {
  color: #fff;
  text-transform: uppercase;
  font-family: "bebas-neue",sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
}
.latest-show-box .connect-box {
  /*background-color: #000;*/
  padding: 10px 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.latest-show-box .connect-box ul,
.subscribe ul {
  padding-left: 0;
  margin-bottom: 0;
}
.latest-show-box .connect-box li,
.subscribe ul li {
  color: #000;
  margin-left: 5px;
  margin-right:  5px;
}
.latest-show-box .connect-box a i {
  color: #000;
  font-size: 25px;
}
.recent-cast.play-box {
  /*background-color: #202020;*/
  position: relative;
}
.recent-cast.play-box .episode-box {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 2px;
  /*width: 50%;*/
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.recent-cast.play-box .powerpress_links,
.recent-cast.play-box .powerpress_embed_box {
  display: none;
}
.latest-show-box .epi-link a {
  color: #000;
  font-family: "bebas-neue",sans-serif;
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 2px;
}

.epi-excerpt {
  margin-bottom: 15px;
  padding-right: 5px;
}

/*............ panels ............*/

.staff-panels {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel.box {
/*  display: inline-table;
  margin-left: 30px;
  margin-right: 30px;*/
  /*text-align: center;*/
  /*width: 45%;*/
}
.staff-panels .title {
  margin-bottom: 40px;
}
.staff-panels .panel-title,
.staff-panels .panel-role {
  font-weight: 700;
  text-transform: uppercase;
}
/*.panel-title,
.panel-social {
  height: 30px;
}*/
.panel-social {
  position: relative;
  top: -3px
}
.panel-image.box {
  position: relative;
}
.panel {
  background-color: transparent !important;
  border: none !important;
}
.panel-content {
  display: block;
  /*background-color: #E3E4E6;*/
  text-align: left;
  padding: 20px;
  position: relative;
  text-align: left;
  top: 0px;
  height: 100%;
}
.panel-content .panel-title {
  margin-top: 40px;
}
.panel-image.box:hover .panel-content {
  display: block;
}
.panel-image img {
  width: 100%;
}
.panel-social {
  background-color: #000;
  color:#fff;
}
.panel-social ul {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.panel-social ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.panel.box.marcus {
  margin-right: 2px;
}
.panel.box.david {
  margin-left: 2px;
}
.panel-excerpt {
  text-align: left;
}
@media screen and (max-width: 425px) {
  .panel.box {
    width: 83%;
  }
  .panel.box.marcus {
    margin-right: 30px;
  }
  .panel.box.david {
    margin-left: 30px;
  }
}
.panels .meet-david img,
.panels .meet-marcus img {
  width: 100%;
}
/*............ about seson ............*/
.grey {
  background-color: #E3E4E6;
}
.about-bkg {
  /*about_section_bg 2.jpg*/
  background-image: url(tmp/about-podcast-home.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  /*text-align: center;*/
  color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-bkg.updated {
  background-image: url(tmp/About_Pg_bg.jpg) !important;
  
}
.about-bkg .about-seasons h1 {
  font-weight: 100;
  font-family: "bebas-neue",sans-serif;
  /*font-size: 48px;*/
  letter-spacing: 7px;
  color: #951E01;
}
.about-bkg .about-seasons p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.about-content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 75%;
}
.btn.listen-now {
  margin-top: 35px;
}
.btn.listen-now a:before {
  font-family: 'FontAwesome';
  content: "\f01d";
  padding: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  line-height: 21.1px;
  width: 48px;
  text-align: center;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  background: #f02e23;
}
.btn.listen-now a span {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 11px;
}
/*............ subscribe ............*/
.subscribe {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}
.subscribe ul {
  padding-left: 0;
}
.subscribe ul li {
  display: inline-block;
  margin: 0 30px;
}
.subscribe ul li i {
  font-size: 45px;
}
.subscribe ul li a i {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .subscribe-box {
    margin: 40px 0 90px;
  }
}
@media screen and (max-width: 425px) {
  .subscribe ul li {
    margin: 0 25px;
  }
  .subscribe {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
/*............ more episodes ............*/
.more-episodes {
  padding: 60px 0px;
  background-color: #000;
}
.more-episodes.updated {
  background: url(tmp/more_episodes_bg_2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.more-episodes .title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.more-episode-box {
  position: relative;
  /*width: 33.33%;*/
  margin-bottom: 30px;
}
.more-episodes .episode-box .epi-featured {
  height: 470px;
}
.more-episodes .episode-box .epi-featured img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.more-episodes .episode-box .epi-title {
  height: 46px;
  background-color: rgba(140,123,92,.5);
  padding: 1px;
}
.episode-box {
  border: 1px solid grey;
}
.episode-box .epi-featured a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 425px) {
  .episode-box {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
/*.episode-box .epi-featured a:before {
  content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #2ecc71;
    text-align: center;
    line-height: 51px;
    text-indent: 5px;
    z-index: 5;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.episode-box .epi-featured a:hover:before,
.episode-box .epi-featured a:focus:before {
  background: #40d47e;
  color: #fff;
}*/
.episode-box .epi-featured a:after {
/*  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-linear-gradient(to bottom, transparent, #18151f);
  background-image: -moz-linear-gradient(to bottom, transparent, #18151f);
  background-image: -o-linear-gradient(to bottom, transparent, #18151f);
  background-image: linear-gradient(to bottom, transparent, #18151f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  display: block; */
} 
.episode-box .epi-more-content,
.episode-box .epi-more-content a {
  color: #fff;
  /*background-color: rgba(140,123,92,.5);*/
  text-align: center;
}
.page-shows .episode-box .epi-more-content {
  background-color: rgba(140,123,92,.5);
  color: #000;
  padding: 1px;
  height: 95px;
}
.page-shows .epi-title {
  position: relative;
  top: 27%;
}
/*.page-shows .post-583 .epi-title {
  top: 0;
}*/
.episode-box .epi-more-content a {
  color: #951E01;
  text-decoration: none;
}
.episode-box .epi-more-content {
  /*padding: 25px;*/
  /*height: 145px;*/
}
.episode-box .epi-title a h4 {
  color: #fff;
  text-transform: uppercase;
}
.page-show .episode-box .epi-title h4,
.page-show .episode-box .epi-title a h4{
  color: #000 !important;
}
.episode-box .epi-more-content .epi-link {
  color: #951E01;
  margin-bottom: 10px;
}
/*............ support ............*/
.support {
  background-image: url(tmp/support.png);
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 40px 0px 60px;
}
.support h2 {
  text-transform: uppercase;
}
.support p {
  text-align: left;
  margin-top: 20px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.support .btn.donate {
  background: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 12px;
}
.support .btn.donate a {
  color: #000;
  font-size: 12px;
}
/*............ secondary cta ............*/
.sec-cta-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.sec-cta-title {
  position: absolute;
  top: 33%;
  left: 41%;
}
.sec-cta-title h2 {
  font-family: "bebas-neue",sans-serif;
  font-size: 106px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.secondary-cta .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.secondary-cta .column {
  max-height: 710px;
  overflow: hidden;
}
.sec-cta-image img {
  position: relative;
  width: 100%;
  top: -174px;
}
@media screen and (max-width: 1024px) {
  .sec-cta-title {
    top: 26%;
    left: 31%;
  }
}
@media screen and (max-width: 768px) {
  .sec-cta-title {
    top: 31%;
    left: 36%;
  }
}
@media screen and (max-width: 425px) {
  .secondary-cta .column-one,
  .secondary-cta .column-two {
    width: 425px;
  }
  .sec-cta-title {
    top: 18%;
    left: 22%;
  }
  .sec-cta-image {
    height: 165px;
  }
  .sec-cta-image img {
    top: -20px;
  }
  .sec-cta-title h2 {
    font-size: 70px;
  }
  .sec-cta-title {
    top: 14%;
    left: 33%;
  }
}
/*............ follow............*/
.follow {
  padding-top: 120px;
  padding-bottom: 90px;
}
.follow .title h2 {
  text-transform: uppercase;
}
.follow .social {
  text-align: center;
}
.line {
  background-color: grey;
  height: 2px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.line.bottom {
  margin-top: 20px;
}
.follow .social ul {
  padding-left: 0;
}
.follow .social li i {
  font-size: 35px;
  margin: 0 30px;
}
.follow .social li a i {
  color: #000;
}
@media screen and (max-width: 425px) {
  .follow {
     padding-top: 75px;
    padding-bottom: 90px;
  }
}
/*............ newsletter ............*/
.newsletter {
  background-color: #101017;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.newsletter .title {
  text-transform: uppercase;
}
.newsletter .content {
  width: 75%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.share-form {
  font-family: 'Montserrat';
  width: 49%;
  margin-left: auto;
  margin-right: auto;
}
.page-template .share-form {
  width: 100%;
}
.share-form-extras {
  margin-top: 40px;
  clear: right;
}
.share-form-box {
  padding-bottom: 1px;
}
.share-form-body {
  padding-left: 20px;
  padding-right: 20px;
}
.share-form-title {
  color: #232323;
  background-image: url(tmp/bg-share-story.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 47px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}
.page-template .share-form .gform_body input,
.page-template .share-form .gform_body textarea {
  border: 1px solid #ccc;
}
.share-form .gform_body input,
.share-form .gform_body textarea {
  border-radius: 0;
  border: none;
}
.page-template .gform_body input[placeholder],
.page-template .gform_body input::-webkit-input-placeholder,
.page-template .gform_body textarea::-webkit-input-placeholder,
.gform_body input[placeholder],
.gform_body input::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder { 
  color: #999999;
  font-size: 12px;
  padding-left: 5px;
}
.page-template .gform_button,
.gform_button {
  background-color: #951E01;
  border: 1px solid #951E01;
  border-radius: 0;
  width: 119px !important;
  height: 34px;
  padding-top: 6px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.page-template .share-form .gform_button,
.share-form .gform_button {
  float: left;
  position: relative;
  top: -49px;
  left: 389px;
}
.gform_button:hover {
  background-color: #000;
  outline: none;
  border-color: #000;
}
.page-tempalate .share-form .gform_body input:focus,
.page-tempalate .share-form .gform_body textarea:focus,
.page-tempalate .share-form .gform_button:focus,
.share-form .gform_body input:focus,
.share-form .gform_body textarea:focus,
.share-form .gform_button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.share-form-extras .share-hash {
  margin-top: 0;
  margin-bottom: 15px;
}
.share-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
.share-form #input_1_1 {
  background-color: #22202D;
  width: 71.5%;
}

.story-thumb,
.story-content {
  display: inline-block;
}

.story-thumb {
  height: 100px;
  width: 100px;
  overflow: hidden;
  padding-right: 5px;
}

@media screen and (max-width: 1024px) {
  .share-form .gform_button {
    left: 320px;
  }
}
@media screen and (max-width: 768px) {
  .share-form .gform_button {
      left: 246px;
  }
}
@media screen and (max-width: 768px) {
  .share-form .gform_button {
      left: 128px;
  }
}
@media screen and (max-width: 425px) {
  .share-form {
    width: 60%;
  }
  .gform_button {
    font-size: 13px;
    padding-top: 2px;
  }
}
/* = Pages
-------------------------------------------------------------- */
.page-box {
  position: relative;
}
.page-content-box {
  padding: 40px 0px 0px;
}
/*............ single ............*/
.single .page-box {
  border-top: 3px solid #951E01;
  padding-top: 40px;
}
.single-content img {
  width: 100%;
}
.page .page-box .featured-image {
  height: 250px;
}
.page-box.single .featured-image {
  height: 500px;
  overflow: hidden;
}
.page .page-box .featured-image {
  overflow: hidden;
}
.page-box .featured-image img {
  width: 100%;
  position: relative;
  top: 0;
  height: 100% !important;
}
.single .page-box .featured-image img,
/*.page-shows .page-box .featured-image img*/ {
  height: auto !important;
}
.page-box .single-overlay {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-header-title,
.single-header-title {
  color: #fff;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
/*  position: absolute;
  top: 50%;*/
  /*left: 50%;*/
}
.page-header-title {
  width: 100%;
}
.page-content-box .episode-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .page .page-box .featured-image {
      height: 115px;
  }
  .page .title {
    font-size: 36px;
  }
  .single-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/*............ sidebar ............*/
.sidebar h4,
.sidebar h5 {
  text-transform: uppercase;
}
.sidebar h4 {
  margin-top: 0;
}
.sidebar-line {
  height: 3px;
  background-color: #000;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sidebar ul {
  padding-left: 4px;
}
.sidebar ul li {
  display: inline-block;
}
.sidebar-social {
  margin-bottom: 60px;
}
.sidebar .social-share-box {
  text-align: center;
}
.sidebar a .social-share-box i {
  color: #fff;
}
.sidebar .social-share-box {
  width: 90px;
  padding: 10px;
  margin-left: -4px;
}
.home .sidebar .social-share-box {
  width: 77px;
}
.home .sidebar h4 {
  margin-top: 10px;
}
.home .sidebar-social {
  margin-top: 20px;
  margin-bottom: 0;
}
.sidebar .social-share-box.facebook {
  background-color: #3A5999;
}
.sidebar .social-share-box.twitter {
  background-color: #55ADF0;
}
.sidebar .social-share-box.google {
  background-color: #DC4C3B;
}
.sidebar .social-share-box.email {
  background-color: #4CC246;
}
.sidebar-tags {
  margin-bottom: 60px;
}
.tag-box {
  background-color: #2CCB71;
  color: #fff;
  padding: 5px;
  font-size: 9px;
  margin-right: 3px;
}
/* = Single
-------------------------------------------------------------- */
.single-content .content-box {
  margin-top: 15px;
}
.single-content .title {
  margin-bottom: 40px;
}
.single-line {
  height: 0px;
  border-radius: 20px;
  background-color: rgba(250,250,250,.5);
  margin-top: 60px;
  margin-bottom: 40px;
}
.single-title,
.single-meta {
  text-transform: uppercase;
}
.single-title {
  font-family: "bebas-neue",sans-serif;
}
.single-meta,
.single-play a,
.single-play .play-now {
  color: #951E01;
}
.single-date {
  margin-top: 10px;
}
.single-play {
  margin-top: 20px;
}
.single-play .play-now {
  margin-right: 10px;
  font-weight: 700;
}
.ad {
  background-color: #fff;
  /*border: 1px solid #e6e6e6;*/
  color: #2a2c34;
  /*height: 306px;*/
  text-align: center;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  /*padding-top: 25%;*/
  margin-bottom: 20px;
  margin-top: 40px;
}
.ad img {
  width: 100%;
}
@media screen and (max-width: 425px) {
  .single-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* = Share Story Form
-------------------------------------------------------------- */

/* = Gallery
-------------------------------------------------------------- */
#mediafeed,
#hashfeed {
  text-align: center;
  margin-bottom: 40px;
}
#mediafeed .photo-box,
#hashfeed .photo-box  {
  display: inline-block;
  position: relative;
  margin: 10px;
}
#mediafeed .img-overlay,
#hashfeed .img-overlay {
  height: 255px;
  width: 255px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  top: 0;
  left: 0;
}
#mediafeed a:hover .img-overlay,
#hashfeed a:hover .img-overlay  {
  background: rgba(165, 148, 126,.91);
  color: white;
}
#mediafeed .img-move,
#hashfeed .img-move {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#mediafeed a:hover .img-move, 
#mediafeed a:hover .img-move, 
#mediafeed a:hover .img-move,
#hashfeed a:hover .img-move, 
#hashfeed a:hover .img-move, 
#hashfeed a:hover .img-move  {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#mediafeed .image-wrap,
#hashfeed .image-wrap {
  height: 255px;
  width: 255px;
  overflow: hidden;
}
#mediafeed .image-wrap img,
#hashfeed .image-wrap img {
  width: 100%;
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
#mediafeed .likes,
#hashfeed .likes {
  position: relative;
  top: 40%;
  text-align: center;
  font-size: 40px;
  display: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
#mediafeed .likes i,
#hashfeed .likes i  {
  margin-right: 10px;
}
#mediafeed a:hover .likes,
#hashfeed a:hover .likes  {
  display: block;
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.feeds h1 {
  font-family: 'Lora';
  text-align: center;
  color: rgba(165, 148, 126,100);
  text-transform: uppercase;
  font-weight: 700;
}
/* = Video Gallery
-------------------------------------------------------------- */
.video-gallery {
  height: 300px;
  clear: both;
}
.video-box { 
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /*height: auto;*/
  height: 220px;
  width: 320px;
  /*float: left;*/
  /*clear: right;*/
} 
.video-slider .video-box.slick-slide {
  height: 220px;
  width: 320px;
}

/*.video-box iframe,
.video-box object,
.video-box embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
.feeds {
  clear: both;
}
/* = Contact Form
-------------------------------------------------------------- */
.contact-box {
  background-color: #f7f7f7;
  margin-bottom: 40px;
  font-family: 'Montserrat';
}
.form-bx {
  padding: 0 20px 4px;
}
.form-bx .gfield input,
.form-bx .gfield textarea {
  border-radius: 0;
  border: none;
}
.form-bx .gfield.left-column,
.form-bx .gfield.right-column {
  float: left;
  clear: right;
  width: 49%;
}
.form-bx .gfield.left-column {
  margin-right: 14px;
}

@media screen and (max-width: 768px) {
  .form-bx .gfield.left-column,
  .form-bx .gfield.right-column {
    width: 48%;
  }
  .form-bx .gfield.left-column {
    margin-right: 27px;
  }
}
@media screen and (max-width: 736px) {
  .form-bx .gfield.left-column,
  .form-bx .gfield.right-column {
    width: 46%;
  }
}
@media screen and (max-width: 414px) {
  .form-bx .gfield.left-column,
  .form-bx .gfield.right-column {
    width: 45%;
  }
}
@media screen and (max-width: 320px) {
  .form-bx .gfield.left-column,
  .form-bx .gfield.right-column {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) {
  .contact-box {
    margin-top: 40px;
  }
}
/* = Contact
-------------------------------------------------------------- */
.ginput_container input,
.ginput_container textarea {
  border-radius: 0;
}
/* = Footer
-------------------------------------------------------------- */
.footer {
  background-color: transparent;
  /*border-top: 2px solid #a4947e;*/
  font-family: 'Open Sans';
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  height: 50px;
  text-align: center;
  /*clear: both;*/
}
.footer .lvlymb {
  margin-top: 18px;
}
.footer .lvlymb a {
  color: #951E01;
}
.pg-footer .footer .lvlymb {
  color: #574d3f;
}

.wf-loading {
  visibility: hidden;
}
.wp-audio-shortcode {
  visibility: show !important;
}

/* = Random
-------------------------------------------------------------- */
.title.see-all a {
  text-decoration: none;
  color: #fff;
}


.title.see-all:before {
  content: "";
  height: 2px;
  background-color: grey;
  position: absolute;
  width: 30px;
  right: 57%;
  top: 38px;
}
.title.see-all:after {
  content: "";
  height: 2px;
  background-color: grey;
  position: absolute;
  width: 30px;
  left: 56%;
  top: 38px;
}


.itunes-badge {
  text-align: center;
  margin-top: 20px;
}

.about-logo {
  width: 245px;
  margin: auto;
}
.about-content span {
  color: #951E01;
  text-transform: uppercase;
  font-size: 24px;
}

/* = Test My Code
-------------------------------------------------------------- */

/**{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
  }*/

