/*
Theme Name: Sony Music Entertainment Portugal
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/
/* General */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  background: #fff;
  color: #000;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe, object, embed, video {
  display: block;
  max-width: 100%;
  border: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* Layout */
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-slim {
  padding: 0 115px;
}

@media screen and (max-width: 991px) {
  .container-slim {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 60px;
}

@media screen and (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.row {
  margin: 0 -15px;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

.col {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 15px;
}

.col.col-12 {
  width: 12.5%;
}

.col.col-20 {
  width: 20%;
}

.col.col-25 {
  width: 25%;
}

.col.col-33 {
  width: 33.333333%;
}

.col.col-40 {
  width: 40%;
}

.col.col-45 {
  width: 45%;
}

.col.col-50 {
  width: 50%;
}

.col.col-55 {
  width: 55%;
}

.col.col-60 {
  width: 60%;
}

.col.col-66 {
  width: 66.666666%;
}

.col.col-70 {
  width: 70%;
}

.col.col-100 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .col {
    float: none;
    width: 100% !important;
  }
}

/* Form */
.input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  border-radius: 0;
  border: 3px solid #fff;
  background: none;
  font-size: 1.125rem;
  line-height: 1em;
  color: #fff;
  padding: 8px;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

.input.placeholder {
  color: #fff;
}

.input:-moz-placeholder {
  color: #fff;
}

.input::-moz-placeholder {
  color: #fff;
}

.input:-ms-input-placeholder {
  color: #fff;
}

.input::-webkit-input-placeholder {
  color: #fff;
}

.input:focus {
  outline: 0;
  border-color: #000;
}

.btn {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

.btn:hover, .btn:focus {
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #000;
}

.btn-drop {
  position: relative;
  width: 150px;
}

.btn-drop:hover > ul, .btn-drop:focus > ul {
  display: block;
}

.btn-drop > a {
  display: block;
  padding: 10px 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  background: #ee3638;
  color: #000;
}

.btn-drop > a:hover, .btn-drop > a:focus {
  background: #000;
  color: #fff;
}

.btn-drop > ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  border: 1px solid #000;
  background: #e6e4e4;
  text-align: center;
}

.btn-drop > ul > li + li {
  border-top: 1px solid #000;
}

.btn-drop > ul > li > a {
  display: block;
  font-size: 1em;
  line-height: 1em;
  padding: 10px 5px;
  color: #000;
}

.btn-drop > ul > li > a:hover, .btn-drop > ul > li > a:focus {
  color: #000;
}

/* Share */
.share-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.share-links > li {
  display: inline-block;
  vertical-align: middle;
}

.share-links > li + li {
  margin-left: 5px;
}

.share-links > li > span {
  font-size: 0.875rem;
  line-height: 1em;
}

.share-links > li > a {
  font-size: 1.25rem;
  line-height: 1em;
  color: #000;
}

.share-links > li > a:hover, .share-links > li > a:focus {
  color: #fff;
}

/* Header */
#header {
  position: fixed;
  top: 15px;
  right: 0;
  background: #fff;
  z-index: 1030;
  padding: 10px 0;
}

@media screen and (max-width: 1199px) {
  #header {
    min-height: 0;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
  }
}

#header:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: -136px;
  height: 100%;
  width: 136px;
  background: url("assets/img/bg/header-left.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  #header:before {
    display: none;
  }
}

#header .container-fluid {
  padding: 0;
}

@media screen and (max-width: 1199px) {
  #header .container-fluid {
    padding: 0 15px;
  }
}

#header .logo {
  float: left;
  display: block;
  opacity: 1;
  width: 400px;
}

#header .logo:hover, #header .logo:focus {
  opacity: 0.8;
}

@media screen and (max-width: 1499px) {
  #header .logo {
    width: 350px;
    padding: 5px 0;
  }
}

@media screen and (max-width: 1399px) {
  #header .logo {
    width: 300px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 1199px) {
  #header .logo {
    width: 250px;
    padding: 0;
  }
}

#header #nav-toggle {
  display: none;
  float: right;
  font-size: 1.875rem;
  line-height: 1em;
  color: #000;
}

#header #nav-toggle:hover, #header #nav-toggle:focus {
  color: #ee3638;
}

@media screen and (max-width: 1199px) {
  #header #nav-toggle {
    display: block;
  }
}

#header .nav-collapse {
  float: right;
  padding: 19px 0;
  margin-left: 45px;
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse {
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-left: 0;
  }
  #header .nav-collapse.open {
    display: block;
  }
}

#header .nav-collapse > nav {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > nav {
    display: block;
  }
}

#header .nav-collapse > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .nav-collapse > nav > ul > li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > nav > ul > li {
    display: block;
  }
}

#header .nav-collapse > nav > ul > li + li {
  margin-left: 15px;
}

@media screen and (max-width: 1649px) {
  #header .nav-collapse > nav > ul > li + li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > nav > ul > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

#header .nav-collapse > nav > ul > li > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
}

#header .nav-collapse > nav > ul > li > a:hover, #header .nav-collapse > nav > ul > li > a:focus {
  color: #EB1418;
}

@media screen and (max-width: 1499px) {
  #header .nav-collapse > nav > ul > li > a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1399px) {
  #header .nav-collapse > nav > ul > li > a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > nav > ul > li > a {
    font-size: 1rem;
  }
}

#header .nav-collapse > nav > ul > li.current-menu-item > a {
  color: #EB1418;
}

#header .nav-collapse > .socials {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 30px;
  padding: 0;
}

@media screen and (max-width: 1499px) {
  #header .nav-collapse > .socials {
    margin: 0 30px 0 20px;
  }
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > .socials {
    margin: 15px 0 0 0;
  }
}

#header .nav-collapse > .socials > li {
  display: inline-block;
  vertical-align: middle;
}

#header .nav-collapse > .socials > li + li {
  margin-left: 15px;
}

@media screen and (max-width: 1649px) {
  #header .nav-collapse > .socials > li + li {
    margin-left: 10px;
  }
}

#header .nav-collapse > .socials > li > a {
  font-size: 1.25rem;
  line-height: 1em;
  color: #ee3638;
}

#header .nav-collapse > .socials > li > a:hover, #header .nav-collapse > .socials > li > a:focus {
  color: #000;
}

@media screen and (max-width: 1499px) {
  #header .nav-collapse > .socials > li > a {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1399px) {
  #header .nav-collapse > .socials > li > a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1199px) {
  #header .nav-collapse > .socials > li > a {
    font-size: 1.25rem;
  }
}

/* Main */
#main {
  /* Home */
  /* Home Carousel */
  /* Home News */
  /* Home Releases */
  /* Home Playlists */
  /* Home Videos */
  /* Home Instagram */
}

#main .home-section {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  #main .home-section {
    padding: 30px 0;
  }
}

#main .home-section .section-title {
  margin: 0 0 40px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  #main .home-section .section-title {
    margin-bottom: 30px;
  }
}

#main .more {
  text-align: center;
}

#main .owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

#main .owl-carousel .owl-nav > button:nth-child(1) {
  left: 0;
  border-top: 20px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

#main .owl-carousel .owl-nav > button:nth-child(2) {
  right: 0;
  border-top: 20px solid transparent;
  border-left: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

#main #home-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

#main #home-carousel .owl-nav > button:nth-child(1) {
  left: 75px;
  border-top: 20px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

#main #home-carousel .owl-nav > button:nth-child(2) {
  right: 75px;
  border-top: 20px solid transparent;
  border-left: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

#main #home-carousel .owl-nav > button:focus {
  outline: 0;
}

#main #home-carousel .slide-overlay {
  min-height: 150px;
  padding: 30px 0 30px 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 300px;
  background: url("assets/img/bg/slide-caption.png") repeat center center;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #main #home-carousel .slide-overlay {
    min-height: 0;
    position: static;
    padding: 15px;
    background: #d70f0f;
    text-align: center;
  }
  #main #home-carousel .slide-overlay .col {
    float: none !important;
    width: 100% !important;
  }
}

#main #home-carousel .slide-overlay .container {
  max-width: 900px;
}

#main #home-carousel .slide-overlay:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background: url("assets/img/bg/slide-caption-right.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  #main #home-carousel .slide-overlay:after {
    display: none;
  }
}

#main #home-carousel .slide-overlay h2 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  #main #home-carousel .slide-overlay h2 {
    text-align: center;
    margin-bottom: 15px;
  }
}

#main #home-carousel .slide-overlay .content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3em;
}

#main #home-news {
  background: #525252 url("assets/img/bg/home-news.jpg") no-repeat center center;
  background-size: cover;
}

#main #home-news #news-carousel {
  padding: 0 95px;
}

@media screen and (max-width: 991px) {
  #main #home-news #news-carousel {
    padding: 0;
  }
}

#main #home-news .news-item {
  background: #767676;
  color: #fff;
}

#main #home-news .news-item figure {
  margin: 0;
}

#main #home-news .news-item figure img {
  width: 100%;
}

#main #home-news .news-item .news-content {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  #main #home-news .news-item .news-content {
    padding: 15px;
    text-align: center;
  }
}

#main #home-news .news-item .news-content header time {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 8px;
}

#main #home-news .news-item .news-content header h3 {
  margin: 15px 0;
  font-size: 1.875rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

#main #home-news .news-item .news-content blockquote {
  /*height: 65px;*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  #main #home-news .news-item .news-content blockquote {
    height: auto;
  }
}

#main #home-news .news-item .news-content footer {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  #main #home-news .news-item .news-content footer {
    margin-top: 30px;
  }
}

#main #home-news .news-item .news-content footer .share-links {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  #main #home-news .news-item .news-content footer .share-links {
    margin-top: 15px;
    text-align: center;
  }
}

#main #home-news .more {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  #main #home-news .more {
    margin-top: 30px;
  }
}

#main #home-releases {
  background: #e6e4e4;
}

#main #home-releases .section-title {
  color: #000;
}

#main #home-releases #releases-carousel {
  padding: 0 95px;
}

@media screen and (max-width: 991px) {
  #main #home-releases #releases-carousel {
    padding: 0;
  }
}

#main #home-releases .release-item > a {
  display: block;
  opacity: 1;
}

#main #home-releases .release-item > a figure {
  margin: 0;
}

#main #home-releases .release-item > a figure img {
  width: 100%;
}

#main #home-releases .release-item > a:hover, #main #home-releases .release-item > a:focus {
  opacity: 0.8;
}

#main #home-playlists {
  background: #6d6d6d;
}

#main #home-playlists #playlists-carousel {
  padding: 0 95px;
}

@media screen and (max-width: 991px) {
  #main #home-playlists #playlists-carousel {
    padding: 0;
  }
}

#main #home-playlists #playlists-carousel .playlist-item {
  background: #fff;
}

#main #home-playlists #playlists-carousel .playlist-item > a {
  display: block;
}

#main #home-playlists #playlists-carousel .playlist-item > a figure {
  margin: 0;
}

#main #home-playlists #playlists-carousel .playlist-item > a figure img {
  width: 100%;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

#main #home-playlists #playlists-carousel .playlist-item > a .playlist-info {
  padding: 20px;
  text-align: center;
  height: 85px;
}

#main #home-playlists #playlists-carousel .playlist-item > a .playlist-info h3 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1em;
  text-transform: uppercase;
}

#main #home-playlists #playlists-carousel .playlist-item > a .playlist-info h3 i {
  color: #65d36e;
}

#main #home-playlists #playlists-carousel .playlist-item > a:hover figure img, #main #home-playlists #playlists-carousel .playlist-item > a:focus figure img {
  opacity: 0.8;
}

#main #home-playlists #playlists-carousel .playlist-item.apple-music > a .playlist-info h3 i {
  color: #000;
}

#main #home-videos {
  background: #d80404 url("assets/img/bg/home-videos.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

#main #home-videos .section-title {
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#main #home-videos .section-title span {
  position: relative;
  z-index: 2;
}

#main #home-videos .section-title:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  height: 100%;
  width: 5000px;
  background: #f80202;
  z-index: 1;
}

#main #home-videos .section-title:after {
  position: absolute;
  top: 0;
  right: -50px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 68px solid #f80202;
  border-right: 50px solid transparent;
}

@media screen and (max-width: 991px) {
  #main #home-videos .section-title:after {
    border-top: 63px solid #f80202;
  }
}

@media screen and (max-width: 767px) {
  #main #home-videos .section-title:after {
    border-top: 58px solid #f80202;
  }
}

#main #home-videos #video-player .video-wrap {
  border: 3px solid #fff;
}

#main #home-videos #video-player .video-info {
  margin-top: 20px;
}

#main #home-videos #video-player .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

#main #home-videos #video-player .video-info h3 > span {
  color: #000;
}

#main #home-videos #videos-carousel {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  #main #home-videos #videos-carousel {
    margin-top: 30px;
  }
}

#main #home-videos #videos-carousel .owl-nav {
  display: none !important;
}

#main #home-videos #videos-carousel .video-item > a {
  display: block;
}

#main #home-videos #videos-carousel .video-item > a figure {
  margin: 0;
  border: 3px solid #fff;
}

#main #home-videos #videos-carousel .video-item > a figure img {
  width: 100%;
  opacity: 1;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

#main #home-videos #videos-carousel .video-item > a .video-info {
  margin-top: 20px;
}

#main #home-videos #videos-carousel .video-item > a .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

#main #home-videos #videos-carousel .video-item > a .video-info h3 > span {
  color: #000;
}

#main #home-videos #videos-carousel .video-item > a:hover figure img, #main #home-videos #videos-carousel .video-item > a:focus figure img {
  opacity: 0.8;
}

#main #home-instagram {
  background: #e6e4e4;
}

#main #home-instagram .section-title {
  color: #000;
}

#main #home-instagram .social-wrapper + .social-wrapper {
  margin-top: 40px;
}

#main #home-instagram .social-wrapper .social-title {
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
}

#main #home-instagram .social-wrapper .social-title a:hover, #main #home-instagram .social-wrapper .social-title a:focus {
  color: #ee3638;
}

#main #home-instagram .owl-carousel {
  padding: 0 95px;
}

@media screen and (max-width: 991px) {
  #main #home-instagram .owl-carousel {
    padding: 0;
  }
}

#main #home-instagram #facebook-carousel .item > .content,
#main #home-instagram #twitter-carousel .item > .content {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  /*display: block;
                    padding: 20px;
                    background: #fff;*/
}

#main #home-instagram #facebook-carousel .item > .content > .message,
#main #home-instagram #twitter-carousel .item > .content > .message {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

#main #home-instagram #facebook-carousel .item > .content > .message a,
#main #home-instagram #twitter-carousel .item > .content > .message a {
  word-wrap: break-word;
  color: #fff;
}

#main #home-instagram #facebook-carousel .item > .content:hover > .message, #main #home-instagram #facebook-carousel .item > .content:focus > .message,
#main #home-instagram #twitter-carousel .item > .content:hover > .message,
#main #home-instagram #twitter-carousel .item > .content:focus > .message {
  opacity: 1;
}

#main #home-instagram #instagram-carousel .item > a {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  overflow: hidden;
  text-indent: -9999px;
}

#main #home-instagram #instagram-carousel .item > a:hover, #main #home-instagram #instagram-carousel .item > a:focus {
  opacity: 0.8;
}

/* Interior */
body:not(.page-template-home) main {
  padding: 140px 0 40px 0;
}

@media screen and (max-width: 991px) {
  body:not(.page-template-home) main {
    padding: 86px 0 30px 0;
  }
}

body:not(.page-template-home) .page-title {
  margin: 0 0 40px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  body:not(.page-template-home) .page-title {
    margin-bottom: 30px;
  }
}

body:not(.page-template-home) .navi-wrap {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1em;
  text-align: center;
}

body:not(.page-template-home) .navi-wrap .wp-pagenavi {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  body:not(.page-template-home) .navi-wrap .wp-pagenavi {
    margin-top: 30px;
  }
}

body:not(.page-template-home) .navi-wrap span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
}

body:not(.page-template-home) .navi-wrap span.current {
  background: #d80404;
  color: #fff;
}

body:not(.page-template-home) .navi-wrap a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
}

body:not(.page-template-home) .navi-wrap a:hover, body:not(.page-template-home) .navi-wrap a:focus {
  background: #d80404;
  color: #fff;
}

body:not(.page-template-home) .navi-wrap a.previouspostslink, body:not(.page-template-home) .navi-wrap a.nextpostslink {
  color: #767676;
}

body:not(.page-template-home) .navi-wrap a.previouspostslink:hover, body:not(.page-template-home) .navi-wrap a.previouspostslink:focus, body:not(.page-template-home) .navi-wrap a.nextpostslink:hover, body:not(.page-template-home) .navi-wrap a.nextpostslink:focus {
  background: none;
  color: #000;
}

/* Videos Page */
body.page-template-videos main {
  padding: 0;
}

body.page-template-videos .videos-top {
  padding: 140px 0 40px 0;
  background: #d80404 url("assets/img/bg/home-videos.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 991px) {
  body.page-template-videos .videos-top {
    padding: 86px 0 30px 0;
  }
}

body.page-template-videos .videos-top .page-title {
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

body.page-template-videos .videos-top .page-title span {
  position: relative;
  z-index: 2;
}

body.page-template-videos .videos-top .page-title:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  height: 100%;
  width: 5000px;
  background: #f80202;
  z-index: 1;
}

body.page-template-videos .videos-top .page-title:after {
  position: absolute;
  top: 0;
  right: -50px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 78px solid #f80202;
  border-right: 50px solid transparent;
}

@media screen and (max-width: 991px) {
  body.page-template-videos .videos-top .page-title:after {
    border-top: 72px solid #f80202;
  }
}

@media screen and (max-width: 767px) {
  body.page-template-videos .videos-top .page-title:after {
    border-top: 66px solid #f80202;
  }
}

body.page-template-videos .videos-top #video-player .video-wrap {
  border: 3px solid #fff;
}

body.page-template-videos .videos-top #video-player .video-info {
  margin-top: 20px;
}

body.page-template-videos .videos-top #video-player .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

body.page-template-videos .videos-top #video-player .video-info h3 > span {
  color: #000;
}

body.page-template-videos .videos-bottom {
  padding: 45px 0 115px 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  body.page-template-videos .videos-bottom {
    padding: 30px 0;
  }
}

body.page-template-videos .videos-bottom .video-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-videos .videos-bottom .video-item {
    margin-bottom: 30px;
  }
}

body.page-template-videos .videos-bottom .video-item > a {
  display: block;
}

body.page-template-videos .videos-bottom .video-item > a figure {
  margin: 0;
}

body.page-template-videos .videos-bottom .video-item > a figure img {
  width: 100%;
  opacity: 1;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

body.page-template-videos .videos-bottom .video-item > a .video-info {
  margin-top: 20px;
}

body.page-template-videos .videos-bottom .video-item > a .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
}

body.page-template-videos .videos-bottom .video-item > a:hover figure img, body.page-template-videos .videos-bottom .video-item > a:focus figure img {
  opacity: 0.8;
}

/* Releases Page */
body.page-template-releases main {
  background: #6d6d6d url("assets/img/bg/releases-bg.jpg") no-repeat center center;
  background-size: cover;
}

body.page-template-releases .releases .release-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-releases .releases .release-item {
    margin-bottom: 30px;
  }
}

body.page-template-releases .releases .release-item > a {
  display: block;
  opacity: 1;
}

body.page-template-releases .releases .release-item > a figure {
  margin: 0;
}

body.page-template-releases .releases .release-item > a figure img {
  width: 100%;
}

body.page-template-releases .releases .release-item > a h2,
body.page-template-releases .releases .release-item > a h3 {
  margin: 15px 0;
  text-transform: uppercase;
  color: #fff;
}

body.page-template-releases .releases .release-item > a h2 > span,
body.page-template-releases .releases .release-item > a h3 > span {
  display: block;
}

body.page-template-releases .releases .release-item > a h2 > span:nth-child(1),
body.page-template-releases .releases .release-item > a h3 > span:nth-child(1) {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1em;
  margin-bottom: 10px;
}

body.page-template-releases .releases .release-item > a h2 > span:nth-child(2),
body.page-template-releases .releases .release-item > a h3 > span:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1em;
}

body.page-template-releases .releases .release-item > a:hover, body.page-template-releases .releases .release-item > a:focus {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  body.page-template-releases .releases .release-item .btn-drop {
    width: 100%;
  }
}

body.page-template-releases .releases .release-item .btn-drop-stream {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
  body.page-template-releases .releases .release-item .btn-drop-stream {
    margin: 15px auto 0 auto;
  }
}

/* Artists Page */
body.page-template-artists main {
  background: #6d6d6d url("assets/img/bg/artists-bg.jpg") no-repeat center center;
  background-size: cover;
}

body.page-template-artists .artists .artist-item {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-artists .artists .artist-item {
    margin-bottom: 30px;
  }
}

body.page-template-artists .artists .artist-item > a {
  display: block;
  opacity: 1;
}

body.page-template-artists .artists .artist-item > a figure {
  margin: 0;
}

body.page-template-artists .artists .artist-item > a figure img {
  width: 100%;
}

body.page-template-artists .artists .artist-item > a h2,
body.page-template-artists .artists .artist-item > a h3 {
  margin: 15px 0 0 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

body.page-template-artists .artists .artist-item > a:hover, body.page-template-artists .artists .artist-item > a:focus {
  opacity: 0.8;
}

/* Artist Page */
body.single-artist {
  /* Artist Info */
  /* Artist Music */
  /* Artist Videos */
}

body.single-artist main {
  padding: 0;
}

body.single-artist .artist-section {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  body.single-artist .artist-section {
    padding: 30px 0;
  }
}

body.single-artist .artist-section .section-title {
  margin: 0 0 40px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  body.single-artist .artist-section .section-title {
    margin-bottom: 30px;
  }
}

body.single-artist #artist-bio .section-title {
  color: #000;
}

body.single-artist #artist-bio .section-content {
  text-align: center;
  line-height: 1.4em;
}

body.single-artist #artist-bio .section-content p {
  text-align: center !important;
}

body.single-artist #artist-info .slide {
  position: relative;
}

body.single-artist #artist-info .slide > img {
  width: 100%;
  height: auto;
}

body.single-artist #artist-info .slide-overlay {
  /*min-height: 150px;*/
  padding: 15px 0 15px 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 300px;
  background: url("assets/img/bg/slide-caption.png") repeat center center;
  color: #fff;
  /*.container {
                max-width: 900px;
            }*/
}

body.single-artist #artist-info .slide-overlay .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 1199px) {
  body.single-artist #artist-info .slide-overlay {
    min-height: 0;
    position: static;
    padding: 15px;
    background: #d70f0f;
    text-align: center;
  }
  body.single-artist #artist-info .slide-overlay .col {
    float: none !important;
    width: 100% !important;
  }
}

body.single-artist #artist-info .slide-overlay:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background: url("assets/img/bg/slide-caption-right.png") no-repeat center center;
  background-size: 100% 100%;
}

@media screen and (max-width: 1199px) {
  body.single-artist #artist-info .slide-overlay:after {
    display: none;
  }
}

body.single-artist #artist-info .slide-overlay h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  /*font-size: calculateRem(60px);*/
  font-size: 2.5rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  body.single-artist #artist-info .slide-overlay h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}

body.single-artist #artist-info .slide-overlay .content p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.3em;
}

body.single-artist #artist-info .slide-overlay .artist-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.single-artist #artist-info .slide-overlay .artist-socials > li {
  display: inline-block;
  vertical-align: middle;
}

body.single-artist #artist-info .slide-overlay .artist-socials > li + li {
  margin-left: 20px;
}

body.single-artist #artist-info .slide-overlay .artist-socials > li > a {
  font-size: 1.25rem;
  line-height: 1em;
  color: #fff;
}

body.single-artist #artist-info .slide-overlay .artist-socials > li > a:hover, body.single-artist #artist-info .slide-overlay .artist-socials > li > a:focus {
  color: #000;
}

body.single-artist #artist-music {
  background: #6d6d6d url("assets/img/bg/releases-bg.jpg") no-repeat center center;
  background-size: cover;
}

body.single-artist #artist-music .release-cover {
  width: 350px;
  margin: 0 auto 30px auto;
}

body.single-artist #artist-music h3 {
  margin: 30px 0 30px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  body.single-artist #artist-music h3 {
    margin: 30px 0 15px 0;
    font-size: 1.25rem;
  }
}

body.single-artist #artist-music .release-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

body.single-artist #artist-music .release-links > li {
  display: inline-block;
  vertical-align: middle;
}

body.single-artist #artist-music .release-links > li > a {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  opacity: 1;
}

body.single-artist #artist-music .release-links > li > a:hover, body.single-artist #artist-music .release-links > li > a:focus {
  opacity: 0.8;
}

body.single-artist #artist-music .release-links > li > a > img {
  margin: 0 auto;
  width: 130px;
}

body.single-artist #artist-videos {
  background: #d80404 url("assets/img/bg/home-videos.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}

body.single-artist #artist-videos .section-title {
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

body.single-artist #artist-videos .section-title span {
  position: relative;
  z-index: 2;
}

body.single-artist #artist-videos .section-title:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  height: 100%;
  width: 5000px;
  background: #f80202;
  z-index: 1;
}

body.single-artist #artist-videos .section-title:after {
  position: absolute;
  top: 0;
  right: -50px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 68px solid #f80202;
  border-right: 50px solid transparent;
}

@media screen and (max-width: 991px) {
  body.single-artist #artist-videos .section-title:after {
    border-top: 63px solid #f80202;
  }
}

@media screen and (max-width: 767px) {
  body.single-artist #artist-videos .section-title:after {
    border-top: 58px solid #f80202;
  }
}

body.single-artist #artist-videos #video-player .video-wrap {
  border: 3px solid #fff;
}

body.single-artist #artist-videos #video-player .video-info {
  margin-top: 20px;
}

body.single-artist #artist-videos #video-player .video-info h2,
body.single-artist #artist-videos #video-player .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

body.single-artist #artist-videos #video-player .video-info h2 > span,
body.single-artist #artist-videos #video-player .video-info h3 > span {
  color: #000;
}

body.single-artist #artist-videos #videos-carousel {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  body.single-artist #artist-videos #videos-carousel {
    margin-top: 30px;
  }
}

body.single-artist #artist-videos #videos-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

body.single-artist #artist-videos #videos-carousel .owl-nav > button:nth-child(1) {
  left: -75px;
  border-top: 20px solid transparent;
  border-right: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

body.single-artist #artist-videos #videos-carousel .owl-nav > button:nth-child(2) {
  right: -75px;
  border-top: 20px solid transparent;
  border-left: 25px solid #fff;
  border-bottom: 20px solid transparent;
}

body.single-artist #artist-videos #videos-carousel .owl-nav > button:focus {
  outline: 0;
}

body.single-artist #artist-videos #videos-carousel .video-item > a {
  display: block;
}

body.single-artist #artist-videos #videos-carousel .video-item > a figure {
  margin: 0;
  border: 3px solid #fff;
}

body.single-artist #artist-videos #videos-carousel .video-item > a figure img {
  width: 100%;
  opacity: 1;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
}

body.single-artist #artist-videos #videos-carousel .video-item > a .video-info {
  margin-top: 20px;
}

body.single-artist #artist-videos #videos-carousel .video-item > a .video-info h3 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

body.single-artist #artist-videos #videos-carousel .video-item > a .video-info h3 > span {
  color: #000;
}

body.single-artist #artist-videos #videos-carousel .video-item > a:hover figure img, body.single-artist #artist-videos #videos-carousel .video-item > a:focus figure img {
  opacity: 0.8;
}

/* Blog */
body.page-template-contests,
body.blog {
  background: #e6e4e4;
}

body.page-template-contests .page-title,
body.blog .page-title {
  color: #000;
}

body.page-template-contests .news-item,
body.blog .news-item {
  margin-bottom: 40px;
  background: #767676;
  color: #fff;
}

@media screen and (max-width: 991px) {
  body.page-template-contests .news-item,
  body.blog .news-item {
    margin-bottom: 30px;
  }
}

body.page-template-contests .news-item figure,
body.blog .news-item figure {
  float: left;
  margin: 0;
}

@media screen and (max-width: 1199px) {
  body.page-template-contests .news-item figure,
  body.blog .news-item figure {
    float: none;
  }
}

body.page-template-contests .news-item figure img,
body.blog .news-item figure img {
  width: 100%;
}

body.page-template-contests .news-item .news-content,
body.blog .news-item .news-content {
  float: right;
  padding: 30px;
  width: 56%;
}

@media screen and (max-width: 1199px) {
  body.page-template-contests .news-item .news-content,
  body.blog .news-item .news-content {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  body.page-template-contests .news-item .news-content,
  body.blog .news-item .news-content {
    padding: 15px;
    text-align: center;
  }
}

body.page-template-contests .news-item .news-content header time,
body.blog .news-item .news-content header time {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 8px;
}

body.page-template-contests .news-item .news-content header h2,
body.blog .news-item .news-content header h2 {
  margin: 15px 0;
  font-size: 1.875rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

body.page-template-contests .news-item .news-content blockquote,
body.blog .news-item .news-content blockquote {
  height: 65px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  body.page-template-contests .news-item .news-content blockquote,
  body.blog .news-item .news-content blockquote {
    height: auto;
  }
}

body.page-template-contests .news-item .news-content footer,
body.blog .news-item .news-content footer {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-contests .news-item .news-content footer,
  body.blog .news-item .news-content footer {
    margin-top: 30px;
  }
}

body.page-template-contests .news-item .news-content footer .share-links,
body.blog .news-item .news-content footer .share-links {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  body.page-template-contests .news-item .news-content footer .share-links,
  body.blog .news-item .news-content footer .share-links {
    margin-top: 15px;
    text-align: center;
  }
}

/* Single Post Page */
body.error404,
body.page-template-default,
body.single-release,
body.single-contest,
body.single-post {
  background: #e6e4e4;
}

body.error404 .page-title,
body.page-template-default .page-title,
body.single-release .page-title,
body.single-contest .page-title,
body.single-post .page-title {
  color: #000;
}

body.error404 .news-item,
body.page-template-default .news-item,
body.single-release .news-item,
body.single-contest .news-item,
body.single-post .news-item {
  background: #767676;
  color: #fff;
}

body.error404 .news-item figure,
body.page-template-default .news-item figure,
body.single-release .news-item figure,
body.single-contest .news-item figure,
body.single-post .news-item figure {
  margin: 0;
}

body.error404 .news-item figure img,
body.page-template-default .news-item figure img,
body.single-release .news-item figure img,
body.single-contest .news-item figure img,
body.single-post .news-item figure img {
  width: 100%;
}

body.error404 .news-item .news-content,
body.page-template-default .news-item .news-content,
body.single-release .news-item .news-content,
body.single-contest .news-item .news-content,
body.single-post .news-item .news-content {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  body.error404 .news-item .news-content,
  body.page-template-default .news-item .news-content,
  body.single-release .news-item .news-content,
  body.single-contest .news-item .news-content,
  body.single-post .news-item .news-content {
    padding: 15px;
    text-align: center;
  }
}

body.error404 .news-item .news-content header time,
body.page-template-default .news-item .news-content header time,
body.single-release .news-item .news-content header time,
body.single-contest .news-item .news-content header time,
body.single-post .news-item .news-content header time {
  display: inline-block;
  vertical-align: middle;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1em;
  padding: 8px;
}

body.error404 .news-item .news-content header h1,
body.page-template-default .news-item .news-content header h1,
body.single-release .news-item .news-content header h1,
body.single-contest .news-item .news-content header h1,
body.single-post .news-item .news-content header h1 {
  margin: 15px 0;
  font-size: 1.875rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

body.error404 .news-item .news-content header h2,
body.page-template-default .news-item .news-content header h2,
body.single-release .news-item .news-content header h2,
body.single-contest .news-item .news-content header h2,
body.single-post .news-item .news-content header h2 {
  margin: 15px 0;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
}

body.error404 .news-item .news-content blockquote,
body.page-template-default .news-item .news-content blockquote,
body.single-release .news-item .news-content blockquote,
body.single-contest .news-item .news-content blockquote,
body.single-post .news-item .news-content blockquote {
  height: 65px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  body.error404 .news-item .news-content blockquote,
  body.page-template-default .news-item .news-content blockquote,
  body.single-release .news-item .news-content blockquote,
  body.single-contest .news-item .news-content blockquote,
  body.single-post .news-item .news-content blockquote {
    height: auto;
  }
}

body.error404 .news-item .news-content p,
body.page-template-default .news-item .news-content p,
body.single-release .news-item .news-content p,
body.single-contest .news-item .news-content p,
body.single-post .news-item .news-content p {
  margin: 0 0 15px 0;
}

body.error404 .news-item .news-content iframe,
body.page-template-default .news-item .news-content iframe,
body.single-release .news-item .news-content iframe,
body.single-contest .news-item .news-content iframe,
body.single-post .news-item .news-content iframe {
  display: block;
  margin: 0 auto;
}

body.error404 .news-item .news-content footer,
body.page-template-default .news-item .news-content footer,
body.single-release .news-item .news-content footer,
body.single-contest .news-item .news-content footer,
body.single-post .news-item .news-content footer {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  body.error404 .news-item .news-content footer,
  body.page-template-default .news-item .news-content footer,
  body.single-release .news-item .news-content footer,
  body.single-contest .news-item .news-content footer,
  body.single-post .news-item .news-content footer {
    margin-top: 30px;
  }
}

body.error404 .news-item .news-content footer .share-links,
body.page-template-default .news-item .news-content footer .share-links,
body.single-release .news-item .news-content footer .share-links,
body.single-contest .news-item .news-content footer .share-links,
body.single-post .news-item .news-content footer .share-links {
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  body.error404 .news-item .news-content footer .share-links,
  body.page-template-default .news-item .news-content footer .share-links,
  body.single-release .news-item .news-content footer .share-links,
  body.single-contest .news-item .news-content footer .share-links,
  body.single-post .news-item .news-content footer .share-links {
    margin-top: 15px;
    text-align: center;
  }
}

/* Release */
body.single-release .news-item {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* Events */
body.page-template-events {
  background: #e6e4e4;
}

body.page-template-events .page-title {
  color: #000;
}

body.page-template-events .event {
  font-size: 1.0625rem;
  line-height: 1.3em;
}

@media screen and (max-width: 991px) {
  body.page-template-events .event {
    text-align: center;
  }
}

body.page-template-events .event + .event {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  body.page-template-events .event + .event {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  body.page-template-events .event .event-date, body.page-template-events .event .event-artist, body.page-template-events .event .event-location, body.page-template-events .event .event-venue {
    display: block;
    margin-bottom: 5px;
  }
}

body.page-template-events .event .event-date {
  text-transform: uppercase;
}

body.page-template-events .event .event-link {
  text-align: right;
}

@media screen and (max-width: 991px) {
  body.page-template-events .event .event-link {
    text-align: center;
  }
}

body.page-template-events .event .event-link > a {
  position: relative;
  top: -5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 8px 16px;
}

@media screen and (max-width: 991px) {
  body.page-template-events .event .event-link > a {
    top: 0;
  }
}

body.page-template-events .event .event-link > a:hover, body.page-template-events .event .event-link > a:focus {
  background: #d80404;
  color: #fff;
}

/* SyncShop */
body.page-template-syncshop h1 {
  padding: 300px 0 160px;
  background-image: url("assets/img/syncshop-head.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 991px) {
  body.page-template-syncshop h1 {
    padding: 120px 0 50px 0;
  }
}

body.page-template-syncshop #main {
  padding: 0 0 40px 0;
  color: #fff;
  background: #6d6d6d url("assets/img/bg/releases-bg.jpg") no-repeat center center;
  background-size: cover;
}

body.page-template-syncshop #main h2 {
  padding: 70px 0;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  body.page-template-syncshop #main h2 {
    padding: 30px 0;
  }
}

body.page-template-syncshop #main .block {
  padding: 30px;
  text-align: center;
  background-size: cover;
  background-position: top center;
}

body.page-template-syncshop #main h3 {
  text-transform: uppercase;
}

body.page-template-syncshop #main .btn {
  margin-top: 30px;
  background-color: #f80202;
}

body.page-template-syncshop #main .btn:hover, body.page-template-syncshop #main .btn:focus {
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #000;
}

body.page-template-syncshop .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-syncshop .flex .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-syncshop .flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  body.page-template-syncshop .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body.page-template-syncshop .flex img {
    margin: 0 auto;
  }
  body.page-template-syncshop .flex > div {
    padding: 0 0 30px 0;
  }
}

/* SyncShop */
body.page-template-brands .top {
  padding: 140px 0 100px;
  margin-bottom: 50px;
  background-image: url("assets/img/forBrands-head.png");
  background-size: cover;
  background-position: center center;
  text-align: center;
}

body.page-template-brands .top b {
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  body.page-template-brands .top {
    padding: 120px 0 50px 0;
  }
}

body.page-template-brands #main {
  padding: 0 0 40px 0;
  color: #fff;
  background: #6d6d6d url("assets/img/bg/releases-bg.jpg") no-repeat center center;
  background-size: cover;
}

body.page-template-brands #main h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  body.page-template-brands #main h2 {
    padding: 30px 0;
  }
}

body.page-template-brands #main .gray {
  color: #000;
  background-color: #d8d8d8;
  padding-top: 20px;
  text-align: center;
  margin-top: 50px;
}

body.page-template-brands #main .gray > p {
  width: 100%;
  max-width: 600px;
  padding: 30px 10px;
  margin: 0 auto;
}

body.page-template-brands #main .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.page-template-brands #main .tabs li {
  -ms-flex-preferred-size: 19.5%;
      flex-basis: 19.5%;
  display: block;
  border-bottom: 5px solid #d8d8d8;
  background-color: #eeeeee;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  body.page-template-brands #main .tabs li {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

@media screen and (max-width: 400px) {
  body.page-template-brands #main .tabs li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

body.page-template-brands #main .tabs li.selected {
  background-color: #fff;
  border-bottom-color: #fff;
}

body.page-template-brands #main .tabs a {
  display: block;
  padding: 20px 10px;
}

body.page-template-brands #main .sections {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}

body.page-template-brands #main .block {
  padding: 30px;
  text-align: center;
  background-size: cover;
  background-position: top center;
}

body.page-template-brands #main h3 {
  text-transform: uppercase;
}

body.page-template-brands #main .btn {
  margin: 50px 0;
  background-color: #f80202;
}

body.page-template-brands #main .btn:hover, body.page-template-brands #main .btn:focus {
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #000;
}

body.page-template-brands .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-template-brands .flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  body.page-template-brands .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  body.page-template-brands .flex img {
    margin: 0 auto;
  }
  body.page-template-brands .flex > div {
    padding: 0 0 30px 0;
  }
}

/* Footer */
#footer {
  padding: 10px 0 30px 0;
  background: linear-gradient(112deg, rgba(172, 8, 11, 0.98) 0%, rgba(204, 14, 12, 0.98) 60%, rgba(200, 14, 13, 0.98) 100%);
}

#footer .footer-top {
  padding: 30px 0;
  background: #5e5e5e url("assets/img/bg/footer-top.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  #footer .footer-top {
    padding: 30px 0;
    text-align: center;
  }
}

#footer .footer-top .footer-logo {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}

#footer .footer-top .footer-logo:hover, #footer .footer-top .footer-logo:focus {
  opacity: 0.8;
}

@media screen and (max-width: 991px) {
  #footer .footer-top nav {
    display: none;
  }
}

#footer .footer-top nav ul {
  list-style: none;
  padding: 0;
  margin: 22px 0 0 0;
  text-align: right;
}

#footer .footer-top nav ul > li {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-top nav ul > li + li {
  margin-left: 30px;
}

#footer .footer-top nav ul > li > a {
  font-family: 'Oswald', sans-serif;
  font-size: 1.375rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top nav ul > li > a:hover, #footer .footer-top nav ul > li > a:focus {
  color: #000;
}

#footer .footer-top nav ul > li.current-menu-item > a {
  color: #000;
}

#footer .footer-top .newsletter-socials {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials {
    margin: 30px auto 0 auto;
  }
}

#footer .footer-top .newsletter-socials .newsletter {
  text-align: right;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials .newsletter {
    text-align: center;
  }
}

#footer .footer-top .newsletter-socials .newsletter > span {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials .newsletter > span {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#footer .footer-top .newsletter-socials .newsletter > form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 420px;
  padding-right: 117px;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials .newsletter > form {
    display: block;
    margin: 0 auto;
    padding-right: 0;
  }
}

#footer .footer-top .newsletter-socials .newsletter > form .btn {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials .newsletter > form .btn {
    position: static;
    margin-top: 15px;
  }
}

#footer .footer-top .newsletter-socials .socials {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  #footer .footer-top .newsletter-socials .socials {
    margin: 30px 0 0 0;
  }
}

#footer .footer-top .newsletter-socials .socials > li {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer-top .newsletter-socials .socials > li + li {
  margin-left: 20px;
}

#footer .footer-top .newsletter-socials .socials > li > a {
  font-size: 1.25rem;
  line-height: 1em;
  color: #fff;
}

#footer .footer-top .newsletter-socials .socials > li > a:hover, #footer .footer-top .newsletter-socials .socials > li > a:focus {
  color: #000;
}

#footer .footer-bottom {
  padding: 25px 0;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3em;
  text-align: center;
}

#footer .footer-bottom p {
  margin: 0;
}

#footer .footer-bottom p + p {
  margin-top: 5px;
}

#footer .footer-bottom a {
  color: #fff;
}

#footer .footer-bottom a:hover, #footer .footer-bottom a:focus {
  color: #fff;
  text-decoration: underline;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}
