/*
Theme Name: LCA Theme
Theme URI:
Version: 1.0
Description:
Author: Xaome
Author URI: http://xao.me
template: bb-theme
*/
/* Add your custom styles here */
@font-face {
  font-family: 'Trenda Regular';
  src: url("fonts/trenda-regular-webfont.woff2") format("woff2"), url("fonts/trenda-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Trenda Bold';
  src: url("fonts/trenda-bold-webfont.woff2") format("woff2"), url("fonts/trenda-bold-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Trenda Heavy';
  src: url("fonts/trenda-heavy-webfont.woff2") format("woff2"), url("fonts/trenda-heavy-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Trenda Black';
  src: url("fonts/trenda-black-webfont.woff2") format("woff2"), url("fonts/trenda-black-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
h5.cpt {
  font-family: "Trenda Heavy";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.page .xao_contests .fl-post-header,
.single-fl-builder-template .xao_contests .fl-post-header {
  display: block;
}

.fl-page-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .fl-page-content {
    padding-top: 77px;
    padding-bottom: 77px;
  }
}
.fl-page-content .fl-content {
  margin-top: 0;
  margin-bottom: 15px;
}
.fl-page-content .fl-content-left {
  border: none;
}
@media (min-width: 992px) {
  .fl-page-content .fl-content-left {
    padding-right: 47px;
  }
}
.fl-page-content .single-post-content p {
  font-size: 20.1px;
  line-height: 1.35em;
  margin-bottom: 30px;
}
.fl-page-content .single-post-content a {
  text-decoration: underline;
  -webkit-text-decoration-skip: spaces leading-spaces trailing-spaces;
          text-decoration-skip: spaces leading-spaces trailing-spaces;
  color: #333;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.fl-page-content .single-post-content a:hover {
  color: #666;
}
.fl-page-content .layout-2 .fl-post-header {
  margin-bottom: 45px;
}

.fl-sidebar {
  margin-top: 60px;
  display: block;
}
@media (min-width: 992px) {
  .fl-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .fl-sidebar.fl-sidebar-right {
    padding-left: 8px;
  }
}
.fl-sidebar .fl-widget {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fl-sidebar .fl-widget {
    text-align: left;
  }
}
.fl-sidebar .fl-widget.widget_text {
  max-width: 602px;
  margin: 45px auto;
}
@media (min-width: 992px) {
  .fl-sidebar .fl-widget.widget_text {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.layout-1 .fl-post-thumb img {
  width: 100%;
}
@media (min-width: 768px) {
  .layout-1 .fl-post-thumb img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .layout-1 .flex-80 {
    width: auto;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 80%;
    -webkit-flex: 80%;
        -ms-flex: 80%;
            flex: 80%;
  }
  .layout-1 .flex-80 .album-data {
    margin-bottom: 0;
  }
  .layout-1 .flex-20 {
    width: auto;
    float: none;
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
  }
  .layout-1 .flex-20 .best-of__string br {
    display: none;
  }
  .layout-1 .xao-number-circle-container {
    position: relative;
  }
}
@media (max-width: 460px) {
  .layout-1 .flex-80 {
    -webkit-box-flex: 75%;
    -webkit-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
    width: auto;
    float: none;
  }
  .layout-1 .flex-20 {
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    width: auto;
    float: none;
  }
  .layout-1 .xao-number-circle-container {
    position: relative;
  }
}
.layout-1 .header {
  font-size: 18px;
  font-family: "Trenda Regular";
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .layout-1 .header.vertical-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout-1 .intro {
  /*@media(max-width: 767px) {
    header.fl-post-header {
      display: flex;
      justify-content: space-between;
    }
  }*/
}
.layout-1 .intro .fl-post-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .layout-1 .intro .fl-post-header {
    padding-left: 20px;
  }
}
.layout-1 .album-data {
  margin-bottom: 15px;
  display: block;
  margin-left: 0;
}
.layout-1 .artist-website {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Trenda Bold";
}
.layout-1 .artist-categories {
  text-transform: uppercase;
  font-size: 23px;
  margin-top: 18px;
}

.post-meta {
  font-family: "Trenda Regular";
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 0;
  line-height: 15px;
  list-style: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .post-meta {
    margin-left: 0;
    border: none;
    text-align: left;
    margin-bottom: 0;
  }
}
.post-meta > li {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.post-meta__date, .post-meta__author {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .post-meta__date, .post-meta__author {
    margin-bottom: 13px;
  }
}
.post-meta__category {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .post-meta__category {
    margin-bottom: 25px;
  }
}
.post-meta__stats {
  font-family: "Trenda Bold";
}
@media (min-width: 768px) {
  .post-meta__stats {
    margin-bottom: 27px;
    margin-top: 27px;
  }
}
.post-meta a, .post-meta span {
  font-family: "Trenda Black";
}
.post-meta .strong {
  font-family: "Trenda Bold";
}
.post-meta h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .post-meta h5 {
    display: block;
  }
}
.post-meta__separator {
  padding: 0 6px;
}
.post-meta i.fa.fa-comment,
.post-meta i.fa.fa-thumbs-o-up {
  font-size: 14px;
  padding: 0 3px;
}

.single-xao_songs .post-meta__category a {
  color: #2c9b96;
}

.single-xao_reviews .post-meta__category a {
  color: #d71920;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }

  .col-md-5 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}
.col-sm-4-xao,
.col-sm-8-xao,
.col-sm-2-xao,
.col-sm-10-xao,
.col-md-4-xao,
.col-md-8-xao,
.col-md-2-xao,
.col-md-10-xao {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-4-xao,
  .col-sm-8-xao,
  .col-sm-2-xao,
  .col-sm-10-xao {
    float: left;
  }

  .col-sm-4-xao {
    width: 35%;
  }

  .col-sm-8-xao {
    width: 65%;
  }

  .col-sm-2-xao {
    width: 20%;
  }

  .col-sm-10-xao {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .col-md-4-xao,
  .col-md-8-xao,
  .col-md-2-xao,
  .col-md-10-xao {
    float: left;
  }

  .col-md-4-xao {
    width: 35%;
  }

  .col-md-8-xao {
    width: 65%;
  }

  .col-md-2-xao {
    width: 20%;
  }

  .col-md-10-xao {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-lg-4-xao,
  .col-lg-8-xao,
  .col-lg-2-xao,
  .col-lg-10-xao {
    float: left;
  }

  .col-lg-4-xao {
    width: 35%;
  }

  .col-lg-8-xao {
    width: 65%;
  }

  .col-lg-2-xao {
    width: 20%;
  }

  .col-lg-10-xao {
    width: 80%;
  }
}
.page-template-tpl-members .col-sm-10-xao {
  width: auto !important;
  float: none;
}

.embed-responsive.embed-responsive-16by9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

a {
  color: #1a1a1a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
a:hover, a:focus {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  margin: 0;
  padding: 0;
}

#tribe-events label, #tribe-events p, #tribe-events a {
  font-family: "Trenda Regular";
}
#tribe-events .tribe-events-sub-nav {
  text-transform: capitalize;
}
#tribe-events h2.tribe-events-page-title {
  text-align: left;
}
#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
  margin-left: 0;
}

/* Single pages - Reviews, Artists and Songs layout */
.layout-1 h1 {
  font: 36px "Trenda Bold";
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
  margin-left: -2px;
}
@media (min-width: 1200px) {
  .layout-1 h1 {
    font-size: 52px;
  }
}
.layout-1 h2 {
  font: 18px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1em;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 16px;
}
.layout-1 .artist-name {
  font: 20px "Trenda Regular";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}
@media (min-width: 1200px) {
  .layout-1 .artist-name {
    font-size: 24px;
  }
}
.layout-1 .intro .header {
  font: 18px "Trenda Regular";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
}

.layout-2 h1.fl-post-title {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1em;
}

.page-heading h1, .page-heading h2 {
  font: 28px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  .page-heading h1, .page-heading h2 {
    font-size: 48px;
    padding: 32px 0;
  }
}

h2 {
  font: 26px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 0.025em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

.tax-xao_tax_chronicle h2 {
  font: 37px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: normal;
  letter-spacing: 0;
}

/* Post Grid Item Titles */
/*.tax-xao_tax_chronicle,
.post-type-archive-xao_concerts,
.post-type-archive-xao_news {
  h4, .pt-cv-view h4.pt-cv-title {
    padding: 20px;
    @include heading(18px, $font-bold, none, 0, 0, 1.3em);
  }
}*/
.post-type-archive-xao_chronicles h4 {
  font: 18px "Trenda Bold";
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

/*
.single-xao_artists,
.post-type-archive-xao_artists,
.post-type-archive-xao_reviews,
.post-type-archive-xao_songs,
.home {
  h4, .pt-cv-view h4.pt-cv-title,
  .frontpage-section__news .pt-cv-view h4.pt-cv-title {
    padding: 0 10px;
    @include heading(18px, $font-bold, none, 0, 0, 1.3em);
  }
}

.single-xao_artists .grid-rectangle h4 {
  padding: 20px;
}

.post-type-archive-xao_reviews,
.post-type-archive-xao_songs,
.critiques,
.home {
  h4,
  .frontpage-section__reviews.pt-cv-view h4.pt-cv-title,
  .pt-cv-view h4.pt-cv-title {
    @include heading(18px, $font-regular, none, 0, 0, 1.3em);
  }
}*/
/* Post Grid Item Artist Names and View all Links */
h5,
.layout-1 h5.artist-name {
  font: 14px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

.post-type-archive-xao_chronicles .chronicle footer a,
a.all-posts {
  font: 13px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  letter-spacing: 0.05em;
}

.fl-builder-content .uabb-button-center,
button, input[type=button], input[type=submit] {
  letter-spacing: 0.05em;
}

.section-title {
  font: 18px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 45px;
  line-height: normal;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  letter-spacing: 0.025em;
}

.section-blocks h5 {
  font: 1.6vw "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  color: #fff;
  letter-spacing: 0.05em;
}

pre {
  white-space: normal;
  font-size: 13px !important;
  word-break: normal;
  margin: 0 0 50px;
  padding: 15px;
}

blockquote {
  font-style: italic;
}

body.page-id-12 .page-heading h1,
body.page-id-32 .page-heading h1,
body.page-id-72274 .page-heading h1 {
  color: #1a1a1a;
}
body.page-id-12 .fl-post-title,
body.page-id-32 .fl-post-title,
body.page-id-72274 .fl-post-title {
  display: none;
}

body.home .fl-post-header {
  display: none;
}

body.single-xao_artists .layout-1 h1 {
  margin-left: 0;
}

.thumb-content {
  display: none;
}

.error404 h1 {
  display: none;
}
.error404 .bgcolor-releases h1 {
  display: block;
}

.fl-page-content .single-post-content .photo-credits {
  font-size: 14px;
  font-family: "Trenda Regular";
}

.archive-title {
  font: 18px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: normal;
  padding-bottom: 16px;
  padding-top: 4px;
  border-bottom: 1px solid #b3b3b3;
}

/*body.home,
body.post-type-archive,
body.tax-xao_glossary {
  h5.cpt {
    display: none;
  }
}*/
body.standard h5.cpt {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.standard .cpt-layout-1 .pt-cv-title,
body.standard .cpt-layout-1 .pt-cv-custom-fields,
body.standard .cpt-layout-1 .pt-cv-ctf-list,
body.standard .cpt-layout-2 .pt-cv-title,
body.standard .cpt-layout-2 .pt-cv-custom-fields,
body.standard .cpt-layout-2 .pt-cv-ctf-list {
  padding: 2px;
}

body.custom h5.cpt {
  display: none;
}

.fl-page-content .single-post-content h4 .past-event a {
  font-family: "Trenda Regular";
}

h4 .past-event-tag,
h4 .event-tag {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #b3b3b3;
}

h4 .event-tag {
  color: #ec7322;
}

.color-news, .color-news span {
  color: #532f72 !important;
}
.color-news:hover, .color-news span:hover {
  color: #532f72 !important;
}

.color-songs {
  color: #2c9b96 !important;
}

.color-chronicles {
  color: #f5a100 !important;
}

.color-reviews, .color-reviews span {
  color: #d71920 !important;
}
.color-reviews:hover, .color-reviews span:hover {
  color: #d71920 !important;
}

.color-concerts {
  color: #02465b !important;
}

.color-artists {
  color: #1b854f !important;
}

.color-contests {
  color: #bc0488 !important;
}

.color-calendar {
  color: #ec7322 !important;
}

.color-pages {
  color: #e1e1e1 !important;
}

.color-other {
  color: #666 !important;
}

.text-uppercase span, .text-uppercase a {
  text-transform: uppercase;
}

.section-featured {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #e1e1e1;
}
.section-featured__thumb {
  max-height: 312px;
  overflow: hidden;
}
.section-featured__thumb.section-featured__blur {
  height: 100px;
}
@media (min-width: 1380px) {
  .section-featured__thumb.section-featured__blur {
    height: 119px;
  }
}
.section-featured__title {
  margin-bottom: 40px;
  margin-top: 0;
}
.section-featured__title h3 {
  font-family: "Trenda Heavy";
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  font-size: 23px;
}
.section-featured img {
  display: inherit;
  margin: auto;
  width: 100%;
  height: auto;
}
.section-featured__item {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-featured__item:nth-child(4) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-featured__item:nth-child(3), .section-featured__item:nth-child(5) {
    clear: left;
  }
}
.section-featured__content {
  background-color: #fff;
}
.section-featured__content > a {
  display: block;
}
.section-featured__post-content {
  padding: 20px;
  text-align: center;
}
.section-featured__post-content h4 {
  font: 18px "Trenda Bold";
}
.section-featured__post-content h5 {
  font-family: "Trenda Heavy";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.section-featured .bg-blurred__wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
}
.section-featured .bg-blurred {
  background-size: cover;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  display: block;
  position: absolute;
}
.section-featured .bg-blurred__img {
  position: absolute;
  top: 0;
  z-index: 1;
  max-height: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-featured span.xao-countries {
  position: absolute;
  bottom: 15px;
  right: 37px;
  background: #e1e1e1;
  line-height: normal;
  padding: 0 6px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Trenda Bold";
}

.row-newsletter {
  background-color: #333;
}

.section-newsletter {
  padding: 72px 15px;
  text-align: center;
  background-color: #333;
  max-width: 550px;
  margin: auto;
}
.section-newsletter input[type=text]::-webkit-input-placeholder,
.section-newsletter input[type=password]::-webkit-input-placeholder,
.section-newsletter input[type=email]::-webkit-input-placeholder,
.section-newsletter input[type=tel]::-webkit-input-placeholder,
.section-newsletter input[type=date]::-webkit-input-placeholder,
.section-newsletter input[type=month]::-webkit-input-placeholder,
.section-newsletter input[type=week]::-webkit-input-placeholder,
.section-newsletter input[type=time]::-webkit-input-placeholder,
.section-newsletter input[type=number]::-webkit-input-placeholder,
.section-newsletter input[type=search]::-webkit-input-placeholder,
.section-newsletter input[type=url]::-webkit-input-placeholder,
.section-newsletter textarea::-webkit-input-placeholder {
  color: #1a1a1a;
  font-family: "Trenda Regular";
}
.section-newsletter label {
  font-family: "Trenda Black";
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #e1e1e1;
}

.fl-post .section-newsletter {
  max-width: none;
}
.fl-post .section-newsletter #mc_embed_signup {
  max-width: 550px;
  margin: auto;
}

.boxzilla-center {
  width: 50vw;
}
.boxzilla-center.boxzilla {
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 50px;
}
.boxzilla-center .boxzilla-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.boxzilla-center form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxzilla-center .xao-form--label {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  font: 16px "Trenda Regular";
  letter-spacing: 1px;
}
.boxzilla-center .xao-form--input {
  display: block;
  width: 100%;
  border-radius: 7px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 11px 15px;
  font: 14px "Trenda Regular";
  background: #222;
  border-color: #333;
}
.boxzilla-center .xao-form--input:focus {
  background: #333;
  border-color: #444;
}
.boxzilla-center .xao-form--group {
  margin-top: 20px;
}
.boxzilla-center #mc_embed_signup, .boxzilla-center .input-group {
  width: 100%;
}
.boxzilla-center .boxzilla-close-icon {
  color: #fff;
  padding: 6px 9px;
}
.boxzilla-center h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 19px;
  text-transform: uppercase;
}
.boxzilla-center .btn {
  background-color: #DD9933;
  color: #fff;
  margin-top: 40px;
  font: 16px "Trenda Black";
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}
.boxzilla-center .btn:hover {
  background-color: #926118;
}
.boxzilla-center .xao-required {
  font-weight: bold;
  color: red;
}
@media (min-width: 768px) {
  .boxzilla-center {
    /*.xao-form--group {
      margin-bottom: 20px;
    }*/
  }
  .boxzilla-center .xao-form--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .boxzilla-center .xao-form--cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    vertical-align: inherit;
    width: 100%;
    padding-right: 15px;
  }
  .boxzilla-center .xao-form--cell:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 0;
  }
}

.xao-rating {
  position: relative;
}
.xao-rating .xao-number-circle-container {
  max-height: 87px;
  max-width: 87px;
  height: auto;
}
.xao-rating .xao-number-circle-container,
.xao-rating .xao-number-semi-circle-container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .xao-rating .xao-number-circle-container,
  .xao-rating .xao-number-semi-circle-container {
    max-width: 87px;
    width: auto;
  }
}
.xao-rating .xao-number-text,
.xao-rating .xao-number-circle-container,
.xao-rating .xao-number-semi-circle-container {
  position: relative;
  z-index: 4;
}
.xao-rating .svg-container {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .xao-rating .svg-container {
    padding-bottom: 100%;
  }
}
.xao-rating .svg-container .svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xao-rating .svg-container .svg .xao-bar-bg,
.xao-rating .svg-container .semi-circle-svg .xao-bar-bg {
  stroke: rgba(215, 25, 32, 0.2);
}
.xao-rating .svg-container .svg circle,
.xao-rating .svg-container .semi-circle-svg circle {
  stroke-width: 5px;
}
.xao-rating .svg-container .svg .xao-bar,
.xao-rating .svg-container .semi-circle-svg .xao-bar {
  stroke: #fff;
}
.xao-rating .svg-container .svg circle,
.xao-rating .svg-container .semi-circle-svg circle {
  stroke-width: 10px;
}
.xao-rating svg:not(:root) {
  overflow: hidden;
}
.xao-rating .xao-number-text,
.xao-rating .xao-number-circle-container,
.xao-rating .xao-number .uabb-number-semi-circle-container {
  position: relative;
  z-index: 4;
}
.xao-rating .xao-number-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.xao-rating .xao-number-text span.xao-number-string {
  font-family: Trenda Heavy, Arial, sans-serif;
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  line-height: 1;
  word-wrap: normal;
}
@media (min-width: 768px) {
  .xao-rating .xao-number-text span.xao-number-string {
    font-size: 32px;
  }
}
.xao-rating.best-of .svg .xao-bar,
.xao-rating.best-of .semi-circle-svg .xao-bar {
  stroke: #d71920;
}
.xao-rating.best-of .best-of__string {
  font-size: 9px;
  text-transform: uppercase;
  color: #d71920;
  font-family: "Trenda Black";
  line-height: normal;
  text-align: center;
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  font-size: 12px;
  max-width: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100px;
  line-height: 15px;
  text-align: left;
  width: auto;
  margin-top: 0;
  white-space: normal;
  display: block;
}

.fl-page-header .fl-page-header-logo a {
  display: inline-block;
}
.fl-page-header .fl-page-header-logo .fl-logo-img {
  max-width: 50%;
}
@media (min-width: 992px) {
  .fl-page-header .fl-page-header-logo .fl-logo-img {
    max-width: 100%;
  }
}
.fl-page-header-container {
  padding: 15px;
}
@media (min-width: 992px) {
  .fl-page-header-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .fl-page-header .fl-page-nav-wrap {
    border: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .fl-page-header.fl-page-header-fixed .fl-page-nav-wrap {
    border: none;
    padding-bottom: 0;
  }
}

.page-heading.bgcolor-reviews {
  background-color: #d71920;
}
.page-heading.bgcolor-songs {
  background-color: #2c9b96;
}
.page-heading.bgcolor-artists {
  background-color: #1b854f;
}
.page-heading.bgcolor-chronicles {
  background-color: #f5a100;
}
.page-heading.bgcolor-news {
  background-color: #532f72;
}
.page-heading.bgcolor-calendar {
  background-color: #ec7322;
}
.page-heading.bgcolor-concerts {
  background-color: #02465b;
}
.page-heading.bgcolor-contests {
  background-color: #bc0488;
}
.page-heading.bgcolor-search {
  background-color: #1a1a1a;
}
.page-heading.bgcolor-pages {
  background-color: #e1e1e1;
}
.page-heading.bgcolor-releases {
  background-color: #a074e1;
}
.page-heading.bgcolor-club {
  background-color: #FFB403;
}

div.swp_social_panel {
  height: 28px;
  margin-top: 10px !important;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-pack: start;
  -webkit-align-items: initial;
  -webkit-box-align: start;
  -webkit-justify-content: initial;
}
div.swp_social_panel:not(.nc_socialPanelSide) .nc_tweetContainer {
  -webkit-flex: initial;
}
div.swp_social_panel.swp_default_custom_color a, html body div.swp_social_panel.swp_individual_custom_color .nc_tweetContainer:hover a, body div.swp_social_panel.swp_other_custom_color:hover a {
  color: #fff;
}
div.swp_social_panel.scale-70 {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
div.swp_social_panel.swp_pill .nc_tweetContainer {
  margin-right: 11px;
}
div.swp_social_panel .nc_tweetContainer {
  border-radius: 100%;
  border: none;
  height: 28px;
  min-width: 28px;
  margin: 0;
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 28px !important;
      -ms-flex: 0 0 28px !important;
          flex: 0 0 28px !important;
}
div.swp_social_panel .nc_tweetContainer a.nc_tweet {
  height: 28px;
}
div.swp_social_panel .iconFiller {
  width: 28px !important;
  height: 28px;
  font-size: 14px;
}
div.swp_social_panel .sw {
  margin: 0;
  width: 28px;
  height: 28px;
  float: none;
  display: block;
}
div.swp_social_panel div.totes.totesalt, div.swp_social_panel:hover div.totes.totesalt:not(:nth-child(1)),
div.swp_social_panel a .swp_count:not(.swp_hide),
div.swp_social_panel span.swp_share {
  display: none;
}
div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
  border-radius: inherit;
  cursor: pointer;
  float: inherit;
  font-family: inherit;
  height: inherit;
  margin: 0 11px 0 0;
  min-width: inherit;
  overflow: inherit;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.swp_social_panel.swp_default_custom_color .nc_tweetContainer,
html body .swp_social_panel.swp_individual_custom_color .nc_tweetContainer:hover,
body .swp_social_panel.swp_other_custom_color:hover .nc_tweetContainer {
  border: none;
}

.swp_social_panel.swp_pill .nc_tweetContainer {
  border-radius: 100%;
}

span.spaceManWilly {
  width: 28px;
}

.social-sharing {
  margin-top: 30px;
}
.social-sharing h5 {
  display: inline-block;
}

.swp_social_panel.swp_default_full_color .swp_email,
body .swp_social_panel.swp_other_full_color:hover .swp_email,
html body .swp_social_panel.swp_individual_full_color .swp_email:hover,
.swp_social_panel.swp_default_full_color .swp_twitter,
html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover,
body .swp_social_panel.swp_other_full_color:hover .swp_twitter,
.swp_social_panel.swp_default_full_color .swp_facebook,
html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover,
body .swp_social_panel.swp_other_full_color:hover .swp_facebook {
  background: #000 !important;
  border: none !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button, .tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive, .tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #000;
}

#tribe-events input[type=text]::-webkit-input-placeholder,
#tribe-events input[type=password]::-webkit-input-placeholder,
#tribe-events input[type=email]::-webkit-input-placeholder,
#tribe-events input[type=tel]::-webkit-input-placeholder,
#tribe-events input[type=date]::-webkit-input-placeholder,
#tribe-events input[type=month]::-webkit-input-placeholder,
#tribe-events input[type=week]::-webkit-input-placeholder,
#tribe-events input[type=time]::-webkit-input-placeholder,
#tribe-events input[type=number]::-webkit-input-placeholder,
#tribe-events input[type=search]::-webkit-input-placeholder,
#tribe-events input[type=url]::-webkit-input-placeholder,
#tribe-events textarea::-webkit-input-placeholder {
  color: #1a1a1a;
}
#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
#tribe-events .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
#tribe-events .tribe-events-filters-horizontal .tribe-events-filters-content {
  background-color: transparent;
  border: none;
}
#tribe-events #legend_box {
  text-align: right;
}
#tribe-events #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  padding: 0 30px 0 15px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  color: #fff;
  display: block;
}
#tribe-events #tribe_events_filters_wrapper .tribe-filter-status {
  font-size: 11px;
  font-style: normal;
  position: absolute;
}
#tribe-events legend {
  border-bottom: none;
}

.tribe-events-filters-horizontal .tribe_events_filter_control button {
  background: transparent;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #000;
  line-height: 30px;
}
.tribe-events-filters-horizontal .tribe_events_filter_control button:hover {
  color: #000 !important;
  background-color: #e1e1e1;
}
.tribe-events-filters-horizontal .tribe_events_filter_control button + button {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .tribe-events-filters-horizontal .tribe_events_filter_control button + button {
    margin-bottom: 0;
  }
}

.single-tribe_events .tribe-events-event-meta {
  font-size: 16px;
}
.single-tribe_events .tribe-events-event-image,
.single-tribe_events .tribe-events-cal-links {
  display: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: block;
}

.tribe-events-sub-nav,
.tribe-events-back {
  display: none;
}

.tribe-events-notices {
  background-color: #fafafa;
  border-color: #eee;
  border-radius: 0;
  font-family: "Trenda Regular";
  text-shadow: none;
  color: #666;
  margin-top: 0;
  margin-bottom: 60px;
}

.tribe-events-schedule {
  margin-top: 10px;
}
.tribe-events-schedule h2 {
  font-family: "Trenda Regular";
  text-transform: none;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-family: "Trenda Bold";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 2px;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta .column, .single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group {
  width: 50%;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta .column .tribe-events-single-section-title, .single-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
  font-family: "Trenda Black";
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-tribe_events #tribe-events-content .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap {
  width: auto;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  font-family: "Trenda Regular";
  margin-bottom: 15px;
}
.single-tribe_events #tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}

#tribe-events-content .tribe-events-tooltip h4 {
  color: #fff !important;
}

.tribe-events-calendar th {
  font-family: "Trenda Bold";
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
}

#tribe-events-content .tribe-events-abbr {
  font-family: "Trenda Regular";
}

.tribe-events-calendar td .tribe-events-viewmore a {
  font-size: 10px;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  font-family: "Trenda Regular";
}

.single-tribe_events .tribe-events-single-event-title {
  line-height: 1.15em;
}
@media (min-width: 1200px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 50px;
  }
}

.single-tribe_events .fl-post-header {
  margin-bottom: 0;
}

.tribe-events-filters-horizontal #tribe_events_filters_form {
  clear: none;
  float: left;
}

label.tribe-events-filters-label {
  display: none !important;
}

span.horizontal-drop-indicator {
  position: absolute;
  top: 4px;
  right: 15px;
  line-height: normal;
  color: #fff;
}

.tribe-events-filters-horizontal button .horizontal-drop-indicator:before {
  border-color: #fff transparent transparent;
}

@media only screen and (min-width: 767px) {
  .tribe-events-filters-horizontal #tribe_events_filters_form {
    padding-top: 0;
  }
}
button.tribe_events_filters_close_filters.tribe-js-filters-toggle {
  display: none;
}

.tribe-events-filters-horizontal .tribe_events_filter_item {
  display: inline-block;
}

@media (max-width: 766px) {
  .tribe-filters-open #tribe_events_filters_wrapper,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: relative;
  }
}

.tribe-filters-open .tribe_events_filter_control.tribe-events-filters-mobile-controls {
  display: none;
}

#tribe_events_filters_wrapper input[type=submit] {
  border-radius: 0;
  display: block !important;
  float: right;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  margin-left: 5px;
}
#tribe_events_filters_wrapper input[type=submit]:hover {
  background-color: #e1e1e1;
}

.tribe-events-filters-horizontal .tribe_events_filter_control {
  margin-right: 0;
}

.tribe-reset-icon {
  padding-top: 7px;
}

.fa.fa-search {
  margin-left: -33px;
}

.grid-post {
  text-align: center;
  font-family: "Trenda Bold";
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .grid-post {
    width: 100%;
  }
}
.grid-post .thumb-square img {
  width: 100%;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .grid-post .thumb-square img {
    width: auto;
  }
}
.grid-post .thumb-rectangle {
  overflow: hidden;
  background-color: #fff;
}
.grid-post .thumb-rectangle a {
  display: block;
}
.grid-post.pt-cv-best-of-lca img, .grid-post.filter-top-rated img {
  border-bottom: 4px solid #d71920;
}
.grid-post.grid-rectangle .content {
  background-color: #fff;
}
.grid-post .content {
  line-height: normal;
}

.artist-related-content {
  margin-bottom: 45px;
}

.fl-page-content .single-post-content .grid-post a {
  text-decoration: none;
}

.flex-events .event-past {
  display: none !important;
}

.flex-past-events .event-futur {
  display: none !important;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 768px) {
  .flex-container.flex-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .flex-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flex-container .flex-item {
  margin: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-container .flex-item.grid-post {
  width: 100%;
  max-width: 560px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .flex-container .flex-item.grid-post {
    width: calc(33.33333333% - 30px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(33.33333333% - 30px);
        -ms-flex: 0 0 calc(33.33333333% - 30px);
            flex: 0 0 calc(33.33333333% - 30px);
  }
}
.flex-container .flex-item.grid-post .pt-cv-ifield {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@-moz-document url-prefix() {
  .flex-container .flex-item.grid-post .pt-cv-ifield .pt-cv-ifield {
    flex: 1;
  }
}
.flex-container .flex-item.grid-post .pt-cv-ifield h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (min-width: 1200px) {
  .col-layout-1 .flex-container .flex-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(20% - 30px);
        -ms-flex: 0 0 calc(20% - 30px);
            flex: 0 0 calc(20% - 30px);
  }
}

.post-type-archive-xao_chronicles .chronicle {
  margin-bottom: 60px;
}
.post-type-archive-xao_chronicles .chronicle header {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 45px;
  font-family: "Trenda Regular";
}
@media (min-width: 992px) {
  .post-type-archive-xao_chronicles .chronicle header div {
    max-width: 62%;
  }
}
.post-type-archive-xao_chronicles .chronicle header p {
  font-size: 24.5px;
  line-height: normal;
}
.post-type-archive-xao_chronicles .chronicle footer {
  margin-top: 6px;
}
.post-type-archive-xao_chronicles .chronicle footer a {
  color: #f5a100;
}

@media (max-width: 767px) {
  .frontpage-section__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.frontpage-section a {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.frontpage-section a:hover {
  text-decoration: none;
}

ul.album-data.list-inline > li {
  border-right: 1px solid #333;
  margin-right: -4px;
  line-height: 0.9em;
  font-size: 15px;
}
@media (min-width: 768px) {
  ul.album-data.list-inline > li {
    font-size: 18px;
  }
}
ul.album-data.list-inline > li:last-child {
  border: none;
}
ul.album-data.list-inline > li:first-child {
  padding-left: 0;
}

.pt-cv-ifield > *,
.pt-cv-view .pt-cv-content-item > * {
  margin-bottom: 0;
}

.pt-cv-content-item {
  text-align: center;
}

.pt-cv-thumbnail {
  margin-bottom: 0 !important;
}

.pt-cv-ctf-value,
.pt-cv-custom-fields {
  display: block;
}

.post-type-archive-xao_artists .pt-cv-wrapper .pull-left,
.tax-xao_glossary .pt-cv-wrapper .pull-left {
  float: none !important;
  width: 100%;
}
.post-type-archive-xao_artists .pt-cv-wrapper .btn-group .btn + .btn,
.tax-xao_glossary .pt-cv-wrapper .btn-group .btn + .btn {
  padding: 0 8px;
}

body.tax-xao_glossary #pt-cv-filter-bar-46fd75b91c-xao_glossary {
  display: none;
}

@media (min-width: 480px) {
  .search .pt-cv-2-col .pt-cv-colwrap {
    width: 100%;
  }
}

.tax-xao_tax_chronicle .pt-cv-content-item,
.post-type-archive-xao_chronicles .pt-cv-content-item,
.post-type-archive-xao_concerts .pt-cv-content-item,
.post-type-archive-xao_news .pt-cv-content-item {
  padding-bottom: 30px;
}
.tax-xao_tax_chronicle .pt-cv-wrapper .pt-cv-view .pt-cv-thumb-default,
.post-type-archive-xao_chronicles .pt-cv-wrapper .pt-cv-view .pt-cv-thumb-default,
.post-type-archive-xao_concerts .pt-cv-wrapper .pt-cv-view .pt-cv-thumb-default,
.post-type-archive-xao_news .pt-cv-wrapper .pt-cv-view .pt-cv-thumb-default {
  width: 100%;
  margin-bottom: 0;
}

.pt-cv-pginfinite + .pt-cv-pagination-wrapper .pt-cv-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pt-cv-wrapper .btn {
  background: transparent !important;
  padding: 0 11px;
  color: #1a1a1a;
  font-family: "Trenda Regular";
  text-transform: uppercase;
  font-size: 18px;
}
.pt-cv-wrapper .pt-cv-best-of-lca img {
  border-bottom: 4px solid #d71920;
}
.pt-cv-wrapper #pt-cv-filter-bar-46fd75b91c-xao_glossary .btn {
  margin-right: 0 !important;
}
.pt-cv-wrapper button:active,
.pt-cv-wrapper button:focus,
.pt-cv-wrapper input[type=button]:active,
.pt-cv-wrapper input[type=button]:focus,
.pt-cv-wrapper input[type=submit]:active,
.pt-cv-wrapper input[type=submit]:focus {
  top: 0;
}
.pt-cv-wrapper .btn.active,
.pt-cv-wrapper .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pt-cv-wrapper [id^='pt-cv-filter-bar-46fd75b91c'] .active.pt-cv-filter-option,
.pt-cv-wrapper [id^='pt-cv-filter-bar-46fd75b91c'] .active .pt-cv-filter-option,
.pt-cv-wrapper [id^='pt-cv-filter-bar-46fd75b91c'] .selected.pt-cv-filter-option,
.pt-cv-wrapper [id^='pt-cv-filter-bar-46fd75b91c'] .dropdown-toggle {
  background-color: transparent !important;
  color: #1a1a1a !important;
}
.pt-cv-wrapper .pt-cv-view .pt-cv-ctf-column {
  padding-right: 0 !important;
}
.pt-cv-wrapper .pt-cv-filter-bar {
  margin-bottom: 50px;
  border-bottom: 1px solid #b3b3b3;
}
.pt-cv-wrapper .pt-cv-filter-bar .pt-cv-filter-option.active {
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Trenda Heavy";
}
.pt-cv-wrapper .pt-cv-filter-bar:not(.pt-cv-filter-group) .pt-cv-filter-option {
  border: none;
  font-weight: normal;
}
.pt-cv-wrapper .nav.nav-tabs {
  margin-bottom: 50px;
  padding-bottom: 16px;
  padding-top: 4px;
  border-bottom: 1px solid #b3b3b3;
}
.pt-cv-wrapper .nav.nav-tabs > li {
  float: none;
}
@media (min-width: 646px) {
  .pt-cv-wrapper .nav.nav-tabs > li {
    border-right: 1px solid #333;
    float: left;
  }
}
.pt-cv-wrapper .nav.nav-tabs > li > a {
  color: #1a1a1a;
  background: none;
  font-family: "Trenda Regular";
  border: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 0;
  line-height: 0.9em;
}
@media (min-width: 646px) {
  .pt-cv-wrapper .nav.nav-tabs > li > a {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .pt-cv-wrapper .nav.nav-tabs > li > a {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .pt-cv-wrapper .nav.nav-tabs > li > a {
    font-size: 18px;
  }
}
.pt-cv-wrapper .nav.nav-tabs > li:last-child {
  border: none;
}
.pt-cv-wrapper .nav.nav-tabs > li:first-child > a {
  padding-left: 0;
}
.pt-cv-wrapper .nav-tabs > li.active > a,
.pt-cv-wrapper .nav-tabs > li.active > a:focus,
.pt-cv-wrapper .nav-tabs > li.active > a:hover {
  background: none;
  border: none;
  font-family: "Trenda Heavy";
}
.pt-cv-wrapper .nav > li > a:focus,
.pt-cv-wrapper .nav > li > a:hover {
  background-color: transparent;
}

.cvp-live-filter.cvp-button {
  margin-bottom: 50px;
  border-bottom: 1px solid #b3b3b3;
}
.cvp-live-filter.cvp-button label {
  font-weight: unset;
}
.cvp-live-filter.cvp-button > label {
  display: none;
}
.cvp-live-filter.cvp-button .btn input {
  padding: 0 11px;
  color: #1a1a1a;
  font-family: "Trenda Regular";
  text-transform: uppercase;
  font-size: 18px;
}

.cvp-live-filter.cvp-button input[type=radio]:checked ~ div {
  background: transparent;
  color: #1a1a1a;
  font-family: "Trenda Heavy";
}

.cvp-live-filter.cvp-button input ~ div {
  padding: 0 8px 10px;
}

.pt-cv-overlay-box {
  display: none !important;
}

.cpt-layout-1.pt-cv-content-item {
  padding-bottom: 45px;
}
.cpt-layout-1.artiste.pt-cv-content-item {
  padding-bottom: 30px;
}
.cpt-layout-1 .pt-cv-ctf-xao_artist_name {
  padding: 15px 5px 5px;
  font: 14px "Trenda Heavy";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}
body.standard .cpt-layout-1 .pt-cv-ctf-xao_artist_name {
  padding: 0;
}
.cpt-layout-1 .pt-cv-title {
  padding: 5px;
  font: 18px "Trenda Regular";
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
.cpt-layout-1.artiste .pt-cv-title {
  padding: 10px 5px 5px;
  font: 18px "Trenda Bold";
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.pt-cv-title a {
  font-weight: normal;
}

.cpt-layout-2.pt-cv-content-item {
  padding-bottom: 30px;
}
.cpt-layout-2 .pt-cv-ifield {
  background-color: #fff;
}
.cpt-layout-2 .pt-cv-title {
  padding: 20px;
  font: 18px "Trenda Bold";
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}
.cpt-layout-2 .pt-cv-ctf-list {
  display: none;
}
body.author .cpt-layout-2 .pt-cv-ifield, body.category .cpt-layout-2 .pt-cv-ifield, body.search .cpt-layout-2 .pt-cv-ifield {
  background-color: transparent;
}

/* flexbox fix for artists pages */
@media (min-width: 768px) {
  .pt-cv-colsys .pt-cv-page.shuffle.cvpshuffled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
}
@media (min-width: 768px) {
  .pt-cv-colsys .pt-cv-content-item.artiste.filtered {
    height: auto !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: none !important;
    clear: none !important;
    width: 33.333%;
  }
  .pt-cv-colsys .pt-cv-content-item.artiste.filtered .pt-cv-ifield {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .pt-cv-colsys .pt-cv-content-item.artiste.filtered {
    width: 20%;
  }
}

.post-type-archive-xao_artists .pt-cv-ifield a {
  min-height: 1px;
}

.top-ad {
  background-color: #333;
  overflow: hidden;
}
.top-ad .a-single {
  max-width: 1024px;
  text-align: center;
  margin: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .top-ad .a-single {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .top-ad .a-single {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

/*#div-gpt-ad-1447908948125-3 {
  a#aw0 {
    display: block;
  }

  #google_image_div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  img.img_ad {
    max-width: 100%;
    height: auto;
  }
}*/
@media (min-width: 992px) {
  .fl-full-width .fl-page-nav {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .fl-page-nav-toggle-visible-always .fl-page-header-wrap .fl-page-header-container, .fl-page-nav-toggle-visible-medium-mobile .fl-page-header-wrap .fl-page-header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .fl-page-nav-centered .fl-page-nav ul.navbar-nav {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .fl-page-nav-search {
    display: none;
  }
}
@media (min-width: 1280px) {
  .fl-page-nav-search {
    display: inline-block;
    position: relative;
  }
}
.fa.fa-search {
  margin-left: 55px;
  margin-right: 12px;
}

.fl-page-nav-search a.fa-search {
  display: inline-block;
  position: relative;
}

.navbar-absolute-right {
  display: none;
}

#menu-menu-pied-de-page.nav > li > a {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 991px) {
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav button.navbar-toggle {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent !important;
  }
}
.fl-page-header .fa-lg {
  font-size: 16px;
}
.fl-page-header .footer-only {
  display: none;
}
.fl-page-header .nav > li.menu-social-icon > a {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-default .navbar-form {
  position: relative;
  margin: auto;
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .fl-page-fixed-nav-wrap .fl-page-nav-wrap .fl-page-nav.navbar-default .navbar-collapse, .fl-page-fixed-nav-wrap .fl-page-nav-wrap .fl-page-nav.navbar-default .navbar-form {
    max-width: 100%;
    position: relative;
    margin: auto;
    padding-right: 40px;
  }
}

@media (max-width: 1180px) {
  .fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a,
  .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .fl-page-nav-container.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fl-page-nav-wrap .fl-page-nav .navbar-nav li {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
  font-size: 12px;
}
@media (min-width: 780px) {
  .fl-page-nav-wrap .fl-page-nav .navbar-nav li {
    font-size: 11px;
  }
}
.fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
  padding: 12px 6px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
    padding: 12px 8px;
  }
}
@media (min-width: 1200px) {
  .fl-page-nav-wrap .fl-page-nav.navbar-default .navbar-collapse, .fl-page-nav-wrap .fl-page-nav.navbar-default .navbar-form {
    position: relative;
    margin: auto;
  }
}

@media (min-width: 1380px) {
  .navbar-absolute-right {
    display: inline-block;
  }
  .navbar-absolute-right .fl-social-icons a {
    padding: 0 6px;
  }
  .navbar-absolute-right .fl-social-icons a .fa {
    font-size: 16px;
  }
}
.fl-page-header input[type=text]::-webkit-input-placeholder,
.fl-page-header input[type=password]::-webkit-input-placeholder,
.fl-page-header input[type=email]::-webkit-input-placeholder,
.fl-page-header input[type=tel]::-webkit-input-placeholder,
.fl-page-header input[type=date]::-webkit-input-placeholder,
.fl-page-header input[type=month]::-webkit-input-placeholder,
.fl-page-header input[type=week]::-webkit-input-placeholder,
.fl-page-header input[type=time]::-webkit-input-placeholder,
.fl-page-header input[type=number]::-webkit-input-placeholder,
.fl-page-header input[type=search]::-webkit-input-placeholder,
.fl-page-header input[type=url]::-webkit-input-placeholder,
.fl-page-header textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
  .fl-page-nav-right .fl-page-nav-wrap .fl-page-nav .fl-page-nav-search {
    float: none;
    position: absolute;
    right: -10;
    top: -5px;
  }
}
@media (min-width: 992px) {
  .fl-page-nav-wrap a, .fl-page-nav-wrap a * {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .fl-page-nav-wrap .fl-page-nav .navbar-absolute-right .fl-social-icons a {
    padding: 10px 15px;
  }
  .fl-page-nav-wrap .fl-page-nav .fl-page-nav-search form input.fl-search-input {
    font-family: "Trenda Regular";
    color: #fff;
    border: none;
  }
  .fl-page-nav-wrap .fl-page-nav .fl-page-nav-search a.fa-search {
    font-size: 16px;
    top: 2px;
  }
}
@media (max-width: 991px) {
  .fl-page-header-container {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
    right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav-collapse ul.navbar-nav > li:last-child {
    border-bottom: none;
  }
}
.fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1200px) {
  .fl-page-nav-wrap .fl-page-nav .navbar-nav li > a {
    font-size: 12px;
  }
}

.fl-page-footer-wrap .fl-page-footer {
  padding: 45px 0;
  font-family: "Trenda Bold";
  text-transform: uppercase;
}
.fl-page-footer-wrap .fl-page-footer a, .fl-page-footer-wrap .fl-page-footer a * {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 992px) {
  .fl-page-footer-wrap .fl-page-footer {
    padding: 65px 0;
  }
  .fl-page-footer-wrap .fl-page-footer .fl-page-footer-container {
    padding: 0;
  }
}
.fl-page-footer-wrap .fl-page-footer .member-of {
  padding: 22px 0 46px;
  font-family: "Trenda Heavy";
}
.fl-page-footer-wrap .fl-page-footer .member-of a img {
  position: relative;
  top: -3px;
  padding-left: 5px;
}
.fl-page-footer-wrap .fl-page-footer .footer-logo {
  max-width: 90px;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .fl-page-footer-wrap .fl-page-footer .fl-page-footer-nav {
    margin: 0 -15px;
  }
}
.fl-page-footer-wrap .fl-page-footer .navbar-nav > li > a {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .fl-page-footer-wrap .fl-page-footer .navbar-nav > li > a {
    padding: 0 15px;
  }
}
.fl-page-footer-wrap .fl-page-footer .navbar-nav > li.menu-social-icon > a {
  padding-left: 4px;
  padding-right: 4px;
}
.fl-page-footer-wrap .fl-page-footer .navbar-nav > li.menu-social-icon > a .screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.fl-page-footer-wrap .fl-page-footer .navbar-nav > li.menu-separator {
  padding-left: 15px;
}

button, input[type=button], input[type=submit], .btn.btn-primary {
  border-radius: 0;
  border: none;
  font-family: "Trenda Bold";
  padding: 4px 12px;
  font-size: 14px;
  background-color: #777;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
button:hover, button:active, button:focus, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #5e5e5e;
  border: none;
  top: 0;
}

.fl-page-content .single-post-content .fl-comments h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 22px;
}
.fl-page-content .single-post-content .fl-comments .comment-respond {
  border-top: 1px solid #b3b3b3;
  margin-top: 40px;
  padding-top: 50px;
}
.fl-page-content .single-post-content .fl-comments p.comment-moderation {
  font-size: 16px;
  font-style: italic;
}
.fl-page-content .single-post-content .fl-comments .fl-comments-list .comment-meta {
  font-family: "Trenda Regular";
  font-size: 14px;
  text-transform: uppercase;
}
.fl-page-content .single-post-content .fl-comments .fl-comments-list .comment-meta .comment-avatar {
  display: inline-block;
}
.fl-page-content .single-post-content .fl-comments .fl-comments-list .comment-meta .comment-author-link {
  font-family: "Trenda Bold";
  font-size: 14px;
}
.fl-page-content .single-post-content .fl-comments .fl-comments-list .comment-meta .comment-author-link a {
  text-decoration: none;
}
.fl-page-content .single-post-content .fl-comments .fl-comments-list .comment-content p:last-child {
  margin-bottom: 0;
}

.form-control {
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: inherit;
}

input[type=text],
input[type=password],
input[type=email], input[type=tel],
input[type=date], input[type=month],
input[type=week], input[type=time],
input[type=number], input[type=search],
input[type=url], textarea {
  border-radius: 0;
  background-color: #fff;
  padding: 3px 8px;
  height: auto;
  font-style: 14px;
  border: 1px solid #fff;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #1a1a1a;
  font-family: "Trenda Regular";
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus, input[type=tel]:focus,
input[type=date]:focus, input[type=month]:focus,
input[type=week]:focus, input[type=time]:focus,
input[type=number]:focus, input[type=search]:focus,
input[type=url]:focus, textarea:focus {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.input-group-btn {
  padding-left: 13px;
}

button, input[type=button], input[type=submit] {
  letter-spacing: 0.05em;
  padding-left: 22px;
  padding-right: 22px;
}

.newsletter .fl-row-fixed-width {
  max-width: 780px;
}
.newsletter input[type=text]::-webkit-input-placeholder,
.newsletter input[type=password]::-webkit-input-placeholder,
.newsletter input[type=email]::-webkit-input-placeholder,
.newsletter input[type=tel]::-webkit-input-placeholder,
.newsletter input[type=date]::-webkit-input-placeholder,
.newsletter input[type=month]::-webkit-input-placeholder,
.newsletter input[type=week]::-webkit-input-placeholder,
.newsletter input[type=time]::-webkit-input-placeholder,
.newsletter input[type=number]::-webkit-input-placeholder,
.newsletter input[type=search]::-webkit-input-placeholder,
.newsletter input[type=url]::-webkit-input-placeholder,
.newsletter textarea::-webkit-input-placeholder {
  color: #1a1a1a;
  letter-spacing: 0;
}

.sidebar-widget {
  padding: 30px;
  color: #e1e1e1;
}
.sidebar-widget h4, .sidebar-widget a {
  color: #e1e1e1;
  margin: 0;
}
.sidebar-widget h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px;
  margin-bottom: 20px;
  font-family: "Trenda Heavy";
  font-size: 24px;
  line-height: 1.1em;
}
@media (min-width: 1370px) {
  .sidebar-widget h4 {
    font-size: 30px;
  }
}
.sidebar-widget h4 span {
  font-size: 24px;
  font-family: "Trenda Heavy";
  line-height: normal;
  padding-right: 5px;
}
@media (min-width: 1370px) {
  .sidebar-widget h4 span {
    position: relative;
    display: block;
    top: -20px;
    float: left;
    padding-right: 15px;
  }
}
@media (min-width: 1370px) {
  .sidebar-widget h4 span {
    font-size: 80px;
  }
}
.sidebar-widget ol {
  padding-left: 0;
  clear: both;
  font-size: 17px;
  margin-bottom: 0;
  list-style-position: inside;
}
.sidebar-widget ol li {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding-bottom: 15px;
}
.sidebar-widget ol li:last-child {
  padding-bottom: 0;
}
.sidebar-widget ol li a:hover {
  text-decoration: none;
  color: #fff;
}
.sidebar-widget--popular {
  background-color: #333;
}
.sidebar-widget--popular ol {
  font-family: "Trenda Bold";
}
.sidebar-widget--songs {
  background-color: #2c9b96;
}
.sidebar-widget--songs ol {
  font-family: "Trenda Bold";
}
.sidebar-widget--songs .song-artist-name {
  font-family: "Crimson Text", serif;
}
.sidebar-widget--concerts {
  background-color: #02465b;
}
.sidebar-widget--concerts ol {
  font-family: "Trenda Heavy";
  /*li.past-event {
    text-decoration: line-through;
    opacity: 0.8;
  }*/
}
.sidebar-widget--concerts ol a > span:first-child {
  text-transform: uppercase;
}
.sidebar-widget--concerts .event-info {
  font-family: "Crimson Text", serif;
}

.section-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 45vh;
  margin: -11px -10px 40px;
}
.section-blocks h5 {
  color: #fff;
  font-family: "Trenda Heavy";
  font-size: 1.5vw;
  text-transform: uppercase;
}
.section-blocks__item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 33.33333333%;
  width: calc(33.33333333% - 30px);
  /* For old syntax, otherwise collapses. */
  -webkit-box-flex: calc(33.33333333% - 30px);
  -webkit-flex: calc(33.33333333% - 30px);
      -ms-flex: calc(33.33333333% - 30px);
          flex: calc(33.33333333% - 30px);
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.section-blocks__item:hover, .section-blocks__item:focus {
  text-decoration: none;
}
.section-blocks__item.cpt1 {
  background-color: #d71920;
  -webkit-box-flex: calc(66.66666666% - 30px);
  -webkit-flex: calc(66.66666666% - 30px);
      -ms-flex: calc(66.66666666% - 30px);
          flex: calc(66.66666666% - 30px);
}
.section-blocks__item.cpt1:hover {
  background-color: #a91419;
}
.section-blocks__item.cpt2 {
  background-color: #1b854f;
}
.section-blocks__item.cpt2:hover {
  background-color: #125b36;
}
.section-blocks__item.cpt3 {
  background: #02465b;
}
.section-blocks__item.cpt3:hover {
  background-color: #012029;
}
.section-blocks__item.cpt4 {
  background: #2c9b96;
}
.section-blocks__item.cpt4:hover {
  background-color: #217370;
}
.section-blocks__item.cpt5 {
  background-color: #ec7322;
}
.section-blocks__item.cpt5:hover {
  background-color: #ca5b11;
}
.section-blocks__item.cpt6 {
  background-color: #f5a100;
}
.section-blocks__item.cpt6:hover {
  background-color: #c27f00;
}
.section-blocks__item.cpt7 {
  background-color: #532f72;
  -webkit-box-flex: calc(66.66666666% - 30px);
  -webkit-flex: calc(66.66666666% - 30px);
      -ms-flex: calc(66.66666666% - 30px);
          flex: calc(66.66666666% - 30px);
}
.section-blocks__item.cpt7:hover {
  background-color: #39204e;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-blocks {
    display: none;
  }
}
.fl-page-content .single-post-content .fl-post-page-nav {
  margin: 60px 0;
  font-family: "Trenda Regular";
  color: #b3b3b3;
  font-size: 14px;
}
.fl-page-content .single-post-content .fl-post-page-nav a {
  color: #1a1a1a;
  text-decoration: none;
}
.fl-page-content .single-post-content .fl-post-page-nav__label {
  padding-right: 15px;
}
.fl-page-content .single-post-content .fl-post-page-nav__sep {
  padding: 0 10px;
  color: #e1e1e1;
}

.xao-releases-table th, .xao-releases-table td {
  padding: 5px 10px;
}
.xao-releases-table th {
  padding: 10px;
  font-family: "Trenda Bold";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .xao-releases-table th {
    font-size: 14px;
  }
}
.xao-releases-table th.xao-release-week {
  border-bottom: none;
  font-size: 18px;
  line-height: normal;
  padding-top: 45px;
  letter-spacing: 1px;
}
.xao-releases-table td {
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
}
@media (min-width: 768px) {
  .xao-releases-table td {
    font-size: 19px;
  }
}
.xao-releases-table a {
  color: #834ad8;
}
.xao-releases-table tbody tr:last-child td {
  border-bottom: none;
}
.xao-releases-table tbody tr:not(.xao-row-release-week) {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.xao-releases-table tbody tr:not(.xao-row-release-week):hover {
  background-color: #f3f3f3;
}

.xao-releases-pagination {
  text-align: center;
  margin: 60px auto 0;
  font-size: 14px;
  font-family: "Trenda Regular";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.xao-releases-pagination span.current {
  background-color: #000;
  color: #fff;
}
.xao-releases-pagination a, .xao-releases-pagination span {
  padding: 5px 10px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  display: inline-block;
  margin: 5px 0;
}
.xao-releases-pagination a:hover {
  background-color: #a074e1;
  color: #fff;
  text-decoration: none;
}

.xao-releases-archive--no-results {
  text-align: center;
  font-size: 25px;
}

.single-contest-content .contest_content {
  padding: 15px;
  margin: 45px 0;
  background-color: #eee;
  border: 1px solid #e1e1e1;
}
.single-contest-content .contest_content td {
  padding: 10px 5px;
}
.single-contest-content .contest_content label {
  display: inline;
  font-family: "Trenda Bold";
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.single-contest-content .contest_content label.label-checkbox {
  font-family: "Trenda Regular";
  text-transform: unset;
  overflow: hidden;
  display: block;
  line-height: normal;
}
.single-contest-content .contest_content input[type="text"], .single-contest-content .contest_content input[type="email"] {
  border: 1px solid #ccc;
  background-color: #ddd;
}
.single-contest-content .contest_content input[type="button"] {
  display: block;
  margin: 30px 0 0;
  padding: 10px 20px;
}
.single-contest-content .contest_content input#chkNewsletter {
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.single-contest-content ul.rules {
  padding: 20px;
  line-height: normal;
}
.single-contest-content ul.rules li {
  padding-bottom: 5px;
}
.single-contest-content p.message {
  margin-bottom: 0;
}
.single-contest-content p.message.error {
  color: red;
}

.xao-releases-featured {
  background-color: #e1e1e1;
  text-align: center;
  padding: 63px 0 20px;
}
.xao-releases-featured h3 {
  font-family: "Trenda Heavy";
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 25px;
}
.xao-releases-albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 767px) {
  .xao-releases-albums {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .xao-releases-albums--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.xao-releases-albums--album {
  padding: 15px;
}
@media (min-width: 767px) {
  .xao-releases-albums--album {
    -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
  }
}
@media (min-width: 992px) {
  .xao-releases-albums--album {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
.xao-releases-albums--album h4 {
  margin-top: 12px;
  margin-bottom: 30px;
  font-family: "Trenda Regular";
  font-size: 18px;
}
.xao-releases-albums--album h5 {
  margin-top: 28px;
  font: 14px "Trenda Heavy";
  text-transform: uppercase;
}
.xao-releases-albums--album h5 a:hover {
  color: #a074e1;
}

body.page-template-tpl-members .wp-block-columns {
  margin: 30px auto 0;
}
body.page-template-tpl-members .wp-block-columns h2 {
  margin-bottom: 5px !important;
}
body.page-template-tpl-members .wp-block-columns h3 {
  margin-bottom: 15px !important;
  font-size: 23px;
}
body.page-template-tpl-members .wp-block-columns .wp-block-column {
  text-align: center;
}
body.page-template-tpl-members .wp-block-columns .wp-block-column:first-child {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  body.page-template-tpl-members .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  body.page-template-tpl-members .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}
body.page-template-tpl-members.fl-full-width .container:not(.fl-page-header-container) {
  max-width: none;
  width: auto;
}
@media (min-width: 1300px) {
  body.page-template-tpl-members .xao-heading-short {
    max-width: 75%;
  }
}
body.page-template-tpl-members .pmpro_login_wrap,
body.page-template-tpl-members .pmpro_lost_password_wrap,
body.page-template-tpl-members .pmpro_reset_password_wrap {
  border: 1px solid #e1e1e1;
  padding: 45px;
  margin: 60px auto 0;
}
body.page-template-tpl-members .pmpro_login_wrap hr,
body.page-template-tpl-members .pmpro_lost_password_wrap hr,
body.page-template-tpl-members .pmpro_reset_password_wrap hr {
  display: none;
}
body.page-template-tpl-members .pmpro_login_wrap .pmpro_actions_nav,
body.page-template-tpl-members .pmpro_lost_password_wrap .pmpro_actions_nav,
body.page-template-tpl-members .pmpro_reset_password_wrap .pmpro_actions_nav {
  margin: 45px 0 0;
  text-align: left;
}
body.page-template-tpl-members #loginform input[type=text],
body.page-template-tpl-members #loginform input[type=password] {
  max-width: unset;
}
body.page-template-tpl-members .fl-page-content {
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-tpl-members .fl-page-content .fl-content {
  margin-bottom: 0;
}
body.page-template-tpl-members .xao-excl--row {
  margin-right: auto !important;
  margin-left: auto !important;
}
body.page-template-tpl-members .xao-excl .page-heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl .page-heading {
    margin-bottom: 80px;
  }
}
body.page-template-tpl-members .xao-excl .page-heading.bgcolor-club.sub {
  background-color: #11CFDF;
}
body.page-template-tpl-members .xao-excl-container {
  margin: 45px auto;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-container {
    margin: 60px auto;
  }
}
body.page-template-tpl-members .xao-excl-container h2 {
  margin-bottom: 30px;
}
body.page-template-tpl-members .xao-excl-container h4 {
  margin-bottom: 15px;
}
body.page-template-tpl-members .xao-excl button,
body.page-template-tpl-members .xao-excl input[type=button],
body.page-template-tpl-members .xao-excl input[type=submit],
body.page-template-tpl-members .xao-excl .btn.btn-primary,
body.page-template-tpl-members .xao-excl .xao-excl-btn,
body.page-template-tpl-members .xao-excl .wp-block-button__link,
body.page-template-tpl-members .xao-excl #pmpro_actionlink-levels {
  border: 2px solid;
  padding: 12px 22px;
  border-radius: 9999px;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: transparent;
  color: #999;
  border-color: #999;
  font-family: "Trenda Regular";
  text-transform: none;
  margin-top: 15px;
  letter-spacing: normal;
  text-decoration: none;
}
body.page-template-tpl-members .xao-excl button.xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl input[type=button].xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl input[type=submit].xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl .btn.btn-primary.xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl .xao-excl-btn.xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl .wp-block-button__link.xao-excl-btn--color-1,
body.page-template-tpl-members .xao-excl #pmpro_actionlink-levels.xao-excl-btn--color-1 {
  color: #11CFDF;
  border-color: #11CFDF;
}
body.page-template-tpl-members .xao-excl button.xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl input[type=button].xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl input[type=submit].xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl .btn.btn-primary.xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl .xao-excl-btn.xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl .wp-block-button__link.xao-excl-btn--color-2,
body.page-template-tpl-members .xao-excl #pmpro_actionlink-levels.xao-excl-btn--color-2 {
  color: #CC191F;
  border-color: #CC191F;
}
body.page-template-tpl-members .xao-excl button:hover,
body.page-template-tpl-members .xao-excl input[type=button]:hover,
body.page-template-tpl-members .xao-excl input[type=submit]:hover,
body.page-template-tpl-members .xao-excl .btn.btn-primary:hover,
body.page-template-tpl-members .xao-excl .xao-excl-btn:hover,
body.page-template-tpl-members .xao-excl .wp-block-button__link:hover,
body.page-template-tpl-members .xao-excl #pmpro_actionlink-levels:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
  text-decoration: none;
}
body.page-template-tpl-members .xao-excl .pmpro_a-print {
  display: none;
}
body.page-template-tpl-members .xao-excl .pmpro_asterisk {
  color: #CC191F;
}
body.page-template-tpl-members .xao-excl form.pmpro_form label,
body.page-template-tpl-members .xao-excl #loginform label {
  font-family: "Trenda Regular";
  margin-bottom: 7px;
  font-weight: normal;
}
body.page-template-tpl-members .xao-excl .pmpro_checkout-h3-msg {
  display: block;
  margin: 30px 0;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  font-style: normal;
}
body.page-template-tpl-members .xao-excl .pmpro_alert {
  background-color: #f8f8f8;
  border-color: #e1e1e1;
  color: #1a1a1a;
  font-size: 18px;
}
body.page-template-tpl-members .xao-excl #pmpro_actionlink-levels {
  font-size: 16px;
  padding: 10px 17px;
}
body.page-template-tpl-members .xao-excl .pmpro_table thead {
  border-bottom: 1px solid #1a1a1a;
}
body.page-template-tpl-members .xao-excl .pmpro_table a {
  font-size: 80%;
}
body.page-template-tpl-members .xao-excl .pmpro_table p {
  margin: 0 !important;
}
body.page-template-tpl-members .xao-excl #pmpro_account h3 {
  font-size: 24px;
  font-family: "Trenda Bold";
  margin-bottom: 15px;
}
body.page-template-tpl-members .xao-excl #pmpro_account .pmpro_box {
  border: none;
}
body.page-template-tpl-members .xao-excl #pmpro_account-profile ul {
  padding: 0;
  margin-top: 15px;
}
body.page-template-tpl-members .xao-excl #pmpro_account-profile li {
  list-style: none;
}
body.page-template-tpl-members .xao-excl #loginform .input,
body.page-template-tpl-members .xao-excl #loginform textarea,
body.page-template-tpl-members .xao-excl #loginform select,
body.page-template-tpl-members .xao-excl #loginform input[type=text],
body.page-template-tpl-members .xao-excl #loginform input[type=password],
body.page-template-tpl-members .xao-excl form.pmpro_form .input,
body.page-template-tpl-members .xao-excl form.pmpro_form textarea,
body.page-template-tpl-members .xao-excl form.pmpro_form select,
body.page-template-tpl-members .xao-excl form.pmpro_form input[type=text],
body.page-template-tpl-members .xao-excl form.pmpro_form input[type=password] {
  padding: 10px 15px;
}
body.page-template-tpl-members .xao-excl-section {
  background-color: #f7f7f7;
  padding-bottom: 45px;
  max-width: 890px;
  margin: auto;
}
@media (max-width: 767px) {
  body.page-template-tpl-members .xao-excl-section--m-top {
    margin-top: 60px;
  }
}
body.page-template-tpl-members .xao-excl-section--hero {
  min-height: 409px;
  background: #11CFDF url("img/club-canal_hero.jpg") center center;
}
body.page-template-tpl-members .xao-excl-section--heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Trenda Heavy";
  padding: 20px 0 18px;
  width: 100%;
  margin-bottom: 45px;
  font-size: 28px;
}
body.page-template-tpl-members .xao-excl-section--heading--primary {
  background-color: #FFB403;
}
body.page-template-tpl-members .xao-excl-section--heading--secondary {
  background-color: #11CFDF;
}
body.page-template-tpl-members .xao-excl-section--album {
  margin: 0 auto 45px;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
body.page-template-tpl-members .xao-excl-section--album-cover {
  text-align: center;
  margin: 0 auto 45px;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album-cover {
    max-width: 295px;
    text-align: left;
    margin: unset;
  }
}
body.page-template-tpl-members .xao-excl-section--album-cover img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album-data {
    padding-left: 45px;
  }
}
body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--artist-name {
  line-height: 0.7em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--artist-name {
    font-size: 24px;
  }
}
body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--album-name {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--album-name {
    font-size: 51px;
  }
}
body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--label-name {
  font-family: "Trenda Regular" !important;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--album-data .xao-excl-section--label-name {
    font-size: 17.5px;
  }
}
body.page-template-tpl-members .xao-excl-section--content {
  font-family: "Crimson Text", serif;
  font-size: 20px;
}
body.page-template-tpl-members .xao-excl-section--content h3 {
  font-family: "Trenda Bold";
  margin-bottom: 30px;
  line-height: 1em;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--content h3 {
    font-size: 51px;
    margin-bottom: 45px;
  }
}
body.page-template-tpl-members .xao-excl-section--content h4 {
  font-family: "Trenda Regular" !important;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
body.page-template-tpl-members .xao-excl-section--content h5 {
  font-family: "Crimson Text", serif !important;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
body.page-template-tpl-members .xao-excl-section--content p {
  font-family: "Crimson Text", serif;
  font-size: 21px;
}
body.page-template-tpl-members .xao-excl-section--video {
  margin: 40px auto;
}
@media (min-width: 768px) {
  body.page-template-tpl-members .xao-excl-section--video {
    margin: 50px auto;
  }
}
body.page-template-tpl-members .xao-excl-section--audio {
  margin-bottom: 45px;
}
body.page-template-tpl-members .xao-excl-section--audio iframe {
  width: 100%;
}
