/*!
Theme Name: Audioatro | Shared by VestaThemes.com
Theme URI: http://smartlythemes.com/demos/audioatro/
Author: Smartly Themes
Author URI: https://themeforest.net/user/smartlythemes/
Description: A podcasting, artists, music and audio theme for WordPress
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: audioatro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* WORDPRESS CLASSES
================================================== */

/*Accessibility*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

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

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

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

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

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

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

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

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

.widget select {
	max-width: 100%;
  outline: none;
}

.widget ul {
  list-style: none;
  padding-left: 0;
}

.widget ul .children {
  padding-left: 20px;
}

.widget a {
  color: #a9a1a1;
}

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

.hentry {
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	margin-top: 14px;
  margin-bottom: 14px;
  font-size: 14px;
  font-style: italic;
}

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

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.logged-in-as,
.aa-content-wrapper .logged-in-as {
  margin-left: 15px;
}


/*Hover effects*/

.aa-effects-container {
  overflow: hidden;
  position: relative;
  margin-top: -50px;
  max-width: 585px;
}

.aa-effects-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.aa-effects-container:before,
.aa-effects-container:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.aa-effects-container:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.aa-effects-container:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.aa-effects-container .aa-effects-readmore {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
}

.aa-effects-container h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
}

.aa-effects-container a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.aa-effects-container:hover > img,
.aa-effects-container.hover > img {
  opacity: 0.5;
}

.aa-effects-container:hover:before,
.aa-effects-container.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.aa-effects-container:hover:after,
.aa-effects-container.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.aa-effects-container:hover .aa-effects-readmore,
.aa-effects-container.hover .aa-effects-readmore {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* TYPOGRAPHY
================================================== */

html,
body { 
	font-family: 'Slabo 27px', serif;
	font-size: 17px;
	color: #989494;
  overflow-x: hidden;
  line-height: 25px;
}

table, th, td {
  border: 1px solid #989494;
  padding: 10px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 800;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3 {
   line-height: 40px;
}

h4 {
   line-height: 35px;
}

h5,
h6 {
   line-height: 30px;
}

h1 {
	font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 15px;
}

a {
	color: #ff002a;
  transition: 0.3s;
}

blockquote {
  color: #000;
}

canvas {
  vertical-align: bottom; 
  display:block;
}

.aa-the-page h1:first-child,
.aa-the-page h3:first-child,
.aa-the-page h3:first-child,
.aa-the-page h4:first-child,
.aa-the-page h5:first-child,
.aa-the-page h6:first-child {
  margin-top: 0;
}

.aa-the-page-content {
  padding-right: 40px;
}

.aa-the-page-content iframe {
  max-height: 900px;
}

.aa-the-page-content .comment-reply-title {
  text-align: left;
}

.aa-the-page-content .comment-form,
.aa-the-page-content .aa-commenters {
  margin-left: -15px;
}

.aa-the-page-content .logged-in-as {
    margin-left: 15px;
}

.aa-the-page-content .aa-post-comment-form {
    padding-top: 0;
    padding-bottom: 0;
}

.form-control {
  border: #ddd 2px solid;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.aa-site-search-icon {
  position: absolute;
  line-height: 0px;
  top: 17px;
  right: 30px;
  text-align: center;
  font-size: 14px;
  color: #afa9a9;
}

.aa-content-wrapper p {
  margin: 0 0 30px;
}

.aa-content-wrapper {
  -ms-word-wrap: break-word;
   word-wrap: break-word;
}

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

input {
 margin-bottom: 8px;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  background-color: #ff002a;
  border: #ff002a;
  border-radius: 25px;
  padding: 4px 30px;
  color: #fff;
  outline: none;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 8px;
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.btn:hover, 
button:focus, 
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus,
.btn:focus,
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active,
.btn:active {
 background-color: #bd0523;
 color: #fff;
 border: #ff002a;
 border-radius: 25px;
}

input[type="file"],
input[type="range"]  {
    border: 0;
}

input[type="range"]:focus  {
    border: 0;
}

input,
textarea {
  border: #ddd 2px solid;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus,
input:focus,
textarea:focus {
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
  border: 2px solid #e0e0e0;
  outline: none;
}

table {
  margin-bottom: 18px;
  width: 100%;
}

.btn {
  background-color: #ff002a;
  border: #ff002a;
  font-size: 20px;
  border-radius: 25px;
  padding: 4px 30px;
  color: #fff;
  transition: 0.15s;
}

.owl-nav.disabled .owl-prev,
.owl-nav.disabled .owl-next {
  display: none;
}

.aa-latest-podcasts-slides-wrapper .list-inline {
  margin-bottom: 0;
}

.aa-podcast-header-main .owl-dots {
  text-align: center;
  min-height: 158px;
  background-color: rgba(0, 0, 0, 0.99);
  margin-top: -87px;
  padding-top: 94px;
  padding-bottom: 40px;
}

.aa-podcast-header-main .owl-dot {
  display: inline-block;
  zoom: 1;
}

.aa-podcast-header-main .owl-dot span {
    width: 5px;
    height: 5px;
    display: block;
    backface-visibility: visible;
    margin: 5px 7px;
    background: #fff;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.aa-podcast-header-main .owl-dot.active span, 
.aa-podcast-header-main .owl-dot:hover span {
    background: #ff002a;
}

.aa-podcast-header-main {
  background: linear-gradient( rgba(8, 8, 8, 0.51), rgba(0, 0, 0, 0.75) ) , url('assets/images/general-header.jpg'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 990px;
  width: 100%;
  color: #fff;
}

.navbar-default .fa {
  font-weight: 900;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 28px;
  border-radius: 5px;
  border: 0;
}

.dropdown-menu>li>a {
  padding: 14px 20px; 
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
  color: #fff;
  background-color: #000;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.dropdown-menu>li:first-child>a:hover, 
.dropdown-menu>li:first-child>a:focus {
  border-radius: 4px 4px 0 0;
}

.dropdown-menu>li:last-child>a:hover, 
.dropdown-menu>li:last-child>a:focus {
  border-radius: 0 0 4px 4px;
}

.navbar-default .navbar-nav>li>a:after {
  content: ' \25CF';
  visibility: hidden;
  display: block;
  text-align: center;
  color: #ff002a;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.30s ease;
  transition: all 0.30s ease;
}

.navbar-default .navbar-nav>li>a:hover:after { 
  visibility: visible;
  opacity: 1;
  transform: translate(0, 12px);
}

.navbar-default .navbar-nav>.dropdown>a:hover:after { 
  visibility: visible;
  opacity: 1;
  transform: translate(0, 6px);
}

.aa-third-level-menu {
  position: relative;
}

.navbar-nav .dropdown .fa {
  margin-left: 3px;
}

.aa-third-level-menu .fa {
  margin-top: 3px;
}

.navbar-default .navbar-nav .dropdown-menu:hover ~ a:after { 
  visibility: visible;
  opacity: 1;
  transform: translate(0, 12px);
}

.navbar-default .navbar-nav>.active>a:after {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 12px);
}

.navbar-default .navbar-nav>.active>a:hover:after {
  color: #fff;
}

.aa-main-podcast-title {
  margin-top: 54px;
  text-align: center;
}

.aa-main-podcast-title h3 {
  font-size: 34px;
  color: #fff;
}

.aa-podcast-subscribe-btns {
  margin-top: 62px;
}

.aa-podcast-subscribe-btns .btn.aa-itunes-susbscribe {
  background-color: #ff002a;
  border: #ff002a;
  color: #fff;
}

.aa-podcast-subscribe-btns .btn.aa-itunes-susbscribe:hover,
.aa-podcast-subscribe-btns .btn.aa-itunes-susbscribe:focus {
  background-color: #bd0523;
  color: #fff;
}

.aa-podcast-subscribe-btns .btn {
  background-color: transparent;
  font-size: 20px;
  border: 1px solid;
  border-radius: 25px;
  margin-right: 16px;
  margin-left: 15px;
  padding-right: 30px;
  padding-left: 30px;
}

.aa-podcast-subscribe-btns .btn:hover,
.aa-podcast-subscribe-btns .btn:focus {
  border-color: #989494;
  color: #989494;
}

.aa-latest-podcasts-slide-item {
  height: 340px;
  width: 380px;
}

.aa-latest-podcasts-slide-item img {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  border-radius: 25px;
}

.aa-latest-podcasts-slides-wrapper {
    margin-top: 70px;
}

.aa-latest-podcasts-slides-wrapper .owl-carousel .owl-dots.disabled {
  display: block;
}

.aa-latest-podcasts-slides-wrapper .owl-item.active.center {
    z-index: 10;
}

.aa-latest-podcasts-slides-wrapper .owl-item.active {
    z-index: 5;
}

.aa-latest-podcasts-slides-wrapper .center .aa-latest-podcasts-slide-item img {
   -webkit-transform: scale(1.35);
   transform: scale(1.35);
   border-radius: 25px;
}

.aa-latest-podcasts-slides-wrapper .center .aa-latest-podcasts-slide-item::after{
   background: transparent;
 }

.aa-latest-podcasts-slides-wrapper .owl-carousel .owl-stage-outer {
  padding-top: 204px;
  padding-bottom: 20px;
  margin-bottom: -70px;
}

.aa-latest-podcasts-slides-wrapper .center .aa-latest-podcasts-slide-item {

}

.aa-podcast-slide-item-date {
 position: absolute;
 top: -12px;
 right: -24px;
 font-family: 'Raleway', sans-serif;
 opacity: 0;
 -webkit-transition: .4s ease-in-out;
 transition: .4s ease-in-out;
 filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}

.aa-latest-podcasts-slides-wrapper a {
  color: #fff;
}

.aa-podcast-texts a:hover, 
.aa-podcast-texts a:focus {
  color: #989494;
}

.aa-podcast-nav-left,
.aa-podcast-nav-right {
  position: absolute;
  color: #fff;
  font-size: 50px;
  z-index: 500;
  top: 64%;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}

.aa-podcast-nav-left .fa,
.aa-podcast-nav-right .fa {
  cursor: pointer;
}

.aa-podcast-nav-left {
  left: 0;
}

.aa-podcast-nav-right {
  right: 0;
}

.aa-podcast-slide-item-action {
  position: absolute;
  bottom: 55px;
  left: -21px;
  font-family: 'Raleway', sans-serif;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}

.aa-podcast-slide-item-action .fa {
  font-size: 45px;
}

.owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-slide-item-date,
.owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-slide-item-action {
  opacity: 1;
}

.aa-latest-podcasts-slides-wrapper .list-inline{
  margin-left: 0;
}

.aa-latest-podcasts-slide-item .aa-podcast-texts {
  margin-top: -476px;
  display: none;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.aa-podcast-texts .aa-cat-slide-item {
  font-size: 19px;
}

.owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-texts {
  display: block;
}

.aa-latest-podcasts-slide-item .aa-podcast-title {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.aa-intro-podcasts-wrapper {
  background-color: #f4f4f4;
  min-height: 250px;
  padding-bottom: 50px;
}

.aa-featured-pod-items-wrapper .container {
  max-width: 1030px;
}

.aa-podcast-content a {
  color: #989494;
}

.aa-podcast-content a:hover,
.aa-podcast-content a:focus {
    color: #636060;
}

.aa-podcast-content {
  background-color: #fff;
  padding: 10px 27px 12px 10px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  min-height: 113px;
}

.aa-podcast-content .aa-action-buttons {
  margin-top: 22px;
  margin-bottom: -23px;
}

.aa-podcast-content .aa-play-icon .fa {
  background-color: #000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding-top: 14px;
  color: #fff;
  padding-left: 17px;
  font-size: 15px;
}

.aa-podcast-content .fa {
 color: #000;
}

.aa-featured-pod-date {
  padding-top: 40px;
  min-width: 72px;
}

.aa-featured-podcasts-heading {
  margin-top: 44px;
}

.aa-featured-podcast-image img {
  height: 90px;
  border-radius: 4px;
}

.aa-podcast-content p {
  padding-top: 30px;
}

.aa-featured-pod-item {
  margin-bottom: 23px;
}

.aa-featured-pod-item .row>.col-md-1{
  padding-right: 0;
}

.aa-featured-pod-date span {
  background-color: #ff002a;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
}

.aa-heading-with-border hr {
 width: 35px;
 border: solid 3px #ff002a;
 border-radius: 3px;
}

.aa-heading-with-border {
  margin-bottom: 40px;
}

.aa-section-podcasts .list-inline {
  margin-left: 0;
  margin-bottom: 0;
}

.aa-section-podcasts .aa-section-podcast-title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 5;
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  font-weight: 200; 
}

.aa-section-podcasts .aa-podcast-cat-view .btn {
  position: absolute;
  bottom: 130px;
  left: 20px;
  z-index: 5;
  padding-right: 50px;
  padding-left: 50px;
}

.aa-section-podcast-item::after {
  background: rgba(0, 0, 0, 0.31);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.aa-podcast-presenters-wrapper {
  background-color: #f4f4f4;
  min-height: 500px;
  padding-bottom: 70px;
  padding-top: 80px;
  color: #989494;
}

.aa-podcast-presenters-wrapper a {
    color: #000;
}

.aa-podcast-presenters-wrapper a:hover, 
.aa-podcast-presenters-wrapper a:focus {
    color: #989494;
}

.aa-presenters-main-text {
  border-left: 6px solid #ff002a;
  padding: 5px 0 5px 30px;
}

.aa-presenters-main-text.aa-title-border-none {
  border-left: 0;
}

.aa-presenters-main-text h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 800;
}

.aa-presenters-main-text h4 {
  color: #989494;
  font-family: 'Raleway', sans-serif;
  font-size: 35px;
  font-weight: 500;
}

.aa-presenters-section {
  margin-top: 40px;

}

.aa-presenter-card {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 56px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.swiper-slide-active .aa-presenter-card, 
.swiper-slide-next .aa-presenter-card {
  cursor: pointer;
}

.aa-presenter-avatar {
  height: 105px;
  border-radius: 50%;
  margin-top: -50px;
}

.aa-presener-bio::-webkit-scrollbar-track {
  border-radius: 10px;
}

.aa-presener-bio::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.aa-presener-bio::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
}

.aa-presenter-card .aa-presener-bio {
  height: 100px;
  margin-bottom: 23px;
  overflow-y: hidden;
  padding-right: 8px;
}

.aa-presenter-card .aa-presener-bio p {
  margin: 23px;
}

.aa-presenter-card .aa-presener-bio:hover,
.aa-presenter-card .aa-presener-bio:active {
  overflow-y: auto;
  padding-right: 0;
}

.aa-presenter-card .aa-presenter-name {
  margin-top: 7px;
  margin-bottom: 7px;
}

.aa-presenter-social-links {
  padding-bottom: 3px;
}

.aa-sponsorship-section {
  color: #fff;
  background: linear-gradient( rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61) ), url('assets/images/sponsorship-bg.jpg');
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  height:500px;
  display:table;
  width:100%;
}

.aa-sponsorship-section .fa {
  font-size: 50px;
}

.aa-sponsorship-section h3 {
  color: #fff;
  font-size: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.aa-sponsorship-section p {
  font-size: 30px;
  margin: 36px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.aa-sponsorship-section .aa-sponsor-txt {
  margin-top: 87px;
}

.aa-featured-img-box {
  width: 215px;
  height: 275px;
  border: 2px solid #cfcfcf;
}

.aa-featured-blog-posts {
  margin: 30px 0 120px 0;
}

.aa-featured-img-box img {
  margin: 13px;
}

.aa-section-featured-posts {
  margin-top: 76px;
}

.aa-section-featured-posts h3 {
  font-size: 30px;
  font-weight: 500;
}

.aa-podcast-footer-main {
  color: #fff;
}

.aa-podcast-footer-main input {
  border-radius: 25px;
  outline: none;
  padding: 6px;
  border: none;
  margin-right: 16px;
  color: #989494
}

.aa-podcasts-footer {
  background: linear-gradient( rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61) ), url('assets/images/footer-bg.jpg');
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  display:table;
  width:100%;
}

.aa-podcasts-footer h2 {
  color: #fff;
}

.aa-podcasts-footer .aa-site-footer-title {
  padding-top: 100px;
}

.aa-podcast-outro-footer {
  padding: 22px;
  background-color: #000;
  position: relative;
}

.aa-podcast-footer-section span {
 color: #fff;
}

.aa-podcast-footer-section {
  margin-top: 70px;
}

.aa-podcast-footer-section .fa {
  color: #ff002a;
  font-size: 40px;
  margin-bottom: 28px;
}

.aa-podcasts-newsletter-subs-form {
  margin-top: 91px;
  margin-bottom: 80px;
}

.aa-podcast-footer-icons .fa {
  background-color: #ff002a;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding-top: 13px;
  color: #fff;
  transition: 0.15s;
}

.aa-podcast-footer-icons .fa:hover,
.aa-podcast-footer-icons .fa:focus {
  background-color: #bd0523;
}

.aa-podcast-footer-icons {
  margin-top: -42px;
  margin-bottom: 13px;
}

.aa-podcast-footer-icons a {
  margin-right: 10px;
}

.podcast-single-header {
  color: #fff;
  background: linear-gradient( rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31) ), url('assets/images/general-header.jpg');
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  height:662px;
  display:table;
  width:100%;
}

.aa-audio-player {
  margin-top: 112px;
}

.aa-audio-play-btn {
  cursor: pointer;
}

.aa-audio-play-btn .fa {
  background-color: #ff002a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-top: 37px;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.aa-single-podcast-txt {
  margin-left: 26px;
}

.aa-single-podcast-txt .aa-podcast-category {
  font-weight: bold;
}

.aa-podcast-category a {
  color: #fff;
}

.aa-podcast-category a:hover,
.aa-podcast-category a:focus {
  color: #ababab;
}

.aa-audio-player-action-icons {
  padding-bottom: 3px;
}

.aa-audio-player-action-icons a,
.aa-audio-player-action-icons a:hover {
  color: #fff;
}

.aa-audio-player-action-icons .fa {
  font-size: 20px;
}

.aa-audio-player-action-icons .fa-volume-up {
  cursor: pointer;
}

.aa-single-podcast-txt p {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
}

.aa-times-container {
  margin-top: 99px;
}

#aa-track-duration {
  margin-left: -15px;
}

#aa-track-seek-slider,
#aa-vol-adjust {
  -moz-appearance: none; 
}

#aa-track-seek-slider,
#aa-vol-adjust {
  -ms-appearance: none; 
}

#aa-track-seek-slider,
#aa-vol-adjust {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #bfb8b8;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin-bottom: 12px;
  margin-top: 12px;
}

#aa-track-seek-slider::-ms-slider-thumb,
#aa-vol-adjust::-ms-slider-thumb {
   -ms-appearance: none;
}

#aa-track-seek-slider::-moz-slider-thumb
#aa-vol-adjust::-moz-slider-thumb {
  -moz-appearance: none;
}

#aa-track-seek-slider::-webkit-slider-thumb,
#aa-vol-adjust::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cc524b;
    cursor: pointer;
    transition: 300ms ease 0s;
}

#aa-track-seek-slider::-webkit-slider-thumb:hover,
#aa-vol-adjust::-webkit-slider-thumb:hover {
    width: 25px;
    height: 25px; 
}

#aa-vol-adjust {
  width: 0;
  margin-top: 0;
  background: #fff;
  display: inline-block;
  margin-bottom: 0;
  transition: 0.45s;
  opacity: 0;
}

#aa-volume-slider:hover #aa-vol-adjust {
  width: 200px;
  opacity: 1;
}

.aa-podcast-publish-date {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

.aa-play-times {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  letter-spacing: 8px;
}

.aa-audio-player-action-icons span {
  margin-right: 18px;
}

.aa-header-share-btns>.fa{
  cursor: pointer;
}

.aa-header-share-btns:hover .aa-the-share-buttons,
.aa-header-share-btns:focus .aa-the-share-buttons,
.aa-header-share-btns:active .aa-the-share-buttons {
  opacity: 1;
}

.aa-the-share-buttons {
  transition: 0.45s;
  opacity: 0;
}

.aa-the-share-buttons a {
  margin-right: 18px;
}

.aa-the-share-buttons .fa-facebook {
  margin-left: 18px;
}

.aa-play-time-rail {
  background: #ff002a;
  width: 100%;
}

.aa-content-wrapper {
  padding-top: 50px;
}

.aa-section-third h4 {
  margin-top: 0;
  margin-bottom: 36px;
}

.aa-section-third .aa-share-icon {
  margin-bottom: 20px;
}

.aa-section-third .aa-share-icon .fa {
  font-size: 30px;
  font-weight: bold;
}

.aa-post-description {
  margin-top: -6px;
  margin-bottom: 24px;
}

.aa-the-post-content {
  padding: 0 30px;
}

.aa-related-posts {
  background-color: #f4f4f4;
  min-height: 500px;
  margin-top: 40px;
  padding-bottom: 80px;
}

.aa-related-posts .swiper-slide {
  max-width: 350px;
  height: 400px;
}

.aa-related-post-card {
  background-color: #fff;
  border-radius: 0 5px 5px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15)
}

.aa-related-post-card .aa-effects-container {
  margin-top: 0;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}

.aa-related-post-card img {
  border-radius: 5px 5px 0 0;
  min-height: 250px;
  max-height: 250px;
}

.aa-related-post-card-content {
  padding: 15px;
  min-height: 131px;
}

.no-comments {
  margin-left: 15px;
  background-color: #f4f4f4;
  padding: 20px;
}

.aa-post-comment-form {
  padding-top: 40px;
  padding-bottom: 80px;
}

.aa-post-comment-form h3 {
  margin-bottom: 50px;
}

.aa-commenters .media {
  overflow: visible;
  background-color: #f4f4f4;
  padding: 36px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.31);
}

.children {
  padding-left: 0;
  list-style: none;
}

.children .depth-1 .media {
  padding-left: 90px;
}

.children .depth-2 .media {
  padding-left: 180px;
}

.children .depth-3 .media {
  padding-left: 270px;
}

.children .depth-4 .media {
  padding-left: 360px;
}

.children .depth-5 .media {
  padding-left: 450px;
}

.children .depth-4 .media {
  margin-bottom: 40px;
}

.children .depth-5 .media {
  margin-top: -40px;
}

.aa-commenters .aa-commentor-avator img  {
  width: 80px;
  border-radius: 50%;
  border: 2px solid #ff002a;
  max-width: 80px;
  height: 80px;
}

.aa-commenters .media-body {
    width: auto;
}

.aa-commenters p {
  margin-top: 8px;
  margin-bottom: 8px;
} 

.aa-commenters .media-left {
  padding-right: 30px;
  float: left;
}

.aa-commenters .media-left, 
.aa-commenters .media-right, 
.aa-commenters .media-body {
   display: block;
}

.aa-commenters .media-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word; 
}

.aa-commenter-name {
  color: #000;
  font-size: 17px;
}

.aa-comment-edit-link a {
    color: #000;
  }

.aa-comment-edit-link a:hover,
.aa-comment-edit-link a:focus {
    color: #989494;
}

.aa-commenter-date {
  color: #b19e9e;
  font-size: 14px;
}

.aa-commenters pre {
  background-color: #fff;
}

.aa-post-comment-form .aa-comments-so-far {
  margin-bottom: 22px;
  margin-top: 50px;
}

.comment-reply-title {
  text-align: center;
}

.aa-post-comment-form input[type="submit"] {
  padding-right: 40px;
  padding-left: 40px;
  margin-left: 17px;
}

.aa-post-comment-form li {
  margin-bottom: 40px;
}

.aa-side-bar-main h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.aa-side-bar-main h4:first-child {
  margin-top: 0;
}

.aa-the-podcast-content h3 {
  margin-top: 0;
}

.aa-podcast-featured-image {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  height: 100px;
  margin-bottom: 30px;
}

.aa-the-podcast-content {
  padding-bottom: 40px;
}

.aa-pod-description .glyphicon {
  font-size: 30px;
  color: #000;
}

.aa-page-with-img-header {
 color: #fff;
 background: linear-gradient( rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31) ), url('assets/images/general-header.jpg');
 background-size: cover;
 position: relative;
 background-repeat: no-repeat;
 background-position: center top;
 height:361px;
 display:table;
 width:100%;

}

.aa-audio-archive-body {
  min-height: 500px;
  padding-bottom: 100px;
}

.aa-audio-archive-listings {
  padding-right: 40px;
  padding-top: 30px;
}

.aa-audio-archive-pod-featured img {
  width: 330px;
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.15);
}

.aa-item-actions-n-description {
  border: 1px solid;
  padding: 44px 24px 6px;
  background-color: #fff;
  border-radius: 4px;
}

.aa-item-actions-n-description  .aa-pod-item-main-link {
  color: #989494;
}

.aa-item-actions-n-description  .aa-pod-item-main-link:hover,
.aa-item-actions-n-description  .aa-pod-item-main-link:focus {
      color: #636060;
}

.aa-archive-audio-item img {
  min-height: 90px;
  border-radius: 4px;
}

.aa-archive-audio-item {
  margin-bottom: 34px;
}

.aa-archive-audio-item .aa-audio-archive-time {
  padding: 7px;
  margin-top: 7px;
  min-width: 90px
}

.aa-archive-audio-item .aa-audio-archive-time span {
  background-color: #ff002a;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.aa-item-actions-n-description .aa-icons-container-pod {
    margin-left: 6px;
}

.aa-item-actions-n-description .aa-action-buttons {
  margin-top: -8px;
}

.aa-item-actions-n-description .aa-featured-pod-share-icons a {
    margin-right: 10px;
}

.aa-action-buttons {
  float: right;
}

.aa-item-actions-n-description .aa-action-buttons .aa-play-icon .fa {
  background-color: #000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  padding-top: 14px;
  color: #fff;
  padding-left: 17px;
  font-size: 15px;
}

.aa-item-actions-n-description .aa-action-buttons .fa {
  color: #000;
}

.aa-audio-archive-cat h3 {
  color: #fff;
}

.aa-audio-archive-cat {
  margin-top: 95px;
}

.aa-audio-archive-cat a,
.aa-audio-archive-cat span {
  color: #fff;
}

.aa-audio-archive-cat a:hover, 
.aa-audio-archive-cat a:focus {
  color: #ababab;
}

.aa-audio-archive-cat .tooltip-inner {
    background-color: #ff002a;
    font-size: 16px;
}

.aa-audio-archive-cat .tooltip.top .tooltip-arrow {
    border-top-color: #ff002a;
}

.aa-audio-archive-cat .tooltip.in {
   opacity: 1;
}

.aa-archive-pod-cat-img {
  margin-bottom: -62px;
}

.aa-archive-pod-cat-img img { 
  border: 2px solid;
  border-radius: 4px;
  max-height: 250px;
}

.aa-normal-cat .aa-pagination-nums {
  margin-left: 0;
}

.aa-pagination-nums {
  margin-top: 71px;
  margin-left: 138px
}

.aa-pagination-nums a {
  display: inline-block;
  margin-right: 32px;
  color: #989494;
}

.page-numbers.current {
  color: #000;
  margin-right: 32px;
  font-weight: bold;
}

.page-numbers.dots {
  margin-right: 32px;
}

.page-numbers:hover{
  color: #000;
}

.aa-page-intro {
  height: 150px;
}

.aa-page-intro h3 {
  color: #fff;
  line-height: 150px;
}

.aa-blog-index .aa-content-wrapper {
  padding-top: 76px;
}

.aa-blog-index {
  padding-bottom: 100px;
}

.aa-blog-index .aa-pagination-nums {
  margin-left: 0;
}

.aa-blog-index-cards {
  padding-right: 40px;
}

.aa-blog-card {
  background-color: #fff;
  min-height: 50px;
  margin-bottom: 100px;
  border: 1px solid;
}

.aa-blog-card-content {
  padding: 25px;
}

.aa-blog-card-content h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.aa-blog-card-date span {
 background-color: #ff002a;
 color: #fff;
 padding: 6px;
 font-size: 14px;
}

.aa-blog-card-date {
   margin-top: 20px;
}

.aa-excerptlink {
  color: #989494;
}

.aa-featured-img {
  margin-bottom: 25px;
}

.aa-excerptlink:hover,
.aa-excerptlink:focus {
  color: #716f6f;
}

.tagcloud a {
  background: #000;
  padding: 8px 15px 7px;
  margin-bottom: 5px;
  margin-right: 5px;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px !important;
  color: #fff;
  transition: 0.15s;
}

.tagcloud a:hover,
.tagcloud a:focus {
  background: #ff002a;
}

.aa-blog-post-entries {
  margin-bottom: 20px;
}

.aa-blog-post-entries a {
  color: #989494;
}

.aa-blog-post-entries a:hover,
.aa-blog-post-entries a:focus {
  color: #716f6f;
}

.aa-blog-post-entries span {
  margin-right: 40px;
}

.aa-about-us-intro {
  padding-bottom: 50px;
}

.aa-about-us .aa-about-icon {
  padding-top: 50px;
  padding-bottom: 27px;
}

.aa-about-us .aa-about-icon .fa {
  color: #000;
  font-weight: 800;
  font-size: 30px;
}

.aa-partners-wrapper {
  margin-bottom: 90px;
  text-align: center;
  margin-top: 60px;
}

.aa-about-us-intro .aa-separator-dots {
  margin-top: 15px;
}

.aa-separator-dots .glyphicon {
  font-size: 30px;
  color: #000;
}

.aa-about-us-featured-img {
  padding-top: 15px;
  padding-bottom: 30px;
}

.aa-partners-highlight img {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.aa-contacts-page .aa-featured-podcasts-heading {
  margin-top: 0;
}

.aa-addreaa-box .fa {
  font-size: 60px;
}

.aa-contact-address .fa {
  color: #000;
}

.aa-contact-address {
  margin-top: 35px;
}

.aa-fill-the-form-txt {
  margin-top: 80px;
  margin-bottom: 16px;
}

.aa-contact-form .btn {
  margin-top: 25px;
}

.aa-addreaa-box {
  border-right: 1px solid;
}

.aa-addreaa-box-last {
  border-right: 0;
}

.aa-contact-form-wrapper {
  background-color: #f4f4f4;
}

.wpb_gmaps_widget.aa-contact-map .wpb_wrapper {
    padding: 0;
}

.aa-search-page {
  min-height: 300px;
}

.aa-the-page {
  padding-bottom: 80px;
}

.aa-search-cards .aa-search-results-card-content {
    border: 1px solid;
}

.aa-search-results-card-content {
  padding: 40px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid;
}

.aa-search-results-card {
  margin-bottom: 40px;
}

.aa-search-page.aa-404-page .aa-search-results-card-date span,
.aa-search-results-card.aa-nothing-found-card span {
  padding: 6px;
  font-size: 14px;
}

.aa-search-results-card.aa-nothing-found-card {
 margin-top: 36px;
}

.aa-search-results-card-date span {
  background-color: #ff002a;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
}

.aa-search-results-card-date {
  margin-bottom: 20px;
}

.aa-search-page .aa-pagination-nums {
  margin-left: 0;
}

.aa-nothing-found-icon .fa {
  color: #000;
  font-size: 46px;
}

.aa-search-page .aa-content-wrapper {
  padding-top: 25px;
}

.aa-search-page.aa-404-page .aa-content-wrapper {
  padding-top: 60px;
}

.aa-header-search-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
}

.aa-header-search-area input {
  outline: 0;
  border: 0;
  font-size: 126px;
  color: #000;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 1141px;
}

.aa-header-search-area input:focus {
    box-shadow: none;
}

.aa-header-search-controls {
  margin-top: 50px;
}

.aa-header-close-icon {
  display: inline-block;
  margin-top: 2px;
}

.aa-header-close-icon a{
  color: #000;
  font-size: 50px;
}

.aa-header-close-icon a:hover,
.aa-header-close-icon a:hover {
  color: #9e9e9e;
}

.aa-header-search-controls h3 {
  display: inline-block;
}

.aa-header-search-body {
  overflow: hidden;
}

.navbar-brand img {
  margin-top: -3px;
}

.swiper-scrollbar-drag {
   cursor: pointer;
   top: -3px;
   height: 10px;
   background: #000;
}

.swiper-container-horizontal .swiper-scrollbar {
  height: 5px;
  left: 0;
  width: 99.5%;
}

.aa-carousel-presenters-wrapper .swiper-slide {
  max-width: 358px;
  max-height: 326px;
}

.aa-carousel-presenters-wrapper .swiper-wrapper {
  margin-bottom: 75px;
  margin-left: 2px;
}

.swiper-container {
  padding-bottom: 5px;
}

#aa-analyser-bars {
  height: 189px;
  width: 100%;
}

.aa-post-tags {
  margin-bottom: 20px;
  clear: both;
  padding-top: 20px;
}

.aa-post-tags a {
  background: #f4f4f4;
  padding: 8px 15px 7px;
  margin-bottom: 7px;
  margin-right: 7px;
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
  color: #989494;
  transition: 0.15s;
}

.aa-post-tags a:hover,
.aa-post-tags a:focus {
  background: #dadada;
}

.aa-featured-pod-share-icons {
  margin-top: 2px;
  opacity: 0;
  display: block;
  text-align: right;
  transition: 0.45s;
}

.aa-share-toggle:hover .aa-featured-pod-share-icons,
.aa-share-toggle:focus .aa-featured-pod-share-icons {
 opacity: 1;
}

.aa-featured-pod-share-icons a:last-child {
  margin-right: 0;
}

.aa-icons-container-pod {
  margin-right: 0;
  margin-left: 47px;
}

.aa-icons-container-pod a {
  margin-right: 10px;
}

.aa-featured-pod-share-icons a {
  margin-right: 15px;
}

.aa-share-icon a {
  color: #989494;
}

.aa-share-icon a:hover,
.aa-share-icon a:focus {
  color: #716f6f;
}

.sticky .aa-blog-card-content {
  border: 3px solid #000;
}

.aa-back-to-top-btn.aa-scroll-top-show a {
  bottom: 50px;
  opacity: 1;
}

.aa-back-to-top-btn a {
  border: 0.3px solid #fff;
  position: fixed;
  bottom: -50px;
  right: 50px;
  z-index: 5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  transition: all 0.5s;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.aa-search-cards .aa-search-results-card-date span {
  background-color: #000;
}

.aa-back-to-top-btn a:hover {
  background-color:  #ff002a;
}

.aa-page-links .page-number {
  padding-left: 20px;
}

.aa-search-results-heading {
  margin-bottom: 40px;
}

.aa-search-cards li {
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 4px solid #000;
  padding-left: 33px;
  padding-bottom: 1px;
}

.aa-search-cards li:last-child {
  padding-bottom: 0;
}

.aa-search-cards .aa-search-results-card {
    margin-bottom: 60px;
}

.aa-search-cards li:after {
  width: 15px;
  height: 15px;
  display: block;
  top: 6px;
  position: absolute;
  left: -9px;
  border-radius: 10px;
  content: '';
  border: 2px solid #000;
  background: white;
}

.aa-search-cards a {
  color: #989494;
}

.aa-search-cards a:hover,
.aa-search-cards a:hover {
  color: #000;
}

.aa-mobile-menu-togggle {
  width: 32px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: 13px;
}

.aa-mobile-menu-togggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.aa-mobile-menu-togggle span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.aa-mobile-menu-togggle span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.aa-mobile-menu-togggle span:nth-child(1), .aa-mobile-menu-togggle span:nth-child(2) {
  top: 0px;
}

.aa-mobile-menu-togggle span:nth-child(3), .aa-mobile-menu-togggle span:nth-child(4) {
  top: 11px;
}

.aa-mobile-menu-togggle span:nth-child(5), .aa-mobile-menu-togggle span:nth-child(6) {
  top: 22px;
}

.aa-mobile-menu-togggle.open span:nth-child(1),.aa-mobile-menu-togggle.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aa-mobile-menu-togggle.open span:nth-child(2),.aa-mobile-menu-togggle.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.aa-mobile-menu-togggle.open span:nth-child(1) {
  left: 2px;
  top: 0;
}

.aa-mobile-menu-togggle.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 0;
}

.aa-mobile-menu-togggle.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.aa-mobile-menu-togggle.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.aa-mobile-menu-togggle.open span:nth-child(5) {
  left: 3px;
  top: 10px;
}

.aa-mobile-menu-togggle.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 10px;
}

.aa-the-podcast-content .wp-audio-shortcode,
.aa-the-podcast-content audio {
  display: none;
}

.aa-vid-box {
    margin-bottom: 40px;
    margin-right: 10px;
}

.aa-vid-item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -83%);
}

.aa-vid-item-play .fa {
    color: #fff;
    font-size: 60px;
}

.aa-vid-date span {
    background-color: #ff002a;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
}

.aa-vid-date {
  margin-top: 20px;
}

.aa-videos-indx .aa-pagination-nums {
  margin-left: 0;
}

.aa-video-header {
  background: #000;
  height: auto;
}

.aa-vid-player {
  margin-top: 18px;
  margin-bottom: 40px;
}

.aa-vid-player iframe {
  max-height: 500px;
}

.aa-the-page.aa-videos-indx {
  padding-bottom: 0;
}

.aa-single-podcast-content .mejs-container {
  display: none;
}

.aa-content-wrapper .powerpress_links {
  margin-top: 14px;
}

.mejs-container {
  margin-bottom: 20px;
}

/* MEDIA QUERIES
================================================== */

/*General*/
@media (min-width: 100px) and (max-width:991px) {
}


/*Mobile*/
@media only screen and (max-width: 767px) {
  .aa-mobile-off-canvas-menu {
    height: 100%;
    max-width: 500px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #2F2F2F;
    padding-top: 5px;
    width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.45s;
  }

  .aa-mobile-off-canvas-menu-show {
    width: 260px;
  }

  .aa-mobile-off-canvas-menu-the-body {
    overflow: hidden;
  }

  .aa-content-wrapper {
    padding-top: 30px;
  }
  

  .navbar-default .navbar-nav>li>a {
    color: #999;
    border-bottom: 1px solid #251c1c;
  }

  .navbar-default .navbar-nav>li>a:hover, 
  .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
  }
  
  .navbar-default .navbar-nav .active.open .dropdown-menu>li>a,
  .navbar-default .navbar-nav>.active.open>a, 
  .navbar-default .navbar-nav>.active.open>a:hover, 
  .navbar-default .navbar-nav>.active.open>a:focus {
    color: #fff;
  }

  .navbar-default .navbar-nav>.active>a, 
  .navbar-default .navbar-nav>.active>a:hover, 
  .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
  }

  .navbar-default .navbar-brand {
    border-bottom: 0;
    font-weight: 800;
    font-size: 24px;
  }

  .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navbar-default .navbar-nav>.open>a, 
  .navbar-default .navbar-nav>.open>a:hover, 
  .navbar-default .navbar-nav>.open>a:focus {
    color: #999;
  }

  .navbar-default .navbar-nav .dropdown.open {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .navbar-nav .dropdown .dropdown-toggle {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .navbar-nav>li>.dropdown-menu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .navbar-nav .dropdown .fa {
    float: right;
  }

  .navbar-nav .dropdown.open .fa {
    display: none;
  }

  .navbar-nav {
    margin: 0 -15px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .navbar-nav .dropdown.open .fa {
     float: right;
  }

  .navbar-default .navbar-nav>li>a:after {
    content: '';
  }

  .dropdown .aa-third-level-menu .dropdown-menu {
    display: block;
    margin-left: 16px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #989494;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.aa-third-level-menu>a {
    color: #989494;
  }

  .navbar-nav .open .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .dropdown-menu { 
    background: transparent;
  }

  .aa-podcast-subscribe-btns {
    margin-top: 25px;
    margin-bottom: 55px;
  }

  .aa-podcast-subscribe-btns span {
    display: block;
  }

  .aa-podcast-subscribe-btns .btn.aa-itunes-susbscribe {
    margin-bottom: 15px;
  }

  .aa-podcast-subscribe-btns .btn {
    margin-top: 15px;
  }

  .aa-latest-podcasts-slides-wrapper {
    margin-top: 31px;
  }

  .aa-main-podcast-title {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-main-podcast-title h3 {
    margin-top: 0;
    padding-top: 30px;
  }

  .aa-latest-podcasts-slides-wrapper .center .aa-latest-podcasts-slide-item img {
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }

  .aa-latest-podcasts-slide-item img {
    -webkit-transition: none;
    transition: none;
    border-radius: 0;
  }

  .aa-latest-podcasts-slides-wrapper .owl-carousel .owl-stage-outer {
    padding-bottom: 0px; 
    padding-top: 160px;
  }

  .aa-podcast-slide-item-action {
    bottom: 86px;
    left: 22px;
  }

  .aa-podcast-slide-item-date {
    top: 20px;
    right: 24px;
  }

  .aa-latest-podcasts-slide-item .aa-podcast-texts {
    margin-top: -420px;
  }

  .aa-archive-pod-cat-img {
    margin-top: 0;
  }

  .aa-audio-archive-listings {
    padding-right: 0;
    padding-top: 50px;
  }

  .aa-blog-index-cards {
    padding-right: 0;
  }

  .aa-podcast-subscribe-btns:after {
    content: " ";
    display: block;
    background: rgba(0, 0, 0, 0.86);
    height: 173px;
    width: 100%;
    position: absolute;
    margin-top: 42px;
  }

  .aa-podcast-header-main .owl-dots {
    padding-top: 80px;
  }

  .aa-sponsorship-section .btn {
    margin-bottom: 87px;
  }

  .aa-podcast-footer-section .fa {
    margin-bottom: 5px;
    margin-top: 28px;
  }

  .aa-podcast-footer-section {
    margin-top: 25px;
  }

  .aa-podcasts-footer .aa-site-footer-title {
    padding-top: 56px;
  }

  .aa-podcasts-newsletter-subs-form {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .navbar-default {
    background-color: #000;
  }

  .aa-featured-pod-date {
    padding-top: 0; 
    margin-bottom: 12px;
  }

  .aa-featured-pod-items-wrapper li {
    margin-bottom: 53px;
  }

  .aa-pagination-nums {
    margin-left: 0;
    margin-bottom: 60px;
  }

  .aa-pagination-nums a {
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .aa-archive-audio-item {
    margin-bottom: 44px;
  }

  .aa-effects-container {
    margin-bottom: 30px;
  }

  .aa-page-intro h3 {
    line-height: 225px;
  }

  .aa-addreaa-box {
    border-right: 0;
    margin-bottom: 45px;
  }

  .aa-contact-address {
    margin-top: 0;
  }

  .aa-nothing-found-icon {
    margin-bottom: 30px;
    text-align: center;
  }

  .aa-404-page h5 {
    text-align: center;
  }

  .aa-404-page .aa-search-results-card-date {
    text-align: center;
  }

  .aa-404-page .aa-search-results-card {
    margin-bottom: 0;
  }

  .aa-audio-player .media-left {
    display: none;
  }

  .aa-single-podcast-txt {
    margin-left: 0;
    background: rgba(255, 0, 42, 0.86);
    padding: 22px;
  }

  .aa-times-container {
    margin-top: 60px;
  }

  .podcast-single-header {
    height: 613px;
  }

  .aa-audio-player-action-icons span {
    margin-right: 40px;
    font-size: 28px;
  }

  .aa-play-icon-mobile .fa-play,
  .aa-play-icon-mobile .fa-pause {
    cursor: pointer;
  }

  .aa-audio-player {
    margin-top: 118px;
  }

  .aa-times-container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .aa-related-posts .swiper-slide {
    max-width: 315px; 
  }

  #aa-track-duration {
    margin-right: 0;
    margin-left: 0;
  }

  .aa-audio-player-action-icons #aa-track-seek-slider::-webkit-slider-thumb,
  .aa-audio-player-action-icons #aa-vol-adjust::-webkit-slider-thumb {
    background: #fff;
    border: 2px solid #cc524b;
  }

  .aa-commenters .media-body {
    display: block;
    width: 100%;
  }

  .children .media {
    padding-left: 0; 
  }

  .aa-commenters .media-left {
    padding-bottom: 12px;
  }

  .aa-commenters .children .media {
    padding-left: 35px;
  }

  .aa-commenter-links {
    padding-bottom: 20px;
  }

  .aa-commenters .media {
    padding-bottom: 0px;
  }

  .aa-section-third .aa-share-icon {
    display: inline-block;
    margin-left: 15px;
  }

  .aa-section-third h4 {
    margin-bottom: 17px;
  }

  .aa-post-description {
    text-align: center;
  }

  .aa-blog-post-entries {
    text-align: center;
  }

  .aa-blog-post-entries span {
    margin-right: 0;
    display: block;
    margin-bottom: 6px;
  }

  .aa-the-post-content {
    padding: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
  }

  .aa-fill-the-form-txt {
    margin-top: 10px;
  }

  .aa-back-to-top-btn {
    display: none;
  }

  .aa-header-search-area input {
    font-size: 18px;
  }

  .aa-header-close-icon a {
    font-size: 30px;
  }

  .aa-header-close-icon {
    margin-top: -90px;
  }

  .aa-header-search-controls h3 {
    font-size: 20px;
    width: 100%;
  }

  .aa-blog-card-date {
    z-index: 10;
    position: absolute;
    margin-top: -69px;
    margin-left: 8px;
  }

  .aa-blog-card-content h3 {
    margin-bottom: 12px;
  }

  .aa-cat-header-info {
    margin-top: -344px;
  }

  .aa-cat-header-info.aa-no-audio-cat-info {
    margin-top: 0;
  }

  .aa-show-non-audios-link {
    font-size: 13px;
  }

  .aa-audio-archive-cat {
    margin-top: 108px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #999;
    background-color: transparent;
  }

  #aa-volume-slider {
    display: none;
  }

  .aa-video-header {
    height: auto;
  }

  .aa-vid-player .wp-video {
    margin-bottom: 23px;
  }

  .aa-vid-item-play {
    display: none;
  }

  .aa-the-page.aa-videos-indx {
    padding-bottom: 0;
  }

  .aa-podcast-nav-left,
  .aa-podcast-nav-right {
    display: none;
  }

  .aa-audio-archive-cat h3 {
    font-size: 23px;
    line-height: 20px;
  }
}


/*Mobile range 1*/
@media (min-width: 100px) and (max-width: 599px) {
  .aa-latest-podcasts-slide-item .aa-podcast-texts {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }

  .aa-podcast-slide-item-date {
    top: 14px;
    right: 41px;
    opacity: 1;
  }

  .aa-podcast-slide-item-action {
    bottom: 79px;
    left: 30px;
    opacity: 1;
  }

  .aa-main-podcast-title h3 {
    padding-top: 26px;
  }

  .aa-featured-podcast-image img {
    height: auto;
    border-radius: 4px 4px 0 0;
  }

  .aa-podcast-content {
    padding: 0;
  }

  .aa-featured-pod-items-wrapper>.container {
    padding-left: 0;
    padding-right: 0;
  }

  .aa-podcast-content p {
    padding: 17px;
    margin: 0;
  }

  .aa-podcast-content .aa-action-buttons {
    margin-top: 0;
    padding: 17px;
    margin-bottom: 5px;
    float: left;
  }

  .aa-heading-with-border {
    text-align: left;
  } 

  .aa-intro-podcasts-wrapper .aa-featured-podcasts-heading,
  .aa-intro-podcasts-wrapper .aa-featured-podcasts-heading h3,
  .aa-featured-blog-posts .aa-featured-podcasts-heading,
  .aa-featured-blog-posts .aa-featured-podcasts-heading h3 {
    text-align: left;
  }

  .aa-intro-podcasts-wrapper .aa-heading-with-border hr,
  .aa-featured-blog-posts .aa-heading-with-border hr {
    margin-left: 3px;
  }

  .aa-featured-img-box {
    margin-bottom: 29px;
  }

  .aa-featured-blog-item {
    margin-bottom: 45px;
  }

  .aa-featured-blog-item:last-of-type {
    margin-bottom: 0;
  }

  .aa-podcast-footer-main input {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .aa-icons-container-pod a {
    margin-right: 28px;
  }

  .aa-share-toggle .fa-share-alt {
    margin-right: 12px;
  }

  .aa-icons-container-pod {
    margin-left: 0;
  }

  .aa-featured-pod-share-icons {
    display: inline-block;
  }

  .aa-archive-audio-item .aa-audio-archive-time {
    margin-top: -41px;
    text-align: left;
  }

  .aa-archive-audio-item img {
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }

  .aa-item-actions-n-description .aa-action-buttons {
   padding-bottom: 17px;
   float: left;
 }

  #aa-volume-slider:hover #aa-vol-adjust,
  #aa-volume-slider:focus #aa-vol-adjust,
  #aa-volume-slider:active #aa-vol-adjust {
    width: 60px;
  }

  .aa-canvas-bars-toggle #aa-analyser-bars{
    display: block;
  }

  .aa-track-seek-container {
    margin-top: 18px;
  }

  .aa-canvas-bars-toggle .aa-track-seek-container {
    margin-top: 0;
  }

  #aa-analyser-bars {
    display: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .aa-item-actions-n-description {
    border-radius: 0;
  }
}


/* Mobile range 2*/
@media (min-width: 600px) and (max-width:767px) {
  .aa-mini-col-2 {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-5 {
    width: 41.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-7 {
    width: 58.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-8 {
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-9 {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-mini-col-10 {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .aa-featured-img-box {
    margin-bottom: 30px;
  }

  .aa-podcast-content p {
    padding-top: 3px;
  }

  .aa-podcast-content .aa-action-buttons {
    margin-top: 10px;
    float: right;
  }

  .aa-icons-container-pod a {
    margin-right: 10px;
  }

  .aa-section-podcasts .aa-podcast-cat-view .btn {
    bottom: 50px; 
  }

  .aa-item-actions-n-description {
    padding: 24px 18px 0px;
  }

  .aa-item-actions-n-description .aa-action-buttons {
    margin-top: 0;
  }
}


/*Mobile range 3*/
@media (min-width: 470px) and (max-width: 599px) {
  .owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-texts {
    display: block;
  }

  .aa-latest-podcasts-slide-item .aa-podcast-texts {
    display: none;
  }

  .aa-podcast-footer-main input {
    margin-right: 16px;
  }

  .aa-podcast-slide-item-date,
  .aa-podcast-slide-item-action {
    opacity: 0;
  }

  .owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-slide-item-date, 
  .owl-item.active.center .aa-latest-podcasts-slide-item .aa-podcast-slide-item-action {
    opacity: 1;
  }
}

/*Larger than screens*/
@media only screen and (min-width: 600px) {
  .aa-featured-podcast-image img { 
    max-width: 90px;
  }
}


/*Smaller Mobile*/
@media only screen and (max-width: 450px) {
  .aa-blog-card .aa-col-no-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .aa-single-podcast-txt {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .aa-post-comment-form .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  table, th, td {
    padding: 3px;
    font-size: 12px;
  }

  .aa-vid-player iframe {
    height: auto;
  }
}


/*Desktop*/
@media only screen and (min-width: 768px) {
  .dropdown-menu {
    display: block;
    min-width: 200px;
    margin-left: 17px;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.30s ease;
    transition: all 0.30s ease;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus .dropdown-menu,
  .dropdown-toggle:hover ~ .dropdown-menu,
  .dropdown-toggle:focus ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -30px);
  }

  .dropdown-menu>.active>a, 
  .dropdown-menu>.active>a:hover, 
  .dropdown-menu>.active>a:focus {
    color: #989494;
    background-color: transparent;
  }

  .dropdown .aa-third-level-menu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: -20px;
    margin-top: 31px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.30s ease;
    transition: all 0.30s ease;
  }

  .dropdown .aa-third-level-menu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(19px, -31px);
  }

  .aa-podcast-content .aa-action-buttons {
    float: right;
  }

  .aa-times-container .container {
    padding-right: 45px;
  }

  .aa-play-icon-mobile {
    display: none;
  }

  #aa-play-timeleft {
    margin-right: -15px;
  }

  .aa-mobile-menu-togggle {
    display: none;
  }

  .aa-featured-podcast-image img {
    width: 93px;
  }

  .aa-single-post-featured-img {
    height: 662px;
  }

  .aa-single-post-featured-img .aa-page-intro {
    margin-top: 170px;
  }

  .aa-pull-right {
    float: right;
  }

  .aa-pull-left {
    float: left;
  }
}


/* Desktop range 1*/
@media (min-width: 768px) and (max-width:1016px) {
  .navbar-default .navbar-brand, 
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .aa-featured-blog-item {
    margin-bottom: 93px;
  }
}


/* Desktop range 2*/
@media (min-width: 768px) and (max-width:991px) {
 .aa-featured-pod-date {
    padding-top:  0px;
    margin-bottom: 15px;
  }

  .aa-featured-pod-item {
    margin-bottom: 40px;
  }

  .aa-podcasts-newsletter-subs-form {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .aa-podcast-footer-section .fa {
    margin-bottom: 5px;
    margin-top: 28px;
  }

  .aa-podcasts-footer .aa-site-footer-title {
    padding-top: 56px;
  }

  .aa-podcast-footer-section {
    margin-top: 25px;
  }

  .aa-section-third h4 {
    margin-bottom: 22px;
  }

  .aa-effects-container {
    margin-bottom: 30px;
  }

  .aa-section-third .aa-share-icon {
    display: inline-block;
    margin-right: 27px;
  }

  .aa-section-third .aa-article-share-wrapper {
    text-align: left;
  }

  .aa-section-third {
    margin-left: 20px;
  }

  .aa-addreaa-box {
    border-right: 0;
    margin-bottom: 45px;
  }

  .aa-contact-address {
    margin-top: 0;
  }

  .aa-fill-the-form-txt {
    margin-top: 10px;
  }

  .aa-archive-pod-cat-img {
    margin-top: 0;
  }

  .aa-pagination-nums {
    margin-bottom: 60px;
  }

    .aa-blog-card-date {
    margin-bottom: 13px;
  }

  .aa-blog-card-content h3 {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .aa-audio-archive-cat .aa-cat-header-info {
    margin-top: -344px;
  }
}


/*Desktop media query 2*/
@media only screen and (min-width: 992px) {
}
