/*
Theme Name: Dana Radio
Description: The custom theme Dana Radio using the parent theme WP Bootstrap Starter.
Author: Scott Taylor
Author URI: danaradio.com
Template: wp-bootstrap-starter
Version: 1.04
*/
/* Colors */
/* Breakpoints */
/* Fonts */
/* Element Styles */
.white-btn {
  background: #FFF;
  width: 161px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.white-btn:hover {
  text-decoration: none;
}
.hollow-btn {
  padding: 0 25px;
  height: 63px;
  line-height: 57px;
  border: 3px solid #FFF;
  text-align: center;
  font-size: 2.14rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat';
  letter-spacing: 0.4px;
  color: #FFF;
  display: inline-block;
}
.hollow-btn:hover {
  text-decoration: none;
}
.hollow-btn-small {
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border: 3px solid #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat';
  letter-spacing: 0.4px;
  color: #FFF;
  display: inline-block;
}
.hollow-btn-small:hover {
  text-decoration: none;
}
.shadow {
  box-shadow: none !important;
}
.shadow img {
  box-shadow: 0 0 12px 0 #000000 !important;
}
body,
html {
  font-size: 14px;
  background: #000;
  line-height: 1.5;
  color: #FFF;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h5,
html h5,
body h6,
html h6 {
  font-family: 'Montserrat';
}
body h2,
html h2 {
  font-size: 2.14rem;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
}
body h3,
html h3 {
  font-size: 1.71rem;
  font-family: 'Montserrat';
  font-weight: 600;
}
body h4,
html h4 {
  font-size: 1.286rem;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: normal;
}
body h5,
html h5 {
  font-size: 1.14rem;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: normal;
}
body p,
html p {
  font-family: 'Open Sans';
  color: #AAA;
}
body header,
html header {
  height: 95px;
}
body header#masthead,
html header#masthead {
  background-color: #000;
  padding: 0 !important;
}
body header .container,
html header .container {
  height: 95px;
}
body header .container .navbar .logo,
html header .container .navbar .logo {
  height: 95px;
  display: block;
  line-height: 95px;
}
body header .container .navbar .navbar-toggler-icon,
html header .container .navbar .navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
body header .container .navbar .navbar-toggler:not(.collapsed),
html header .container .navbar .navbar-toggler:not(.collapsed) {
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .navbar-toggler:focus,
  html header .container .navbar .navbar-toggler:focus,
  body header .container .navbar .navbar-toggler:active,
  html header .container .navbar .navbar-toggler:active {
    outline: 0;
  }
  body header .container .navbar .navbar-toggler span,
  html header .container .navbar .navbar-toggler span {
    display: block;
    background-color: #FFF;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
  }
  body header .container .navbar .navbar-toggler:not(.collapsed),
  html header .container .navbar .navbar-toggler:not(.collapsed) {
    position: fixed;
    right: 18px;
    top: 35px;
  }
  body header .container .navbar .navbar-toggler:not(.collapsed) span,
  html header .container .navbar .navbar-toggler:not(.collapsed) span {
    background: #000;
  }
  body header .container .navbar .navbar-toggler span:nth-child(1),
  html header .container .navbar .navbar-toggler span:nth-child(1),
  body header .container .navbar .navbar-toggler span:nth-child(3),
  html header .container .navbar .navbar-toggler span:nth-child(3) {
    -webkit-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
  }
  body header .container .navbar .navbar-toggler span:nth-child(2),
  html header .container .navbar .navbar-toggler span:nth-child(2) {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  body header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(1),
  html header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
  }
  body header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(2),
  html header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
  }
  body header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(3),
  html header .container .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
  }
}
body header .container .navbar #main-nav,
html header .container .navbar #main-nav {
  z-index: 99;
}
body header .container .navbar #main-nav .navbar-nav .nav-item,
html header .container .navbar #main-nav .navbar-nav .nav-item {
  margin-left: 59px;
}
body header .container .navbar #main-nav .navbar-nav .nav-item .nav-link,
html header .container .navbar #main-nav .navbar-nav .nav-item .nav-link {
  font-size: 1.07rem;
  padding: 0;
  font-weight: 600;
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: #FFF;
  height: 95px;
  line-height: 95px;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar #main-nav,
  html header .container .navbar #main-nav {
    background: #FFF;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 30px;
  }
  body header .container .navbar #main-nav:before,
  html header .container .navbar #main-nav:before {
    content: url('images/menu-logo.png');
    display: block;
    margin-left: 44px;
    margin-bottom: 70px;
    height: 54px;
  }
  body header .container .navbar #main-nav .navbar-nav .nav-item,
  html header .container .navbar #main-nav .navbar-nav .nav-item {
    margin-left: 29px;
    margin-right: 29px;
    margin-left: 59px;
  }
  body header .container .navbar #main-nav .navbar-nav .nav-item .nav-link,
  html header .container .navbar #main-nav .navbar-nav .nav-item .nav-link {
    font-size: 1.71rem;
    padding: 0;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
  }
  body header .container .navbar #main-nav .navbar-nav .nav-item .nav-link:hover,
  html header .container .navbar #main-nav .navbar-nav .nav-item .nav-link:hover {
    background: #000;
    color: #FFF;
  }
}
body header .container .navbar .astm-search-menu,
html header .container .navbar .astm-search-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .astm-search-menu,
  html header .container .navbar .astm-search-menu {
    height: 70px;
  }
}
body header .container .navbar .astm-search-menu .is-search-form,
html header .container .navbar .astm-search-menu .is-search-form {
  border: 1px solid #FFF;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .astm-search-menu .is-search-form,
  html header .container .navbar .astm-search-menu .is-search-form {
    border: 1px solid #000;
  }
}
body header .container .navbar .astm-search-menu .is-search-form input,
html header .container .navbar .astm-search-menu .is-search-form input {
  border: 0 !important;
  font-weight: 400;
  font-size: 14px;
  background: none !important;
  color: #FFF;
  width: 169px;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .astm-search-menu .is-search-form input,
  html header .container .navbar .astm-search-menu .is-search-form input {
    color: #000 !important;
  }
  body header .container .navbar .astm-search-menu .is-search-form input::-webkit-input-placeholder,
  html header .container .navbar .astm-search-menu .is-search-form input::-webkit-input-placeholder {
    /* Edge */
    color: #000 !important;
  }
  body header .container .navbar .astm-search-menu .is-search-form input:-ms-input-placeholder,
  html header .container .navbar .astm-search-menu .is-search-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
  }
  body header .container .navbar .astm-search-menu .is-search-form input::placeholder,
  html header .container .navbar .astm-search-menu .is-search-form input::placeholder {
    color: #000 !important;
  }
}
body header .container .navbar .astm-search-menu .is-search-form button,
html header .container .navbar .astm-search-menu .is-search-form button {
  border: 0;
  color: #FFF;
  background: none !important;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .astm-search-menu .is-search-form button,
  html header .container .navbar .astm-search-menu .is-search-form button {
    color: #000 !important;
  }
}
body header .container .navbar .astm-search-menu .is-search-form button span,
html header .container .navbar .astm-search-menu .is-search-form button span {
  border: 0;
  background: none !important;
}
body header .container .navbar .astm-search-menu .is-search-form button span svg,
html header .container .navbar .astm-search-menu .is-search-form button span svg {
  fill: #FFF;
}
@media screen and (max-width: 1199px) {
  body header .container .navbar .astm-search-menu .is-search-form button span svg,
  html header .container .navbar .astm-search-menu .is-search-form button span svg {
    fill: #000;
  }
}
body.home .post-list,
html.home .post-list {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
  padding: 91px 0 126px;
}
@media screen and (max-width: 767px) {
  body.home .post-list,
  html.home .post-list {
    padding: 91px 0 41px;
  }
}
@media screen and (max-width: 991px) {
  body.home .post-list .post,
  html.home .post-list .post {
    margin-bottom: 50px;
  }
}
body.home .post-list .post .thumbnail,
html.home .post-list .post .thumbnail {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  body.home .post-list .post .thumbnail,
  html.home .post-list .post .thumbnail {
    margin-right: 29px;
    width: 262px;
    float: left;
    margin-bottom: 0;
  }
}
body.home .post-list .post .thumbnail img,
html.home .post-list .post .thumbnail img {
  width: 100%;
}
body.home .post-list .post .post-text .date,
html.home .post-list .post .post-text .date {
  color: #AAA;
  margin-bottom: 14px;
}
body.home .post-list .post .post-text h4,
html.home .post-list .post .post-text h4 {
  clear: none;
}
body.home .post-list .post .post-text p,
html.home .post-list .post .post-text p {
  margin-bottom: 20px;
}
body.home .post-list .post.featured,
html.home .post-list .post.featured {
  margin-bottom: 93px;
}
body.home .post-list .post.featured .thumbnail,
html.home .post-list .post.featured .thumbnail {
  width: 512px;
  margin: 0;
  padding-right: 29px;
  float: none;
}
body.home .post-list .post.featured .thumbnail img,
html.home .post-list .post.featured .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.home .post-list .post.featured .thumbnail,
  html.home .post-list .post.featured .thumbnail {
    margin-bottom: 20px;
  }
}
body.home .post-list .post.featured .post-text h2,
html.home .post-list .post.featured .post-text h2 {
  margin-bottom: 11px;
  padding: 0;
  clear: none;
}
body.home .post-list .post.featured:after,
html.home .post-list .post.featured:after {
  clear: both;
  display: block;
  content: '';
  height: 0;
  line-height: 0;
}
body.home .sub-header,
html.home .sub-header {
  background: #000;
  padding-top: 0 !important;
}
body.home .sub-header .featured-content,
html.home .sub-header .featured-content {
  text-align: left;
  max-width: 322px;
}
@media screen and (max-width: 767px) {
  body.home .sub-header .featured-content,
  html.home .sub-header .featured-content {
    margin-bottom: 50px;
  }
}
body.home .sub-header .featured-content h2,
html.home .sub-header .featured-content h2 {
  font-style: italic;
  font-family: 'Open Sans';
  letter-spacing: 15px;
}
body.home .sub-header .featured-content p,
html.home .sub-header .featured-content p {
  font-size: 14px !important;
  color: #FFF !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}
body.home .sub-header .featured-content p:first-of-type,
html.home .sub-header .featured-content p:first-of-type {
  font-size: 14px !important;
  color: #9B9B9B !important;
  text-transform: uppercase;
  margin: 0 0 21px !important;
}
body.home .sub-header .featured-content p:first-of-type a,
html.home .sub-header .featured-content p:first-of-type a {
  color: #9B9B9B;
}
body.home .sub-header .featured-content p:first-of-type a:hover,
html.home .sub-header .featured-content p:first-of-type a:hover {
  text-decoration: none;
}
body.home .sub-header .row-2-callouts,
html.home .sub-header .row-2-callouts {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  body.home .sub-header .row-2-callouts > div,
  html.home .sub-header .row-2-callouts > div {
    padding: 0 4px;
  }
  body.home .sub-header .row-2-callouts > div:first-of-type,
  html.home .sub-header .row-2-callouts > div:first-of-type {
    padding-left: 0;
  }
  body.home .sub-header .row-2-callouts > div:last-of-type,
  html.home .sub-header .row-2-callouts > div:last-of-type {
    padding-right: 0;
  }
}
body.home .sub-header .row-2-callouts > div .tri-callout,
html.home .sub-header .row-2-callouts > div .tri-callout {
  background-size: cover;
  text-decoration: none;
  height: 260px;
  display: block;
  text-align: center;
  line-height: 260px;
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub,
html.home .sub-header .row-2-callouts > div .tri-callout-sub {
  background: #232323;
  height: 97px;
  padding-left: 39px;
  position: relative;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  body.home .sub-header .row-2-callouts > div .tri-callout-sub,
  html.home .sub-header .row-2-callouts > div .tri-callout-sub {
    font-size: 1.14rem;
    padding-left: 20px;
  }
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub a,
html.home .sub-header .row-2-callouts > div .tri-callout-sub a {
  color: #FFF;
  padding-right: 24px;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  body.home .sub-header .row-2-callouts > div .tri-callout-sub a,
  html.home .sub-header .row-2-callouts > div .tri-callout-sub a {
    padding-right: 14px;
  }
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub a:after,
html.home .sub-header .row-2-callouts > div .tri-callout-sub a:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  line-height: 0;
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub a:hover,
html.home .sub-header .row-2-callouts > div .tri-callout-sub a:hover {
  text-decoration: none;
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub a span,
html.home .sub-header .row-2-callouts > div .tri-callout-sub a span {
  text-align: left;
  top: -2px;
  position: relative;
  flex-grow: 1;
}
body.home .sub-header .row-2-callouts > div .tri-callout-sub a i,
html.home .sub-header .row-2-callouts > div .tri-callout-sub a i {
  font-weight: 600;
  font-size: 40px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  body.home .sub-header .row-2-callouts > div .tri-callout-sub a i,
  html.home .sub-header .row-2-callouts > div .tri-callout-sub a i {
    padding-left: 10px;
  }
}
body.home .site-content,
html.home .site-content {
  padding: 0 !important;
}
body.home .site-content .nratv-block,
html.home .site-content .nratv-block {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
  padding: 158px 0;
}
@media screen and (max-width: 767px) {
  body.home .site-content .nratv-block,
  html.home .site-content .nratv-block {
    padding: 91px 0 77px;
  }
}
body.home .site-content .nratv-block .nratv-logo,
html.home .site-content .nratv-block .nratv-logo {
  width: 80px;
  margin-bottom: 20px;
}
body.home .site-content .nratv-block .featured-content p,
html.home .site-content .nratv-block .featured-content p {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  body.home .site-content .nratv-block .featured-image,
  html.home .site-content .nratv-block .featured-image {
    margin-bottom: 20px;
  }
}
body.home .site-content .nratv-block .tv-list,
html.home .site-content .nratv-block .tv-list {
  padding-top: 94px;
}
body.home .site-content .nratv-block .tv-list figure,
html.home .site-content .nratv-block .tv-list figure {
  width: 262px;
  float: left;
  margin-right: 38px;
  text-align: center;
}
body.home .site-content .nratv-block .tv-list figure > a,
html.home .site-content .nratv-block .tv-list figure > a {
  margin-bottom: 20px;
  display: block;
}
body.home .site-content .nratv-block .tv-list figure figcaption h5,
html.home .site-content .nratv-block .tv-list figure figcaption h5 {
  color: #8C8C8C;
}
body.home .site-content .nratv-block .tv-list figure figcaption h5 a,
html.home .site-content .nratv-block .tv-list figure figcaption h5 a {
  color: #FFF;
}
body.home .site-content .nratv-block .tv-list figure figcaption h5 a:hover,
html.home .site-content .nratv-block .tv-list figure figcaption h5 a:hover {
  text-decoration: none;
}
body.home .site-content .dana-show-block,
html.home .site-content .dana-show-block {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
  text-align: center;
  padding: 127px 0;
}
@media screen and (max-width: 767px) {
  body.home .site-content .dana-show-block,
  html.home .site-content .dana-show-block {
    padding: 91px 0;
  }
}
body.home .site-content .dana-show-block .radio-show-heading img,
html.home .site-content .dana-show-block .radio-show-heading img {
  margin: 0 0 30px;
}
body.home .site-content .dana-show-block .radio-show-heading h2,
html.home .site-content .dana-show-block .radio-show-heading h2 {
  margin: 0 0 45px;
}
body.home .site-content .dana-show-block .radio-icon,
html.home .site-content .dana-show-block .radio-icon {
  width: 188px;
  height: 188px;
  background: #9B9B9B;
  border-radius: 94px;
  padding: 10px 0 0 10px;
  margin: 0 auto 41px;
}
body.home .site-content .dana-show-block .radio-icon .radio-icon-inner,
html.home .site-content .dana-show-block .radio-icon .radio-icon-inner {
  width: 168px;
  height: 168px;
  border: 2px solid #FFF;
  border-radius: 83px;
  overflow: hidden;
  text-align: center;
}
body.home .site-content .dana-show-block .radio-icon .radio-icon-inner img,
html.home .site-content .dana-show-block .radio-icon .radio-icon-inner img {
  min-width: 100%;
  min-height: 100%;
}
body.home .site-content .dana-show-block h3,
html.home .site-content .dana-show-block h3 {
  margin: 0 0 42px;
}
body.home .site-content .dana-show-block audio,
html.home .site-content .dana-show-block audio {
  margin: 0 0 41px;
  max-width: 100%;
}
body.home .site-content .dana-show-block p,
html.home .site-content .dana-show-block p {
  max-width: 581px;
  margin: 0 auto 42px;
}
body.home .site-content .dana-show-block .white-btn,
html.home .site-content .dana-show-block .white-btn {
  max-width: 100%;
  text-align: center;
}
body.home .site-content .dana-show-block .white-btn img,
html.home .site-content .dana-show-block .white-btn img {
  max-width: 90%;
}
body.home .site-content .about-dana-block,
html.home .site-content .about-dana-block {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
  padding: 340px 0 152px;
}
@media screen and (max-width: 767px) {
  body.home .site-content .about-dana-block,
  html.home .site-content .about-dana-block {
    padding: 91px 0 57px;
  }
}
@media screen and (max-width: 991px) {
  body.home .site-content .about-dana-block .col-lg-5,
  html.home .site-content .about-dana-block .col-lg-5 {
    margin-bottom: 15px;
  }
}
body.home .site-content .about-dana-block .wp-block-gallery,
html.home .site-content .about-dana-block .wp-block-gallery {
  min-height: 670px;
}
body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item,
html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item {
  position: absolute;
  flex-grow: 0;
}
body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img,
html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img {
  border: 5px solid #FFF;
  width: 100%;
}
body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type,
html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type {
  width: 472px;
  z-index: 3;
  top: -40px;
}
body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2),
html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2) {
  width: 320px;
  z-index: 2;
  top: -160px;
  left: 420px;
}
body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type,
html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type {
  width: 386px;
  z-index: 2;
  top: 200px;
  left: 420px;
}
@media screen and (max-width: 1500px) {
  body.home .site-content .about-dana-block .wp-block-gallery,
  html.home .site-content .about-dana-block .wp-block-gallery {
    min-height: 450px;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item {
    position: absolute;
    flex-grow: 0;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img {
    border: 5px solid #FFF;
    width: 100%;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type {
    width: 300px;
    z-index: 3;
    top: -40px;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2),
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2) {
    width: 240px;
    z-index: 2;
    top: -140px;
    left: 290px;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type {
    width: 240px;
    z-index: 2;
    top: 130px;
    left: 290px;
  }
}
@media screen and (max-width: 991px) {
  body.home .site-content .about-dana-block .wp-block-gallery,
  html.home .site-content .about-dana-block .wp-block-gallery {
    min-height: 450px;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item {
    position: relative;
    flex-grow: 0;
    margin-right: 2%;
    display: inline-block;
    margin-left: 0;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item figure img {
    border: 5px solid #FFF;
    width: 100%;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:first-of-type {
    width: 32%;
    z-index: 3;
    top: auto;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2),
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:nth-of-type(2) {
    width: 32%;
    z-index: 2;
    top: auto;
    left: auto;
  }
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item:last-of-type {
    width: 32%;
    z-index: 2;
    top: auto;
    left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item,
  html.home .site-content .about-dana-block .wp-block-gallery .blocks-gallery-item {
    width: 100% !important;
    float: none !important;
    margin: 0 0 20px;
  }
}
body.home .store,
html.home .store {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
}
@media screen and (max-width: 767px) {
  body.home .store,
  html.home .store {
    padding: 51px 0;
  }
}
body.home .store .books,
html.home .store .books {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  body.home .store .books,
  html.home .store .books {
    margin-top: 40px;
  }
}
body .article-list .alm-load-more-btn,
html .article-list .alm-load-more-btn {
  border: 0;
  background: #FFF;
  width: 161px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #000;
  margin: -50px auto 40px;
  cursor: pointer;
  line-height: 40px;
}
body .article-list .alm-load-more-btn:hover,
html .article-list .alm-load-more-btn:hover {
  text-decoration: none;
}
body .article-list .alm-load-more-btn .fas,
html .article-list .alm-load-more-btn .fas {
  margin-right: 5px;
}
body .article-list .alm-load-more-btn:hover,
html .article-list .alm-load-more-btn:hover {
  color: #000;
}
body .site-content,
html .site-content {
  padding: 0 !important;
}
body .site-content .first-entry:not(.single),
html .site-content .first-entry:not(.single) {
  margin-bottom: 79px;
}
body .site-content .first-entry .entry-header,
html .site-content .first-entry .entry-header {
  height: 716px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
body .site-content .first-entry .entry-header .play,
html .site-content .first-entry .entry-header .play {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -35px;
}
body .site-content .first-entry .entry-header .play a,
html .site-content .first-entry .entry-header .play a {
  color: #FFF;
}
body .site-content .first-entry .entry-header .play a i,
html .site-content .first-entry .entry-header .play a i {
  font-size: 80px;
  color: #FFF;
}
body .site-content .first-entry .entry-header .overlay,
html .site-content .first-entry .entry-header .overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding-top: 400px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body .site-content .first-entry .entry-header .overlay,
  html .site-content .first-entry .entry-header .overlay {
    padding-top: 330px;
  }
}
body .site-content .first-entry .entry-header .entry-meta,
html .site-content .first-entry .entry-header .entry-meta {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat';
  padding: 0 0 18px;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  margin-bottom: 23px;
  width: 250px;
  text-align: center;
}
body .site-content .first-entry .entry-header h2,
html .site-content .first-entry .entry-header h2 {
  border: 0;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  body .site-content .first-entry .entry-header h2,
  html .site-content .first-entry .entry-header h2 {
    font-size: 1.71rem;
  }
}
body .site-content .first-entry .entry-header h2 a:hover,
html .site-content .first-entry .entry-header h2 a:hover {
  color: #FFF;
}
body .site-content .first-entry .entry-header .white-btn,
html .site-content .first-entry .entry-header .white-btn {
  display: inline-block;
}
body .site-content .first-entry .entry-header .white-btn i,
html .site-content .first-entry .entry-header .white-btn i {
  display: none;
}
body .site-content .first-entry.single,
html .site-content .first-entry.single {
  margin-bottom: 0;
}
body .site-content .first-entry.single .entry-header h1,
html .site-content .first-entry.single .entry-header h1 {
  font-size: 30px;
  line-height: normal;
  border: 0;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body .site-content .first-entry.single .entry-header h1,
  html .site-content .first-entry.single .entry-header h1 {
    padding: 0 10px;
  }
}
body .site-content .first-entry.single .entry-header h1:after,
html .site-content .first-entry.single .entry-header h1:after {
  content: '';
  width: 250px;
  display: block;
  margin: 26px auto 0;
  border-bottom: 1px solid #FFF;
}
body .site-content .first-entry.single .entry-header .white-btn,
html .site-content .first-entry.single .entry-header .white-btn {
  background: none;
  height: auto;
  line-height: normal;
  padding: 0;
  color: #FFF;
}
body .site-content .first-entry.single .entry-header .white-btn i,
html .site-content .first-entry.single .entry-header .white-btn i {
  display: block;
  font-size: 36px;
  padding: 8px;
}
body .site-content .consecutive-entry,
html .site-content .consecutive-entry {
  margin-bottom: 103px;
}
body .site-content .consecutive-entry .post-details,
html .site-content .consecutive-entry .post-details {
  background: #FFF;
  padding: 38px;
  color: #000;
}
body .site-content .consecutive-entry .post-details header,
html .site-content .consecutive-entry .post-details header {
  height: auto;
}
@media screen and (min-width: 992px) {
  body .site-content .consecutive-entry .post-details,
  html .site-content .consecutive-entry .post-details {
    height: 466px;
  }
}
body .site-content .consecutive-entry .post-details h3,
html .site-content .consecutive-entry .post-details h3 {
  margin-bottom: 20px;
}
body .site-content .consecutive-entry .post-details h3 a:hover,
html .site-content .consecutive-entry .post-details h3 a:hover {
  text-decoration: none;
  color: #000;
}
body .site-content .consecutive-entry .post-details time,
html .site-content .consecutive-entry .post-details time {
  font-size: 1.14rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
body .site-content .consecutive-entry .post-details p,
html .site-content .consecutive-entry .post-details p {
  font-size: 1.286rem;
  line-height: 1.56;
  color: #000;
  margin-bottom: 30px;
}
body .site-content .consecutive-entry .post-details .hollow-btn-small,
html .site-content .consecutive-entry .post-details .hollow-btn-small {
  border: 1px solid #000;
  color: #000;
}
@media screen and (min-width: 992px) {
  body .site-content .consecutive-entry .post-thumbnail,
  html .site-content .consecutive-entry .post-thumbnail {
    overflow: hidden;
    height: 466px;
  }
  body .site-content .consecutive-entry .post-thumbnail img,
  html .site-content .consecutive-entry .post-thumbnail img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
body .site-content .consecutive-entry .post-thumbnail img,
html .site-content .consecutive-entry .post-thumbnail img {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  body .site-content .consecutive-entry:nth-child(odd) .post-thumbnail,
  html .site-content .consecutive-entry:nth-child(odd) .post-thumbnail {
    order: 1;
  }
}
body .site-content .consecutive-entry:nth-child(odd) .post-details,
html .site-content .consecutive-entry:nth-child(odd) .post-details {
  order: 0;
}
body .post-wrapper,
html .post-wrapper {
  width: 100%;
  background: #FFF;
}
body .post-wrapper .content-area .entry-footer .share-tools,
html .post-wrapper .content-area .entry-footer .share-tools {
  padding-top: 30px;
}
body .post-wrapper .content-area .entry-footer .share-tools > span,
html .post-wrapper .content-area .entry-footer .share-tools > span {
  font-size: 1.286rem;
  color: #7B7B7B;
  float: left;
  margin-right: 16px;
  text-transform: uppercase;
  line-height: 40px;
}
body .post-wrapper .content-area .entry-footer .share-tools .addthis_inline_share_toolbox_5z1k,
html .post-wrapper .content-area .entry-footer .share-tools .addthis_inline_share_toolbox_5z1k {
  float: left;
  clear: none !important;
}
body .post-wrapper .content-area .read,
html .post-wrapper .content-area .read {
  max-width: 100%;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn {
  float: left;
  border: 1px solid #000;
  height: 38px;
  padding: 0 35px;
  margin-right: 10px;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-icon-wrapper,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  width: 18px !important;
  height: 18px !important;
  line-height: 42px !important;
  float: none !important;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-icon-wrapper svg,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
  width: 100% !important;
  height: 100% !important;
  vertical-align: baseline;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-label,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn .at-label {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat';
  line-height: 38px !important;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover {
  transform: none !important;
  background: #000 !important;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover .at-icon-wrapper svg,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover .at-icon-wrapper svg {
  color: #FFF !important;
}
body .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover .at-label,
html .post-wrapper .content-area .read .entry-footer .share-tools .at-share-btn-elements .at-share-btn:hover .at-label {
  color: #FFF !important;
}
body .post-wrapper .content-area .entry-content,
html .post-wrapper .content-area .entry-content {
  margin: 0;
  padding-top: 79px;
}
body .post-wrapper .content-area .entry-content p,
html .post-wrapper .content-area .entry-content p,
body .post-wrapper .content-area .entry-content li,
html .post-wrapper .content-area .entry-content li {
  font-size: 1.286rem;
  line-height: 1.56;
  color: #3B3B3B;
}
body .post-wrapper .content-area .entry-content p,
html .post-wrapper .content-area .entry-content p,
body .post-wrapper .content-area .entry-content ul,
html .post-wrapper .content-area .entry-content ul,
body .post-wrapper .content-area .entry-content ol,
html .post-wrapper .content-area .entry-content ol {
  margin-bottom: 30px;
}
body .post-wrapper .related-posts,
html .post-wrapper .related-posts {
  padding: 80px 0 42px;
}
body .post-wrapper .related-posts .yarpp-related,
html .post-wrapper .related-posts .yarpp-related {
  margin: 0;
}
body .post-wrapper .related-posts .yarpp-related.yarpp-related-none p,
html .post-wrapper .related-posts .yarpp-related.yarpp-related-none p {
  padding: 0 20px;
}
body .post-wrapper .related-posts .top-border,
html .post-wrapper .related-posts .top-border {
  border-top: 1px solid #9B9B9B;
  position: relative;
}
body .post-wrapper .related-posts h3,
html .post-wrapper .related-posts h3 {
  width: 159px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 55px;
  margin-top: -18px;
  position: relative;
}
body .post-wrapper .related-posts figure,
html .post-wrapper .related-posts figure {
  margin-bottom: 58px;
}
body .post-wrapper .related-posts figure > a,
html .post-wrapper .related-posts figure > a {
  height: 148px;
}
body .post-wrapper .related-posts figure > a img,
html .post-wrapper .related-posts figure > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .post-wrapper .related-posts figure figcaption,
html .post-wrapper .related-posts figure figcaption {
  color: #3B3B3B;
  padding-right: 20px;
}
body .post-wrapper .related-posts figure figcaption time,
html .post-wrapper .related-posts figure figcaption time {
  display: block;
  margin-bottom: 11px;
}
body .post-wrapper .related-posts figure figcaption h5,
html .post-wrapper .related-posts figure figcaption h5 {
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Open Sans' !important;
}
body .post-wrapper .bio,
html .post-wrapper .bio {
  padding-top: 100px;
}
body .post-wrapper .bio .author-avatar,
html .post-wrapper .bio .author-avatar {
  margin-bottom: 17px;
  display: block;
}
body .post-wrapper .bio .author-avatar img,
html .post-wrapper .bio .author-avatar img {
  margin: 0;
  width: 100%;
}
body .post-wrapper .bio .author-avatar span,
html .post-wrapper .bio .author-avatar span {
  display: block;
  background: #000;
  height: 35px;
  padding: 0 0 0 13px;
  color: #FFF;
  line-height: 36px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
}
body .post-wrapper .bio .author-avatar:hover,
html .post-wrapper .bio .author-avatar:hover {
  text-decoration: none;
}
body .post-wrapper .bio p,
html .post-wrapper .bio p {
  font-size: 1.286rem;
  line-height: 1.44;
  color: #3B3B3B;
  font-weight: 600;
  margin-bottom: 30px;
}
body .post-wrapper .bio .white-btn,
html .post-wrapper .bio .white-btn {
  border: 1px solid #000;
  padding: 0 30px;
  width: auto;
  float: left;
  font-family: 'Montserrat';
  line-height: 43px;
}
body .post-wrapper .bio:after,
html .post-wrapper .bio:after {
  content: '';
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
}
@media screen and (min-width: 992px) {
  body .video-list .banner,
  html .video-list .banner {
    height: 716px;
    overflow: hidden;
    margin-bottom: 79px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  body .video-list .banner,
  html .video-list .banner {
    background-image: none !important;
  }
}
body .video-list .banner .caption,
html .video-list .banner .caption {
  margin-top: 163px;
}
@media screen and (max-width: 991px) {
  body .video-list .banner .caption,
  html .video-list .banner .caption {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body .video-list .banner .caption > img,
  html .video-list .banner .caption > img {
    margin-top: -40px;
  }
}
body .video-list .banner .caption .nratv-logo,
html .video-list .banner .caption .nratv-logo {
  margin-bottom: 20px;
  width: 89px;
}
body .video-list .banner .caption .nratv-logo img,
html .video-list .banner .caption .nratv-logo img {
  width: 100%;
}
body .video-list .banner .caption h2,
html .video-list .banner .caption h2 {
  font-style: italic;
  font-family: 'Open Sans';
  letter-spacing: 15px;
}
body .video-list .banner .caption p,
html .video-list .banner .caption p {
  color: #FFF;
}
body .video-list .video-grid figure,
html .video-list .video-grid figure {
  flex-direction: column;
  display: flex;
  margin-bottom: 68px;
}
body .video-list .video-grid figure > a img,
html .video-list .video-grid figure > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .video-list .video-grid figure figcaption,
html .video-list .video-grid figure figcaption {
  background: #FFF;
  margin: 0;
  padding: 14px 24px 24px;
  flex: 1;
}
body .video-list .video-grid figure figcaption h3,
html .video-list .video-grid figure figcaption h3 {
  text-transform: uppercase;
  font-size: 1.14rem;
  font-weight: 700;
  font-family: 'Open Sans' !important;
  margin-bottom: 10px;
  margin-top: 3px;
}
body .video-list .video-grid figure figcaption h3 a,
html .video-list .video-grid figure figcaption h3 a {
  color: #000;
}
body .video-list .video-grid figure figcaption h3 a:hover,
html .video-list .video-grid figure figcaption h3 a:hover {
  text-decoration: none;
}
body .video-list .video-grid figure figcaption p,
html .video-list .video-grid figure figcaption p {
  color: #3B3B3B;
  line-height: 1.5;
}
body .video-list .load-more-videos,
html .video-list .load-more-videos {
  color: #000;
  margin: -30px auto 40px;
  cursor: pointer;
}
body .video-list .load-more-videos .fas,
html .video-list .load-more-videos .fas {
  margin-right: 5px;
}
body .video-list .load-more-videos:hover,
html .video-list .load-more-videos:hover {
  color: #000;
}
body .single-video-header .entry-header .overlay,
html .single-video-header .entry-header .overlay {
  padding-top: 400px !important;
}
body .single-video .entry-content,
html .single-video .entry-content {
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body .single-video .bio,
  html .single-video .bio {
    padding-top: 20px;
  }
}
body .single-video .nratv-logo,
html .single-video .nratv-logo {
  text-align: center;
}
body .single-video .entry-footer .share-tools,
html .single-video .entry-footer .share-tools {
  margin-bottom: 70px;
  padding-top: 0 !important;
}
body .single-video .entry-footer .share-tools > span,
html .single-video .entry-footer .share-tools > span {
  margin: 0 !important;
}
body .single-video .entry-footer .share-tools > div,
html .single-video .entry-footer .share-tools > div {
  display: inline-block;
}
body .single-video .entry-footer .share-tools .at-share-btn-elements,
html .single-video .entry-footer .share-tools .at-share-btn-elements {
  display: inline-block;
}
body .single-video .related-video-posts .top-border,
html .single-video .related-video-posts .top-border {
  border-top: 1px solid #9B9B9B;
  position: relative;
}
body .single-video .related-video-posts .top-border h3,
html .single-video .related-video-posts .top-border h3 {
  width: 159px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 55px;
  margin-top: -18px;
  position: relative;
}
body .single-video .related-video-posts figure,
html .single-video .related-video-posts figure {
  flex-direction: column;
  display: flex;
  margin-bottom: 68px;
}
body .single-video .related-video-posts figure > a img,
html .single-video .related-video-posts figure > a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body .single-video .related-video-posts figure figcaption,
html .single-video .related-video-posts figure figcaption {
  background: #FFF;
  margin: 0;
  padding: 14px 0 24px;
  flex: 1;
}
body .single-video .related-video-posts figure figcaption h3,
html .single-video .related-video-posts figure figcaption h3 {
  text-transform: uppercase;
  font-size: 1.14rem;
  font-weight: 700;
  font-family: 'Open Sans' !important;
  margin-bottom: 10px;
  margin-top: 3px;
}
body .single-video .related-video-posts figure figcaption h3 a,
html .single-video .related-video-posts figure figcaption h3 a {
  color: #000;
}
body .single-video .related-video-posts figure figcaption h3 a:hover,
html .single-video .related-video-posts figure figcaption h3 a:hover {
  text-decoration: none;
}
body .single-video .related-video-posts figure figcaption p,
html .single-video .related-video-posts figure figcaption p {
  color: #3B3B3B;
  line-height: 1.5;
}
body .listen,
html .listen {
  background-image: url(images/dana-listen.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  body .listen,
  html .listen {
    background-position: 35% top;
  }
}
body .listen .entry-header .overlay,
html .listen .entry-header .overlay {
  padding-top: 420px !important;
}
@media screen and (max-width: 767px) {
  body .listen .entry-header .overlay,
  html .listen .entry-header .overlay {
    padding-top: 380px !important;
  }
}
body .listen .entry-header .launch-player-bar,
html .listen .entry-header .launch-player-bar {
  color: #FFF;
  text-align: center;
  font-size: 30px;
}
body .listen audio,
html .listen audio {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
body .launch-player-bar.launch-player-bar,
html .launch-player-bar.launch-player-bar {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
  color: #000;
}
body .launch-player-bar.launch-player-bar:before,
html .launch-player-bar.launch-player-bar:before {
  content: "\25b6";
  margin-right: 10px;
  margin-top: -2px;
}
body .launch-player-bar.launch-player-bar:hover,
html .launch-player-bar.launch-player-bar:hover {
  color: #00c100;
  text-decoration: none;
}
body .single-audio .entry-content,
html .single-audio .entry-content {
  color: #000;
  margin-bottom: 0;
}
body .single-audio .nratv-logo,
html .single-audio .nratv-logo {
  text-align: center;
}
body .single-audio .entry-footer .share-tools,
html .single-audio .entry-footer .share-tools {
  padding-top: 0 !important;
}
@media screen and (min-width: 768px) {
  body .single-audio .entry-footer .share-tools,
  html .single-audio .entry-footer .share-tools {
    margin-bottom: 70px;
  }
}
body .single-audio .entry-footer .share-tools > span,
html .single-audio .entry-footer .share-tools > span {
  margin: 0 !important;
}
body .single-audio .entry-footer .share-tools > div,
html .single-audio .entry-footer .share-tools > div {
  display: inline-block;
}
body .single-audio .entry-footer .share-tools .at-share-btn-elements,
html .single-audio .entry-footer .share-tools .at-share-btn-elements {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body .single-audio .related-posts,
  html .single-audio .related-posts {
    padding-top: 40px;
  }
}
body .single-audio .related-posts article,
html .single-audio .related-posts article {
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
body .single-audio .related-posts article h5,
html .single-audio .related-posts article h5,
body .single-audio .related-posts article span,
html .single-audio .related-posts article span,
body .single-audio .related-posts article p,
html .single-audio .related-posts article p {
  color: #000;
}
body .single-audio .related-posts article h5,
html .single-audio .related-posts article h5 {
  font-family: 'Open Sans' !important;
  font-weight: 700;
}
body .single-audio .related-posts article audio,
html .single-audio .related-posts article audio {
  margin-bottom: 20px;
  width: 100%;
}
body .single-audio .related-posts article .share-tools,
html .single-audio .related-posts article .share-tools {
  padding-top: 0 !important;
}
body .single-audio .related-posts article .share-tools > span,
html .single-audio .related-posts article .share-tools > span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  float: left;
  margin-right: 0;
  text-transform: uppercase;
  line-height: 42px;
}
body .single-audio .related-posts article .share-tools > div,
html .single-audio .related-posts article .share-tools > div {
  display: inline-block;
}
body .single-audio .related-posts article .share-tools .at-share-btn-elements,
html .single-audio .related-posts article .share-tools .at-share-btn-elements {
  display: inline-block;
}
body .single-audio .about-img,
html .single-audio .about-img {
  margin-bottom: 20px;
}
body .single-audio .load-more-audio,
html .single-audio .load-more-audio {
  color: #000;
  margin: -30px auto 40px;
  cursor: pointer;
  border: 1px solid #000;
}
body .single-audio .load-more-audio .fas,
html .single-audio .load-more-audio .fas {
  margin-right: 5px;
}
body .single-audio .load-more-audio:hover,
html .single-audio .load-more-audio:hover {
  color: #000;
}
body .about-header-image,
html .about-header-image {
  text-align: center;
  background-color: #080809;
}
body .about-content,
html .about-content {
  margin-bottom: 98px;
}
body .about-content .wp-block-gallery .blocks-gallery-item,
html .about-content .wp-block-gallery .blocks-gallery-item {
  border: 3px solid #FFF;
  display: inline-block;
  width: 18.4%;
  margin-right: 2% !important;
  height: auto;
  margin-bottom: 0;
}
body .about-content .wp-block-gallery .blocks-gallery-item:last-of-type,
html .about-content .wp-block-gallery .blocks-gallery-item:last-of-type {
  margin: 0 !important;
}
body .about-content .wp-block-gallery .blocks-gallery-item img,
html .about-content .wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  body .about-content .wp-block-gallery,
  html .about-content .wp-block-gallery {
    position: relative;
    height: 589px;
    margin-top: -130px;
    margin-bottom: 60px;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item,
  html .about-content .wp-block-gallery .blocks-gallery-item {
    position: absolute;
    margin: 0;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(1),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(1) {
    left: 258px;
    width: 320px;
    z-index: 1;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(2),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(2) {
    right: -50px;
    width: 472px;
    z-index: 1;
    border-width: 5px;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(3),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(3) {
    top: 145px;
    width: 472px;
    left: -73px;
    z-index: 2;
    border-width: 5px;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(4),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(4) {
    top: 291px;
    left: 284px;
    width: 393px;
    z-index: 1;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(5),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(5) {
    width: 320px;
    top: 256px;
    right: 195px;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  body .about-content .wp-block-gallery .blocks-gallery-item,
  html .about-content .wp-block-gallery .blocks-gallery-item {
    width: 49%;
    margin-bottom: 2%;
  }
  body .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
  html .about-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
body .book-bg img,
html .book-bg img {
  width: 100%;
}
body .book-quote,
html .book-quote {
  background: #FFF;
  border: 3px solid #000;
  padding: 39px 75px;
  text-align: center;
  margin-top: -125px;
  margin-bottom: 123px;
}
@media screen and (max-width: 767px) {
  body .book-quote,
  html .book-quote {
    padding: 20px 30px;
    margin-top: 0;
    border: 0;
    margin-bottom: 50px;
  }
}
body .book-quote h2,
html .book-quote h2 {
  color: #000;
  font-weight: 700;
  line-height: 1.53;
}
@media screen and (max-width: 991px) {
  body .book-quote h2,
  html .book-quote h2 {
    font-size: 1.286rem;
    line-height: normal;
  }
}
body .book-quote small,
html .book-quote small {
  color: #3B3B3B;
  font-size: 14px;
}
body .books,
html .books {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  body .books,
  html .books {
    margin-bottom: 40px;
  }
}
body .books figure img,
html .books figure img {
  float: left;
  margin-right: 41px;
}
@media screen and (max-width: 767px) {
  body .books figure img,
  html .books figure img {
    margin-bottom: 20px;
  }
}
body .books figure figcaption,
html .books figure figcaption {
  float: left;
  padding-top: 15px;
}
body .books figure figcaption h5,
html .books figure figcaption h5 {
  margin-bottom: 22px;
  line-height: 1.5;
}
body .books figure:after,
html .books figure:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
body .books:last-of-type figure,
html .books:last-of-type figure {
  float: right;
}
@media screen and (max-width: 767px) {
  body .books:last-of-type figure,
  html .books:last-of-type figure {
    float: left;
  }
}
body .large-text h2,
html .large-text h2 {
  margin-bottom: 54px;
  padding: 0;
}
body .large-text h3,
html .large-text h3 {
  margin-bottom: 11px;
}
body .large-text p,
html .large-text p {
  font-size: 1.286rem;
  line-height: 1.75;
  color: #FFF;
  font-weight: 300;
  margin-bottom: 24px;
}
body .contact-widgets,
html .contact-widgets {
  padding: 230px 0 270px;
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
}
@media screen and (max-width: 991px) {
  body .contact-widgets,
  html .contact-widgets {
    padding: 60px 20px;
  }
}
body .site-footer,
html .site-footer {
  background: radial-gradient(circle at 50% 2%, #232323, #000000);
}
body .site-footer h2,
html .site-footer h2 {
  color: #FFF;
  margin: 120px 0 69px;
}
@media screen and (max-width: 767px) {
  body .site-footer h2,
  html .site-footer h2 {
    margin: 91px 0 69px;
  }
}
body .site-info,
html .site-info {
  font-size: 14px;
  color: #FFF;
  margin-top: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body .site-info,
  html .site-info {
    margin-top: 51px;
  }
}
body .site-info a,
html .site-info a {
  color: #FFF;
}
body .fancybox-content,
html .fancybox-content {
  padding-bottom: 56% !important;
  height: auto !important;
  max-width: 1472px !important;
}
body .player-toolbar,
html .player-toolbar {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000;
  height: 136px;
  display: none;
  z-index: 99999999999;
}
@media screen and (max-width: 991px) {
  body .player-toolbar,
  html .player-toolbar {
    padding: 0 10px;
  }
}
body .player-toolbar .live,
html .player-toolbar .live {
  display: none;
}
body .player-toolbar .archives,
html .player-toolbar .archives {
  display: none;
  height: 100%;
  vertical-align: center;
  padding: 0 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body .player-toolbar .archives audio::-webkit-media-controls-play-button,
html .player-toolbar .archives audio::-webkit-media-controls-play-button,
body .player-toolbar .archives audio::-webkit-media-controls-panel,
html .player-toolbar .archives audio::-webkit-media-controls-panel {
  background-color: #7B7B7B;
  color: #7B7B7B;
}
@media screen and (max-width: 991px) {
  body .player-toolbar .archives,
  html .player-toolbar .archives {
    padding: 0 10px;
  }
  body .player-toolbar .archives audio,
  html .player-toolbar .archives audio {
    width: 200px;
  }
}
body .player-toolbar .archives .hollow-btn,
html .player-toolbar .archives .hollow-btn {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  body .player-toolbar .archives .hollow-btn,
  html .player-toolbar .archives .hollow-btn {
    padding: 0 25px;
    height: 45px;
    line-height: 42px;
    border: 3px solid #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 0.4px;
    color: #FFF;
    display: inline-block;
  }
  body .player-toolbar .archives .hollow-btn:hover,
  html .player-toolbar .archives .hollow-btn:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 499px) {
  body .player-toolbar .archives .hollow-btn,
  html .player-toolbar .archives .hollow-btn {
    display: none;
  }
}
body .player-toolbar .archives .label,
html .player-toolbar .archives .label {
  color: #FFF;
  margin-right: 20px;
}
body .player-toolbar .archives .label .title,
html .player-toolbar .archives .label .title {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  body .player-toolbar .archives .label .title,
  html .player-toolbar .archives .label .title {
    font-size: 16px;
  }
}
body .player-toolbar .archives .label .date,
html .player-toolbar .archives .label .date {
  display: block;
}

/*# sourceMappingURL=style.css.map */
