/* Imports */
.fast {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.slow {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
.centered-box {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.gradient {
  background: #f85032;
  background: -moz-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f85032), color-stop(0%, #ea2f64), color-stop(20%, #e85d35), color-stop(32%, #e67919), color-stop(69%, #f5ec3d), color-stop(100%, #3dbbf5));
  background: -webkit-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -o-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -ms-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: linear-gradient(to right, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#3dbbf5', GradientType=1);
}
/*(@screen-sm - 1)*/
/*(@screen-md - 1)*/
/*(@screen-lg - 1)*/
/*(@screen-ws - 1)*/
.raleway {
  font-family: Raleway, sans-serif;
}
@font-face {
  font-family: 'astro_icons';
  src: url('../fonts/astro_icons.eot?vvyzff');
  src: url('../fonts/astro_icons.eot?vvyzff#iefix') format('embedded-opentype'), url('../fonts/astro_icons.ttf?vvyzff') format('truetype'), url('../fonts/astro_icons.woff?vvyzff') format('woff'), url('../fonts/astro_icons.svg?vvyzff#astro_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'astro_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-apps:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-pause:before {
  content: "\e902";
}
.icon-media-control:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e986";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-appleinc:before {
  content: "\eabe";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-chevron-left:before {
  content: "\e904";
}
.content-toggle {
  float: right;
  line-height: 90px;
}
.home .contain,
.page-template-Home .contain {
  width: 82%;
}
.home .top-call.centered-box,
.page-template-Home .top-call.centered-box {
  top: inherit;
  bottom: 0;
}
.home .top-banner .banner-text,
.page-template-Home .top-banner .banner-text {
  position: relative;
  top: 5%;
}
.home .top-banner h2,
.page-template-Home .top-banner h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: center;
  text-shadow: inherit;
  text-transform: uppercase;
}
.home .post-details,
.page-template-Home .post-details {
  padding: 0.5em 0 5px 0.5em;
}
.home .content-toggle,
.page-template-Home .content-toggle {
  float: none;
  position: absolute;
  right: 0;
  line-height: 40px;
}
.home .content-toggle a,
.page-template-Home .content-toggle a {
  font-size: 11px;
  margin: 0 5px !important;
}
.home .content-toggle a.active:after,
.page-template-Home .content-toggle a.active:after {
  content: '';
  height: 2px;
  width: 70%;
  left: 15%;
  background: #e92c64;
  position: absolute;
  display: block;
  bottom: -5px;
  border-radius: 2px;
}
#follow-button {
  bottom: 0;
  position: relative;
  border: none;
  width: 100%;
  padding: 1em 0;
  font-size: 1.4em;
}
.home .top-banner,
.category .top-banner {
  background: #908c8c;
  position: relative;
  background-repeat: repeat;
  margin-bottom: 30px;
}
.home .top-banner .featured-tracks,
.category .top-banner .featured-tracks {
  height: 84vh;
  background: #211e1e;
  display: flex;
  flex-direction: column;
}
.home .top-banner .featured-tracks h2,
.category .top-banner .featured-tracks h2 {
  flex-grow: 0;
  color: #f9f6f6;
  margin: 0 0;
  font-size: 2.75em;
  text-align: left;
  font-weight: bold !important;
  padding: 0.25em 0.5em;
  background: #182229;
  border-bottom: 1px solid #ea2f64;
}
.home .top-banner .featured-tracks .trending-tracks,
.category .top-banner .featured-tracks .trending-tracks {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.home .top-banner .featured-tracks .trending-tracks ol,
.category .top-banner .featured-tracks .trending-tracks ol {
  flex-grow: 2;
  flex-direction: column;
  display: flex;
  padding: 0 0 0em;
  margin: 0;
  list-style-type: none;
}
.home .top-banner .featured-tracks .trending-tracks li,
.category .top-banner .featured-tracks .trending-tracks li {
  font: 1.24em "Raleway";
  margin: 0;
  text-transform: uppercase;
  padding: 0.75em 1.5em;
  background: #182229;
  border-bottom: 1px solid #ada5a5;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  flex-grow: 1;
}
.home .top-banner .featured-tracks .trending-tracks li:hover,
.category .top-banner .featured-tracks .trending-tracks li:hover {
  background: #000;
}
.home .top-banner .featured-tracks .trending-tracks li:last-of-type,
.category .top-banner .featured-tracks .trending-tracks li:last-of-type {
  border: none;
}
.home .top-banner .featured-tracks .trending-tracks li:hover a,
.category .top-banner .featured-tracks .trending-tracks li:hover a {
  color: #fff;
  opacity: 1;
}
.home .top-banner .featured-tracks .trending-tracks li.playing a,
.category .top-banner .featured-tracks .trending-tracks li.playing a {
  opacity: 1;
  color: #ea2f64;
}
.home .top-banner .featured-tracks .trending-tracks li a,
.category .top-banner .featured-tracks .trending-tracks li a {
  font-weight: bold;
  color: #e2e1e1;
  opacity: 0.87;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 55%;
  position: absolute;
  width: 83%;
  text-align: left;
}
.home .top-banner .featured-tracks .trending-tracks li a img,
.category .top-banner .featured-tracks .trending-tracks li a img {
  display: none;
}
.home .top-banner .featured-tracks .trending-tracks li .track-url,
.category .top-banner .featured-tracks .trending-tracks li .track-url {
  display: none;
}
.home .top-banner .featured-container,
.category .top-banner .featured-container {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home .top-banner .featured-container .featured-block,
.category .top-banner .featured-container .featured-block {
  flex-grow: 1;
  width: 50%;
  display: block;
  float: none;
  height: 30vh;
  float: left;
  position: relative;
  background-size: cover;
}
.home .top-banner .featured-container .featured-block.feature,
.category .top-banner .featured-container .featured-block.feature {
  width: 50%;
  height: 60vh;
}
.home .top-banner .featured-container .featured-block:hover h3,
.category .top-banner .featured-container .featured-block:hover h3 {
  text-shadow: 1px 1px 1px black;
}
.home .top-banner .featured-container .featured-block a:first-child,
.category .top-banner .featured-container .featured-block a:first-child {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.home .top-banner .featured-container .featured-block h3,
.category .top-banner .featured-container .featured-block h3 {
  font-size: 2em;
  color: #fff;
  margin-top: 0;
  line-height: 1.1em;
  margin: 0 ;
  text-shadow: 1px 1px 1px black;
}
.home .top-banner .featured-container .feature-section,
.category .top-banner .featured-container .feature-section {
  width: 50%;
}
.home .slider-image,
.category .slider-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 650px;
  position: relative;
}
.home .slider-image:before,
.category .slider-image:before {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 800;
  background: rgba(0, 0, 0, 0.63);
  left: 0;
}
.home .slider-image:hover:before,
.category .slider-image:hover:before {
  background: none;
}
.home .section-title {
  background: #182229;
  margin-top: 20px;
}
.home .videos {
  background: #182229;
  padding: 1em 0;
  margin: 0 0 2em;
}
.home .videos a {
  display: block;
}
.home .videos .thumb:hover .loop-post-details {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: #fff;
}
.home .videos .thumb:hover .loop-post-details h4 {
  text-shadow: none;
}
.home .videos .thumb:hover .loop-post-details h3 {
  color: #343242;
}
.home .video-banner {
  width: 90%;
  margin: 0 auto;
}
.home .video-banner .slick-slide {
  padding: 1em 2em;
  margin: 0px 0em;
}
.home .video-banner iframe {
  max-width: 100%;
  min-height: 200px;
  max-height: 300px;
}
h2 svg {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
#first-posts {
  padding: 7em 0 0;
}
#first-posts article.post:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0em;
  border-bottom: 0;
}
.post:hover h3 {
  color: #ea2f64;
}
.post h3 {
  margin-top: 0;
  font-size: 3.25em;
  margin-bottom: 6px;
  color: #232120;
}
.post.music .post_image {
  float: left;
  width: 30%;
  overflow: hidden;
  background-position: center center;
  background-size: auto 100%;
}
.post.music .post_image img {
  width: 100%;
}
.post.news .head-img {
  background: #dedede;
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 3em;
  position: absolute;
}
.post .post-info {
  font-size: 1.24em;
  color: #ea2f64;
  margin: 0 0 5px;
}
.post .post-info span {
  text-transform: uppercase;
  font-family: 'open sans';
  font-weight: bold;
  color: black;
  margin: 0 5px;
}
.post .post-info span a {
  color: black;
}
.post .post-info span:first-child {
  margin-left: 0;
}
.post .ad-unit {
  text-align: center;
}
/* Slicker Slider Home */
.slick-slide a {
  display: inline-block;
  position: relative;
}
.slick-slide h4 {
  position: relative;
  bottom: 0;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 1px black;
}
.slick-slide h3 {
  color: #fff;
  margin: 0;
  font-size: 1.85em;
}
.slick-slider .slick-next {
  right: 25px;
}
.slick-slider .slick-next:before {
  content: '\e90e';
}
.slick-slider .slick-prev {
  left: 25px;
}
.slick-slider .slick-prev:before {
  content: '\e90d';
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 900;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.slick-slider .slick-prev.slick-prev,
.slick-slider .slick-next.slick-prev {
  left: -3.5%;
}
.slick-slider .slick-prev.slick-next,
.slick-slider .slick-next.slick-next {
  right: -3.5%;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #eee;
  font-family: 'astro_icons';
  font-size: 17px;
  opacity: 0.9;
  line-height: 40px;
}
.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
  color: #e92c64;
}
#home-banner p {
  font-size: 1.2em;
  margin: 0 auto;
  text-align: justify;
  width: 70%;
  max-width: 330px;
}
body .header .social {
  padding: 0 9px;
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  line-height: 40px;
  border-color: #dedede;
  border-width: 0px 0 1px 1px;
  width: 100%;
  justify-content: center;
}
body .header .social a {
  margin: 0 20px;
}
#main {
  transition: height 0.66s ease-out;
  -webkit-transition: height 0.66s ease-out;
}
body.home .post .view-article {
  font-size: 1em;
  display: block;
  margin-top: 0;
}
body.home .post.news .rrssb-buttons {
  border-top: 1px solid #eee;
  padding: 15px 10px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
.footer {
  background: rgba(0, 0, 0, 0) repeat fixed 0 0;
  clear: both;
  color: white;
  padding-bottom: 42px;
  height: auto;
  padding-top: 40px;
  text-align: center;
  display: none;
}
.footer p {
  font-size: 1em;
}
.footer .contain {
  padding: 2em 0;
}
footer.footer {
  display: none;
}
.social-links {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 50%;
}
.social-links li {
  display: inline-block;
  margin: 0 0.5%;
}
.social-links li:hover a {
  color: white;
}
.social-links li a {
  font-size: 2.45em;
}
body {
  overflow-x: hidden;
  left: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main {
  position: relative;
}
.topfix {
  margin-top: 130px;
}
.clear {
  display: block;
  clear: both;
}
#content {
  background: #b7b4b445;
  padding-bottom: 4em;
}
.section-title {
  background: #211e1e;
  position: relative;
  display: inline-block;
  min-width: 250px;
  padding: 0.25em 0.75em 0em;
  color: #fff;
  text-shadow: 1px 1px 1px black;
  margin: 0;
  font-size: 3em;
}
.text-box {
  padding: 10% 5em;
}
.fast {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.dark-mask {
  position: relative;
}
.dark-mask:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 500;
  left: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.dark-mask:hover:before {
  background: none;
}
.thumb {
  position: relative;
  width: 100%;
  height: 350px;
  display: block;
}
.loop-post-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
  text-align: left;
  padding: 1em 1.5em;
}
.cut-out:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 40px solid transparent;
  right: 0;
  bottom: 0;
  position: absolute;
}
.title-cut-out:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 55px solid #fff;
  border-left: 40px solid transparent;
  right: 0;
  bottom: 0;
  position: absolute;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.posts {
  justify-content: space-around;
  flex-direction: column;
}
.row.posts .post {
  width: 29%;
}
body.page .thin-ad,
body.archive .thin-ad,
body.search .thin-ad {
  margin-bottom: 25px;
}
body.page .left-content,
body.archive .left-content,
body.search .left-content {
  width: 71%;
}
body.page .left-content .post:first-child,
body.archive .left-content .post:first-child,
body.search .left-content .post:first-child {
  margin-top: 0;
}
body.page .sidebar,
body.archive .sidebar,
body.search .sidebar {
  min-width: 300px;
}
body.page article.post,
body.archive article.post,
body.search article.post {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dotted rgba(171, 170, 177, 0.51);
  padding-bottom: 0px;
  flex-direction: row;
  margin-bottom: 2em;
  margin-top: 2em;
}
body.page article.post .column.three-quarter,
body.archive article.post .column.three-quarter,
body.search article.post .column.three-quarter {
  display: flex;
  position: relative;
  flex-direction: column;
}
body.page article.post .post_image,
body.archive article.post .post_image,
body.search article.post .post_image {
  width: 34%;
}
body.page article.post div.excerpt,
body.archive article.post div.excerpt,
body.search article.post div.excerpt {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: 66%;
}
body.page article.post div.excerpt iframe,
body.archive article.post div.excerpt iframe,
body.search article.post div.excerpt iframe {
  max-height: 80px;
  margin: 0px auto 15px;
  display: none;
}
body.page article.post div.excerpt iframe:first-of-type,
body.archive article.post div.excerpt iframe:first-of-type,
body.search article.post div.excerpt iframe:first-of-type {
  display: block;
}
body.page article.post div.excerpt header,
body.archive article.post div.excerpt header,
body.search article.post div.excerpt header {
  width: 90%;
  margin: 20px auto 20px;
  flex-grow: 1;
}
body.page article.post div.excerpt .text-excerpt p,
body.archive article.post div.excerpt .text-excerpt p,
body.search article.post div.excerpt .text-excerpt p {
  display: inline;
}
body.page article.post aside:last-child,
body.archive article.post aside:last-child,
body.search article.post aside:last-child {
  width: 90%;
  margin: 10px auto;
}
body.page article.post .unit,
body.archive article.post .unit,
body.search article.post .unit {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-height: 275px;
  background: #ddd;
}
body.page article.post .unit h3,
body.archive article.post .unit h3,
body.search article.post .unit h3 {
  color: #fff;
  font-size: 12px;
}
body.page .news .rrssb-buttons,
body.archive .news .rrssb-buttons,
body.search .news .rrssb-buttons {
  border-top: 1px solid #eee;
  padding: 10px 10px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
body.page .music .rrssb-buttons,
body.archive .music .rrssb-buttons,
body.search .music .rrssb-buttons,
body.page article.category-music .rrssb-buttons,
body.archive article.category-music .rrssb-buttons,
body.search article.category-music .rrssb-buttons {
  margin: 0;
  padding: 10px 0 0;
  border: none;
}
body.page .music .rrssb-buttons li:first-child,
body.archive .music .rrssb-buttons li:first-child,
body.search .music .rrssb-buttons li:first-child,
body.page article.category-music .rrssb-buttons li:first-child,
body.archive article.category-music .rrssb-buttons li:first-child,
body.search article.category-music .rrssb-buttons li:first-child {
  margin-left: 0px;
}
body.page .music .view-article,
body.archive .music .view-article,
body.search .music .view-article,
body.page article.category-music .view-article,
body.archive article.category-music .view-article,
body.search article.category-music .view-article {
  margin-top: 0;
}
body.page .related-posts,
body.archive .related-posts,
body.search .related-posts {
  margin-top: 25px;
}
body.page .related-posts h4,
body.archive .related-posts h4,
body.search .related-posts h4 {
  color: #383232;
  margin: 10px 0 4px;
  font-size: 12px;
  text-transform: uppercase;
}
body.page .related-posts li,
body.archive .related-posts li,
body.search .related-posts li {
  margin: 0px 0 5px;
}
body.page .related-posts a,
body.archive .related-posts a,
body.search .related-posts a {
  font: bold 11px 'Raleway', arial;
  color: #ea2f64;
}
.post h3 {
  min-height: 50px;
  margin-top: 0;
  font-size: 1.85em;
  margin-bottom: 0em;
  color: #211e1e;
  line-height: 1.2em;
}
.excerpt p {
  line-height: 1.45em;
  font-family: 'Georgia';
  font-size: 1.24em;
  letter-spacing: 0.3px;
  margin: 0 0 10px;
  color: #000;
}
.excerpt p:first-of-type {
  margin-top: 10px;
}
.excerpt p:last-of-type {
  margin-bottom: 10px;
}
.promo-block {
  width: 100%;
  float: none;
}
body.archive .rrssb-buttons.tiny-format li svg,
body.category .rrssb-buttons.tiny-format li svg,
body.page .rrssb-buttons.tiny-format li svg {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body.archive .rrssb-buttons.tiny-format li:hover,
body.category .rrssb-buttons.tiny-format li:hover,
body.page .rrssb-buttons.tiny-format li:hover {
  opacity: 1;
}
body.archive .rrssb-buttons.tiny-format li:hover svg,
body.category .rrssb-buttons.tiny-format li:hover svg,
body.page .rrssb-buttons.tiny-format li:hover svg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* AJAX LOADED POSTS

#posts, #main {
	article.post {
		width: 98%;
	}
}

*/
.side-list {
  text-align: center;
  margin: 0 auto;
}
.side-list li {
  display: inline-block;
}
.side-list li:hover h3 a {
  color: #a00000;
  text-decoration: underline;
}
.side-list.full li {
  display: block;
  float: left;
  width: 33.23%;
  margin: 0;
}
ol.half li,
ul.half li {
  width: 48%;
}
ol.quarter li,
ul.quarter li {
  width: 22%;
}
ol.third li,
ul.third li {
  width: 29%;
}
ol.fifth li,
ul.fifth li {
  width: 19%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway';
}
.half-block {
  display: table-cell;
  float: none;
  width: 50%;
}
.text-contain {
  padding: 7em 10%;
}
.tight-contain {
  width: 80%;
  margin: 0 auto;
}
.foot-note {
  margin-bottom: 5em;
}
.foot-note h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.foot-note p {
  font-size: 0.9em;
  margin-top: 0;
  font-style: italic;
}
.wpcf7-select {
  margin-top: 0.5em;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #a00000;
}
.social {
  display: flex;
  justify-content: space-around;
  padding: 2em 0;
  background: #f9f6f6;
}
.social a {
  font-size: 15px;
}
body.home .rrssb-buttons,
body.archive .rrssb-buttons,
body.category .rrssb-buttons {
  border-top: 1px solid #eee;
  padding: 10px 10px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
body.home .rrssb-buttons li,
body.archive .rrssb-buttons li,
body.category .rrssb-buttons li {
  display: inline-block;
  width: 30px !important;
  margin: 0 10px;
  vertical-align: top;
}
body.home .rrssb-buttons li a,
body.archive .rrssb-buttons li a,
body.category .rrssb-buttons li a {
  width: 20px;
  margin: 0 auto;
  height: 20px;
}
body.home .rrssb-buttons li .rrssb-icon svg,
body.archive .rrssb-buttons li .rrssb-icon svg,
body.category .rrssb-buttons li .rrssb-icon svg {
  left: 0;
}
.left-content {
  width: 74%;
}
.columns article,
.columns section {
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
}
.columns .three-quarter {
  width: 70%;
  display: block;
  overflow: auto;
}
.columns .quarter {
  width: 30%;
}
.column {
  position: relative;
  display: inline-block;
  float: left;
}
.column.three-quarter {
  width: 75%;
  display: block;
  overflow: hidden;
}
.column.third {
  width: 30%;
}
.column.third:last-child {
  margin-right: 0;
}
.column.two-third {
  width: 70%;
  padding: 0 5%;
}
.column.quarter {
  width: 25%;
}
.trending-track a .track-url {
  display: none;
}
.featured-tracks .trending-tracks li:before {
  font-family: 'astro_icons';
  content: "\e01d";
  font-size: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 7%;
  position: absolute;
  color: #e2e1e1;
  opacity: 0.87;
}
.featured-tracks .trending-tracks li:hover:before {
  opacity: 1;
  color: #eee;
}
article.post h4.title-cut-out {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 5px 20px 5px 15px;
  background: #fff;
  color: #030210;
  overflow: hidden;
}
article.post h4.title-cut-out:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 32px solid #030210;
  border-left: 18px solid transparent;
  right: 0;
  bottom: 0;
  position: absolute;
}
article.post .trending-track,
article.post .not-sc-track {
  margin: 0 0 10px;
  position: relative;
  height: 65px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #abaab1;
  box-shadow: 0px 0px 2px -1px;
  width: 100%;
}
article.post .trending-track:hover:before,
article.post .not-sc-track:hover:before {
  background: rgba(240, 238, 238, 0.4);
  color: rgba(233, 44, 100, 0.74);
}
article.post .trending-track .track-url,
article.post .not-sc-track .track-url {
  display: none;
}
article.post .trending-track.cleared,
article.post .not-sc-track.cleared {
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
article.post .trending-track.cleared iframe,
article.post .not-sc-track.cleared iframe {
  border: none !important;
}
article.post .trending-track.cleared:before,
article.post .not-sc-track.cleared:before {
  display: none;
}
article.post .trending-track:before,
article.post .not-sc-track:before {
  font-family: 'astro_icons';
  content: "\e01b";
  font-size: 20px;
  position: absolute;
  vertical-align: top;
  margin: 0 10px 0 0;
  height: 100%;
  width: 13%;
  line-height: 65px;
  border-right: 1px solid #bcbbc1;
  text-align: center;
  min-width: 30px;
  color: #030210;
}
article.post .trending-track #da-head-logo,
article.post .not-sc-track #da-head-logo {
  width: 20px;
  float: left;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
}
article.post .trending-track a,
article.post .not-sc-track a {
  color: #030210;
  width: 76%;
  padding-left: 20px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  left: 56%;
}
article.post .trending-track .track-name,
article.post .not-sc-track .track-name {
  text-transform: uppercase;
  font: normal 1.25em 'Raleway';
  vertical-align: middle;
  display: inline;
}
.engage-title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 17px;
  color: #05052f;
}
.left-item {
  left: 0% !important;
}
.engagement {
  overflow: hidden;
  position: relative;
  background: #f85032;
  background: -moz-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f85032), color-stop(0%, #ea2f64), color-stop(20%, #e85d35), color-stop(32%, #e67919), color-stop(69%, #f5ec3d), color-stop(100%, #3dbbf5));
  background: -webkit-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -o-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: -ms-linear-gradient(left, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  background: linear-gradient(to right, #f85032 0%, #ea2f64 0%, #e85d35 20%, #e67919 32%, #f5ec3d 69%, #3dbbf5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#3dbbf5', GradientType=1);
  height: 30px;
}
.engagement .engagement-bar {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  width: 100%;
  height: 30px;
  background: #393d40;
  float: right;
  position: relative;
}
.engagement .engagement-bar:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 15px solid #393d40;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.engagement .engagement-bar:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #393d40;
  position: absolute;
  top: 0;
  left: -14px;
}
.engagement .statement {
  color: #fff;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 95%;
  text-align: left;
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'open sans';
}
#kill-button {
  width: 80px;
  display: block;
  padding: 20px;
  background: red;
  color: white;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 2000;
}
.single .post ol,
.single .post ul {
  width: 95%;
  margin: 0.56em auto;
  color: #232120;
  font: normal 15px/1.65em 'Georgia';
}
.post {
  background: #fff;
}
.post .view-article {
  margin-top: 5px;
  display: block;
  font: bold 1em 'Raleway';
}
.post .post-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.post .post-image-link .post_image,
.post .post-image-link .head-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.post .post-info span {
  font-family: 'raleway';
  font-weight: normal;
}
.post .related-posts h4 {
  color: #444;
  margin: 0 0 10px;
}
.post .related-posts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post .column.third a {
  height: 100%;
  position: absolute;
  width: 100%;
}
.post .column.third figure.head-img {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0;
  background-position: center center;
}
.post blockquote {
  width: 80%;
  margin: 0.56em auto;
  color: #232120;
  font: normal 15px/1.65em 'Georgia';
}
.post blockquote p {
  width: 100% !important;
}
.single #main .post_list .page-content {
  width: 100%;
}
.single #main .post_list .left-content {
  width: 100%;
}
.single #main .post_list .left-content div.contain {
  width: 100%;
  max-width: inherit;
}
.single #main .post_list .left-content .single-thumb,
.single #main .post_list .left-content .post-details,
.single #main .post_list .left-content .post-info {
  display: none;
}
.single #main .post_list .head-img:nth-of-type(1) {
  display: none;
}
.single #main .post_list .sidebar {
  display: none;
}
.single #main .post_list #main .head-img:nth-of-type(1) {
  display: block;
}
.single #main .post_list #main .post-details {
  display: block;
}
.single #main .post_list #main article.post {
  width: 100%;
}
.single #main .post_list #main .post-block .left-content {
  width: 73%;
}
.single #main .post_list article.post:first-of-type .post-info {
  top: 20px;
}
.single #main .post_list article.post:first-of-type .post-info .date {
  margin: 0;
}
.single #main .post_list article.post:first-of-type .post-info .rrssb-text {
  display: none !important;
}
.booklet {
  display: flex;
}
.booklet .b-wrap {
  height: 100%;
}
.booklet .b-controls .b-arrow {
  width: 40px;
  cursor: pointer;
  text-indent: inherit;
}
.booklet .b-controls .b-arrow:before {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: 'e';
  color: #444;
  z-index: 1000;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  font-size: 30px;
}
.booklet .b-controls .b-arrow-next {
  right: 0;
}
.booklet .b-controls .b-arrow-next:before {
  font-family: 'astro_icons';
  content: '\e903';
}
.booklet .b-controls .b-arrow-prev {
  left: 0px;
}
.booklet .b-controls .b-arrow-prev:before {
  font-family: 'astro_icons';
  content: '\e904';
}
.booklet .page {
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  background-size: auto 100%;
  background-position: center center;
}
.booklet .page article {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.booklet .page article h2 {
  font-size: 3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #211e1e;
  margin-top: 0;
  margin-bottom: 0;
}
.booklet .page article p {
  font-size: 17px;
  width: 100%;
}
body.author .page-header {
  background: #fff;
  margin: 40px auto 0px;
  padding: 20px 20px 20px;
}
body.author .page-header h2 {
  font-size: 1.45em;
  margin-top: 25px;
  margin-bottom: 5px;
}
body.author .page-header p:first-of-type {
  margin-top: 0;
}
body.author .page-title {
  color: #211e1e;
  z-index: 900;
  position: relative;
  text-align: center;
  margin: 0px 0 0.5em;
  font-size: 4em;
  font-weight: bold !important;
  line-height: 1.1;
}
body.author .bio-image {
  max-width: 150px;
}
body.author .social-icons {
  justify-content: center;
}
body.author .social-icons a {
  color: #ea2f64;
  font-family: 'Raleway', 'arial';
  margin: 0 5px;
  font-weight: bold;
  font-size: 16px;
}
body.author .social-icons a span {
  font-weight: normal;
  color: #211e1e;
}
.bottom-home-banner {
  bottom: inherit;
}
.home .bottom-home-banner {
  bottom: -64px;
}
.full-nav .contain {
  width: 86%;
}
/* header */
.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #dedede;
  height: 90px;
}
.header .contain {
  max-width: inherit;
  width: 98%;
}
.header .tag-line {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  bottom: 5px;
  line-height: 12px;
  margin: 0;
  right: 10px;
  width: 100%;
  text-align: right;
}
.header .search-toggle {
  float: right;
  line-height: 90px;
  font-size: 22px;
  margin-right: 10px;
}
.header .search-toggle:hover span {
  color: #ea2f64;
}
.header .search-toggle span {
  line-height: inherit;
}
.header .head-search {
  display: none;
  float: right;
  line-height: 90px;
}
.header .head-search input {
  border: 1px solid #ddd;
  padding: 0 10px 0 15px;
  min-width: 200px;
  border-radius: 4px;
  font-family: 'georgia';
  font-size: 12px;
}
.header .head-search button {
  display: none;
  vertical-align: inherit;
  border: 0;
}
/* logo */
.logo {
  display: inline-block;
  float: left;
  line-height: 82px;
  position: relative;
}
.logo-img {
  max-width: 180px;
  vertical-align: middle;
}
/* nav */
.nav {
  left: 2%;
  float: left;
  line-height: 90px;
  position: relative;
  width: 62%;
}
.main-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.main-nav li {
  display: inline-block;
  float: left;
  margin: 0 0%;
  width: 18%;
  text-align: center;
}
.main-nav li[class*="current"] a {
  background: #e92c64;
  color: #fff;
}
.main-nav li a {
  color: #000000;
  display: block;
  font-size: 1.37em;
  padding: 0 0.8em;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: bold;
}
.main-nav li a:hover {
  background-color: #1f1e1e;
  color: white;
}
.top-nav {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin: 0 auto;
}
.top-nav a {
  font-weight: bold;
}
.top-nav .social-title {
  color: #a00000;
  float: left;
  font-family: "falla-one";
  font-size: 1.5em;
  line-height: 29px;
  margin-right: 5px;
  position: relative;
  text-transform: uppercase;
  top: 2px;
}
.top-nav #top-phone {
  color: #a00000;
  float: right;
  font-family: "falla-one";
  font-size: 1.5em;
  line-height: 29px;
  position: relative;
  right: 0.75em;
}
.top-nav #top-phone:hover {
  color: #c90028;
}
.top-nav .social-links {
  display: block;
  float: left;
  text-align: left;
  width: 140px;
}
.top-nav .social-links li {
  border-right: 1px solid #ddd;
  line-height: 27px;
  margin: 0;
}
.top-nav .social-links a {
  font-size: 1.5em;
  color: #a00000;
  padding: 0.5em 0.45em;
}
.top-nav .social-links a:hover {
  color: #444;
}
.content-toggle a {
  font: bold 14px 'Raleway', arial;
  text-transform: uppercase;
  color: #000;
  position: relative;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.content-toggle a:hover {
  opacity: 1;
}
.content-toggle a:first-child {
  margin-right: 15px;
}
.content-toggle a.active {
  opacity: 1;
}
.content-toggle a.active:after {
  content: '';
  height: 2px;
  width: 80%;
  left: 10%;
  background: #e92c64;
  position: absolute;
  display: block;
  bottom: -12px;
}
.menu-toggle {
  color: #000;
  line-height: 90px;
  font-family: 'falla-one';
  font-size: 2.5em;
}
.menu-toggle:hover {
  color: #a00000;
}
.menu-toggle span[class*="icon-"] {
  top: -1px;
  position: relative;
}
/*------------------------------------*\
    SLIDE NAV
\*------------------------------------*/
#slide-nav {
  left: -240px;
  height: 100%;
  position: fixed;
  top: 0;
  width: 240px;
  z-index: 1000;
  background-color: #232222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slide-nav .logo {
  float: none;
  margin: 4em auto 0;
  width: 80%;
  display: block;
  line-height: inherit;
  text-align: center;
}
#slide-nav .logo svg {
  width: 40px;
  height: 40px;
}
#slide-nav .menu-toggle {
  right: 10px;
  color: white;
  font-family: 'Raleway';
  line-height: inherit;
  top: 5px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}
#slide-nav ul {
  margin: 0em 0 0;
  padding: 0;
  list-style-type: none;
}
#slide-nav ul li {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  width: 80%;
  margin: 15px auto;
}
#slide-nav ul li .sub-menu {
  display: none;
}
.head-menu-toggle {
  cursor: pointer;
  float: right;
  font-size: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  z-index: 1000;
  line-height: 67px;
  color: black;
}
.head-menu-toggle:hover {
  color: #0AB4FF;
}
.head-menu-toggle span {
  bottom: 2px;
  font-size: 1.2em;
  margin-left: 3px;
  vertical-align: middle;
}
#slide-nav .head-menu-toggle:hover {
  text-decoration: underline;
}
#slide-nav.menu-open {
  left: 0px;
}
.menu-push-right {
  left: 240px;
}
.menu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
#slide-nav ul li a {
  color: white;
}
#slide-nav ul li a:hover {
  text-decoration: underline;
}
body.home #head-social {
  display: none;
}
#head-social {
  float: right;
  padding: 0;
  text-align: left;
  line-height: 90px;
  height: 90px;
  margin: 0;
  width: 200px;
}
#head-social li {
  display: inline-block;
  width: 30%;
  text-align: center;
  position: relative;
}
#head-social li:hover a {
  color: #ea2f64;
}
#head-social li a {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: block;
  font-size: 20px;
  color: black;
}
#head-social .search {
  display: none;
  position: absolute;
  width: 275px;
  right: 0;
  padding: 0.5em 0.5em;
  background: #353334;
  box-shadow: 0px 0px 1px 1px #ddd;
  font-family: 'Raleway';
  font-weight: normal;
}
#head-social .search input,
#head-social .search button {
  vertical-align: middle;
}
#head-social .search input {
  border: none;
}
#head-social .search button {
  background-color: #e92c64;
  font-weight: bold !important;
}
.single #content {
  padding-bottom: 0;
}
.single .post-contain {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding: 0 2.5%;
}
.single .post-contain.more {
  padding: 0;
  background: #fff;
}
.single .post-contain .ad-unit,
.single .post-contain .ad-container {
  margin-top: 2.5em;
}
.single .head-img {
  min-height: 60vh;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  position: relative;
  top: 0;
  width: 100%;
}
.single .head-img:before {
  content: '';
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .head-img.video-head {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background-color: #000;
}
.single .head-img.video-head .vid {
  width: 65%;
  min-width: 320px;
  margin: 0 auto;
}
.single .head-img.video-head .vid div[id*="ad"] {
  margin: 2em auto 2em;
}
.single .head-img.video-head .vid iframe {
  max-width: 100%;
  margin: 10px auto;
  display: block;
}
.single .head-img.video-head .vid .post-details {
  margin: 2em auto 4em;
}
.single .head-img.video-head .vid .page-title {
  text-align: left;
  font-size: 3.74em;
  text-transform: none;
  line-height: 1.4em;
}
.single .head-img.video-head .vid .by-line {
  text-align: left;
}
.single .single-thumb {
  max-height: 400px;
}
.single .single-thumb figure {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 45vh;
  max-height: 600px;
}
.single .single-thumb img {
  width: 100%;
}
.single .thin-banner {
  margin-bottom: 2em;
}
@media only screen and (max-width: 1100px) {
  .single .thin-banner {
    display: none;
  }
}
.single .post-details {
  margin: 2em auto 0;
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 1280px;
}
.single .post-details .ad-unit {
  margin-bottom: 2em;
}
.single .by-line {
  position: relative;
  z-index: 800;
  display: block;
  margin: 0 auto;
  text-align: left;
  font: bold 16px 'raleway';
}
.single .page-title {
  color: #211e1e;
  z-index: 900;
  position: relative;
  text-align: left;
  margin: 0;
  font-size: 4em;
  font-weight: bold !important;
  line-height: 1.1;
}
.single .page-content {
  position: relative;
  padding-top: 40px;
}
.single .left-content {
  width: 73%;
}
.single .content {
  padding: 4em 1em;
}
.single .post .post-info {
  text-align: left;
  margin: 10px 20px 10px 0;
}
.single .post .post-info .by-line {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.single .post .post-info .by-line:after {
  line-height: 12px;
  font-size: 1.74em;
  content: '\2022';
  color: #000;
  vertical-align: middle;
}
.single .post .post-info .date {
  text-transform: lowercase;
  font-family: 'Raleway';
  font-weight: bold;
  display: inline-block;
  padding: 0px 0;
  vertical-align: top;
  margin: 0;
}
.single .post .post-info .date span {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
.single .post p {
  width: 100%;
  margin: 0.56em 0 0.25em 0;
  color: #232120;
  font: normal 17px/1.75em 'Georgia';
}
.single .post p:first-of-type:first-letter {
  font-size: 1.74em;
}
.single #wavo-unit {
  width: 91%;
  margin: 2em auto 0;
}
.single #wavo-unit:before {
  content: '';
  height: 1px;
  background: #eee;
  display: block;
  width: 100%;
  margin-bottom: 2.5em;
}
.single .single-pagination {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.single .single-pagination h4 {
  color: #ea2f64;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 760px) {
  .single .single-pagination {
    max-width: 70%;
  }
}
.single div.pagination {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single div.pagination.posts {
  justify-content: space-around;
  flex-direction: column;
}
.single div.pagination.posts .post {
  width: 29%;
}
.single div.pagination span {
  width: 48%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-weight: bold;
}
.single div.pagination span.posts {
  justify-content: space-around;
  flex-direction: column;
}
.single div.pagination span.posts .post {
  width: 29%;
}
.single div.pagination span a {
  font-weight: bold;
  color: #211e1e;
}
.single div.pagination .prev {
  text-align: left;
}
.single div.pagination .prev a {
  margin: 0 10px;
}
.single div.pagination .next {
  text-align: right;
}
.single div.pagination .next a {
  margin: 0 10px;
}
.single .footer {
  display: none;
}
.single #main {
  overflow: auto;
}
.single #main .left-content {
  width: 73%;
  margin: 0 auto;
  float: none;
}
.single aside.sidebar {
  margin-top: 2em;
  width: 100%;
  background: #fff;
}
.single aside.sidebar .popular-posts {
  width: 100%;
  max-width: inherit;
  border-top: 1px solid #eee;
}
.single aside.sidebar .popular-posts h4 {
  color: #211e1e;
  margin-bottom: 10px;
  font-size: 14px;
}
.single aside.sidebar .popular-posts ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.single aside.sidebar .popular-posts ul.posts {
  justify-content: space-around;
  flex-direction: column;
}
.single aside.sidebar .popular-posts ul.posts .post {
  width: 29%;
}
.single aside.sidebar .popular-posts ul li {
  width: 21%;
  margin: 0 3% 0 0;
  border: none;
  padding: 0;
}
.single aside.sidebar .popular-posts ul li div[id*="ad"] {
  text-align: left;
}
.single aside.sidebar .popular-posts ul li h4 {
  margin: 0;
}
.single aside.sidebar .popular-posts ul li h3 {
  font-size: 14px;
}
.single aside.sidebar .popular-posts ul li iframe {
  margin: 0 !important;
}
.single .post hr {
  width: 100%;
  margin: 20px auto;
}
.single .post .twitter-tweet {
  text-align: center;
  margin: 25px auto !important;
  float: none;
}
.single .post p.tax {
  font: bold 1.24em 'Raleway';
}
.single aside.author {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}
.single aside.author h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #211e1e;
}
.single aside.author h2 span {
  text-transform: uppercase;
}
.single aside.author p {
  margin: 0;
  font-size: 14px;
}
.single aside.author p:first-of-type:first-letter {
  font-size: 1em;
}
.single aside.author .circle {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px;
}
.single aside.author .bio-image {
  display: block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.single aside.author .social-icons {
  margin-top: 10px;
  justify-content: flex-start;
}
.single aside.author .social-icons a {
  color: #ea2f64;
  font-family: 'Raleway', 'arial';
  margin: 0 5px;
  font-weight: bold;
  font-size: 12px;
}
.single aside.author .social-icons a span {
  font-weight: normal;
  color: #211e1e;
}
body.single .rrssb-buttons {
  margin-top: 1.35em !important;
  margin-bottom: 0 !important;
  position: absolute;
  left: -5%;
  flex-direction: column;
  width: 30px;
}
body.single .rrssb-buttons li {
  float: none;
  padding: 0;
  line-height: 10px;
  margin: 0 0 15px;
  width: 30px !important;
}
body.single .rrssb-buttons li a {
  width: 20px;
  margin: 0 0;
  height: 20px;
}
body.single .rrssb-buttons li a .rrssb-icon {
  padding: 0;
  margin: 0;
  left: auto;
  width: 100%;
}
.single #main .post {
  margin-bottom: 2em;
}
.single #main .related-posts {
  width: 100%;
  margin: .10px auto 1em;
  color: #232120;
  font: normal 15px/1.65em 'Georgia';
  border-bottom: 1px solid #eee;
  padding: 0 0em 1em;
}
.single #main .related-posts h4 {
  margin: 0.5em 0 0.35em;
  font-size: 1.4em;
}
.single #main .related-posts ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-size: 1.15em;
  font-family: 'Raleway';
  font-weight: bold;
}
.single #main .related-posts ul li {
  margin: 0 0 5px;
}
.single #main .related-posts ul a {
  color: #ea2f64;
}
.single .post .post-info {
  display: block;
  position: relative;
}
.single .post .post-info .rrssb-buttons {
  margin-bottom: 0 !important;
}
.single .post iframe {
  display: block;
  margin: 0.56em auto !important;
}
.single .post p iframe {
  max-width: 100% !important;
}
.single .post-content {
  border-top: 1px solid #ddd;
}
.single .head-img .page-title {
  color: #fff;
}
.single .post-contain {
  background: #fff;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 0em;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}
.single .post-contain:first-of-type {
  border: none;
}
.single .post-contain.more {
  padding: 0;
  background: #fff;
}
.single .post-contain .ad-unit,
.single .post-contain .ad-container {
  margin-top: 2.5em;
}
/*
 * jQuery Booklet Plugin
 * Copyright (c) 2010 - 2014 William Grauvogel (http://builtbywill.com/)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 1.4.4
 *
 * Originally based on the work of:
 *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
 */
.booklet {
  width: 800px;
  height: 600px;
  position: relative;
  margin: 0 auto 10px;
  overflow: visible !important;
}
.booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  padding: 0;
  outline: 1px solid rgba(0, 0, 0, 0);
}
/* Page Wrappers */
.booklet .b-wrap {
  top: 0;
  position: absolute;
}
.booklet .b-wrap-left {
  background: #fff;
}
.booklet .b-wrap-right {
  background: #efefef;
}
.booklet .b-pN .b-wrap,
.booklet .b-p1 .b-wrap,
.booklet .b-p2 .b-wrap,
.booklet .b-p3 .b-wrap,
.booklet .b-p4 .b-wrap {
  left: 0;
}
.booklet .b-p0 .b-wrap {
  right: 0;
}
/* Custom Page Types */
.booklet .b-page-blank {
  padding: 0;
  width: 100%;
  height: 100%;
}
.booklet .b-page-cover {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #925C0E;
}
.booklet .b-page-cover h3 {
  color: #fff;
  text-shadow: 0 1px 3px #222;
}
/* Page Numbers */
.booklet .b-counter {
  bottom: 10px;
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: #ccc;
  color: #444;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10px;
  padding: 5px 0 0;
}
.booklet .b-wrap-left .b-counter {
  left: 10px;
}
.booklet .b-wrap-right .b-counter {
  right: 10px;
}
/* Page Shadows */
.booklet .b-shadow-f {
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-repeat: repeat-y;
  background-position: 100% 0;
}
.booklet .b-shadow-b {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  background-repeat: repeat-y;
  background-position: 0 0;
}
.booklet .b-p0 {
  background-repeat: repeat-y;
  background-position: 100% 10px;
}
.booklet .b-p3 {
  background-repeat: repeat-y;
  background-position: 0 10px;
}
/* Overlay Controls */
.booklet .b-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 50%;
}
.booklet .b-overlay-prev {
  left: 0;
}
.booklet .b-overlay-next {
  right: 0;
}
/* Tab Controls */
.booklet .b-tab {
  background: #000;
  height: 40px;
  width: 100%;
  padding: 10px 0 0;
  text-align: center;
  color: #ccc;
  position: absolute;
  font-size: 11px;
}
.booklet .b-tab-prev {
  left: 0;
}
.booklet .b-tab-next {
  right: 0;
}
.booklet .b-tab:hover {
  background: #aaa;
  color: #000;
}
/* Arrow Controls */
.booklet .b-arrow {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  height: 100%;
  width: 74px;
}
.booklet .b-arrow div {
  display: none;
  text-indent: -9999px;
  height: 170px;
  width: 74px;
  position: absolute;
  left: 0;
  top: 25%;
}
.booklet .b-arrow-next {
  right: -80px;
}
.booklet .b-arrow-prev {
  left: -80px;
}
/* @z-index fix (needed for older IE browsers)
----------------------------------------*/
body {
  z-index: 0;
}
.b-menu {
  z-index: 100;
}
.b-selector {
  z-index: 100;
}
.booklet {
  z-index: 10;
}
.b-pN {
  z-index: 10;
}
.b-p0 {
  z-index: 30;
}
.b-p1 {
  z-index: 20;
}
.b-p2 {
  z-index: 20;
}
.b-p3 {
  z-index: 30;
}
.b-p4 {
  z-index: 10;
}
.b-prev {
  z-index: 40;
}
.b-next {
  z-index: 40;
}
.b-counter {
  z-index: 40;
}
/* @Menu Items
----------------------------------------*/
.b-menu {
  height: 40px;
  padding: 0 0 10px;
}
.b-selector {
  height: 40px;
  position: relative;
  float: right;
  border: none;
  color: #cecece;
  cursor: pointer;
  font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.b-selector .b-current {
  padding: 8px 15px 12px;
  line-height: 20px;
  min-width: 18px;
  height: 20px;
  display: block;
  background: #000;
  text-align: center;
}
.b-selector-page {
  width: auto;
  margin-left: 15px;
}
.b-selector-chapter {
  width: auto;
}
.b-selector:hover {
  color: #fff;
  background-position: left 0;
}
.b-selector:hover .b-current {
  background-position: right 0;
}
.b-selector ul {
  overflow: hidden;
  margin: 0;
  list-style: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 0 10px;
  background: #000;
  width: 240px;
}
.b-selector li {
  border: none;
}
.b-selector a {
  color: #cecece;
  height: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
}
.b-selector a .b-text {
  float: left;
  clear: none;
}
.b-selector a .b-num {
  float: right;
  clear: none;
}
.b-selector a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
>> Shortcode styles
--------------------------------------------------------------*/
/* Remove Bootstrap padding */
article.post .row {
  margin: 0 0 15px 0;
}
@media (max-width: 85.643em) {
  article.post .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote-left,
.quote-right {
  display: block;
  font-size: 24px;
  color: #ea2f64;
  font-style: italic;
  margin-bottom: 15px;
}
@media (min-width: 85.714em) {
  .quote-left,
  .quote-right {
    width: 200px;
    display: inline-block;
  }
}
q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
@media (min-width: 85.714em) {
  article.post .quote-left {
    float: left;
    margin: 0 15px 15px 0;
  }
  article.post .quote-right {
    float: right;
    margin: 0 0 15px 15px;
  }
}
.quote-tilted {
  display: block;
  font-size: 24px;
  color: #222;
  font-style: italic;
  margin-bottom: 17px;
}
.quote-tilted:before,
.quote-tilted:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.quote-tilted:after {
  clear: both;
}
@media (min-width: 70.857em) {
  article.post .quote-tilted {
    margin: 64px 0 80px 0;
  }
  .quote-tilted .quote-wrap {
    margin: 0 auto;
    width: 500px;
    height: 370px;
    display: block;
  }
  .quote-tilted .quote-photo {
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    display: block;
    float: left;
    width: 230px;
    height: 370px;
  }
  .quote-tilted .quote {
    display: block;
    float: right;
    width: 255px;
  }
}
/**
   * Credit for pure CSS speech bubbles:
   * http://nicolasgallagher.com/pure-css-speech-bubbles/demo/
   */
.interview-bubble {
  padding: 0 0 1.25em 0;
}
@media (min-width: 85.714em) {
  article.post .row.interview-bubble.has-image + .row.interview-bubble.has-image {
    margin-top: -3.5em;
  }
}
.interview-bubble q {
  text-transform: none;
  color: #ea2f64;
  text-align: left;
  font-weight: normal;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  font-size: 16px;
  line-height: 1.75em;
}
.interview-bubble q strong,
.interview-bubble q em {
  color: #a42146;
}
.interview-bubble.artist q {
  text-transform: none;
  color: #18c7e9;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.interview-bubble.artist q strong,
.interview-bubble.artist q em {
  color: #ea2f64;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
  text-transform: uppercase;
}
.interview-bubble.artist q em {
  font-weight: strong;
  font-style: normal;
}
.interview-bubble .quote-wrap {
  position: relative;
  border: 4px dotted #ea2f64;
  color: #333;
  background: #fff;
  /* css3 */
  /*
    NOTES:
    -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
    -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
    Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
    */
  -webkit-border-top-left-radius: 26px 26px;
  -webkit-border-top-right-radius: 26px 26px;
  -webkit-border-bottom-right-radius: 26px 26px;
  -webkit-border-bottom-left-radius: 26px 26px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.interview-bubble.artist .quote-wrap {
  border-color: #18c7e9;
}
article.post .row.interview-bubble .quote-wrap {
  padding: 16px;
}
@media (min-width: 85.714em) {
  .interview-bubble .quote-wrap {
    min-width: 170px;
    max-width: 75%;
    float: left;
  }
  .interview-bubble.artist .quote-wrap {
    float: right;
  }
}
article.post .row.interview-bubble.no-image {
  padding-bottom: 5px;
}
article.post .row.interview-bubble.has-image {
  padding-bottom: 85px;
}
article.post .row.interview-bubble.has-image.artist {
  padding-bottom: 115px;
}
.interview-bubble .quote-photo {
  width: 70px;
  height: 70px;
  left: 18px;
  bottom: -84px;
  position: absolute;
  z-index: 5;
  background-image: url("//static.dancingastronaut.com/v3/img/big-astrohead-o.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.interview-bubble .quote-photo.eyes {
  background-image: url("../img/big-astrohead-happy-eyes.png");
}
.interview-bubble .quote-photo.happy {
  background-image: url("../img/big-astrohead-happy.png");
}
.interview-bubble .quote-photo.doh {
  background-image: url("../img/big-astrohead__.png");
}
.interview-bubble .quote-photo.squint {
  background-image: url("../img/big-astrohead_-_.png");
}
.interview-bubble .quote-photo.o {
  background-image: url("//static.dancingastronaut.com/v3/img/big-astrohead-o.png");
}
.interview-bubble .quote-photo.oo {
  background-image: url("//static.dancingastronaut.com/v3/img/big-astrohead-o.png");
}
.interview-bubble.artist .quote-photo {
  left: auto;
  right: 10px;
  width: 100px;
  height: 100px;
  bottom: -116px;
}
/* creates larger curve */
.interview-bubble.has-image .quote-wrap:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -54px;
  left: 97px;
  width: 44px;
  height: 54px;
  border-style: dotted;
  border-width: 0 4px 4px 0;
  border-color: #ea2f64;
  margin-right: -10px;
  background: transparent;
  /* css3 */
  -webkit-border-bottom-right-radius: 37px 44px;
  -moz-border-radius-bottomright: 37px 44px;
  border-bottom-right-radius: 37px 44px;
  /* reduce the damage in FF3.0 */
  display: block;
}
.interview-bubble.has-image.artist .quote-wrap:before {
  border-color: #18c7e9;
  -webkit-border-bottom-right-radius: 0px 0px;
  -moz-border-radius-bottomright: 0px 0px;
  border-bottom-right-radius: 0px 0px;
  border-width: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 50px 64px;
  -moz-border-radius-bottomleft: 50px 64px;
  border-bottom-left-radius: 50px 64px;
  left: auto;
  right: 131px;
  bottom: -59px;
  width: 48px;
  height: 60px;
}
/* creates smaller curve */
.interview-bubble.has-image .quote-wrap:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -55px;
  left: 98px;
  width: 20px;
  height: 55px;
  border-style: dotted;
  border-width: 0 4px 4px 0;
  border-color: #ea2f64;
  background: transparent;
  /* css3 */
  -webkit-border-bottom-right-radius: 42px 89px;
  -moz-border-radius-bottomright: 42px 89px;
  border-bottom-right-radius: 42px 89px;
  /* reduce the damage in FF3.0 */
  display: block;
}
.interview-bubble.has-image.artist .quote-wrap:after {
  border-color: #18c7e9;
  -webkit-border-bottom-right-radius: 0px 0px;
  -moz-border-radius-bottomright: 0px 0px;
  border-bottom-right-radius: 0px 0px;
  border-width: 0 0 4px 4px;
  -webkit-border-bottom-left-radius: 80px 160px;
  -moz-border-radius-bottomleft: 80px 160px;
  border-bottom-left-radius: 80px 160px;
  left: auto;
  right: 120px;
  width: 25px;
  height: 59px;
  bottom: -58px;
}
/* creates a small white square to cover the two curves at the intersection */
.interview-bubble.has-image .quote-wrap > :first-child:before {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: -70px;
  left: 2px;
  width: 99px;
  height: 54px;
  background: #ffffff;
}
.interview-bubble.has-image.artist .quote-wrap > :first-child:before {
  left: auto;
  right: 2px;
}
/* creates a white rectangle to cover part of the oval border*/
.interview-bubble.has-image .quote-wrap > :first-child:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 116px;
  width: 24px;
  height: 12px;
  background: #fff;
}
.interview-bubble.has-image.artist .quote-wrap > :first-child:after {
  left: auto;
  right: 143px;
  width: 25px;
}
.da-single-post_list .entry-list {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.entry-list,
.entry-list .item,
.entry-list .item-col {
  position: relative;
  z-index: 15;
}
.entry-list:before,
.entry-list .item:before,
.entry-list:after,
.entry-list .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-list:after,
.entry-list .item:after {
  clear: both;
}
.entry-list.inline .item {
  padding: 20px 0 20px 0;
  border-bottom: 1px dotted #333;
}
.entry-list.inline .item:first-child {
  padding-top: 0;
}
.entry-list.inline .item:last-child {
  border: none;
}
.entry-list .social-share .total {
  display: none;
}
@media (min-width: 70.857em) {
  .entry-list.inline .item {
    min-height: 265px;
  }
  .entry-list.inline.plain .item {
    min-height: inherit;
  }
  .entry-list.inline .col-text {
    padding-right: 270px;
  }
  .entry-list.inline .col-text:last-child {
    padding-right: 0;
    padding-left: 250px;
  }
  .entry-list.inline .cover .col-text:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .entry-list.inline .cover .col-img {
    display: none;
  }
  .entry-list.inline .col-img,
  .entry-list.inline .col-audio {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 20;
  }
  .entry-list.inline .col-img:first-child,
  .entry-list.inline .col-audio:first-child {
    right: auto;
    left: 0;
  }
}
.entry-list .count {
  display: block;
  position: absolute;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ea2f64;
}
.entry-list .title {
  display: block;
  padding: 0 0 0 66px;
  margin: 0;
  width: 100%;
  min-height: 50px;
  font-family: Impact, Oswald, Verdana, Geneva, sans-serif;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}
.entry-list .cover-title {
  font-size: 48px;
  text-align: center;
}
.entry-list .intro {
  font-size: 18px;
}
.entry-list .intro em {
  font-style: normal;
}
.entry-list .sponsor {
  font-family: Raleway, sans-serif;
}
.entry-list .title.no-count {
  padding: 0;
}
.entry-list .info {
  padding: 15px 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-list .info:before,
.entry-list .info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-list .info:after {
  clear: both;
}
article.post .max-85-width {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
article.post .intro {
  text-align: justify;
  color: #000;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 54.857em) {
  article.post .intro {
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page article.post .intro {
  padding: 0 10%;
  font-size: 26px;
}
article.post .da-tip {
  font-weight: strong;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-style: italic;
}
article.post .da-tip span {
  color: #db2666;
}
#loader {
  background: #fff;
  color: #000;
  background-repeat: no-repeat;
  background-position: center left;
  font: normal 1.5em 'Raleway';
  padding: 1.25em 1em;
  text-transform: uppercase;
  margin: 2em auto 0;
  width: 275px;
  position: fixed;
  z-index: 1500;
  box-shadow: 1px 1px 26px -2px rgba(0, 0, 0, 0.47);
  bottom: 14%;
  border: 1px solid #545558;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
  opacity: 0;
}
#loader .load-head {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../img/logo-head.svg);
  vertical-align: middle;
  position: relative;
  right: 10px;
  animation: preloader_5 1.5s infinite linear;
}
#preloader5 {
  position: relative;
  width: 30px;
  height: 30px;
  background: #3498db;
  border-radius: 50px;
  animation: preloader_5 1.5s infinite linear;
}
#preloader5:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-top: 10px solid #9b59b6;
  border-bottom: 10px solid #9b59b6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: '';
  top: -20px;
  left: -20px;
  animation: preloader_5_after 1.5s infinite linear;
}
@keyframes preloader_5 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_5_after {
  0% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
  50% {
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
  }
  100% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
}
.load-logo {
  z-index: 2000;
  top: 40%;
  left: 45%;
  width: 10%;
  position: fixed;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.load-logo svg {
  width: 100%;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ad-container {
  display: block;
  text-align: right;
}
.ad-container img {
  margin-top: 15px;
}
.thin-ad .ad-unit {
  background: none;
}
.ad-unit {
  z-index: 800;
  position: relative;
}
aside .ad-unit,
.sidebar .ad-unit {
  max-width: 300px;
}
div[id*="ad"] {
  margin: 0 auto;
}
.single .sidebar {
  margin-top: 0px;
  width: 27%;
  float: left;
  margin-bottom: 20px;
}
.sidebar {
  position: relative;
}
.sidebar .side-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.sidebar .ad-unit,
.sidebar .ad-container {
  margin: 2em auto 0;
}
.sidebar .ad-unit:first-child,
.sidebar .ad-container:first-child {
  margin: 0em auto 1em;
}
.sidebar .trending-tracks,
.sidebar .popular-posts {
  max-width: 300px;
  margin: 0 auto;
}
.sidebar .trending-tracks ol,
.sidebar .popular-posts ol,
.sidebar .trending-tracks ul,
.sidebar .popular-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar .trending-tracks ol li,
.sidebar .popular-posts ol li,
.sidebar .trending-tracks ul li,
.sidebar .popular-posts ul li {
  padding: 1em  0em;
  font-size: 16px;
  border-bottom: 1px dotted #ddd;
  width: 88%;
}
.sidebar .trending-tracks ol li img,
.sidebar .popular-posts ol li img,
.sidebar .trending-tracks ul li img,
.sidebar .popular-posts ul li img {
  margin: 0 0 0.25em;
  width: 100%;
}
.sidebar .trending-tracks ol li h3,
.sidebar .popular-posts ol li h3,
.sidebar .trending-tracks ul li h3,
.sidebar .popular-posts ul li h3 {
  font-weight: bold !important;
  color: #232120;
  margin: 0;
}
.sidebar .trending-tracks ol {
  padding: 0 5px 0 40px;
  list-style-type: none;
  font-family: 'Raleway';
  font-weight: bold;
  position: relative;
}
.sidebar .trending-tracks ol li {
  font-size: 14px;
  color: #ea2f64;
  position: relative;
}
.sidebar .trending-tracks ol li a {
  color: #000;
}
.sidebar .trending-tracks ol li a img {
  width: 25px;
  height: auto;
  position: absolute;
  left: -40px;
  top: 29%;
}
.sidebar .trending-tracks ol li a:hover {
  color: #ea2f64;
}
.single-cat {
  margin: 0;
  font-size: 14px;
}
.single-cat a {
  color: #ea2f64;
}
.sidebar h2 {
  background: #232120;
  height: 60px;
  width: 100%;
  line-height: 60px;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold !important;
  position: relative;
  color: #eee;
}
.sidebar h2:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 60px solid #fff;
  border-left: 40px solid transparent;
  right: 0;
  bottom: 0;
  position: absolute;
}
.sidebar h2 svg {
  vertical-align: middle;
}
.sidebar ul {
  margin-top: 0 !important;
}
.sidebar ul li {
  margin: 0;
}
.sidebar ul li:hover a h3 {
  color: #ea2f64;
}
#da-player {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 1000;
  padding: 5px 0;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.17);
}
#da-player svg {
  width: 30px;
  display: inline-block;
  height: 30px;
  vertical-align: top;
  margin: 0 7px;
}
#da-player h2 {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 14px;
  line-height: 30px;
  text-transform: lowercase;
  color: #211e1e;
  height: 30px;
  vertical-align: top;
  letter-spacing: 0.75px;
}
#da-player iframe {
  visibility: hidden;
  position: absolute;
  width: 500px;
  z-index: -1;
  opacity: 0;
}
#da-player.on {
  opacity: 1;
}
#da-player.on .time {
  opacity: 1;
}
#da-player.on svg {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#da-player.on .controls {
  opacity: 1;
}
#da-player.on .controls:before {
  color: #ea2f64;
}
#da-player .loading {
  width: 40px;
  height: 40px;
}
#da-player .controls {
  border: 0;
  background: none;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  vertical-align: bottom;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#da-player .controls:before {
  font-family: 'astro_icons';
  content: "\e01b";
  font-size: 22px;
}
#da-player .time {
  display: none;
  margin: 0;
  line-height: 30px;
  font-size: 16px;
  opacity: 1;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#da-player .player-toggle {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#da-player .player-toggle:hover {
  color: #ea2f64;
}
#da-player .player-toggle:before {
  font-family: 'astro_icons';
  content: "\e1ff";
  font-size: 20px;
}
#da-player .track-group {
  background: #211e1e;
  height: 0px;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#da-player .track-group h2 {
  display: none;
}
#da-player .track-group ol,
#da-player .track-group ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px;
}
#da-player .track-group ol img,
#da-player .track-group ul img {
  display: none;
}
#da-player .track-group .trending-track {
  font: bold 1.25em 'Raleway';
  padding: 0.45em;
  opacity: 0.8;
  cursor: pointer;
}
#da-player .track-group .trending-track.playing a {
  color: #ea2f64;
}
#da-player .track-group .trending-track a {
  color: #c0c0c0;
}
#da-player .track-group .trending-track a .track-url {
  display: none;
}
#da-player .track-group .trending-track:hover {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
#da-player .track-group.open {
  height: 27vh;
  overflow: auto;
}
.top-toggle {
  color: #444;
  position: absolute;
  right: 10px;
  top: 15px;
  font: bold 8px 'raleway';
  text-transform: uppercase;
}
#photo-head {
  background: black;
  padding: 4em 0 0;
}
#photo-head .page-title {
  color: #eee;
}
#photo-head .photo-slider.slick-slider {
  margin-top: 15px;
  min-height: 400px;
  height: 50vh;
  overflow: hidden;
  width: 100%;
}
#photo-head .photo-slider.slick-slider .big-slide:before {
  background: rgba(0, 0, 0, 0.65);
}
#photo-head .photo-slider.slick-slider .big-slide.slick-current:before {
  background: none;
}
#photo-head .photo-slider.slick-slider .big-slide.slick-current:hover:before {
  background: none;
}
#photo-head .photo-slider.slick-slider .big-slide:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#photo-head .photo-slider.slick-slider .slide {
  height: 50vh;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}
#photo-head .photo-slider.slick-slider .slick-prev {
  left: 1.5%;
}
#photo-head .photo-slider.slick-slider .slick-prev:before {
  content: "\e904";
}
#photo-head .photo-slider.slick-slider .slick-next {
  right: 1.5%;
}
#photo-head .photo-slider.slick-slider .slick-next:before {
  content: "\e903";
}
#photo-head .post-details {
  text-align: center;
  margin: 2em auto;
}
#photo-head .post-details a {
  color: #ea2f64;
}
#photo-head .post-details .page-title {
  text-align: center;
  margin: 0 0;
}
#photo-head .post-details span.author {
  color: #fff;
  font: bold 1.4em 'Raleway';
}
.fancybox-container .fancybox-infobar__body {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Raleway';
}
.fancybox-container .fancybox-caption {
  text-align: center;
  font: normal 16px 'Raleway';
}
body.photos.single .post-contain {
  padding: 0;
}
body.photos.single .da-spec,
body.photos.single .post {
  background: #000;
}
#main .photos {
  background: #000;
}
#main .photos .post-info {
  float: none;
  margin: 1em auto 0;
}
#main .photos .post-info .rrssb-buttons {
  margin-top: 1em;
  width: 281px;
}
#main .photos .post-info .rrssb-buttons li {
  width: 17% !important;
  display: inline-block;
  vertical-align: top;
}
#main .photos .slide-thumbs {
  text-align: center;
}
#main .photos .slide-thumbs .slide-thumb {
  margin: 0%;
  display: inline-block;
  padding: 0.5%;
}
#main .photos .photo-details {
  width: 100%;
  background: #000;
}
#main .photos .photo-details .post-info {
  width: 280px;
  margin: 2em auto 0;
  text-align: center;
}
#main .photos .photo-details .post-info .rrssb-buttons {
  position: relative;
}
#main .photos .photo-details .post-info .rrssb-buttons .rrssb-text {
  display: none;
}
#main .photos .photo-details .related-posts,
#main .photos .photo-details .tax,
#main .photos .photo-details #wavo-unit {
  display: block;
  margin: 0;
  text-align: center;
  color: #fff;
}
#main .photos .photo-details .related-posts h4,
#main .photos .photo-details .tax h4,
#main .photos .photo-details #wavo-unit h4,
#main .photos .photo-details .related-posts p,
#main .photos .photo-details .tax p,
#main .photos .photo-details #wavo-unit p {
  color: #fff;
}
#main .photos .photo-details #wavo-unit {
  margin: 0 auto;
}
body[class*="videos"].category .center-content,
body.archive .center-content {
  width: 85%;
  padding: 2em 0 0;
}
body[class*="videos"].category .center-content li[class*="post"],
body.archive .center-content li[class*="post"] {
  padding: 0 0 15px;
}
body[class*="videos"].category .center-content li[class*="post"] h4,
body.archive .center-content li[class*="post"] h4,
body[class*="videos"].category .center-content li[class*="post"] h2,
body.archive .center-content li[class*="post"] h2 {
  text-align: left;
}
body[class*="videos"].category .center-content li[class*="post"] h4,
body.archive .center-content li[class*="post"] h4 {
  margin: 0.35em 0 0;
}
body[class*="videos"].category .center-content li[class*="post"] h2,
body.archive .center-content li[class*="post"] h2 {
  margin: 0;
}
body[class*="videos"].category .center-content li[class*="post"] h2 a,
body.archive .center-content li[class*="post"] h2 a {
  color: #000;
}
body.category #content .contain,
body.archive #content .contain {
  width: 82%;
}
body.category #content div.pagination,
body.archive #content div.pagination {
  width: 100%;
}
body.category li.post img,
body.archive li.post img,
body.category li.type-post img,
body.archive li.type-post img {
  width: 100%;
}
body.category li.post h2,
body.archive li.post h2,
body.category li.type-post h2,
body.archive li.type-post h2 {
  font-size: 2.25em;
}
body.category figure.head-img,
body.archive figure.head-img {
  height: 300px;
  width: 100%;
  display: block;
  margin: 0;
  background-position: center center;
}
body.category .post,
body.archive .post {
  margin-top: 0em;
}
body.category .tag-line a,
body.archive .tag-line a {
  color: #ea2f64;
}
body.category .rrssb-buttons,
body.archive .rrssb-buttons {
  margin: 15px auto;
}
@media (max-width: 759px) {
  body.category .desktop-only,
  body.archive .desktop-only {
    display: none !important;
  }
}
header[class*="category"].slick-slider {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0 0 3em;
}
header[class*="category"].slick-slider .slick-slide {
  padding: 0;
}
header[class*="category"].slick-slider .slick-slide.slick-current:before {
  z-index: 0;
  background: none;
}
header[class*="category"].slick-slider .slick-slide a {
  display: block;
}
header[class*="category"].slick-slider .featured-block {
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center;
}
header[class*="category"].slick-slider .dark-mask:before {
  background: rgba(0, 0, 0, 0.75);
}
header[class*="category"].slick-slider .slider-text {
  width: 90%;
  color: #fff;
  text-align: left;
  min-height: 125px;
}
header[class*="category"].slick-slider .slider-text h3 {
  color: #fff;
  line-height: 1;
}
header[class*="category"].slick-slider .slider-text p {
  margin-top: 0;
}
header[class*="category"].slick-slider .slider-text .view-article {
  display: none;
}
header[class*="category"].slick-slider .slick-next {
  right: 25px;
}
header[class*="category"].slick-slider .slick-next:before {
  content: '\e90e';
}
header[class*="category"].slick-slider .slick-prev {
  left: 25px;
}
header[class*="category"].slick-slider .slick-prev:before {
  content: '\e90d';
}
header[class*="category"].slick-slider .slick-prev,
header[class*="category"].slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  z-index: 900;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
header[class*="category"].slick-slider .slick-prev:hover:before,
header[class*="category"].slick-slider .slick-next:hover:before {
  color: #e92c64;
}
header[class*="category"].slick-slider .slick-prev:before,
header[class*="category"].slick-slider .slick-next:before {
  color: #000;
  font-family: 'astro_icons';
  font-size: 17px;
  opacity: 0.9;
}
header[class*="category"].slick-slider .slick-prev:before:hover,
header[class*="category"].slick-slider .slick-next:before:hover {
  opacity: 1;
}
.tag-line {
  margin-top: 0.5em;
  display: block;
  color: #e92c64;
  font-weight: bold;
  font-family: 'Raleway';
  font-size: 1.75em;
}
.categories {
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
.categories li {
  display: block;
  font: bold 1.25em 'open sans', arial;
  line-height: 50px;
  margin: 0;
  color: #fff;
  float: left;
}
.categories li a {
  padding: 0em 1.5em;
  line-height: 50px;
}
.categories li.top-cat {
  background: #ea2f64;
  color: #fff;
}
.categories li.top-cat a {
  color: #fff;
}
.categories li.current-cat {
  background: #fff;
  color: #000;
  padding: 0em 1.5em;
}
.categories li.current-cat a {
  color: #000;
}
.categories a {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.categories a:hover {
  color: #ffffff;
}
.categories .nav-toggle {
  position: absolute;
  right: 18px;
  z-index: 700;
  font-size: 21px;
  line-height: 50px;
  cursor: pointer;
}
.categories .nav-toggle:before {
  font-family: 'astro_icons';
  content: '\f078';
}
.categories .nav-toggle.active:before {
  content: '\e901';
}
.feature-list {
  margin: 0;
}
.feature-list .featured-block {
  width: 100%;
}
.feature-list .side-list.full li {
  display: block;
  float: left;
  width: 25%;
  margin: 0;
}
.feature-list .side-list.full li .featured-block {
  min-height: 30vh;
  background-position: center center;
}
.feature-list .side-list.full li a {
  display: block;
}
.feature-list .side-list.full li:hover h3 {
  text-shadow: 0px 0px 5px black;
}
body.category.paged #main,
body.archive.paged #main,
body.page.paged #main {
  padding-top: 2em;
}
body.category .post-details,
body.archive .post-details,
body.page .post-details {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 0.5em 1em;
  z-index: 900;
  width: 100%;
}
body.category .post-details .tag-line,
body.archive .post-details .tag-line,
body.page .post-details .tag-line {
  font-size: 1.25em;
}
body.category .post-details h3,
body.archive .post-details h3,
body.page .post-details h3 {
  font-size: 1.75em;
  color: #fff;
}
.categories {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.categories.too-wide {
  height: 50px;
  padding-right: 20px;
  overflow: hidden;
}
.categories.full {
  height: 150px;
}
.cat-item-none {
  margin-left: 14px;
}
body.search {
  position: relative;
}
body.search .page-title {
  font-size: 3.95em;
  margin: 20px auto 0;
}
body.search .center-content {
  width: 85%;
}
body.search li img {
  width: 100%;
}
body.search li h4 a {
  background-color: #000 !important;
  display: block;
  padding: 10px;
  z-index: 900;
  color: #fff;
}
body.search li h2 {
  margin: 9px 0 0;
}
body.search li h2 a {
  color: #ea2f64;
}
body.search li h2 a:hover {
  color: black;
}
body.tag .page-title {
  font-size: 3.95em;
  margin: 20px auto 0;
}
body #main div.pagination {
  text-align: center;
  margin: 4em auto 4em;
  padding: 0 4px;
}
body #main div.pagination ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  background: none;
  padding: 0;
}
@media (min-width: 760px) {
  body #main div.pagination ul {
    max-width: 480px;
    margin: 0 auto;
  }
}
body #main div.pagination li .page-numbers {
  font-size: 1.45em;
  font-family: 'open sans';
  font-weight: bold;
  padding: 8px;
  background: none;
  display: inline-block;
  position: relative;
  border: none;
  margin: 0 10px 10px;
  color: #211e1e;
  outline: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
body #main div.pagination li .page-numbers:hover {
  outline: 1px solid #ea2f64;
  color: #ea2f64;
}
body #main div.pagination li .page-numbers span[class*="icon"] {
  font-size: 0.79em;
}
body #main div.pagination li span.current {
  color: #211e1e;
  opacity: 0.6;
}
@media (max-width: 759px) {
  body #main div.pagination li {
    margin-bottom: 10px;
  }
}
body #main div.pagination.current:after {
  content: '';
  position: absolute;
  height: 2px;
  display: block;
  background: #ddd;
  width: 100%;
  left: 0;
  bottom: -5px;
}
.form-bg {
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  left: 0;
  z-index: 950;
  background: rgba(0, 0, 0, 0.43);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#call-box {
  max-width: 600px;
  padding: 4em 2em;
  width: 80%;
  position: absolute;
  z-index: 1050;
  background: #fff;
  color: black;
  text-align: center;
  border-radius: 26px;
  box-shadow: 1px 0px 11px 3px rgba(0, 0, 0, 0.53);
}
#call-box h2 {
  font-size: 3.75em;
  margin: 0 0 0.25em;
}
#call-box p:last-of-type {
  margin-bottom: 0;
}
#call-box .wpcf7-form {
  margin: 2em 0 0;
}
#call-box .wpcf7-form .half li {
  width: 47%;
  margin: 0 1%;
}
#call-box .wpcf7-form .half li p {
  font-family: "open sans";
  font-size: 1.25em;
  text-align: left;
  text-transform: uppercase;
  margin-top: 1.5em;
}
#call-box .wpcf7-form p {
  margin-bottom: 0;
}
#call-box #recaptcha {
  width: 300px;
  margin: 3em auto 0;
}
#call-box .modal-toggle {
  background-color: #444;
  color: white;
  height: 35px;
  width: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
  body.page article.post,
  body.archive article.post {
    margin-bottom: 2em;
    margin-top: 2em;
  }
  #first-posts {
    padding: 1em 0 2em;
  }
  #first-posts article.post:last-of-type {
    padding-bottom: 0;
  }
  #posts {
    padding: 0;
  }
}
@media only screen and (max-width: 1260px) {
  .nav {
    width: 60%;
  }
  .main-nav li a {
    padding: 0 0.45em;
    font-size: 1.7em;
  }
  iframe {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-nav li a {
    padding: 0 0.5em;
  }
  .top-banner {
    height: inherit;
  }
  .single .left-content {
    width: 70%;
  }
}
@media only screen and (min-width: 1001px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 1000px) {
  .header {
    text-align: center;
  }
  .header .logo {
    float: none;
  }
  .header .contain {
    width: 94%;
  }
  .home .top-banner .featured-container {
    width: 100%;
  }
  .home .top-banner .featured-container .featured-block {
    width: 50%;
    flex-grow: 1;
  }
  .home .top-banner .featured-container .featured-block::first-of-type {
    flex-grow: 1;
    width: auto;
  }
  .home .top-banner .featured-tracks {
    width: 100%;
  }
  .home .top-banner .featured-tracks .trending-tracks ol {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li {
    width: 25%;
    border-right: 1px solid #ada5a5;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li:before {
    left: 20%;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li:last-of-type {
    border-right: 1px solid #ada5a5;
    border-bottom: 1px solid #ada5a5;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li:nth-child(1),
  .home .top-banner .featured-tracks .trending-tracks ol li:nth-child(2) {
    width: 50%;
    flex-grow: 2;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li a {
    width: auto;
  }
  body.page article.post,
  body.archive article.post,
  body.search article.post {
    width: 100%;
  }
  body.page article.post .post_image,
  body.archive article.post .post_image,
  body.search article.post .post_image {
    width: 100%;
    background-size: cover;
  }
  body.page article.post .post-image-link,
  body.archive article.post .post-image-link,
  body.search article.post .post-image-link {
    width: 100%;
    position: relative;
  }
  body.page article.post div.excerpt,
  body.archive article.post div.excerpt,
  body.search article.post div.excerpt {
    width: 100%;
    padding: 0;
  }
  body.page article.post div.excerpt h3,
  body.archive article.post div.excerpt h3,
  body.search article.post div.excerpt h3 {
    min-height: 40px;
    margin-top: 10px;
    line-height: 1em;
  }
  body.page article.post div.excerpt .related-posts h4,
  body.archive article.post div.excerpt .related-posts h4,
  body.search article.post div.excerpt .related-posts h4 {
    margin: 5px auto 0;
    font-size: 10px;
  }
  body.page article.post div.excerpt .related-posts h4 a,
  body.archive article.post div.excerpt .related-posts h4 a,
  body.search article.post div.excerpt .related-posts h4 a {
    font-size: 10px;
  }
  body.page .section-title,
  body.archive .section-title,
  body.search .section-title {
    margin: 1.25em 0 -1px;
  }
  .pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    margin-bottom: 5px;
  }
  .single .head-img.video-head {
    min-height: inherit;
  }
  .single .head-img.video-head .vid {
    width: 100%;
  }
  .single .left-content {
    width: 64%;
  }
}
@media only screen and (max-width: 900px) {
  #home-banner {
    padding: 4em 0;
  }
  .home .top-banner {
    height: inherit;
    min-height: inherit;
  }
  .home .top-banner .slider-text h3 {
    font-size: 3.4em;
  }
  .home .top-banner .top-call h3 {
    font-size: 2.4em;
  }
  .third li,
  .quarter li,
  .fifth li,
  .quart li {
    width: 95%;
    margin: 0 auto 4em;
  }
  body.single .left-content {
    width: 60%;
  }
  body.single .left-content .post-info span {
    margin: 0;
    float: left;
  }
  body.single .left-content .sidebar div.popular-posts ul {
    justify-content: space-between;
  }
  body.single .left-content .sidebar div.popular-posts ul li {
    width: 30%;
    margin: 0;
  }
  body.single .left-content .sidebar div.popular-posts ul li:last-child {
    width: 100%;
  }
  body.single .rrssb-buttons {
    width: 100%;
    position: relative;
    left: 0;
  }
  body.single .rrssb-buttons li {
    float: left;
    padding: 0;
    line-height: 10px;
    margin: 0 0 0px;
  }
  body.single div[id*="ad"] {
    margin: 15px 0;
  }
}
@media only screen and (max-width: 790px) {
  body.home header.top-banner .featured-container,
  body.archive header.top-banner .featured-container {
    flex-direction: column;
  }
  body.home header.top-banner .featured-container .featured-block.feature,
  body.archive header.top-banner .featured-container .featured-block.feature,
  body.home header.top-banner .featured-container .feature-section,
  body.archive header.top-banner .featured-container .feature-section {
    width: 100%;
  }
  body.home header.top-banner .featured-container .featured-block.feature,
  body.archive header.top-banner .featured-container .featured-block.feature {
    height: 50vh;
  }
  body.page article.post,
  body.archive article.post,
  body.search article.post {
    margin-top: 0;
  }
  body.page article.post div.post_image .post-image-link,
  body.archive article.post div.post_image .post-image-link,
  body.search article.post div.post_image .post-image-link {
    height: 100%;
  }
  body.page article.post div.excerpt,
  body.archive article.post div.excerpt,
  body.search article.post div.excerpt {
    font-size: 10px;
  }
  body.page article.post div.excerpt header,
  body.archive article.post div.excerpt header,
  body.search article.post div.excerpt header {
    margin: 0 auto;
    width: 95%;
  }
  body.page article.post div.excerpt header h3,
  body.archive article.post div.excerpt header h3,
  body.search article.post div.excerpt header h3 {
    font-size: 1.85em;
  }
  body.page article.post div.excerpt header p,
  body.archive article.post div.excerpt header p,
  body.search article.post div.excerpt header p {
    font-size: 11px;
  }
  body.page article.post div.excerpt .related-posts,
  body.archive article.post div.excerpt .related-posts,
  body.search article.post div.excerpt .related-posts {
    margin: 5px 0 10px;
  }
  body.page article.post div.excerpt .related-posts li,
  body.archive article.post div.excerpt .related-posts li,
  body.search article.post div.excerpt .related-posts li {
    margin-bottom: 0;
  }
  body.page article.post div.excerpt .related-posts a,
  body.archive article.post div.excerpt .related-posts a,
  body.search article.post div.excerpt .related-posts a {
    font-size: 10px;
  }
  body.page div[id*="ad"],
  body.archive div[id*="ad"],
  body.search div[id*="ad"] {
    margin: 0 auto 25px;
  }
  .full-nav {
    display: none;
  }
  .page-content {
    overflow: hidden;
  }
  body.archive #main {
    padding: 0em 0 0;
  }
  body.archive article.post {
    width: 100%;
  }
  body.archive .left-content {
    width: 100%;
  }
  body.archive .sidebar {
    display: none;
  }
  body.archive .center-content {
    padding: 1em 0 0;
  }
  body.single .head-img {
    background-size: auto 100%;
    background-position: center bottom;
    background-attachment: initial;
  }
  body.single div.post-details {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 650px) {
  .header div.head-search {
    position: absolute;
    top: 0;
    left: 22%;
    width: 59%;
    background: #fff;
  }
  main {
    width: 100%;
    overflow: hidden;
  }
  body.category ul.half.side-list li,
  body.page ul.half.side-list li,
  body.single ul.half.side-list li,
  body.search ul.half.side-list li,
  body.category ul.third.side-list li,
  body.page ul.third.side-list li,
  body.single ul.third.side-list li,
  body.search ul.third.side-list li {
    width: 95%;
    margin: 0 auto 4em;
    margin: 0;
    float: none;
  }
  body.category .feature-list ul.side-list li,
  body.page .feature-list ul.side-list li,
  body.single .feature-list ul.side-list li,
  body.search .feature-list ul.side-list li {
    margin: 0;
    width: 100%;
  }
  body.category #content-top,
  body.page #content-top,
  body.single #content-top,
  body.search #content-top {
    margin: 0;
    width: 100%;
  }
  body.category article.post:hover h3,
  body.page article.post:hover h3,
  body.single article.post:hover h3,
  body.search article.post:hover h3 {
    color: #000;
  }
  body.category article.post div.post_image,
  body.page article.post div.post_image,
  body.single article.post div.post_image,
  body.search article.post div.post_image {
    max-width: inherit;
  }
  body.category article.post div.post_image .head-img,
  body.page article.post div.post_image .head-img,
  body.single article.post div.post_image .head-img,
  body.search article.post div.post_image .head-img {
    background-position: center center;
  }
  body.category article.post div.excerpt header .text-excerpt,
  body.page article.post div.excerpt header .text-excerpt,
  body.single article.post div.excerpt header .text-excerpt,
  body.search article.post div.excerpt header .text-excerpt {
    font-size: 11px;
    margin: 8px auto;
  }
  body.category article.post div.excerpt header h3,
  body.page article.post div.excerpt header h3,
  body.single article.post div.excerpt header h3,
  body.search article.post div.excerpt header h3 {
    min-height: inherit;
    margin-bottom: 5px;
  }
  body.category article.post div.excerpt header p,
  body.page article.post div.excerpt header p,
  body.single article.post div.excerpt header p,
  body.search article.post div.excerpt header p {
    font-size: 11px;
  }
  body.category article.post div.related-posts,
  body.page article.post div.related-posts,
  body.single article.post div.related-posts,
  body.search article.post div.related-posts {
    display: none;
  }
  body.page div[id*="gpt-ad"] {
    max-width: 100% !important;
  }
  body.page div[id*="gpt-ad"] iframe {
    height: auto;
  }
  body.page div[id*="gpt-ad"] img {
    width: 100%;
    height: auto;
  }
  .half-block {
    width: 100%;
    display: block;
    min-height: 250px;
  }
  .desktop {
    display: none;
  }
  .home .top-banner .featured-container .featured-block,
  .archive .top-banner .featured-container .featured-block {
    width: 100%;
    flex-grow: 2;
    height: 50vh;
  }
  .home .top-banner .featured-container .featured-block .post-details,
  .archive .top-banner .featured-container .featured-block .post-details {
    padding: 0.5em 1em 0;
  }
  .home .top-banner .featured-container .featured-block h3,
  .archive .top-banner .featured-container .featured-block h3 {
    font-size: 2.5em !important;
    margin-bottom: 17px;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li,
  .archive .top-banner .featured-tracks .trending-tracks ol li {
    flex-grow: 2;
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home .top-banner .featured-tracks .trending-tracks ol li:before,
  .archive .top-banner .featured-tracks .trending-tracks ol li:before {
    content: '';
  }
  .home .top-banner .featured-tracks .trending-tracks ol li a,
  .archive .top-banner .featured-tracks .trending-tracks ol li a {
    width: 100%;
    text-align: center;
    font-size: 12px;
    left: 0;
    transform: inherit;
    -webkit-transform: inherit;
    top: 0;
    position: relative;
  }
  .post-details h3 {
    font-size: 3.25em;
  }
  body.page article.post,
  body.archive article.post,
  body.search article.post,
  body.page article.post.news,
  body.archive article.post.news,
  body.search article.post.news,
  body.page article.post.music,
  body.archive article.post.music,
  body.search article.post.music {
    display: block !important;
    padding: 0 0 1em;
    margin: 0 auto 2em;
  }
  body.page article.post .column.three-quarter,
  body.archive article.post .column.three-quarter,
  body.search article.post .column.three-quarter,
  body.page article.post.news .column.three-quarter,
  body.archive article.post.news .column.three-quarter,
  body.search article.post.news .column.three-quarter,
  body.page article.post.music .column.three-quarter,
  body.archive article.post.music .column.three-quarter,
  body.search article.post.music .column.three-quarter,
  body.page article.post .column.third,
  body.archive article.post .column.third,
  body.search article.post .column.third,
  body.page article.post.news .column.third,
  body.archive article.post.news .column.third,
  body.search article.post.news .column.third,
  body.page article.post.music .column.third,
  body.archive article.post.music .column.third,
  body.search article.post.music .column.third,
  body.page article.post .column.two-third,
  body.archive article.post .column.two-third,
  body.search article.post .column.two-third,
  body.page article.post.news .column.two-third,
  body.archive article.post.news .column.two-third,
  body.search article.post.news .column.two-third,
  body.page article.post.music .column.two-third,
  body.archive article.post.music .column.two-third,
  body.search article.post.music .column.two-third {
    width: 100% !important;
    display: block !important;
    float: none;
    padding: 0 2.5%;
  }
  body.page article.post .head-img,
  body.archive article.post .head-img,
  body.search article.post .head-img,
  body.page article.post.news .head-img,
  body.archive article.post.news .head-img,
  body.search article.post.news .head-img,
  body.page article.post.music .head-img,
  body.archive article.post.music .head-img,
  body.search article.post.music .head-img {
    margin: 0;
  }
  .da-spec {
    background: #fff;
  }
  body.single .page-content {
    width: 100%;
  }
  body.single div.post-details {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body.single div.post-details .ad-unit {
    display: none;
  }
  body.single .left-content {
    display: block;
    float: none;
    width: 100%;
  }
  body.single .left-content .post-info {
    width: 100%;
  }
  body.single .left-content .post-info .by-line {
    margin-bottom: 10px;
  }
  body.single .left-content .post-info .date {
    display: inline-block;
    float: left;
    margin-left: 5px;
  }
  body.single .left-content .post-info .rrssb-buttons {
    margin-top: 10px !important;
    float: none;
    width: 100%;
    display: block;
    clear: both;
  }
  body.single .left-content .post-info .rrssb-buttons li {
    width: auto;
    flex-grow: 1;
  }
  body.single .sidebar {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  body.single .sidebar div[id*="ad"] {
    text-align: center !important;
    margin: 15px auto 0;
  }
  body.single #photo-head .ad-unit {
    display: none;
  }
  #da-player {
    display: none;
  }
  body.page article.post h3 {
    margin-top: 1em;
  }
  body.page article.post .column.quarter {
    width: 100%;
    margin: 3em auto 0;
    float: none;
    display: block;
    text-align: center;
  }
  body.category article.post,
  body.archive article.post {
    margin-top: 10px;
  }
  body.category article.post:last-child,
  body.archive article.post:last-child {
    margin-bottom: 0;
  }
  body.category article.post .column,
  body.archive article.post .column {
    width: 100% !important;
    padding: 0 !important;
  }
  body.category article.post h3,
  body.archive article.post h3 {
    margin-top: 10px;
  }
  .ad-sidebar .column.quarter {
    width: 100%;
    margin: 0 auto;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #content .contain {
    width: 95%;
  }
  body.single aside.author .social-icons {
    flex-direction: column;
    margin-bottom: 0;
  }
  body.single aside.author .social-icons a {
    margin-bottom: 10px;
  }
  body.single aside.author div.row {
    flex-direction: column;
  }
  body.single aside.author div.row .circle {
    margin: 0 auto;
  }
  body.single aside.author div.row .text {
    text-align: center;
  }
  .load-logo {
    left: 35%;
    width: 100px;
    height: 100px;
  }
  .load-logo #da-head-logo {
    width: 100px;
    height: 100px;
  }
  body.menu-push-right {
    position: relative;
    left: 0px;
  }
  .logo-img {
    max-width: 150px;
  }
  .top-nav .social-title {
    display: none;
  }
  #first-posts {
    padding: 2em 0 0;
  }
  body.archive .thin-ad {
    display: none;
  }
  .left-content {
    width: 100% !important;
    float: none;
    margin: 0 auto;
  }
  .post-details h3 {
    font-size: 2.75em;
  }
  .sidebar {
    width: 100% !important;
    margin: 0 auto 5em !important;
    float: none !important;
  }
  .sidebar .ad-unit:first-child {
    margin: 3em auto;
  }
  .about .page-header {
    background-position: center top;
  }
  .instagram-content {
    width: 100%;
    margin-top: 3em;
    padding: 0;
  }
  .slick-slider {
    display: block;
    width: 82%;
    overflow: visible;
  }
  .top-call h3 {
    font-size: 2.75em;
    margin-top: 0;
  }
  .top-call a {
    padding: 0.25em 0!important;
  }
  article.post .column.third a {
    position: relative;
  }
  article.post .head-img {
    position: relative !important;
    min-height: 250px;
  }
  body.single .head-img {
    min-height: 40vh;
  }
  body.single .post-details .page-title {
    font-size: 2.75em;
  }
  body.single .ad-unit {
    margin: 0 auto 2em;
  }
  body.single .rrssb-buttons {
    margin-top: 0 !important;
    border: none;
  }
  header[class*="category"].slick-slider .slider-text {
    width: 90%;
    color: #fff;
    text-align: left;
    height: 140px;
    overflow: auto;
    margin: 10px auto 0;
  }
  header[class*="category"].slick-slider .slider-text .tag-line {
    display: none;
  }
  header[class*="category"].slick-slider .slider-text h3 {
    font-size: 2em;
  }
  .categories {
    display: none;
  }
}
@media only screen and (min-width: 1131px) {
  .mobile-only {
    display: none !important;
  }
}
/* Start Media Query */
@media only screen and (max-width: 1130px) {
  .main-nav {
    border-top: 2px solid #ededed;
    background-color: #141a24;
    display: none;
    left: 0;
    max-width: inherit;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  .content-toggle {
    display: none;
  }
  .header #head-social {
    display: none;
  }
  #secondary-menu .main-nav {
    top: 55px;
  }
  .menu-toggle {
    float: left;
    display: inline-block;
  }
  .mobile-only {
    display: block;
  }
}
/* End Media Query */
p {
  font-family: 'Raleway';
  font-size: 1.4em;
}
p a {
  font-weight: bold;
  color: #e92c64;
}
p a:hover {
  text-decoration: none;
}
body .eze {
  text-transform: none !important;
}
