/*
Theme Name: TGDRT
Author: Cynthia Lara
Author URI: http://fenrir-studio.com/
Description: Custom theme for tgdrt.
Version: 1.0
Text Domain: tgdrt
*/

/* Common */
body{
	margin: 0;
	padding: 0;
	background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #252d38;
}

#episode-content .h1, .h2{
line-height: 0.8;
}

h1, .heading{
font-size: 55px;
margin: 0 0 35px 0;
text-transform: uppercase;
}

h1,h2{
font-weight: 700;
}

#page-content{
	min-height: 80vh;
}

.header{
padding: 20px;
background: #faad2f;
margin-bottom: 60px;
}

.header.banner{
  margin: 0;
}

.img-banner {
    min-height: 150px;
    margin-bottom: 60px;
    background-position: center !important;
}

.img-banner.big{
    min-height: 500px;
}

.banner-text{
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}

.text-below-banner {
    background: #252d38;
    padding: 40px 0;
    color: #fff;
    margin-top: -60px;
    margin-bottom: 60px;
}


.header h1{
    margin: 0;
}

.infos{
font-size: 2rem;
color: #fff;
font-weight: 200;
}

.uppercase{
	text-transform: uppercase;
}

p, ol {
    font-size: 18px;
    line-height: 2;
}

.steps li::marker, .steps li b, .steps li strong {
    color: #f9ad2f;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.steps li{
    margin-bottom: 20px;
}

p strong, p b, .yellow{
	color: #f9ad2f;
}

.no-yellow strong, .no-yellow b{
 color: inherit;
}

a, a:hover {
    color: #f9ad2f;
    text-decoration: none;
}

.full-height{
    height: 100%;
}

.eight-height {
    height: 80%;
}

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


hr {
    border-top: 5px solid #f9ad2f;
    margin-bottom: 35px;
}


.pagination{
    padding: 20px 0;
}

.pagination h2{
  display: none;
}

.pagination .page-numbers{
    font-size: 1.5rem;
    background: #faad2f;
    width: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
}


.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #252d38;
}



/* episode share buttons and player */

.custom-share a.share, .ep-buttons a.download{
    z-index: 2;
    position: relative;
    color: #252d38;
    font-size: 1.2rem;
    margin: 0 10px;
}
.custom-share{
display: inline;
}

.custom-share-list{
    background: #252d38;
    width: 140px;
    margin-left: 4px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none;
    right: 0;
}

.custom-share:hover .custom-share-list{
  display: block;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom-share-list ul {
text-align: center;
padding: 5px;
display: inline-block;
}

.custom-share-list ul a{
background: none;
width: 100%;
height: auto;
padding: 3px 0;
color: #fff;
}

.custom-share-list ul li{
list-style: none;
margin: 0 auto;
padding: 5px 15px;
float: left;
}


/* Header */
#header {
    background:#252d38;
    height: 60px;
}

#header .top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#header .top-bar ul li {
    display: inline-block;
    margin: 0 10px;
}

#header .top-bar ul li:last-child {
	margin: 0;
}

#header .top-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

#header .logo-container {
    position: absolute;
    z-index: 1;
}

#header .logo-container a span {
    font-size: 28px;
    line-height: 100%;
    color: #3bc7c9;
}


#header .main-menu ul.navbar-nav li a.nav-link {
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    padding: 10px 15px;
} 

#header .main-menu ul.navbar-nav li a.nav-link:hover {
    color: #f9ad2f;
} 

#header .main-menu ul.navbar-nav li.current-menu-item a.nav-link {
color: #faad2f;
}

#header .main-menu {
    margin-left: 30px;
}

.social-icons {
    padding: .5rem;
}

.social-icons a{
  font-size: 1.8rem;
color: #fff;
margin: 0 5px;
float: right;
}

.social-icons a:hover{
  color: #f9ad2f;
}

/* Home page banner */
#main-content #home-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#home-banner .content-block-main{
    background: rgba(0,0,0,0.6);
    float: right;
}

#home-banner .guests {
    margin-left: 0;
	min-height:160px;
}

#home-banner h2 a{
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
}

#home-banner p{
    color: #fff;
    line-height: 1.3;
}

#home-banner b{
    color:inherit;
}

#main-content #home-banner .banner-overlay p {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

#home-banner .content-block-inner {
    padding: 30px 80px;
}

/* Content Pages */

#home{
padding-top: 60px;
}

#testimonials{
  background:#252d38;
  background: -moz-linear-gradient(left, #000 0%, #000 51%, #252d38 50%, #252d38 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #000), color-stop(50%, #000), color-stop(50%, #252d38), color-stop(100%, #252d38));
background: -webkit-linear-gradient(left, #000 0%, #000 51%, #252d38 50%, #252d38 100%);
background: -o-linear-gradient(left, #000 0%, #000 50%, #252d38 50%, #252d38 100%);
background: -ms-linear-gradient(left, #000 0%, #000 50%, #252d38 50%, #252d38 100%);
background: linear-gradient(to right, #000 0%, #000 50%, #252d38 50%, #252d38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#252d38', GradientType=1 );
padding: 30px 0;
}

#testimonials p{
font-size: 1rem;
width: 98%;
color: #fff;
margin: 0 auto;
}

#testimonials h6{
  margin: 0 auto;
}

.carousel-inner {
  min-height: 120px;
}

.carousel-control-next, .carousel-control-prev {
  width: auto;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: -10px;
}

#testimonials h3, #testimonials h5 {
    color: #fff;
}

#testimonials i{
    color: #f9ad2f;
font-size: 1.5rem;
margin: 0 5px 15px;
}

#testimonials img {
    width: 45px;
}

#testimonials .since{
  color: #f9ad2f;
}

section.content-block{
    margin: 50px 0;
}

.content-block-main {
    background: #f9ad2f;
    height: 100%;
}

.content-block-inner {
    height: 100%;
    padding: 30px 0 30px 80px;
}

.text-block{
    padding-bottom: 30px;
}

.img-container-full-width{
    height: 100%;
    overflow: hidden;
}

.img-container-full-width img{
    min-width: 100%;
    width: auto;
    height: 100%;
}

.guests {
	margin-left: -150px;
}

.guests img{
	margin:10px 0;
	border:solid 5px #f9ad2f;
}

.series-item{
    border: solid #faad2f;
    padding: 20px;
    -webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
    margin-bottom: 20px;
}

.series-ep-item:after{
content: " ";
display: block;
height: 3px;
background: #3f4d60;
width: inherit;
margin-top: 20px;
}

.series-ep-item:last-child:after{
  display: none;
}


.series-item h2 {
    font-size: 1.8rem;
    padding-bottom: 30px;
}

.series-ep-thumb img{
    border: solid 5px #faad2f;
}

.series-ep-item h3{
	line-height: 1;
}

.series-ep-item .custom-share{
display: inline-block;
background: #faad2f;
float: right;
padding: 3px;
}

.series-ep-item .custom-share-list {
    height: 40px;
    position: absolute;
    border-radius: 0;
    right: 15px;
}

.series-button{
    position: relative;
}

.series-button h3 {
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    text-shadow: 2px 2px 2px #000;
}

.series-button figure{
  height: 150px;
background-position: center;
}

.ep-head{
  overflow: hidden;
}

.img-container-full-width{
  overflow: hidden;
}

.image-cropped{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
height: 100% !important;
width: auto !important;
}

.archiveitem {
    margin-top: 15px;
    border-bottom: solid;
}

.archive-ep-item span{
color: #252d38;
float: right;
padding-bottom: 20px;
}

.archive-ep-item:not(:first-child) {
    margin: 20px 0;
}

.archive-ep-item:not(:last-of-type){
    padding: 20px;
    border-bottom: dashed 1px;
}

.archive-ep-thumb {
    width: 50px;
    float: left;
    margin-right: 10px;
    height: 50px
}

.archive-button h3 {
    display: inline-block;
    background: #252d38;
    color: #faad2f;
    font-size: 1.2rem;
    padding: 15px;
    width: 100%;
}

.archive-button h3:hover {
    background: #faad2f;
    color: #252d38;
}

.tagbuttons{
  margin-bottom: 30px;
}

/*  AUDIO PLAYER */

.tgdrt-player-area{
  position: relative;
  width: 100%;
  height: 75px;
  z-index: 2;
}

.tgdrt-player{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  background: #f9ad2f;
  z-index: 99999999999;
  background-size: cover !important;
}

.tgdrt-player-wrapper{
  position: relative;
  margin: 0 auto;
}

.tgdrt-player-wrapper h4{
  color: #fff;
  margin: 10px 0 0;
}


.tgdrt-player-margin{
  margin-left: -20px;
}

.tgdrt-player .mejs-container{
  width: 100% !important;
  background: none !important;
  bottom: 20px;
}

.tgdrt-player .mejs-controls:not([style*="display: none"]){
  background: none !important;
}

.tgdrt-player .mejs-controls{
  height: 55px !important;
  z-index: 99999999;
}

.tgdrt-player button{
  outline: none !important;
}

.tgdrt-player .mejs-play, .tgdrt-player .mejs-pause, .tgdrt-player .mejs-replay{
    top: -12px;
  position: absolute;
  left: -42px;
width: 90px !important;
height: 90px !important;
 background: rgb(71,71,71);
background: -moz-radial-gradient(circle, rgba(71,71,71,1) 15%, rgba(0,0,0,1) 100%);
background: -webkit-radial-gradient(circle, rgba(71,71,71,1) 15%, rgba(0,0,0,1) 100%);
background: radial-gradient(circle, rgba(71,71,71,1) 15%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#474747",endColorstr="#000000",GradientType=1);   
border: 8px solid #f9ad2f;
  border-radius: 50%;
  display: inline-block;
  z-index: 9999999999;
}

.tgdrt-player .mejs-play button, .tgdrt-player .mejs-pause button, .tgdrt-player .mejs-replay button{
  margin:0;
  background: none !important;
  width: 100%;
  height: 100%;
  position: relative;
}

.tgdrt-player .mejs-play button:before, .tgdrt-player .mejs-replay button:before{
    content: "\f04b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 35px;
    color: #fff;
    left: 25px;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.5);
}

.tgdrt-player .mejs-pause button:before{
  content: "\f04c";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
text-decoration: inherit;
position: absolute;
font-size: 35px;
color: #fff;
left: 21px;
text-shadow: 2px 3px 2px rgba(0,0,0,0.5);
}

.tgdrt-player .mejs-time-rail{
  position: absolute;
  left: 35px;
  bottom: -10px;
  width: 90%;
  z-index: 999999;
}

.tgdrt-player .mejs-time-total.mejs-time-slider:focus{
  outline: none !important;
}

.tgdrt-player .mejs-time-hovered, .tgdrt-player .mejs-time-handle, .tgdrt-player .mejs-time-float{
  display: none !important;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total{
  border-radius: 0 !important;
  height: 4px !important;
}

.tgdrt-player h3{
  display: none;
  position: relative;
  top: -90px;
  z-index: 99;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.12px;
  line-height: 34px;
  padding:0;
}


.tgdrt-player .mejs-time{
  position: relative;
  padding: 0 !important;
  font-weight: normal;
  opacity: 0.7;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  z-index: 999;
  overflow: visible;
}

.tgdrt-player .mejs-time.mejs-currenttime-container{
top: 10px;
left: 40px;
}

.tgdrt-player .mejs-time.mejs-duration-container{
  position: absolute;
  right: 40px !important;
  top: 10px;
}

.tgdrt-player .mejs-volume-button{
  position: absolute;
  right: 0;
}

.tgdrt-player .mejs-volume-button button{
  margin:0;
  background: none !important;
  width: 100%;
  height: 100%;
  position: relative;
  right: -10px;
}

.tgdrt-player .mejs-volume-button button:before{
 content: "\f028";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-style: normal;
text-decoration: inherit;
font-size: 25px;
position: absolute;
top: 25px;
left: 0;
color: #fff;
}

.tgdrt-player .mejs-volume-button>.mejs-volume-slider{
  left:25px;
  width: 35px;
  background: #f9ad2f;
}

.tgdrt-player .mejs-speed-button{
  position: absolute;
  left: 1px;
}

.tgdrt-player .mejs-speed-button button{
  margin:0;
  background: none !important;
  width: 100%;
  height: 100%;
  position: relative;
  right: -10px;
  text-indent: -9999px;
}

.tgdrt-player .mejs-speed-button button:before{
  content: "";
  background-image: url('/assets/images/img/player_speed.png');
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 5px;
}

.mejs-speed-selector, .mejs-speed-selector{
  left: -5px;
  height: 100px !important;
}

li.mejs-speed-selector-list-item:hover{
  background: none !important;
}

.tgdrt-player-episodes{
  position: absolute;
  left: 40px;
  top: 0;
  height: 75px;
  padding-top: 26px;
}

.tgdrt-player-share{
  height: 75px;
  line-height: 0.5;
  background: #f9ad2f;
}

.tgdrt-player-share a img{
  height: 17px;
  display: inherit;
}

.tgdrt-player-share-list{
  background: #f9ad2f;
width: 50px;
height: 0px;
position: absolute;
bottom: -3px;
left: 0;
z-index: -9999;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.tgdrt-player-share:hover .tgdrt-player-share-list{
  -webkit-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100px;
}

.tgdrt-player-share-list ul{
    padding: 0 20px;
    list-style: none;
    text-align: center;
}

.tgdrt-player-share-list ul li{
  line-height: 30px;
  margin: 0;
}

.tgdrt-player-share-list ul li a{
  line-height: 1 !important;
  font-size: 15px;
  padding: 5px 0 !important;
}

.tgdrt-player-share a{
  position: relative;
  top: 4px;
}
.tgdrt-player-seasons{
  position: absolute;
  height: 250px;
  background: #fff;
  left: 0;
  bottom: -180px;
  width: 100%;
  border-top: 1px solid #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tgdrt-player-seasons.open{
  -webkit-transform: translateY(-255px);
  -ms-transform: translateY(-255px);
  transform: translateY(-255px);
}

.tgdrt-player-episodes span, .tgdrt-player-share p{
font-size: 17px;
display: block;
line-height: 3;
margin-left: -20px;
}

.tgdrt-player-episodes a, .tgdrt-player-share a{
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.31px;
  line-height: 34px;
}

.tgdrt-player-episodes a img{
  height: 19px;
}


#team-content .content-block-inner {
padding: 0 80px;
}

#team-content .content-block-main {
background: none;
    }

.team-block {
margin: 0 auto;
}

.team-block a {
    background: #1da1f2;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 20px;

}

.team-bg{
background: #f9ad2f;
height: 300px;
position: absolute;
width: 100%;
margin-top: 20px;
}


.team-block .img-container {
    margin: 0 0 20px 0;
}

.team-block h2{
    font-weight: 500;
}


.team-block .team-info {
    font-size: 1.3rem;
    line-height: 17px;
    margin: 0;
    color: #f9ad2f;
    font-weight: 700;
}

.allumni-block .allumni-heading{
font-weight: bold;
text-transform: uppercase;
color: #f9ad2f;
margin: 0;
font-size: 1.5em;
}

.allumni-block .allumni-content {
line-height: 24px;
color: #162738;
font-weight: 700;
}


/* Footer */

.welcome-btn {
    display: block;
    width: 300px;
    clear: both;
    margin: -60px auto 40px;
    background: #f9ad2f;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 0.7;
    padding: 20px;
}

.welcome-btn:hover{
  color: #fff;
}

.welcome-btn .small{
  font-size: 1.3rem;
  text-decoration: underline;
}


#prefooter {
  margin-top: 40px;
    padding: 30px;
    background: #252d38;
}

#prefooter h2 .yellow{
font-weight: 700;
}

#prefooter h2{
  color: #fff;
  font-weight: 400;
  padding: 0 4%;
  font-size: 1.8rem;
}

#prefooter .bigger{
  font-size: 2.5rem;
}

.bot-widget{
 padding: 0 60px;
}

.widget_media_image h4{
  display: none;
}

.widget_media_image img {
width: 8%;
float: left;
margin: 4%;
}


#footer {
    background: #faad2f;
    color: #ffffff;
    font-weight: 800;
    padding: 15px 0;
}

#footer p {
margin: 0;
font-size: 13px;
line-height: 14px;
font-weight: normal;
}

#footer p a{
  font-weight: 700;
  color: #fff;
}

/* formidable forms*/

.frm_forms{
    max-width: 50% !important;
    margin: 0 auto !important;
}

.frm_forms label{
  display: none !important;
}

.frm_forms input[type="text"], .frm_forms input[type="email"], .frm_forms textarea{
background: rgba(250, 173, 47, 0.3) !important;
border: none !important;
border-radius: 0 !important;
width: 100% !important;
padding: 10px !important;
margin: 10px 0 !important;
}

.frm_forms input[type="text"]:focus, .frm_forms input[type="email"]:focus, .frm_forms textarea:focus{
border-color: #faad2f !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(233, 171, 102, 0.41) !important;
}

.frm_forms input[type="text"]::placeholder, .frm_forms input[type="email"]::placeholder, .frm_forms textarea::placeholder {
    color: #252d38 !important;
}

.frm_forms .frm_submit {
    text-align: center !important;
}

.frm_forms .frm_submit .frm_button_submit {
    text-transform: uppercase !important;
    font-family: 'Poppins' !important;
    font-size: 20px !important;
    background: #faad2f !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 35px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin-bottom: 60px !important;
}

/* Mailchimp */

.mc4wp-form input[type="email"]{
    background: #909499;
    border: none;
    margin-left: 5px;
}

.mc4wp-form input[type="submit"] {
    background: #faad2f;
    border: none;
    color: #fff;
    padding: 5px 10px;
}


/* Responsive */

@media screen and  (min-width: 1800px) {
#home-banner .content-block-inner {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}

@media screen and  (min-width: 1800px) {
.ep-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media screen and (max-width: 1024px){
    .img-container-full-width img {
        width: 100%;
        height: auto;
    }

    .content-block-main{
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 812px) {

    .navbar-toggler{
        margin-right: 0;
        margin-left: auto;
        border: 0;
        padding: 0;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        background: #252d38;
        left: auto;
        right: 0;
        top: 35px;
        z-index: 9999;
    }
}

@media screen and (max-width: 768px) {

  p, ol {
    font-size: 1rem;
}

h1, .heading {
    font-size: 3rem;
  }

.h2, h2 {
    font-size: 1.7rem;
}

.tgdrt-player-wrapper h4 {
    font-size: 1.2rem;
}

#prefooter h2 {
    font-size: 1.5rem;
}

#prefooter .bigger {
    font-size: 2rem;
}

.allumni-block .allumni-heading{
    font-size: 1.2rem;
}

.series-button h3 {
    font-size: 1rem;
}

.steps li::marker, .steps li b, .steps li strong {
    font-size: 1.5rem;
  }

.img-banner.big {
    min-height: 300px;
    background-size: cover !important;

}

.bot-widget {
    padding: 0;
}

    .img-container-full-width {
        height: auto;
    }

    .divider-right::after{
        border: 0;
    }

    .wp-block-column {
        flex-basis: 100%;
        margin: 0 !important;
    }

    #funding-sources-content img {
        margin: 0 0 20px 0;
    }

    .job-block{
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1280px) {
  .old-episode{
    text-align: right;
  }
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 668px){
}

@media screen and (max-width: 415px){

  .navbar {
right: 20px;
top: 2px;
}

  #page-content {
    min-height: 10px;
}

 h1, .heading {
    font-size: 2rem;
}

.header {
    margin-bottom: 30px;
}

  .social-icons a {
    font-size: 1.5rem;}

.social-menu{
  float:left !important;
}

.tgdrt-player-margin {
    margin-left: 0;
}

.tgdrt-player-wrapper h4 {
    margin-left: 30px;
}

.tgdrt-player .mejs-play, .tgdrt-player .mejs-pause, .tgdrt-player .mejs-replay {
    top: -12px;
    position: absolute;
    left: -25px;
    width: 60px !important;
    height: 60px !important;
}
.tgdrt-player .mejs-play button::before, .tgdrt-player .mejs-replay button::before {
    font-size: 1.5rem;
    left: 14px;
    }

.tgdrt-player .mejs-pause button::before{
    font-size: 1.5rem;
    left: 11px;
    }

.tgdrt-player .mejs-time{
  display: none;
}

.podcast-widget{
  margin-bottom: 35px;
}

#home-banner .content-block-inner {
    padding: 50px 20px 0;
}


.content-block-inner, #team-content .content-block-inner{
        padding: 30px;
    }

.ep-info h1 {
font-size: 1.5rem;
margin-bottom: 10px;
}

.infos {
    font-size: 1.2rem;
  }

.ep-info h2{
  font-size: 1rem;
}

.eight-height{
  align-items: inherit !important;
  -ms-flex-align: inherit !important;
}

.guests {
    float: none;
    margin-left: 0;
}

.content-block-main {
    padding-bottom: 0;
}

section.content-block {
    margin: 0;
}

}

@media screen and (max-width: 376px){
.welcome-btn {
    width: auto;
    font-size: 1.5rem;
line-height: 1;
}

.frm_forms {
    max-width: 90%;

}
}