.single .col.gu6 {
	width: 100%;
	max-width: 100%;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
    width: 55px;
	height: 55px;
	background: rgba(0,0,0,0.5);
    top: 210px;
    z-index: 1000;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bx-controls a:before {
	content: '';
	position: absolute; 
  	left: 17px;
	top: 8px;
	height: 39px;
    width: 21px;
  	background-image: url('/wp-content/plugins/slidedeck2-personal/lenses/tool-kit/images/arrowstyle_3.png') !important;
}

.bx-wrapper:hover .bx-controls-direction a {
	opacity: 1;
}

.bx-controls-direction a.bx-next {
	right: 43px;
}

.bx-controls-direction a.bx-next:before {
	background-position: right top;
}

.bx-controls-direction a.bx-prev {
	left: 43px;
}

.bx-controls-direction a.bx-prev:before {
	background-position: left top;
}

.home_slider_wrap {
	height: 664px;
	overflow: hidden;
}

/* Podcast Page */

.podcast-header {
	width: 100%;
	background-size: cover;
	padding: 33px 100px 30px 0;
	box-sizing: border-box;
}

.podcast-header::after {
 	display: block;
  	clear: both;
  	content: " ";
}

.ph-left {
 	width: 75%;
  	float: left;
  	display: inline-block;
  	vertical-align: top;
}
.ph-right {
 	width: 20%;
  	float: right;
  	display: inline-block;
  	vertical-align: top;
  	text-align: center;
  	padding-top: 8px;
}
.ph-left h2 {
	font-size: 18px;
  	font-weight: bold;
	line-height: 1.5;
	display: block;
	font-family: arial, sans-serif !important;
}

.ph-left h2 span {
 	color: #c5001c; 
}

@media only screen and (max-width: 900px) {
  .podcast-header {
      padding: 43px 60px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .podcast-header {
      padding: 43px 40px 50px;
  }  
}

@media only screen and (max-width: 737px) {
  .ph-left, .ph-right {
      float: none;
      display: block;
      text-align: center;
      width: 100%;
  }
  .ph-left h2 {
      margin: 0 0 15px;
      line-height: 1.4;
  }
  .podcast-header {
      padding: 25px 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
 	.featured-img img {
		width: 100%;
	} 
}