/*
	Theme Name: Soundcast
	Theme URI: http://www.reidark.com.br/themes/soundcast
	Description: Soundcast - A clean, lightweight and responsive podcast theme.
	Version: 1.0
	Author: reidark
	Author URI: www.reidark.com.br
	Tags: soundcast
*/
/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Montserrat", Arial, Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  text-rendering: optimizelegibility;
  background: #FFFFFF;
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
video {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
  border: #5C5C5C;
  color: #F36E6E;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #337AB7;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
strong,
b {
  font-weight: 700;
}
em {
  font-style: italic;
}
button,
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input,
textarea,
select {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", Arial, Sans-Serif;
}
legend {
  border: none;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
textarea {
  resize: vertical;
}
iframe {
  position: relative;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
hr {
  border-top-color: #DDD;
  margin-top: 40px;
  margin-bottom: 40px;
}
blockquote {
  padding: 30px;
  background: #E7E7E7;
  border-left: 5px solid #DDDDDD;
}
blockquote cite {
  display: block;
}
li {
  list-style-position: inside;
}
.header,
.main,
.footer {
  width: 100%;
  clear: both;
}
/* HELPERS */
/* ========================= */
/*      BOOTSTRAP       	 */
/* ========================= */
/* ========================= */
/*      SOCIAL KIT       	 */
/* ========================= */
.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
/* ASSETS */
/* ========================= */
/*     BOOTSTRAP SIZES   	 */
/* ========================= */
.btn,
.btn-lg,
.btnl-sm,
.btn-xs {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-weight: 700;
}
.btn-lg {
  padding: 11.5px 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* ========================= */
/*     BOOTSTRAP CUSTOM   	 */
/* ========================= */
.btn-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* ========================= */
/*     BOOTSTRAP COLORS   	 */
/* ========================= */
.btn-default {
  color: #110F16;
  background: #ECF0F1;
  border: #ECF0F1;
}
.btn-default:hover,
.btn-default:focus {
  background: #DDE4E6;
  border: #DDE4E6;
}
.btn-info {
  background: #3498DB;
  border: #3498DB;
}
.btn-info:hover,
.btn-info:focus {
  background: #258CD1;
  border: #258CD1;
}
.btn-danger {
  background: #E74C3C;
  border: #E74C3C;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #E43725;
  border: #E43725;
}
.btn-warning {
  background: #F39C12;
  border: #F39C12;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #E08E0B;
  border: #E08E0B;
}
.btn-success {
  background: #E74C3C;
  border: #E74C3C;
}
.btn-success:hover,
.btn-success:focus {
  background: #EF8B80;
  border: #EF8B80;
}
.btn-primary {
  background: #4395E2;
  border: #18151F;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #050507;
  border: #050507;
}
/* ========================= */
/*    	 BTN TOGGLE      	 */
/* ========================= */
.btn-toggle {
  position: relative;
  display: block;
  padding: 12px 15px;
  color: #666;
  background: #E2E2E2;
  border: 1px solid #DDDDDD;
}
.btn-toggle:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 24px;
  display: block;
  margin-top: -12px;
  border: 1px solid #CDCDCD;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-toggle[aria-expanded="true"]:after {
  content: "-";
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: #666;
  background: #D8D8D8;
}
/* ========================= */
/*     BOOTSTRAP SIZES   	 */
/* ========================= */
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFF;
}
/* ========================= */
/*     BOOTSTRAP COLORS   	 */
/* ========================= */
.label-default {
  color: #110F16;
  background: #ECF0F1;
  border: #ECF0F1;
}
.label-info {
  background: #3498DB;
  border: #3498DB;
}
.label-danger {
  background: #E74C3C;
  border: #E74C3C;
}
.label-warning {
  background: #F39C12;
  border: #F39C12;
}
.label-success {
  background: #E74C3C;
  border: #E74C3C;
}
.label-primary {
  background: #18151F;
  border: #18151F;
}
/* ========================= */
/*      	POSITIVE  	     */
/* ========================= */
.section-negative {
  background: #FFFFFF;
  color: #F1F1F1;
}
/* ========================= */
/*      	NEGATIVE  	     */
/* ========================= */
.section-negative {
  color: #000000;
}
/* ========================= */
/*      	HIGHLIGHT  	     */
/* ========================= */
.section-highlight {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
}
/* ========================= */
/*      SECTION DESC  	     */
/* ========================= */
.section-description {
  margin-bottom: 50px;
}
/* ========================= */
/*        NO PADDING  	     */
/* ========================= */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
/* ========================= */
/*      SOCIAL LIST     	 */
/* ========================= */
.social-list {
  *zoom: 1;
}
.social-list:before,
.social-list:after {
  content: "";
  display: table;
}
.social-list:after {
  clear: both;
}
.social-list .social-item {
  float: left;
  width: 25%;
  height: 50px;
  list-style: none;
  border: 1px solid #110F16;
  background: #18151F;
}
.social-list.colored .facebook {
  border: #3B5998;
  background: #3B5998;
}
.social-list.colored .facebook:hover a,
.social-list.colored .facebook:focus a {
  border: #30487B;
  background: #30487B;
}
.social-list.colored .instagram {
  border: #125688;
  background: #125688;
}
.social-list.colored .instagram:hover a,
.social-list.colored .instagram:focus a {
  border: #0D3F64;
  background: #0D3F64;
}
.social-list.colored .twitter {
  border: #55ACEE;
  background: #55ACEE;
}
.social-list.colored .twitter:hover a,
.social-list.colored .twitter:focus a {
  border: #309AEA;
  background: #309AEA;
}
.social-list.colored .google {
  border: #DD4B39;
  background: #DD4B39;
}
.social-list.colored .google:hover a,
.social-list.colored .google:focus a {
  border: #CA3523;
  background: #CA3523;
}
.social-list.colored .youtube {
  border: #DD4B39;
  background: #DD4B39;
}
.social-list.colored .youtube:hover a,
.social-list.colored .youtube:focus a {
  border: #CA3523;
  background: #CA3523;
}
.social-list.colored .whatsapp {
  border: #4DC247;
  background: #4DC247;
}
.social-list.colored .whatsapp:hover a,
.social-list.colored .whatsapp:focus a {
  border: #3DA838;
  background: #3DA838;
}
.social-list.colored .soundcloud {
  border: #FF6600;
  background: #FF6600;
}
.social-list.colored .soundcloud:hover a,
.social-list.colored .soundcloud:focus a {
  border: #D65600;
  background: #D65600;
}
.social-list.colored .linkedin {
  border: #007BB5;
  background: #007BB5;
}
.social-list.colored .linkedin:hover a,
.social-list.colored .linkedin:focus a {
  border: #005F8C;
  background: #005F8C;
}
.social-list.colored .pinterest {
  border: #CB2027;
  background: #CB2027;
}
.social-list.colored .pinterest:hover a,
.social-list.colored .pinterest:focus a {
  border: #A81A20;
  background: #A81A20;
}
.social-list.colored .spotfy {
  border: #00E461;
  background: #00E461;
}
.social-list.colored .spotfy:hover a,
.social-list.colored .spotfy:focus a {
  border: #00BB50;
  background: #00BB50;
}
.social-list.colored .email {
  border: #4DC247;
  background: #4DC247;
}
.social-list.colored .email:hover a,
.social-list.colored .email:focus a {
  border: #3DA838;
  background: #3DA838;
}
.social-list a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  -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;
}
.social-list a:hover,
.social-list a:focus {
  background: #1E91FF;
}
/* ========================= */
/*      	TAG LIST     	 */
/* ========================= */
.tag-list {
  *zoom: 1;
}
.tag-list:before,
.tag-list:after {
  content: "";
  display: table;
}
.tag-list:after {
  clear: both;
}
.tag-list .tag-item {
  float: left;
  margin: 0 5px 5px 0;
  list-style: none;
}
.tag-list a {
  display: block;
  padding: 5px 8px;
  background: #4593CF;
  color: #F1F1F1;
}
.tag-list a:hover,
.tag-list a:focus {
  background: #3284C3;
}
/* ========================= */
/*      	TAG LIST     	 */
/* ========================= */
.block-example-nopadding {
  padding: 50px 10px;
  text-align: center;
  background: #D8D8D8;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.block-example-nopadding.darker {
  background: #CDCDCD;
}
/* ========================= */
/*      	TABLES 	    	 */
/* ========================= */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 12px;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
/* ========================= */
/*      	TABS 	    	 */
/* ========================= */
.tab-content {
  padding: 15px;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: none;
}
.nav-tabs > li > a {
  color: #777;
}
/* ========================= */
/*      TOGGLE / COLLAPSE 	 */
/* ========================= */
.toggle-panel {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-top: none;
}
.toggle-panel .toggle-panel-inner {
  padding: 15px;
}
/* ========================= */
/*  PODCAST PLAYER (ME JS)	 */
/* ========================= */
.mejs-container {
  background: transparent;
}
.mejs-container .mejs-controls {
  background: none;
}
.mejs-container .mejs-controls .mejs-playpause-button {
  width: 65px;
}
.mejs-controls .mejs-button button {
  font-size: 12px;
  font-size: 1.2rem;
}
.mejs-controls .mejs-button button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.mejs-controls .mejs-playpause-button button {
  width: 42px;
  height: 42px;
  margin-top: -7px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.mejs-controls .mejs-play button:before {
  content: "\f04b";
  padding-left: 5px;
}
.mejs-controls .mejs-pause button:before {
  content: "\f04c";
  padding-left: 1px;
}
.mejs-controls .mejs-mute button:before {
  content: "\f028";
}
.mejs-controls .mejs-unmute button:before {
  content: "\f026";
}
.mejs-controls div.mejs-time-rail {
  padding-top: 7.5px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #4593CF;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #FFF;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #322C40;
}
.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-time-rail a {
  height: 5px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 13px;
  height: 6px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #FFF;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #4593CF;
}
/* ========================= */
/*      FORM CONTROL     	 */
/* ========================= */
.form-control {
  width: 100%;
  height: 42px;
  line-height: 42px;
  display: block;
  padding: 0 15px;
  border: 1px solid #1980B4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #666;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-control:-moz-placeholder {
  color: #666;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-control::-moz-placeholder {
  color: #666;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-control:-ms-input-placeholder {
  color: #666;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-control.error {
  border-color: #E70033;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control.noborder {
  border: none;
}
.form-control.noborder:focus {
  background: #FAFAFA;
}
.form-control[disabled] {
  background: #FEFEFE;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #999;
  background: #FCFCFC;
}
textarea.form-control {
  height: auto;
  line-height: 20px;
  padding: 10px 15px;
}
/* ========================= */
/*      FORM NEGATIVE     	 */
/* ========================= */
.form-negative {
  background: #24202E;
  border-color: #24202E;
  color: #F1F1F1;
}
.form-negative::-webkit-input-placeholder {
  color: #A1A1A1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-negative:-moz-placeholder {
  color: #A1A1A1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-negative::-moz-placeholder {
  color: #A1A1A1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-negative:-ms-input-placeholder {
  color: #A1A1A1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-negative:focus {
  outline: none;
  box-shadow: none;
  border-color: #1D1925;
  background: #1D1925;
}
/* ========================= */
/*      LABEL CONTROL     	 */
/* ========================= */
.label-control {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
label.error {
  color: #E70033;
  padding: 5px 0;
}
/* ========================= */
/*      FORM NEGATIVE     	 */
/* ========================= */
form .form-callback {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  background: #110F16;
  border: 2px solid #08070A;
  color: #FFF;
  clear: both;
  display: none;
}
form .form-callback p {
  margin: 0;
  color: inherit;
}
form .form-callback.success {
  background: #E1245E;
  border-color: #E1245E;
}
form .form-callback.error {
  background: #E70033;
  border-color: #D3002E;
}
/* ========================= */
/*     FORM NEWSLETTER     	 */
/* ========================= */
.form-newsletter {
  margin-bottom: 70px;
  padding: 0 10%;
}
.form-newsletter .form-control {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
.form-newsletter .form-control.error {
  border: 1px solid #FF0139;
}
.form-newsletter .btn {
  height: 60px;
  font-size: 25px;
  font-size: 2.5rem;
}
.breadcrumb {
  padding: 0;
  background: none;
}
.breadcrumb > li + li::before {
  content: "// ";
}
.breadcrumb a {
  color: #F1F1F1;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #FFF;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #4593CF;
  background: #24202E;
  border-color: #2D283A;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #4593CF;
  background: #2D283A;
  border-color: #2D283A;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-header {
  background: #F1F1F1;
}
.modal-header .close {
  margin-top: 4px;
}
.modal-body {
  color: #444;
}
/* STRUCTURE */
/******
*
*  Clearfix hack
*
******/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/******
*
*  Clear float
*
******/
.clear {
  clear: both;
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
/* TEXTS */
/* ========================= */
/*      TITLE DEFAULT    	 */
/* ========================= */
.title-default {
  margin: 50px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
/* ========================= */
/*      TITLE FOOTER     	 */
/* ========================= */
.title-separator {
  position: relative;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.title-separator.white:after {
  background: #F1F1F1;
}
.title-separator:after {
  content: "";
  width: 20%;
  height: 4px;
  display: block;
  margin-top: 10px;
  background: #110F16;
}
.text-muted {
  color: #999;
}
.text-info {
  color: #3498DB;
}
.text-danger {
  color: #E74C3C;
}
.text-warning {
  color: #F39C12;
}
.text-success {
  color: #E74C3C;
}
.text-primary {
  color: #18151F;
}
/* TEMPLATE */
.header {
  position: relative;
  width: 100%;
  background: none;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
  }
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  -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;
}
.header.sticky.scrolling {
  background-color: #110F16;
  background-color: hsla(257.14285714, 18.91891892%, 7.25490196%, 0.95);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2110f16, endColorstr=#f2110f16)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2110f16, endColorstr=#f2110f16);
}
@media screen and (max-width: 991px) {
  .header.sticky + * {
    margin-top: 70px;
  }
}
/* ========================= */
/*          LOGO    		 */
/* ========================= */
.logo {
  float: left;
  padding: 25px 0;
  margin: 0;
  line-height: 0;
}
.logo img {
  height: 90px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .logo img {
    height: 50px;
    width: auto;
  }
}
/* ========================= */
/*       NAVIGATION  		 */
/* ========================= */
.navigation {
  float: right;
}
/* ========================= */
/*      	MENU     		 */
/* ========================= */
@media screen and (min-width: 992px) {
  .menu {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #110F16;
    display: none;
  }
}
.menu .menuitem {
  float: left;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .menu .menuitem.active > a:before {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .menu .menuitem {
    width: 100%;
  }
  .menu .menuitem.active > a {
    color: #4593CF;
  }
}
.menu .menuitem.dropdown {
  position: relative;
}
.menu .menuitem.dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: text-top;
}
@media screen and (max-width: 991px) {
  .menu .menuitem.dropdown > a:after {
    float: right;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .menu .menuitem.dropdown:hover > a:before,
  .menu .menuitem.dropdown:focus > a:before {
    width: 100%;
  }
  .menu .menuitem.dropdown:hover .droplist,
  .menu .menuitem.dropdown:focus .droplist {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.menu .menuitem > a {
  position: relative;
  display: block;
  padding: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
  -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;
}
@media screen and (min-width: 992px) {
  .menu .menuitem > a:hover,
  .menu .menuitem > a:focus {
    color: #4593CF;
    text-decoration: none;
  }
  .menu .menuitem > a:hover:before,
  .menu .menuitem > a:focus:before {
    width: 100%;
  }
  .menu .menuitem > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4593CF;
    -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;
  }
}
@media screen and (max-width: 991px) {
  .menu .menuitem > a {
    padding: 12px 40px;
  }
  .menu .menuitem > a:hover,
  .menu .menuitem > a:focus {
    color: #4593CF;
    text-decoration: none;
  }
}
.menu .menuitem .droplist {
  background: #1D1925;
}
@media screen and (min-width: 992px) {
  .menu .menuitem .droplist {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .menu .menuitem .droplist {
    display: none;
  }
}
.menu .menuitem .droplist .droplist-item {
  list-style: none;
}
.menu .menuitem .droplist a {
  display: block;
  padding: 14px 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F1F1F1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media screen and (max-width: 991px) {
  .menu .menuitem .droplist a {
    padding: 12px 40px;
  }
}
.menu .menuitem .droplist a:hover,
.menu .menuitem .droplist a:focus {
  background: #282434;
}
/* ========================= */
/*       HAMBURGUER    		 */
/* ========================= */
.btn-hamburguer-menu {
  float: right;
  color: #FFF;
  padding: 19px 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 992px) {
  .btn-hamburguer-menu {
    display: none;
  }
}
.btn-hamburguer-menu:hover,
.btn-hamburguer-menu:focus {
  color: #4593CF;
}
.btn-hamburguer-menu.active {
  color: #4593CF;
}
/* ========================= */
/*      FOOTER LIST      	 */
/* ========================= */
.footer-list li {
  padding-bottom: 6px;
  list-style: none;
}
.footer-list li + li {
  padding-top: 6px;
  border-top: 1px solid #222;
}
.footer-list a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #4E4E4E;
}
.footer-list a:hover,
.footer-list a:focus {
  color: rgba(51, 122, 182, 0.940);
}
/* ========================= */
/*      FOOTER COMPLEMENT  	 */
/* ========================= */
.footer-complement li {
  padding-bottom: 14px;
  list-style: none;
}
.footer-complement li + li {
  padding-top: 14px;
  border-top: 1px solid #222;
}
.footer-complement a {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.726);
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
}
.footer-complement a:hover,
.footer-complement a:focus {
  color: #4593CF;
}
.footer-complement span {
  color: #666;
}
/* ========================= */
/*      FOOTER SOCIAL     	 */
/* ========================= */
.footer-credits {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.footer-credits h2 {
  margin: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-credits {
    text-align: center;
  }
  .footer-credits .footer-logo {
    margin-bottom: 20px;
  }
  .footer-credits .text-right {
    text-align: center;
  }
}
.sidebar-widget {
  margin-bottom: 70px;
}
/* ========================= */
/*      PODCAST HERO  		 */
/* ========================= */
.podcast-hero {
  position: relative;
  width: 100%;
  height: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #110F16;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.podcast-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
}
.podcast-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: -webkit-linear-gradient(to bottom, transparent, #110f16);
  background-image: -moz-linear-gradient(bottom, transparent, #110F16);
  background-image: -o-linear-gradient(to bottom, transparent, #110f16);
  background-image: linear-gradient(to bottom, transparent, #110F16);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.podcast-hero .podcast-hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #110F16;
  background-color: hsla(228, 28%, 54%, 0);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80110f16, endColorstr=#80110f16)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80110f16, endColorstr=#80110f16);
  z-index: 10;
}
.podcast-hero .podcast-hero-inner > .container {
  position: relative;
  height: 100%;
}
.podcast-hero .podcast-hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .podcast-hero .podcast-hero-content {
    top: 45%;
  }
}
.podcast-hero .podcast-hero-content a {
  color: #FFFFFF;
}
.podcast-hero .podcast-hero-content .podcast-hero-date {
  display: block;
  margin-bottom: 10px;
  color: #F1F1F1;
}
.podcast-hero-title,
.podcast-hero-title a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .podcast-hero .podcast-hero-content .podcast-hero-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.podcast-hero .podcast-hero-content .podcast-hero-meta .item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-size: 1.6rem;
  list-style: none;
  color: #4593CF;
}
@media screen and (max-width: 610px) {
  .podcast-hero .podcast-hero-content .podcast-hero-meta .item {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.podcast-hero .podcast-hero-content .podcast-hero-meta .item + .item:before {
  content: "//";
  margin: 0 10px;
}
.podcast-hero .podcast-hero-content .podcast-hero-meta .item a:hover,
.podcast-hero .podcast-hero-content .podcast-hero-meta .item a:focus {
  color: #FFF;
}
.podcast-hero .podcast-hero-player-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
/* ========================= */
/*    	PODCAST CARD  	     */
/* ========================= */
.podcast-card {
  position: relative;
  background: rgba(205, 205, 205, 0.291);
  *zoom: 1;
}
.podcast-card:before,
.podcast-card:after {
  content: "";
  display: table;
}
.podcast-card:after {
  clear: both;
}
.podcast-card .podcast-image a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.podcast-card .podcast-image a:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background: #FFF;
  color: #4593CF;
  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;
}
.podcast-card .podcast-image a:hover:before,
.podcast-card .podcast-image a:focus:before {
  background: #4593CF;
  color: #FFF;
}
.podcast-card .podcast-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.podcast-card .podcast-content {
  padding: 25px;
  color: #FF1E35;
}
.podcast-card .podcast-content a {
  color: #000000;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.podcast-card .podcast-content a:hover,
.podcast-card .podcast-content a:focus {
  color: #D73E55;
}
.podcast-card .podcast-date {
  display: block;
  margin-bottom: 10px;
}
.podcast-card .podcast-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.podcast-card .podcast-meta .item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  color: #D73E55;
  list-style: none;
}
.podcast-card .podcast-meta .item + .item:before {
  content: "//";
  margin: 0 10px 0 5px;
}
@media screen and (max-width: 991px) {
  .podcast-card .podcast-meta .item:last-of-type {
    width: 100%;
  }
  .podcast-card .podcast-meta .item:last-of-type:before {
    display: none;
  }
}
/* ========================= */
/*    PODCAST CARD FULL      */
/* ========================= */
.podcast-card.full .podcast-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  .podcast-card.full .podcast-image {
    position: static;
    width: 100%;
    height: 280px;
  }
}
/*.podcast-card.full .podcast-image a:after {*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*width: 140px;*/
/*height: 100%;*/
/*!* IE9 SVG, needs conditional override of 'filter' to 'none' *!*/
/*background-image: -webkit-linear-gradient(to right, transparent, #18151f);*/
/*background-image: -moz-linear-gradient(right, transparent, #18151F);*/
/*background-image: -o-linear-gradient(to right, transparent, #18151f);*/
/*background-image: linear-gradient(to right, transparent, #18151F);*/
/*!* W3C *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);*/
/*!* IE6-8 *!*/
/*display: block;*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*.podcast-card.full .podcast-image a:after {*/
/*bottom: 0;*/
/*top: auto;*/
/*width: 100%;*/
/*height: 70%;*/
/*!* IE9 SVG, needs conditional override of 'filter' to 'none' *!*/
/*background-image: -webkit-linear-gradient(to bottom, transparent, #18151f);*/
/*background-image: -moz-linear-gradient(bottom, transparent, #18151F);*/
/*background-image: -o-linear-gradient(to bottom, transparent, #18151f);*/
/*background-image: linear-gradient(to bottom, transparent, #18151F);*/
/*!* W3C *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);*/
/*!* IE6-8 *!*/
/*}*/
/*}*/
.podcast-card.full .podcast-content {
  width: 75%;
  float: right;
}
@media screen and (max-width: 767px) {
  .podcast-card.full .podcast-content {
    width: 100%;
  }
}
/* ========================= */
/*    PODCAST CARD BOXED     */
/* ========================= */
.podcast-card.boxed {
  height: 600px;
}
.podcast-card.boxed .podcast-image {
  height: 300px;
}
/* .podcast-card.boxed .podcast-image a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%; */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background-image: -webkit-linear-gradient(to bottom, transparent, #18151f);*/
/*background-image: -moz-linear-gradient(bottom, transparent, #18151F);*/
/*background-image: -o-linear-gradient(to bottom, transparent, #18151f);*/
/*background-image: linear-gradient(to bottom, transparent, #18151F);*/
/*!* W3C *!*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);*/
/*!* IE6-8 *!*/
/*display: block;*/
/*}*/
@media screen and (max-width: 991px) {
  .podcast-card.boxed .podcast-title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .podcast-card.boxed {
    height: auto;
  }
  .podcast-card.boxed .podcast-image {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
/* ========================= */
/*    PODCAST CARD SIDEBAR   */
/* ========================= */
.podcast-card.sidebar .podcast-image {
  height: 280px;
}
.podcast-card.sidebar .podcast-image a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: -webkit-linear-gradient(to bottom, transparent, #18151f);
  background-image: -moz-linear-gradient(bottom, transparent, #18151F);
  background-image: -o-linear-gradient(to bottom, transparent, #18151f);
  background-image: linear-gradient(to bottom, transparent, #18151F);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  display: block;
}
.podcast-card.sidebar .podcast-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
/* ========================= */
/*      	TEAM CARD   	 */
/* ========================= */
.team-card {
  background: #E4E4E4;
}
.team-card .team-card-image {
  position: relative;
  width: 100%;
  height: 270px;
}
.team-card .team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card .team-card-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #110F16;
  background-color: hsla(257.14285714, 18.91891892%, 7.25490196%, 0.5);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80110f16, endColorstr=#80110f16)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80110f16, endColorstr=#80110f16);
  display: block;
}
.team-card .team-card-title {
  margin-top: 25px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.team-card .team-card-job {
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.team-card .team-card-description {
  min-height: 80px;
  margin-bottom: 20px;
  padding: 0 25px;
}
.team-card .team-card-social {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.team-card .team-card-social .social-item {
  list-style: none;
  display: table-cell;
}
.team-card .team-card-social .social-item + .social-item {
  border-left: 1px solid #24202E;
}
.team-card .team-card-social a {
  display: block;
  padding: 10px 15px;
  background: #282434;
  color: #FFF;
  text-align: center;
}
.team-card .team-card-social a:hover,
.team-card .team-card-social a:focus {
  background: #24202E;
}
/* ========================= */
/*      	PAGE HEADER  	 */
/* ========================= */
.page-header,
.page-header-podcast,
.page-error {
  position: relative;
  height: 450px;
  padding: 0;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #110F16;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
}
.page-header:before,
.page-header-podcast:before,
.page-error:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: -webkit-linear-gradient(to top, transparent, #18151f);
  background-image: -moz-linear-gradient(top, transparent, #18151F);
  background-image: -o-linear-gradient(to top, transparent, #18151f);
  background-image: linear-gradient(to top, transparent, #18151F);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.page-header:after,
.page-header-podcast:after,
.page-error:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  display: block;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: -webkit-linear-gradient(to bottom, transparent, #110f16);
  background-image: -moz-linear-gradient(bottom, transparent, #110F16);
  background-image: -o-linear-gradient(to bottom, transparent, #110f16);
  background-image: linear-gradient(to bottom, transparent, #110F16);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
}
.page-header .page-header-inner,
.page-header-podcast .page-header-inner,
.page-error .page-header-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  background-color: #110F16;
  background-color: hsla(257.14285714, 18.91891892%, 7.25490196%, 0.7);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .page-header .page-header-inner,
  .page-header-podcast .page-header-inner,
  .page-error .page-header-inner {
    padding-top: 50px;
  }
}
.page-header h2,
.page-header-podcast h2,
.page-error h2 {
  margin: 90px 0 20px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .page-header h2,
  .page-header-podcast h2,
  .page-error h2 {
    margin-top: 130px;
  }
}
@media screen and (max-width: 480px) {
  .page-header h2,
  .page-header-podcast h2,
  .page-error h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
/* ========================= */
/*    PAGE HEADER PODCAST  	 */
/* ========================= */
.page-header-podcast h2 {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .page-header-podcast h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 90px;
  }
}
@media screen and (max-width: 480px) {
  .page-header-podcast h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* ========================= */
/*    		PAGE ERROR  	 */
/* ========================= */
.page-error {
  height: 700px;
}
@media screen and (max-width: 991px) {
  .page-error {
    height: 500px;
  }
}
.page-error .page-error-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #110F16;
  background-color: hsla(257.14285714, 18.91891892%, 7.25490196%, 0.7);
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3110f16, endColorstr=#b3110f16);
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .page-error .page-error-inner {
    padding-top: 50px;
  }
}
.page-error .page-error-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-error h2 {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .page-error h2 {
    margin-top: 0;
  }
}
/* ========================= */
/*    	PODCAST PLAYER  	 */
/* ========================= */
.podcast-player {
  background: #110F16;
}
.podcast-player .podcast-player-inner {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .podcast-player .podcast-player-inner {
    padding: 30px 0;
  }
}
.podcast-player iframe[src*="soundcloud"] {
  width: 100%;
  height: 100px;
  background: #E5E5E5;
}
.podcast-player .video-frame {
  width: 800px;
  height: 450px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .podcast-player .video-frame {
    width: 100%;
    height: 440px;
  }
}
@media screen and (max-width: 767px) {
  .podcast-player .video-frame {
    height: 300px;
  }
}
@media screen and (max-width: 610px) {
  .podcast-player .video-frame {
    height: 240px;
  }
}
/* ========================= */
/*    	PODCAST META    	 */
/* ========================= */
.podcast-meta-element {
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #1D1925;
}
.podcast-meta-element .podcast-meta-item {
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #F1F1F1;
  -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;
}
.podcast-meta-element .podcast-meta-item + .podcast-meta-item {
  border-left: 1px solid #16131C;
}
@media screen and (max-width: 767px) {
  .podcast-meta-element .podcast-meta-item {
    width: 50%;
    height: auto;
    padding: 30px 0;
    display: block;
    float: left;
    border: 1px solid #16131C;
  }
}
@media screen and (max-width: 480px) {
  .podcast-meta-element .podcast-meta-item {
    width: 100%;
  }
}
.podcast-meta-element a.podcast-meta-item:hover,
.podcast-meta-element a.podcast-meta-item:focus {
  background: #4593CF;
}
/* ========================= */
/*    	PODCAST META    	 */
/* ========================= */
.podcast-links {
  padding: 20px 0;
  background: #17141E;
}
.podcast-links .podcast-links-list {
  margin: 0;
}
.podcast-links .podcast-links-list li {
  margin: 11px 0;
  list-style: none;
}
.podcast-links .btn {
  width: 65px;
}
.podcast-links .podcast-link-cite {
  margin-left: 10px;
  color: #F1F1F1;
  vertical-align: middle;
}
.podcast-links a.podcast-link-cite {
  color: #96C2E4;
}
.podcast-links a.podcast-link-cite:hover,
.podcast-links a.podcast-link-cite:focus {
  color: #4593CF;
}
/* ========================= */
/*		  PAGE CONTENT       */
/* ========================= */
.page-content {
  padding-bottom: 50px;
}
.page-content p {
  margin-bottom: 25px;
  color: #444;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Sans-Serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-content > figure {
  margin-bottom: 25px;
}
/* ========================= */
/*		  PAGE GALLERY       */
/* ========================= */
.page-gallery {
  margin-bottom: 25px;
  *zoom: 1;
}
.page-gallery:before,
.page-gallery:after {
  content: "";
  display: table;
}
.page-gallery:after {
  clear: both;
}
.gallery-item {
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .gallery-item {
    height: 160px;
  }
}
.gallery-item:hover figcaption,
.gallery-item:focus figcaption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -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;
}
.gallery-item a:hover,
.gallery-item a:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #110F16;
  color: #F1F1F1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* ========================= */
/*      PAGE PAGINATION      */
/* ========================= */
.page-pagination {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.page-pagination a {
  position: relative;
  display: block;
  padding: 30px;
  color: #444;
  background: #E4E4E4;
}
@media screen and (min-width: 768px) {
  .page-pagination a {
    display: table-cell;
    vertical-align: middle;
  }
}
.page-pagination a:hover,
.page-pagination a:focus {
  background: #DADADA;
}
.page-pagination a i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.page-pagination a.page-pagination-prev {
  padding-left: 60px;
}
.page-pagination a.page-pagination-prev i {
  left: 15px;
}
.page-pagination a.page-pagination-next {
  padding-right: 60px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-pagination a.page-pagination-next {
    border-left: 1px solid #DADADA;
  }
}
@media screen and (max-width: 767px) {
  .page-pagination a.page-pagination-next {
    border-top: 1px solid #DADADA;
  }
}
.page-pagination a.page-pagination-next i {
  right: 15px;
}
.page-pagination p {
  margin: 0;
  font-weight: 700;
}
/* ========================= */
/*      COMMENT ITEM         */
/* ========================= */
.comment-item {
  position: relative;
  margin-bottom: 40px;
}
.comment-item .comment-image {
  position: absolute;
  top: 5px;
  left: 0;
}
.comment-item .comment-content {
  padding-left: 110px;
}
.comment-item .comment-author {
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}
.comment-item .comment-date {
  margin: 5px 0 10px 0;
  display: block;
  font-weight: 700;
  color: #444;
}
.comment-item small {
  margin-left: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}
/* ========================= */
/*		  PAGE GALLERY       */
/* ========================= */
.map {
  position: relative;
}
.map.touch:after {
  display: none;
}
.map:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.map iframe {
  width: 100%;
  height: 400px;
}
header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background-image: -webkit-linear-gradient(to top, transparent, #18151f);
  background-image: -moz-linear-gradient(top, transparent, #18151F);
  background-image: -o-linear-gradient(to top, transparent, #18151f);
  background-image: linear-gradient(to top, transparent, #18151F);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  z-index: -1;
}
div#content-space {
  background-color: black;
  padding-top: 0px;
}
div#banner section h2:first-child {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  div.guest-picture > img {
    width: auto;
    height: 350px;
  }
}
@media (min-width: 1200px) {
  div.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  div.flex > [class*="col-"] {
    display: flex;
  }
}
