@charset "UTF-8";
#broadcasts .broadcast-grid-sizer,
#broadcasts .broadcast_wrapper,
#broadcasts-future .broadcast-grid-sizer,
#broadcasts-future .broadcast_wrapper,
#broadcasts-this-week .broadcast-grid-sizer,
#broadcasts-this-week .broadcast_wrapper,
#broadcasts-past .broadcast-grid-sizer,
#broadcasts-past .broadcast_wrapper {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  #broadcasts .broadcast-grid-sizer,
#broadcasts .broadcast_wrapper,
#broadcasts-future .broadcast-grid-sizer,
#broadcasts-future .broadcast_wrapper,
#broadcasts-this-week .broadcast-grid-sizer,
#broadcasts-this-week .broadcast_wrapper,
#broadcasts-past .broadcast-grid-sizer,
#broadcasts-past .broadcast_wrapper {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #broadcasts .broadcast-grid-sizer,
#broadcasts .broadcast_wrapper,
#broadcasts-future .broadcast-grid-sizer,
#broadcasts-future .broadcast_wrapper,
#broadcasts-this-week .broadcast-grid-sizer,
#broadcasts-this-week .broadcast_wrapper,
#broadcasts-past .broadcast-grid-sizer,
#broadcasts-past .broadcast_wrapper {
    width: 100%;
  }
}
#broadcasts .broadcast_wrapper,
#broadcasts-future .broadcast_wrapper,
#broadcasts-this-week .broadcast_wrapper,
#broadcasts-past .broadcast_wrapper {
  margin-bottom: 30px;
}
#broadcasts .broadcast_wrapper .broadcast_img,
#broadcasts-future .broadcast_wrapper .broadcast_img,
#broadcasts-this-week .broadcast_wrapper .broadcast_img,
#broadcasts-past .broadcast_wrapper .broadcast_img {
  position: relative;
  width: 350px;
  height: 350px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  display: block;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: box-shadow 0.2s;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  transition: all 0.2s linear;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text h2 {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-airdate,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-airdate,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-airdate,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-airdate {
  color: white;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt {
  color: #fff;
  overflow: hidden;
  display: none;
  font-size: 14px;
  line-height: 17px;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more {
  color: #769e00;
}
#broadcasts .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more:hover,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more:hover,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more:hover,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt .more:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
  #broadcasts .broadcast_wrapper .broadcast_img,
#broadcasts-future .broadcast_wrapper .broadcast_img,
#broadcasts-this-week .broadcast_wrapper .broadcast_img,
#broadcasts-past .broadcast_wrapper .broadcast_img {
    width: 275px;
    height: 275px;
  }
  #broadcasts .broadcast_wrapper .broadcast_img h2,
#broadcasts-future .broadcast_wrapper .broadcast_img h2,
#broadcasts-this-week .broadcast_wrapper .broadcast_img h2,
#broadcasts-past .broadcast_wrapper .broadcast_img h2 {
    font-size: 27px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #broadcasts .broadcast_wrapper .broadcast_img,
#broadcasts-future .broadcast_wrapper .broadcast_img,
#broadcasts-this-week .broadcast_wrapper .broadcast_img,
#broadcasts-past .broadcast_wrapper .broadcast_img {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #broadcasts .broadcast_wrapper .broadcast_img,
#broadcasts-future .broadcast_wrapper .broadcast_img,
#broadcasts-this-week .broadcast_wrapper .broadcast_img,
#broadcasts-past .broadcast_wrapper .broadcast_img {
    width: 425px;
    height: 425px;
  }
}
@media only screen and (max-width: 479px) {
  #broadcasts .broadcast_wrapper .broadcast_img,
#broadcasts-future .broadcast_wrapper .broadcast_img,
#broadcasts-this-week .broadcast_wrapper .broadcast_img,
#broadcasts-past .broadcast_wrapper .broadcast_img {
    width: 300px;
    height: 300px;
  }
  #broadcasts .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text h2,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text h2 {
    font-size: 23px;
    line-height: 27px;
  }
  #broadcasts .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-future .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-this-week .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt,
#broadcasts-past .broadcast_wrapper .broadcast_img .broadcast-text p.broadcast-excerpt {
    font-size: 14px;
    line-height: 17px;
  }
}
#broadcasts .broadcast_wrapper .broadcast_img:hover,
#broadcasts-future .broadcast_wrapper .broadcast_img:hover,
#broadcasts-this-week .broadcast_wrapper .broadcast_img:hover,
#broadcasts-past .broadcast_wrapper .broadcast_img:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}
#broadcasts .broadcast_wrapper .broadcast_links,
#broadcasts-future .broadcast_wrapper .broadcast_links,
#broadcasts-this-week .broadcast_wrapper .broadcast_links,
#broadcasts-past .broadcast_wrapper .broadcast_links {
  display: flex;
  background-color: #82BC00;
  width: 350px;
}
#broadcasts .broadcast_wrapper .broadcast_links a,
#broadcasts-future .broadcast_wrapper .broadcast_links a,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a,
#broadcasts-past .broadcast_wrapper .broadcast_links a {
  font-size: 15px;
  width: 50%;
  color: #fff;
  padding: 10px 10px;
  transition: all 0.2s;
}
#broadcasts .broadcast_wrapper .broadcast_links a i,
#broadcasts-future .broadcast_wrapper .broadcast_links a i,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a i,
#broadcasts-past .broadcast_wrapper .broadcast_links a i {
  font-family: "FontAwesome";
  font-style: inherit;
  padding-left: 4px;
}
#broadcasts .broadcast_wrapper .broadcast_links a.download,
#broadcasts-future .broadcast_wrapper .broadcast_links a.download,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a.download,
#broadcasts-past .broadcast_wrapper .broadcast_links a.download {
  text-align: right;
}
#broadcasts .broadcast_wrapper .broadcast_links a:hover,
#broadcasts-future .broadcast_wrapper .broadcast_links a:hover,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a:hover,
#broadcasts-past .broadcast_wrapper .broadcast_links a:hover {
  color: #dae5c3;
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
  #broadcasts .broadcast_wrapper .broadcast_links,
#broadcasts-future .broadcast_wrapper .broadcast_links,
#broadcasts-this-week .broadcast_wrapper .broadcast_links,
#broadcasts-past .broadcast_wrapper .broadcast_links {
    width: 275px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #broadcasts .broadcast_wrapper .broadcast_links,
#broadcasts-future .broadcast_wrapper .broadcast_links,
#broadcasts-this-week .broadcast_wrapper .broadcast_links,
#broadcasts-past .broadcast_wrapper .broadcast_links {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  #broadcasts .broadcast_wrapper .broadcast_links,
#broadcasts-future .broadcast_wrapper .broadcast_links,
#broadcasts-this-week .broadcast_wrapper .broadcast_links,
#broadcasts-past .broadcast_wrapper .broadcast_links {
    width: 425px;
  }
}
@media only screen and (max-width: 479px) {
  #broadcasts .broadcast_wrapper .broadcast_links,
#broadcasts-future .broadcast_wrapper .broadcast_links,
#broadcasts-this-week .broadcast_wrapper .broadcast_links,
#broadcasts-past .broadcast_wrapper .broadcast_links {
    width: 300px;
  }
  #broadcasts .broadcast_wrapper .broadcast_links a,
#broadcasts-future .broadcast_wrapper .broadcast_links a,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a,
#broadcasts-past .broadcast_wrapper .broadcast_links a {
    font-size: 13px;
  }
  #broadcasts .broadcast_wrapper .broadcast_links a.listen,
#broadcasts-future .broadcast_wrapper .broadcast_links a.listen,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a.listen,
#broadcasts-past .broadcast_wrapper .broadcast_links a.listen {
    padding-left: 25px;
  }
  #broadcasts .broadcast_wrapper .broadcast_links a.download,
#broadcasts-future .broadcast_wrapper .broadcast_links a.download,
#broadcasts-this-week .broadcast_wrapper .broadcast_links a.download,
#broadcasts-past .broadcast_wrapper .broadcast_links a.download {
    padding-right: 25px;
  }
}

body.single-broadcasts .site-wrapper #page-wrap #content {
  padding-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap .broadcast-title {
  width: 53%;
}
body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap .broadcast-featured {
  width: 45%;
}
@media only screen and (max-width: 960px) {
  body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap {
    display: block;
    padding-bottom: 0px;
  }
  body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap .broadcast-title,
body.single-broadcasts .site-wrapper #fulltitle .broadcast-title-wrap .broadcast-featured {
    width: 100%;
  }
}

.broadcast_single_wrapper .broadcast-header {
  display: flex;
}
.broadcast_single_wrapper .broadcast-header .entry-meta {
  width: 75%;
}
.broadcast_single_wrapper .broadcast-header .entry-meta h5 {
  border-radius: 4px;
}
.broadcast_single_wrapper .broadcast-header .entry-meta h5 .broadcast-label {
  color: #fff;
  font-weight: 700;
  background: #82BC00;
  padding: 6px 12px;
  display: inline-block;
  margin-right: -4px;
}
.broadcast_single_wrapper .broadcast-header .entry-meta h5 .broadcast-value {
  color: #fff;
  background: #5a8400;
  background: #ccc;
  padding: 6px 12px;
  display: inline-block;
}
.broadcast_single_wrapper .broadcast-header .entry-meta h5 .broadcast-value a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-header .entry-meta h5 .broadcast-label,
.broadcast_single_wrapper .broadcast-header .entry-meta h5 .broadcast-value {
    display: block;
    margin-left: 0px !important;
  }
}
.broadcast_single_wrapper .broadcast-header .entry-meta ul#share_buttons {
  display: inline-block;
  padding: 0px 12px;
  vertical-align: top;
}
.broadcast_single_wrapper .broadcast-header .entry-meta ul#share_buttons li::after {
  display: none;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links {
  width: 25%;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links h4 {
  text-align: right;
  font-weight: 700;
  font-size: 26px;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links h4 span {
  border-bottom: 3px solid #5a8400;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links a {
  display: block;
  text-align: right;
  font-size: 35px;
  transition: all 0.2s;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links a i {
  font-family: "FontAwesome";
  font-style: normal;
}
.broadcast_single_wrapper .broadcast-header .broadcast-links a i.fa-itunes, .broadcast_single_wrapper .broadcast-header .broadcast-links a i.fa-google-play {
  font-family: "Font Awesome 5 Brands";
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-header .broadcast-links h4 {
    text-align: left;
  }
  .broadcast_single_wrapper .broadcast-header .broadcast-links a {
    display: inline-block;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-header {
    flex-wrap: wrap;
  }
  .broadcast_single_wrapper .broadcast-header .entry-meta,
.broadcast_single_wrapper .broadcast-header .broadcast-links {
    width: 100%;
  }
}
.broadcast_single_wrapper .description {
  padding: 20px 0px;
}
.broadcast_single_wrapper .artist-section .artist-header {
  display: flex;
  padding: 20px 0px;
  justify-content: end;
}
.broadcast_single_wrapper .artist-section .artist-header .artist-name {
  padding-right: 30px;
  padding-bottom: 10px;
}
.broadcast_single_wrapper .artist-section .artist-header .artist-name h3 {
  font-size: 65px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .artist-section .artist-header .artist-name h3 {
    font-size: 35px;
  }
}
.broadcast_single_wrapper .artist-section .artist-header .artist-img {
  width: 70%;
}
.broadcast_single_wrapper .artist-section .artist-header .artist-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .artist-section .artist-header {
    flex-wrap: wrap;
  }
  .broadcast_single_wrapper .artist-section .artist-header .artist-name,
.broadcast_single_wrapper .artist-section .artist-header .artist-img {
    width: 100%;
  }
}
.broadcast_single_wrapper .artist-section .artist-bio {
  padding: 30px 20px;
  background-color: #efefef;
  margin-top: 20px;
  margin-bottom: 20px;
}
.broadcast_single_wrapper .artist-section .artist-images {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 20px 0px;
  padding: 2px;
  padding: 0.4vw;
}
.broadcast_single_wrapper .artist-section .artist-images a {
  width: 23%;
  flex: auto;
  margin: 0.5vw;
}
.broadcast_single_wrapper .artist-section .artist-images a img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .artist-section .artist-images a {
    width: 33%;
  }
}
@media only screen and (max-width: 479px) {
  .broadcast_single_wrapper .artist-section .artist-images a {
    width: 45%;
  }
}
.broadcast_single_wrapper .artist-section .artist-social a {
  display: block;
  text-align: right;
  font-size: 20px;
}
.broadcast_single_wrapper .artist-section .artist-social a i {
  font-family: "FontAwesome";
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .artist-section .artist-social a {
    display: inline-block;
    padding: 0px 5px;
  }
}
.broadcast_single_wrapper .broadcast-photos {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: center;
  margin: 20px 0px;
  padding: 2px;
  padding: 0.4vw;
}
.broadcast_single_wrapper .broadcast-photos a {
  width: 30%;
  flex: auto;
  margin: 0.5vw;
}
.broadcast_single_wrapper .broadcast-photos a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 1200px) {
  .broadcast_single_wrapper .broadcast-photos a img {
    height: 300px;
  }
}
@media only screen and (max-width: 960px) {
  .broadcast_single_wrapper .broadcast-photos a img {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-photos a {
    width: 45%;
  }
  .broadcast_single_wrapper .broadcast-photos a img {
    height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .broadcast_single_wrapper .broadcast-photos a {
    width: 100%;
  }
}
.broadcast_single_wrapper .broadcast-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.broadcast_single_wrapper .broadcast-videos .arve {
  width: 45% !important;
  display: inline-block !important;
  padding: 0px 10px;
}
.broadcast_single_wrapper .broadcast-videos .arve .arve-embed {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-videos .arve {
    width: 100% !important;
  }
}
.broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper {
  width: 48%;
  padding: 10px 10px !important;
  float: left;
  margin-bottom: 5px;
}
.broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper iframe {
  width: 100%;
  position: relative;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper {
    width: 47%;
  }
  .broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper iframe {
    height: auto;
    min-height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper {
    width: 100%;
  }
  .broadcast_single_wrapper .broadcast-videos .broadcast-video-wrapper iframe {
    height: auto;
    min-height: 280px;
  }
}
.broadcast_single_wrapper .broadcast-wysiwyg h1 iframe[data-name=pb-iframe-player], .broadcast_single_wrapper .broadcast-wysiwyg p iframe[data-name=pb-iframe-player] {
  display: block;
  padding: 30px 0px;
}
.broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-block, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-block {
  width: 100%;
  display: block;
  text-align: center;
}
.broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-block a, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-block a {
  background: #769e00;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "Barlow Condensed";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s;
}
.broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-block a:hover, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-block a:hover {
  background: #333333;
  cursor: pointer;
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-embed-wrap, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-embed-wrap {
    width: 48%;
  }
  .broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-embed-wrap iframe, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-embed-wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-embed-wrap, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-embed-wrap {
    width: 100%;
  }
  .broadcast_single_wrapper .broadcast-wysiwyg h1.broadcast-embed-wrap iframe, .broadcast_single_wrapper .broadcast-wysiwyg p.broadcast-embed-wrap iframe {
    max-width: 100%;
  }
}
.broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap {
  text-align: left;
  display: inline-block;
  padding: 0px 5px;
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap {
    width: 48%;
  }
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap iframe {
    max-width: 100%;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap {
    width: 48%;
  }
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap {
    width: 100%;
  }
  .broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap iframe {
    max-width: 100%;
  }
}
.broadcast_single_wrapper .broadcast-wysiwyg .broadcast-embed-wrap:first-of-type {
  padding-top: 40px;
}
.broadcast_single_wrapper .broadcast-wysiwyg hr {
  display: none;
}

div.share_buttons, #share_buttons {
  vertical-align: top !important;
}

.a2a_kit .a2a_svg {
  height: 27px !important;
  line-height: 27px !important;
  width: 27px !important;
}

#home_cta {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 26%;
}
#home_cta .home-cta-wrapper {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  padding: 22px 40px 20px;
  width: 250px;
  margin: 0 auto;
  transition: all 0.2s;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
#home_cta .home-cta-wrapper .home-cta-content {
  position: relative;
  transition: all 0.2s linear;
}
#home_cta .home-cta-wrapper .home-cta-content h3 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 35px;
  white-space: nowrap;
}
#home_cta .home-cta-wrapper .home-cta-content h3 i {
  font-family: "FontAwesome";
  color: #769e00;
  padding-left: 5px;
  font-style: unset;
}
#home_cta .home-cta-wrapper .home-cta-content .home-cta-hover-content {
  overflow: hidden;
  display: none;
  overflow: hidden;
  border: 1px solid transparent;
}
#home_cta .home-cta-wrapper .home-cta-content .home-cta-hover-content p {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}
#home_cta .home-cta-wrapper .home-cta-content .home-cta-hover-content a.button {
  padding: 8px 20px;
}
#home_cta .home-cta-wrapper:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
  #home_cta .home-cta-wrapper {
    width: 200px;
  }
  #home_cta .home-cta-wrapper .home-cta-content h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
  #home_cta .home-cta-wrapper {
    width: 160px;
  }
  #home_cta .home-cta-wrapper .home-cta-content h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 479px) {
  #home_cta {
    height: 25%;
  }
  #home_cta .span_12 .vc_col-sm-4 {
    margin-bottom: 10px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper {
    width: 64%;
    padding: 7px 25px 7px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content h3 {
    font-size: 18px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper:hover {
    box-shadow: inset 0 0 0 1000px black;
  }
}
@media only screen and (max-width: 767px) {
  #home_cta .span_12 {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #home_cta .span_12 .vc_col-sm-4 {
    width: 33%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper {
    width: auto;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content .home-cta-hover-content {
    overflow: visible;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content .home-cta-hover-content p {
    margin-bottom: 10px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content .home-cta-hover-content a.button {
    padding: 8px 13px;
    font-size: 15px !important;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  #home_cta {
    height: 24%;
  }
  #home_cta .span_12 {
    max-width: 100%;
  }
  #home_cta .span_12 .vc_col-sm-4 {
    margin-bottom: 10px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper {
    width: auto;
    padding: 7px 11px 7px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content h3 {
    font-size: 14px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content .home-cta-hover-content p {
    font-size: 13px;
    line-height: 14px;
  }
  #home_cta .span_12 .vc_col-sm-4 .home-cta-wrapper .home-cta-content .home-cta-hover-content a.button {
    padding: 3px 5px;
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 1200px) {
  body.home section.vc_section#home-hero,
body.home section.vc_section#home-hero div#home_cta {
    overflow: visible !important;
  }
}
.news-tiles {
  transition: all 0.2s;
}
.news-tiles .news-grid-sizer,
.news-tiles .news-wrapper,
.news-tiles .alm-item {
  width: 30%;
}
@media only screen and (max-width: 960px) {
  .news-tiles .news-grid-sizer,
.news-tiles .news-wrapper,
.news-tiles .alm-item {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .news-tiles .news-grid-sizer,
.news-tiles .news-wrapper,
.news-tiles .alm-item {
    width: 100%;
  }
}
.news-tiles .news-wrapper {
  margin-bottom: 30px;
}
.news-tiles .news-wrapper .news-img {
  width: 100%;
  position: relative;
}
.news-tiles .news-wrapper .news-img img {
  width: 100%;
}
.news-tiles .news-wrapper .news-img .news-more {
  position: absolute;
  bottom: -30px;
  right: 0;
  padding: 4px 10px 11px;
  background-color: #769e00;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 0.2s;
}
.news-tiles .news-wrapper .news-title {
  background-color: #769e00;
  background-color: #454545;
  background-color: #000;
  background-color: #303030;
  color: #fff;
  margin-top: -8px;
  padding: 9px 7px;
  z-index: 9;
  position: relative;
}
.news-tiles .news-wrapper .news-title h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 23px;
}
.news-tiles .news-wrapper .news-title h3 a {
  transition: all 0.2s;
}
.news-tiles .news-wrapper .news-title h3 a:hover {
  color: #fff;
}
.news-tiles .news-wrapper .news-meta p {
  font-size: 14px;
}
.news-tiles .news-wrapper .news-meta p .news-cat {
  text-transform: uppercase;
  font-weight: 700;
}
.news-tiles .news-wrapper:hover .news-img .news-more {
  bottom: 0px;
}

.cat-list {
  list-style: none;
  text-align: center;
}
.cat-list li {
  display: inline;
}
.cat-list li button.cat-list_item {
  background: transparent;
  color: #454545;
  border: 1px solid #ccc;
  border-radius: 5px;
  font: 500 19px Barlow Condensed, Arial, Helvetica, sans-serif;
  line-height: normal;
  padding: 6px 12px;
  transition: all 0.2s;
}
.cat-list li button.cat-list_item.active, .cat-list li button.cat-list_item:hover {
  background-color: #769e00;
  color: #fff;
}
.cat-list li button.cat-list_item.active[data-slug=music], .cat-list li button.cat-list_item:hover[data-slug=music] {
  background-color: #e4b200;
}
.cat-list li button.cat-list_item.active[data-slug=community], .cat-list li button.cat-list_item:hover[data-slug=community] {
  background-color: #e77800;
}
.cat-list li button.cat-list_item.active[data-slug=ideas], .cat-list li button.cat-list_item:hover[data-slug=ideas] {
  background-color: #BA4341;
}
.cat-list li button.cat-list_item.active[data-slug=tribute], .cat-list li button.cat-list_item:hover[data-slug=tribute] {
  background-color: #b72891;
}
.cat-list li button.cat-list_item.active[data-slug=press], .cat-list li button.cat-list_item:hover[data-slug=press] {
  background-color: #454545;
}
.cat-list li button.cat-list_item[data-slug=uncategorized] {
  display: none;
}

.asr-ajax-container .am_post_grid .am_grid_col {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
@media only screen and (max-width: 1200px) {
  .asr-ajax-container .am_post_grid .am_grid_col {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media only screen and (max-width: 960px) {
  .asr-ajax-container .am_post_grid .am_grid_col {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .asr-ajax-container .am_post_grid .am_grid_col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.page-template-page-blog .site-wrapper .blog-wrap {
  padding-top: 0px !important;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.event-list {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.event-list .event-wrapper {
  display: flex;
  margin-bottom: 50px;
}
.event-list .event-wrapper .event-image {
  width: 25%;
}
.event-list .event-wrapper .event-image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event-list .event-wrapper .event-image {
    width: 100%;
  }
}
.event-list .event-wrapper .event-data {
  width: 75%;
  padding-left: 35px;
  margin-top: -10px;
}
.event-list .event-wrapper .event-data .event-data-block {
  color: #fff;
  font-weight: 700;
  background: #82BC00;
  padding: 6px 12px;
  display: inline-block;
  margin: 0px 5px 14px;
}
.event-list .event-wrapper .event-data .event-data-block:first-of-type {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .event-list .event-wrapper .event-data .event-data-block {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}
.event-list .event-wrapper .event-data .event-categories {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.event-list .event-wrapper .event-data .event-categories a {
  pointer-events: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .event-list .event-wrapper .event-data {
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .event-list .event-wrapper {
    flex-wrap: wrap;
  }
  .event-list .event-wrapper .event-data,
.event-list .event-wrapper .event-image {
    width: 100%;
  }
}

body.single-event .event-page .event-single-wrapper {
  margin-left: 0px !important;
  padding-top: 10px !important;
}

.event-single .entry-content .event-details {
  display: flex;
  background-color: #efefef;
  margin-bottom: 40px;
  justify-content: space-between;
  min-height: 250px;
}
.event-single .entry-content .event-details #event-detail-list {
  width: auto;
  max-width: 50%;
  padding: 30px 20px;
}
.event-single .entry-content .event-details #event-detail-list h5, .event-single .entry-content .event-details #event-detail-list p {
  line-height: inherit !important;
  font: 300 18px Barlow Semi Condensed, Arial, Helvetica, sans-serif;
}
.event-single .entry-content .event-details #event-detail-list .event-label {
  color: #fff;
  font-weight: 700;
  background: #82BC00;
  padding: 3px 12px;
  display: inline-block;
}
.event-single .entry-content .event-details #event-detail-list .event-value {
  color: #fff;
  background: #5a8400;
  background: #777;
  padding: 3px 12px;
  display: inline-block;
}
.event-single .entry-content .event-details #event-detail-list .cost {
  display: flex;
}
.event-single .entry-content .event-details #event-detail-list .cost .cost-details {
  font-style: italic;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .event-details #event-detail-list .cost {
    flex-wrap: wrap;
  }
  .event-single .entry-content .event-details #event-detail-list .cost h5 {
    width: 100%;
  }
  .event-single .entry-content .event-details #event-detail-list .cost .cost-details {
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
.event-single .entry-content .event-details #event-detail-list .parking {
  display: flex;
}
.event-single .entry-content .event-details #event-detail-list .parking .parking-info {
  padding-left: 10px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .event-details #event-detail-list .parking {
    flex-wrap: wrap;
  }
  .event-single .entry-content .event-details #event-detail-list .parking .parking-info {
    padding-left: 0px;
  }
}
.event-single .entry-content .event-details #event-detail-list #share_buttons {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
}
.event-single .entry-content .event-details #event-detail-list .button {
  width: 150px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .event-details #event-detail-list :not(.share) .event-label,
.event-single .entry-content .event-details #event-detail-list :not(.share) .event-value {
    display: block;
    margin-left: 0px !important;
  }
}
.event-single .entry-content .event-details #event-main-img {
  width: 60%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .event-details {
    flex-wrap: wrap;
  }
  .event-single .entry-content .event-details #event-detail-list,
.event-single .entry-content .event-details #event-main-img {
    width: 100%;
    max-width: 100%;
  }
}
.event-single .entry-content .artist-section .artist-header {
  display: flex;
  padding: 20px 0px;
  justify-content: end;
}
.event-single .entry-content .artist-section .artist-header .artist-name {
  padding-right: 30px;
  padding-bottom: 10px;
}
.event-single .entry-content .artist-section .artist-header .artist-name h3 {
  font-size: 65px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .artist-section .artist-header .artist-name h3 {
    font-size: 35px;
  }
}
.event-single .entry-content .artist-section .artist-header .artist-img {
  width: 70%;
}
.event-single .entry-content .artist-section .artist-header .artist-img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .artist-section .artist-header {
    flex-wrap: wrap;
  }
  .event-single .entry-content .artist-section .artist-header .artist-name,
.event-single .entry-content .artist-section .artist-header .artist-img {
    width: 100%;
  }
}
.event-single .entry-content .artist-section .artist-bio {
  padding: 30px 50px;
  background-color: #efefef;
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-single .entry-content .artist-section .artist-images {
  display: flex;
  justify-content: flex-start;
}
.event-single .entry-content .artist-section .artist-images a img {
  object-fit: cover;
  width: auto;
  height: 250px;
}
.event-single .entry-content .artist-section .artist-social a {
  display: block;
  text-align: right;
  font-size: 20px;
}
.event-single .entry-content .artist-section .artist-social a i {
  font-family: "FontAwesome";
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .event-single .entry-content .artist-section .artist-social a {
    display: inline-block;
    padding: 0px 5px;
  }
}
.event-single .entry-content .event-presenter {
  text-align: center;
  margin: 50px 0px;
}
.event-single .entry-content .event-presenter img {
  padding: 25px 0px;
}
.event-single .entry-content .event-presenter h2 {
  font-style: 40px;
}

.artist-list .no-accordion {
  border-bottom: 1px solid #9c999a;
  border-top: 1px solid #9c999a;
  margin-bottom: 20px;
  border-top: 0;
}
.artist-list .no-toggle {
  margin-top: 0px;
  border-top: 1px solid #9c999a;
}
.artist-list .no-toggle .no-toggle-title {
  background: #FFFFFF;
  color: #444142;
  font-size: 16px;
  border-bottom: 1px solid #9c999a;
}
.artist-list .no-toggle .no-toggle-title strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  border-right: 1px solid #9c999a;
  display: inline-block;
  padding: 0 25px;
  width: 85px;
  color: #80bd01;
  text-align: center;
}
.artist-list .no-toggle .no-toggle-inner {
  padding: 0 10px;
  padding-bottom: 35px;
}
.artist-list .no-toggle .no-toggle-inner ul {
  list-style: none;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  margin-left: 30px;
  padding-top: 20px;
}
.artist-list .no-toggle .no-toggle-inner ul li {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #444142;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .artist-list .no-toggle .no-toggle-inner ul {
    margin-left: 10px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .artist-list .no-toggle .no-toggle-inner ul {
    margin-left: 10px;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

table.station-list {
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
table.station-list tbody {
  border-collapse: collapse;
}
table.station-list tbody tr th {
  text-align: left;
  text-transform: uppercase;
  color: #444142;
  font-weight: 700;
  font-size: 18px;
  padding: 25px 10px;
}
table.station-list tbody tr th h2 {
  border: 0;
  color: #444142;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  table.station-list tbody tr th {
    font-size: 16px;
    padding: 12px 5px;
  }
  table.station-list tbody tr th h2 {
    font-size: 16px;
  }
}
table.station-list tbody tr td {
  color: #444142;
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #444142;
  display: table-cell;
  line-height: 1.125rem;
  padding: 0.5625rem 0.625rem;
}
@media only screen and (max-width: 479px) {
  table.station-list tbody tr td {
    font-size: 14px;
    padding: 12px 5px;
  }
  table.station-list tbody tr td h2 {
    font-size: 16px;
  }
}
table.station-list tbody tr:nth-of-type(2n) {
  background: #f9f9f9;
}

.teach-me-wrapper {
  margin-bottom: 40px;
}
.teach-me-wrapper .teach-me-image {
  margin-left: 0px;
}
.teach-me-wrapper .teach-me-text {
  margin-bottom: 30px;
}
.teach-me-wrapper .teach-me-text h2 {
  margin-bottom: 5px;
}
.teach-me-wrapper .teach-me-text h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
.teach-me-wrapper .teach-me-text a.button {
  padding: 5px 10px 5px 10px;
  font-size: 15px !important;
}
.teach-me-wrapper hr::last-of-type {
  display: none;
}

body.single-teach-me #content {
  padding-top: 0px;
  margin-left: 0px;
}
body.single-teach-me #content .teach-me-single-wrapper {
  padding-bottom: 40px;
}
body.single-teach-me #content .teach-me-single-wrapper .tmot-feat {
  display: none;
}
body.single-teach-me #content .teach-me-single-wrapper .tmot-feat img {
  max-width: 700px;
}
body.single-teach-me #content .teach-me-single-wrapper .tmot-content {
  padding: 20px 0px;
}
body.single-teach-me #content .teach-me-single-wrapper .tmot-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
body.single-teach-me #content .teach-me-single-wrapper .tmot-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sponsors_list_view .national-sponsors {
  margin-bottom: 60px;
}
.sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}
.sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor .sponsors_featured_image {
  width: 22%;
  text-align: center;
}
.sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor .sponsors_featured_image img {
  width: 75%;
}
.sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor .sponsors_content {
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor {
    flex-wrap: wrap;
  }
  .sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor .sponsors_featured_image,
.sponsors_list_view .national-sponsors .sponsor_wrapper.national_sponsor .sponsors_content {
    width: 100%;
  }
}
.sponsors_list_view .local-sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.sponsors_list_view .local-sponsors .sponsor_wrapper.local_sponsor {
  width: 25%;
  text-align: center;
  margin: 25px 0px;
}
.sponsors_list_view .local-sponsors .sponsor_wrapper.local_sponsor img {
  width: 75%;
  max-width: 185px;
}

#sidebar #sidebar-widgets .widget_recent_entries h3 {
  color: #82bc00;
  font-weight: 500;
  font-size: 22px;
  margin-left: -3px;
}
#sidebar #sidebar-widgets .widget_recent_entries ul li a {
  font-size: 15px;
  line-height: 22px;
}
#sidebar #sidebar-widgets .widget_recent_entries ul li a:hover {
  color: #5a8400;
}
#sidebar #sidebar-widgets .widget_recent_entries ul li::after {
  display: none;
}
#sidebar #sidebar-widgets .widget_categories h3 {
  color: #82bc00;
  font-weight: 500;
  font-size: 22px;
  margin-left: -3px;
}
#sidebar #sidebar-widgets .widget_categories ul li {
  border-bottom: 0px;
  padding: 2px 0;
}
#sidebar #sidebar-widgets .widget_categories ul li a:hover {
  color: #5a8400;
}
#sidebar #sidebar-widgets .widget_categories ul li a:after {
  content: "»";
  padding-left: 8px;
}
#sidebar #sidebar-widgets .widget_categories ul li::after {
  display: none;
}

body.single-post .site-wrapper .blog-single #content,
body.single-post .site-wrapper .blog-single #sidebar #sidebar-widgets,
body.blog .site-wrapper .blog-page #content,
body.blog .site-wrapper .blog-page #sidebar #sidebar-widgets {
  padding-top: 0px;
  margin-top: 30px;
}

body.blog .blog-page .blog-wrap .post-wrap .entry-image .entry-overlay {
  display: none !important;
}

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