/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

a {
  -webkit-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  transition: all 450ms ease;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   @font-face {
     font-family: 'icomoon';
     src:  url('fonts/icomoon.eot?rbrj7y');
     src:  url('fonts/icomoon.eot?rbrj7y#iefix') format('embedded-opentype'),
       url('fonts/icomoon.ttf?rbrj7y') format('truetype'),
       url('fonts/icomoon.woff?rbrj7y') format('woff'),
       url('fonts/icomoon.svg?rbrj7y#icomoon') format('svg');
     font-weight: normal;
     font-style: normal;
   }

   [class^="icon-"], [class*=" icon-"] {
     /* use !important to prevent issues with browser extensions that change fonts */
     font-family: 'icomoon' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;

     /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
   }

   .icon-headphones:before {
     content: "\e910";
   }
   .icon-video-camera:before {
     content: "\e914";
   }
   .icon-envelop:before {
     content: "\e945";
   }
   .icon-bell:before {
     content: "\e951";
   }
   .icon-user-plus:before {
     content: "\e973";
   }


   @font-face {
     font-family: 'SoloistCondensed';
     src: url('fonts/SoloistCondensed.eot?#iefix') format('embedded-opentype'),  url('fonts/SoloistCondensed.woff') format('woff'), url('fonts/SoloistCondensed.ttf')  format('truetype'), url('fonts/SoloistCondensed.svg#SoloistCondensed') format('svg');
     font-weight: normal;
     font-style: normal;
   }

  body {
   overflow-x: hidden;
   font-family: sans-serif;
  }

  body * {
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
  }

  li {
    list-style: none;
  }

  p {
    padding: 0;
    margin: 0;
  }

  ul {
    padding: 0;
    margin: 0;
  }


  @media all and (min-width:122em){
    body{
      font-size: 1.1vmax;
    }
  }



  #main-header {
    background-color: #4F1B5F;
  }

  #main-header .inwrap {
    width: 95%;
    max-width: 80em;
    margin: 0 auto;
    padding: 0.5em 0;
    position: relative;
  }

  @media all and (min-width: 48em) {
    #main-header .inwrap {
      padding: 0em 0;
    }
  }

  #main-header .inwrap .main-logo {
    width: 100%;
    max-width: 13em;
    height: auto;
    display: block;
    margin-right: 3em;
  }

  @media all and (min-width: 48em) {
    #main-header .inwrap .main-logo {
      margin-top: 0.9em;
      max-width: 24em;
    }
  }

  @media all and (min-width: 76em) {
    #main-header .inwrap .main-logo {
      margin-top: 0.9em;
    }
  }

  #main-header .inwrap #top-nav {
    display: block;
  }

  @media all and (min-width: 76em) {
    #main-header .inwrap #top-nav {
      float: left;
    }
  }

  #main-header .inwrap #top-nav ul {
    display: none;
  }

  @media all and (min-width: 48em) {
    #main-header .inwrap #top-nav ul {
      display: block;
    }
  }

  #main-header .inwrap #top-nav ul li {
    display: inline-block;
    position: relative;
  }

  #main-header .inwrap #top-nav .current-menu-ancestor a{
    color: #FFF;
  }

  #main-header .inwrap #top-nav ul > li.current-menu-item > a {
    color: #FFF;
  }

  #main-header .inwrap #top-nav .current-menu-ancestor ul li a{
    color: #FFF;
  }

  #main-header .inwrap #top-nav ul li a {
    color: #E5E25C;
    font-weight: 400;
    padding: 1em 1em;
    display: inline-block;
    font-size: 1.4em;
    font-family: 'SoloistCondensed';
    letter-spacing: 0.1em;
  }

  #main-header .inwrap #top-nav ul li:hover > a {
    color: #FFF;
  }

  #main-header .inwrap #top-nav ul li a:hover {

  }

  @media all and (min-width: 48em) {
    #main-header .inwrap #top-nav ul li a {
      padding: 1em 1.8em 1em 0.6em;
    }
  }

  @media all and (min-width: 80em) {
    #main-header .inwrap #top-nav ul li a {
      padding: 1em 2.4em 1em 0.6em;
    }
  }

  #main-header .inwrap #top-nav ul li ul{
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 17em;
    top: 5.7em;
    left: 0.9em;
    padding-bottom: 0em;
    z-index: 99999999999999;

  }

  #main-header .inwrap #top-nav ul li:hover > ul{
    display: block;
  }

  #main-header .inwrap #top-nav ul li ul li {
   display: block;
     text-align: left;
    /* padding: 0 0.3em; */
    position: relative;
  }


  #main-header .inwrap #top-nav ul li ul li a {
     padding: 1em 1em;
     display: block;
     color:#000;
     font-weight: 100;
    border-bottom: 1px solid #ececec;
    font-size: 0.9em;
  }

  #main-header .inwrap #top-nav ul li ul li a:hover{
    background-color: #B9A23B;
    color: #FFF;
  }

  #main-header .inwrap #right-nav {
    float: right;
    position: absolute;
    top: 0.5em;
    right: 0em;
    display: none;
  }

  @media all and (min-width: 32em) {
    #main-header .inwrap #right-nav {
      display: block;
    }
  }

  @media all and (min-width: 48em) {
    #main-header .inwrap #right-nav {
      top: 2.3em;
      right: 0;
    }
  }

  @media all and (min-width: 76em) {
    #main-header .inwrap #right-nav {
      float: right;
      margin-top: 2.3em;
      position: relative;
      top: 0;
    }
  }

  #main-header .inwrap #right-nav li {
    display: inline-block;
    margin: 0 0.5em;
    font-size: 0.9em;
  }

  #main-header .inwrap #right-nav li a.user {
    color: #E5E25C;
    font-weight: 400;
  }

  #main-header .inwrap #right-nav li a.user span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 6em;
    display: inline-block;
    vertical-align: -24%;
    /* width: 83%; */
  }

  #main-header .inwrap #right-nav li .user .fa {
    color: #E5E25C;
    font-size: 1.2em;
  }

  #main-header .inwrap #right-nav li a.lng img {
    width: 1.5em;
  }

  #main-header .inwrap #right-nav li .cart .fa {
    color: #E5E25C;
    font-size: 1.2em;
  }



  @media all and (max-width: 48em) {
    .lng-switch {
      display: none !important;
      color: #E5E25C;
    }
  }

  @media all and (min-width: 48em) {
    .lng-switch {
      position: absolute;
      top: 6.5em;
      right: 0;
      color: #E5E25C;
    }
  }

  .lng-switch img {
    width: 2em;
    vertical-align: -15%;
  }

  .menu-icon {
    display: block;
    float: right;
    top: 0.5em;
    position: fixed;
    right: 1em;
    z-index: 999999999;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 1.1em;
    padding-top: 0.7em;
    padding-bottom: 0.2em;
  }

  .menu-icon {
    cursor: pointer;
  }

  @media all and (min-width: 48em) {
       .menu-icon {
        display: none;

    }
  }
  .nav-trigger {
  padding-top: 10px;
  width: 50px;
      height: 1.9em;
  cursor: pointer;     z-index: 999999999999999;}

  .nav-trigger .icon {
  position: absolute;
  width: 2em;
  height: 1.2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top:initial;
  left: initial;}


  .nav-trigger .icon .bar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
  transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms, margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; }

  .nav-trigger .icon .bar span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0.25em;
  background-color: #E5E25C;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
  transform: rotate(0deg) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1); }

  .nav-trigger .icon .bar:nth-child(2) {
  width: 100%; /* BAR LENGHT*/
  /* margin-top: 0.0321em; */
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

  .nav-trigger .icon .bar:nth-child(3) {
  width: 100%; /* BAR LENGHT*/
  /* margin-top: 0.04em; */
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

  .nav-trigger .icon .bar:nth-child(3) span {
  visibility: visible;
  -webkit-transition: visibility 0ms linear 222ms;
  transition: visibility 0ms linear 222ms; }

  .nav-trigger.close-nav .icon .bar {
      /* margin-top: -0.1em; */
  width: 100%;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms;
  transition: width 222ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms, transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 222ms; }
  .nav-trigger.close-nav .icon .bar span {
  -webkit-transition: -webkit-transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms;
  transition: transform 222ms cubic-bezier(0.215, 0.61, 0.355, 1) 444ms; }
  .nav-trigger.close-nav .icon .bar:nth-child(1) span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0); }
  .nav-trigger.close-nav .icon .bar:nth-child(2) span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0); }
  .nav-trigger.close-nav .icon .bar:nth-child(3) span {
  visibility: hidden;
  -webkit-transition: visibility 0ms linear 444ms;
  transition: visibility 0ms linear 444ms;
  }


  .social_nets ul li {

      display: inline-block;
  }

  .social_nets ul {

      text-align: center;
      margin-top:0.5em;
      padding: 0;
  }


  .social_nets ul li {
      margin:0 -0.31em 0.62em;
  }

  @media all and (min-width: 62em) {

      .social_nets ul {
          text-align: left;
      }

      .social_nets ul li {
          margin:0 -0.31em;
      }
  }
  .social_nets ul li a {
      padding: 0.43em 0.81em;
      border-radius: 100%;
      width: 2.18em;
      height: 2.18em;
      display: block;
      color: #4f215f;
      background-color: #E5E25C;
  }

  .social_nets ul li .fa {

      font-size: 1.1em;
      margin-left: -0.18em;
      margin-top: -0.31em;
  }

  .social_nets ul .facebook a:hover {
      background-color: #3b5998;
      color:#FFF;
  }

  .social_nets ul .twitter a:hover{
      background-color: #55acee;
      color:#FFF;
  }

  .social_nets ul .google a:hover{
      background-color: #cc3731;
      color:#FFF;
  }

  .social_nets ul .instagram a:hover{
      background-color: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
      color:#FFF;
  }

  .social_nets ul .spotify a:hover{
      background-color: #1DB954;
      color:#FFF;
  }

  @media all and (min-width:122em) {
    .social_nets ul .youtube a{
      padding: 0.43em 0.71em;
    }
  }

  .social_nets ul .youtube a:hover{
      background-color: #d22215;
      color:#FFF;
  }

  @media all and (min-width:122em) {
    .social_nets ul .soundcloud a{
      padding: 0.43em 0.71em;
    }
  }

  .social_nets ul .soundcloud a:hover{
      background-color: #ff7700;
      color:#FFF;
  }

  .social_nets ul .linkedin a:hover{
      background-color: #007bb6;
      color:#FFF;
  }

  .social_nets ul .rss a:hover{
      background-color: #f29c40;
      color:#FFF;
  }



  /* ==========================================================================
     HOME HERO
     ========================================================================== */

  #home-hero {
    position: relative;
    overflow: hidden;
    opacity: 0;
  }


  #home-hero .slider .video-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    overflow: hidden;
  }

  #home-hero .slider .video-bg video{
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
  }

  #home-hero .slider .slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 10000;
  }



  #home-hero .slider .dark {
    height: 100%;
    position: relative;
    z-index: 1000;
  }

  #home-hero .slider .slide .dark {
    background-color: rgba(0, 0, 0, 0.8);
  }

  #home-hero .slider .lento .dark {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }

  /* #home-hero .slider .slide:nth-child(2) .dark {
    background-color: rgba(0, 0, 0, 0.3);
  } */

  #home-hero .slider .slide .inwrap {
    width: 95%;
    max-width: 64em;
    margin: 0 auto;
    padding: 3em 0 10em;
    position: relative;
    z-index: 20000
  }

  @media all and (min-width: 35em) {
    #home-hero .slider .slide .inwrap {
      padding: 10em 0 12em;
    }
  }

  #home-hero .slider .slide .inwrap .info {
    text-align: center;
  }

  #home-hero .slider .slide .inwrap .info .subtitle {
    font-size: 0.8em;
    color: #E5E25C;
    margin-bottom: 1.2em;
    margin-top: 1em;
  }

  @media all and (min-width: 35em) {
    #home-hero .slider .slide .inwrap .info .subtitle {
      font-size: 1em;
      margin-bottom: 0em;
    }
  }

  #home-hero .slider .slide .inwrap .info .title {
    font-size: 2em;
    color: #FFF;
    font-weight: 700;
    line-height: 0.5em;
    /* font-family: 'SoloistCondensed'; */
  }

  @media all and (min-width: 35em) {
    #home-hero .slider .slide .inwrap .info .title {
      font-size: 3.5em;
    }
  }

  @media all and (min-width: 80em) {
    #home-hero .slider .slide .inwrap .info .title {
      font-size: 4em;
    }
  }

  #home-hero .slider .slide .inwrap .info .title span {
    font-size: 0.45em;
  }

  #home-hero .slider .slide .inwrap .info .title br {

  }


  #home-hero .slider .slide .inwrap .info .transparent-gold-button:hover {
    background-color: #E5E25C;
    color: #FFF;
  }

  #home-hero .slider .slide .inwrap .info .platforms {
    font-size: 0.7em;
  }

  @media all and (min-width: 35em) {
    #home-hero .slider .slide .inwrap .info .platforms {
      font-size: 1em;
    }
  }

  #home-hero .slider .slide .inwrap .info .platforms li {
    display: inline-block;
    margin: 0.5em;
  }

  #home-hero .slider .slide .inwrap .info .platforms li .fa {
    font-size: 1.5em;
  }

  .gold-button {
    color: #FFF;

    background-color: #E5E25C;
    border-radius: 3em;
    padding: 1em 2em;
    border: 0.1em solid #E5E25C;
    display: inline-block;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    cursor: pointer;
    text-transform: uppercase;
  }

  .gold-button:hover {
    background-color: transparent;
    border: 0.1em solid #E5E25C;
    color: #E5E25C;
  }

  .transparent-gold-button {
    color: #E5E25C;
    background-color: transparent;
    border-radius: 3em;
    padding: 0.8em 1em;
    border: 0.15em solid #E5E25C;
    display: inline-block;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    margin-top: 1em;
    cursor: pointer;
    /* width: 4em; */
  }

  #home-hero .slider .slide .inwrap .info .platforms li.soundcloud .transparent-gold-button{
    padding: 0.8em 0.7em;
  }

  #home-hero .sliderPager {
    position: absolute;
    bottom: 6em;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  @media all and (min-width: 35em) {
    #home-hero .sliderPager {
      bottom: 9em;
    }
  }

  #home-hero .sliderPager ul {

  }

  #home-hero .sliderPager ul li {
    display: inline-block;
    margin: 0 0.4em;
    font-size: 0.8em;
  }

  @media all and (min-width: 35em) {
    #home-hero .sliderPager ul li {
      margin: 0 2em;
      font-size: 1em;
    }
  }

  #home-hero .sliderPager ul li .circle{
    display: inline-block;
    background-color: #E5E25C;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    margin-right: 0.3em;
    vertical-align: -6%;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
  }

  @media all and (min-width: 35em) {
    #home-hero .sliderPager ul li .circle{
      margin-right: 1em;
    }
  }

  #home-hero .sliderPager ul li .name {
    color: #E5E25C;
    display: inline-block;
        font-size: 1.1em;
        -webkit-transition: all 450ms ease;
        -o-transition: all 450ms ease;
        transition: all 450ms ease;
  }

  #home-hero .sliderPager ul li .active .circle {
    background-color: #FFF;
    border: 0.2em solid #E5E25C;
  }

  #home-hero .sliderPager ul li .active .name {
    color: #FFF;
  }

  #home-hero .sliderNav {

    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }

  #home-hero .sliderNav ul {
    margin: 0;
  }

  #home-hero .sliderNav ul li.prev {
    position: absolute;
    top: 24%;
    left: 5%;
    cursor: pointer;
    background-color: rgba(34, 79, 142, 0.07);
  }

  #home-hero .sliderNav ul li.next {
    position: absolute;
    top: 24%;
    right: 5%;
    cursor: pointer;
    background-color: rgba(34, 79, 142, 0.07);
  }

  #home-hero .sliderNav ul li img {
    width: 1em;
  }

  @media all and (min-width: 35em) {
    #home-hero .sliderNav ul li.prev {
      top: 47%;
      left: 2%;
    }
    #home-hero .sliderNav ul li.next {
      top: 47%;
      right: 2%;
    }

    #home-hero .sliderNav ul li img {
      width: 2em;
    }
  }

  @media all and (min-width: 64em) {
    #home-hero .sliderNav ul li.prev {
      left: 8%;
      top: 42%;
    }
    #home-hero .sliderNav ul li.next {
      right: 8%;
      top: 42%;
    }
  }

  #musica {
    position: relative;
  }
  #musica:after{
    background: url("./img/top-diagonal-grey.svg") center bottom no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: -0.05em;
  }


  section#musica div.inwrap {
    max-width: 80em;
    width: 100%;
    margin: 0 auto;
   padding-bottom: 2em;
   position: relative;
    z-index: 2000;
    padding-top: 2em;
  }

  @media all and (min-width: 35.5em) {
    section#musica div.inwrap {
     padding-bottom: 7em;
    }
  }

  section#musica div.inwrap div.main-title {
    color: #4f215f;
   font-size: 2.5em;
   font-family: 'SoloistCondensed';
   text-align: center;
   padding: 0.4em 0 0;

   width: 5em;
   margin: 1em auto 0.7em;
  }

  @media all and (min-width: 30em) {
    section#musica div.inwrap div.main-title {
      padding: 0.4em 0 0em;
      margin-bottom: 0.7em;
      margin-top: 0em;
    }
  }

  @media all and (min-width: 35em) {
    section#musica div.inwrap div.main-title {
      padding: 1em 0 0;
      margin-bottom: 0.5em;
    }
  }

  section#musica div.inwrap p {
    text-align: center;
    width: 90%;
    max-width: 64em;
    margin: 0 auto 0.5em;
  }

  section#musica div.inwrap hr {
    width: 6em;
    margin: 2em auto 2em;
    border: 0.2em solid #4f215f;
    background-color: #4f215f;
  }

  section#musica div.inwrap div.canciones {
    width: 100%;
    margin-top: 3em;
    text-align: center;
  }

  section#musica div.inwrap div.canciones .album {
    display: inline-block;
    width: 100%;
    margin: 1em auto 2em;
    max-width: 20em;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
  }

  @media all and (min-width: 35em) {
    section#musica div.inwrap div.canciones .album {
      width: 30%;
      margin: 1%;
    }
  }

  section#musica div.inwrap div.canciones .album:hover {
    transform: translateY(-2em);
  }

  section#musica div.inwrap div.canciones .album:active{
    -webkit-tap-highlight-color: transparent;
  }

  section#musica div.inwrap div.canciones .album .image img{
    width: 100%;
    height: 100%;
  }

  section#musica div.inwrap div.canciones .album h1 {
    font-size: 1.1em;
    font-family: 'SoloistCondensed';
    margin-bottom: 0;
    line-height: 1.1em;
    color: #4f1b5f;
  }

  section#musica div.inwrap div.canciones .album .author {
    color: #4f215f;
    font-size: 1em;
    margin-top: 0.5em;
  }

  @media all and (min-width: 80em) {
    section#musica div.inwrap div.canciones .album h1 {
      font-size: 1.5em;
    }

    section#musica div.inwrap div.canciones .album .author {
      font-size: 1.2em;
    }
  }


  @media all and (min-width: 35.5em){
    #contacto .top-diagonal {
      display: block;
    }

  }

  section#musica .top-diagonal {
    margin-top: -5.5em;
  }

  .cancion .image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
  }

  .cancion .image:after {
    content: "";
    display: block;
    padding-bottom: 88%;
  }

  .youtube-play {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 25%;
    opacity: 0.7;
    font-size: 0.8em;
    -webkit-animation: glowing 3500ms infinite;
    -moz-animation: glowing 3500ms infinite;
    -o-animation: glowing 3500ms infinite;
    animation: glowing 3500ms infinite;
  }

  .youtube-play .circle {
      border-radius: 100%;
      width: 9em;
      height: 9em;
      background-color: #000;
      padding-left: 1em;
      padding-top: 1em;

      margin: 0 auto;
      cursor:pointer;
      -webkit-transition: all 0.3s ease-out 0.1s;
      -moz-transition: all 0.3s ease-out 0.1s;
      -ms-transition: all 0.3s ease-out 0.1s;
      -o-transition: all 0.3s ease-out 0.1s;
      transition: all 0.3s ease-out 0.1s;

  }

  .youtube-play p {
    color:#000;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'SoloistCondensed' !important;
    letter-spacing: 0.2em;
  }

  /* .youtube-play .circle:hover {
    opacity: 0.4;
  } */

  @-webkit-keyframes glowing {
    0% { opacity: 0.7; }
    80% { opacity: 0.3;}
    100% { opacity: 0.7; }
  }

  @-moz-keyframes glowing {
    0% { opacity: 0.7; }
    80% { opacity: 0.3;}
    100% { opacity: 0.7; }
  }

  @-o-keyframes glowing {
    0% { opacity: 0.7; }
    80% { opacity: 0.3;}
    100% { opacity: 0.7; }
  }

  @keyframes glowing {
    0% { opacity: 0.7; }
    80% { opacity: 0.3;}
    100% { opacity: 0.7; }
  }

  .youtube-play:hover {
      -webkit-animation: animation 1s  16 ease;
      -webkit-animation-play-state: paused;
      -moz-animation: animation 1s  16 ease;
      -moz-animation-play-state: paused;
      -o-animation: animation 1s  16 ease;
      -o-animation-play-state: paused;
      animation: animation 1s  16 ease;
      animation-play-state: paused;
      opacity: 0.7;
  }

  .youtube-play .subcircle {
    text-align: center;
    border-radius: 100%;
    width: 7em;
    height: 7em;
    background-color: #000;
    border: 6px solid #FFF;
  }

  .youtube-play .circle .fa-play {
    color: #FFF;
    font-size: 4em;
    margin-top: 0.3em;
    margin-left: 0.3em;
  }

  @media all and (min-width:29.25em) {
    .youtube-play .circle {
        width: 11em;
        height: 11em;
        padding-left: 1em;
        padding-top: 1em;

    }

    .youtube-play .subcircle {
      width: 9em;
      height: 9em;
    }

    .youtube-play .circle .fa-play {
      margin-top: 0.5em;
      margin-left: 0.3em;
    }
  }

  section#musica div.inwrap div.canciones div.cancion div.servicios div.servicio div.logo img {
      width: 100%;
      max-width: 9em;
  }

  .jssocials-share-link{
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
  }

  .jssocials-share-link:hover {
    opacity: 0.8;
  }


  #conecta {
        background-color: transparent;
        position: relative;
  }

  #conecta:after{
    background: url("./img/top-diagonal-white.svg") center bottom no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: -0.05em;
  }

  #conecta h2 {
    color: #4f215f;
        font-size: 2.5em;
        font-family: 'SoloistCondensed';
        text-align: center;
        padding: 0.4em 0 0;
        width: 6.7em;
        margin: 0 auto 0.5em;
  }

  #conecta p{
    text-align: center;
    width: 90%;
    max-width: 64em;
    margin: 0 auto 0.5em;
  }

  #conecta .hsContent {
    padding: 2em 0 6em;
        background-color: #f6f7f7;
  }

  @media only screen and (min-width: 48em) {
    #conecta .hsContent {
      padding: 2em 0 10em;
    }
  }

  #instafeed {

      width: 100%;
      margin-top: 3em;
      text-align: center;
  }

  .insta_box {
    width: 42%;
   padding-top: 42%;
   margin: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1em;
  background-position: center;
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: auto !important;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  }


  .insta_box:hover {
      opacity: 0.7;
      transform: translateY(-1em);
  }

  .insta_box a {

      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
  top: 0;
  }

          @media only screen and (min-width: 35.5em) {
             .insta_box {

               width: 47%;
              padding-top: 47%;
              margin: 1%;
              }
          }

          @media only screen and (min-width: 42em) {
             .insta_box {
               width: 30%;
               padding-top: 30%;
               margin: 1%;
              }

              .insta_box:nth-child(7), .insta_box:nth-child(8){
                display: none;
              }

          }

          @media only screen and (min-width: 64em) {
             .insta_box {
               width: 22%;
               padding-top: 22%;
               margin: 1%;
              }

              .insta_box:nth-child(7), .insta_box:nth-child(8){
                display: inline-block;
              }
          }

  .inst-follow {
      color:#000;
  }

  .inst-follow:hover {
      color:#565656;
  }

  .inst-follow .fa {
      font-size: 1.5em;
  }

  .instagram-block {
    max-width: 110em;
    margin:0 auto;
    text-align: center;
    width: 90%;
    position: relative;
    z-index: 3000000;
  }

  .instagram-block a {
    color:#4f215f;
    text-decoration: none;
    font-style: italic;
        font-weight: lighter;
        font-size: 1.4em;
    font-family: sans-serif;
  }

  .top-diagonal {
   position: absolute;
   z-index: 3;
   width: 100%;
   height: 3em;
   margin-top: -3em;
}

  #videos .top-diagonal {
    display: none;
  }

  #conecta .top-diagonal {
    display: none;
  }

  @media all and (min-width: 35.5em) {
    #conecta .top-diagonal {
      display: block;
    }

    #videos .top-diagonal {
      display: block;
    }
  }

  #conecta hr {
    width: 6em;
    margin: 2em auto 2em;
    border: 0.2em solid #4f215f;
    background-color: #4f215f;
  }

  section#videos {
     background-color: #FFF;
     position: relative;
  }

  section#videos:after{
    background: url("./img/top-diagonal-purple.svg") center bottom no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: -0.05em;
  }

  section#videos div.inwrap {
    max-width: 52em;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 8em;
    padding-top: 2em;
    position: relative;
    z-index: 3000000;
  }

  section#videos div.inwrap div.main-title {
    color: #4f215f;
     font-size: 2.5em;
     font-family: 'SoloistCondensed';
     text-align: center;
     padding: 0.4em 0 0;
     width: 5em;
     margin: 0 auto 0.3em;
  }

  @media all and (min-width: 30em) {
    section#videos div.inwrap div.main-title {
      padding: 0.4em 0 0;
      margin-bottom: 0.3em;
    }
  }

  @media all and (min-width: 35em) {
    section#videos div.inwrap {
      padding-top: 0em;
    }
    section#videos div.inwrap div.main-title {
      padding: 1em 0 0;
    }
  }

  section#videos div.inwrap hr {
    width: 6em;
    margin: 2em auto 3.5em;
    border: 0.2em solid #4f215f;
    background-color: #4f215f;
  }

  section#videos div.inwrap div.videos-wrap {

  }

  section#videos div.inwrap div.videos-wrap div.video {
    width: 100%;
    max-width: 42em;
    margin: 0 auto 3em;
  }

  section#videos div.inwrap div.videos-wrap div.video iframe {
    width: 100%;
    height: 10em;
  }

  @media all and (min-width: 25em) {
    section#videos div.inwrap div.videos-wrap div.video iframe {
      width: 100%;
      height: 17em;
    }
  }

  @media all and (min-width: 35em) {
    section#videos div.inwrap div.videos-wrap div.video iframe {
      width: 100%;
      height: 24em;
    }
  }

  section#videos p {
    font-family: sans-serif;
   text-align: center;
   margin-bottom: 2em;
  }

  .jssocials-share {
        width: 16.66%;
        margin:0 !important;
            border: 1px solid #313131;
  }

  .jssocials-share-link {
    display: inline-block;
    width: 100%;
    padding: 1em .6em !important;
        background: #000000 !important;
  }

  #contacto {
    font-family: sans-serif;
background-color: #4f215f;
color: #FFF;
margin-top: -0.8em;
/* border-top: 3px solid #d6b42c; */
  }

  @media all and (min-width:35.5em){
    #contacto {
      margin-top: 0em;
     border-top: none;
    }
  }

  #contacto .inwrap {
    max-width: 52em;
    width: 90%;
    margin: 0 auto;
    padding: 2em 0 8em;
  }

  #contacto .inwrap hr{
    width: 6em;
    margin: 2em auto 3.5em;
    border: 0.2em solid #FFF;
    background-color: #FFF;
  }

  section#contacto div.inwrap div.main-title {
    color: #FFF;
     font-size: 2.5em;
     font-family: 'SoloistCondensed';
     text-align: center;
     padding: 0.4em 0 0;
     width: 7em;
     margin: 0 auto 0.3em;
  }

  #contacto p {

     font-size: 1em;
     /* margin-top: 1em; */
     /* margin-bottom: 3em; */
     text-align: center;
     font-weight: 300;
     max-width: 31em;
     margin: 1em auto;
   }

#contacto .half {
 width: 100%;
}

#contacto .contact_field {
 position: relative;
}

@media all and (min-width:32.5em){
 #contacto .contact_field {
   margin: 0.5%;
 }
}

#contacto .contact_field label.error {
 position: absolute;
 top: 0.2em;
 right: 0.3em;
 color: #c040a4;
 font-size: 1.5em;
}

#contacto .contact_field input {

   width: 100%;
   padding: 1em;
   text-align: center;
   font-size: 1.1em;
   background-color: #FFF;
   border: 1px solid #dadada;
   margin-bottom: 0.2em;
   color:#000;
   font-weight: lighter;
   outline:none;
}

       @media all and (min-width: 520px) {

           #contacto .half {

               width: 49%;
               float: left;
           }
       }

#contacto textarea {

 width: 100%;
 padding: 1em;
 text-align: center;
 font-size: 1.1em;
 background-color: #FFF;
 border: 1px solid #dadada;
 outline: none;
 color: #000;
 font-weight: lighter;
 height: 8em;
}

#contacto textarea::-webkit-input-placeholder, #contacto .contact_field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #c5c5c5;
 font-style: italic;
}
#contacto textarea::-moz-placeholder, #contacto .contact_field input::-moz-placeholder { /* Firefox 19+ */
 color: #c5c5c5;
 font-style: italic;
}
#contacto textarea:-ms-input-placeholder, #contacto .contact_field input:-ms-input-placeholder { /* IE 10+ */
 color: #c5c5c5;
 font-style: italic;
}
#contacto textarea:-moz-placeholder, #contacto .contact_field input:-moz-placeholder { /* Firefox 18- */
 color: #c5c5c5;
 font-style: italic;
}

.contact_submit {

   width: 100%;
   padding: 1em;
   text-align: center;
   font-size: 1em;
   margin-bottom: 10px;
   background-color: #7b51a0 !important;
   color: #FFF !important;
   border:none;
   outline: none;
}

#contacto form {
 max-width: 44em;
 margin: 0 auto;
}

#contactSlide .hsContainer {
 padding: 5em 0 11em;
}

.contact-msg {
 display: none;
 margin-top:1em;font-style:italic;
}


#main_footer {
   background-color: #000;
   font-family: sans-serif;
}

#main_footer .inwrap {
 width: 85%;
 max-width: 74em;
 margin: 0 auto;
 padding: 2em 0;
}

@media all and (min-width: 62em) {

   #main_footer .social_nets {
     float: right;
   }
}

#main_footer .social_nets li{
  margin: 0 0.3em;
}
/*
.social_nets ul li {

   display: inline-block;
}

.social_nets ul {

   text-align: center;
   margin-top:0.5em;
   padding: 0;
}


.social_nets ul li {
   margin:0 5px 10px;
}

@media all and (min-width: 62em) {

   .social_nets ul {
       text-align: left;
   }

   .social_nets ul li {
       margin:0 5px;
   }
}
.social_nets ul li a {
   padding: 7px 13px;
   border-radius: 100%;
   width: 35px;
   height: 35px;
   display: block;
   color: #FFF;
}

.social_nets ul li .fa {

   font-size: 1.1em;
   margin-left: -3px;
   margin-top: -5px;
}

.social_nets ul .facebook a {
   background-color: #3b5998;
}

.social_nets ul .twitter a{
   background-color: #55acee;
}

.social_nets ul .google a{
   background-color: #cc3731;
}

.social_nets ul .instagram a{
   background-color: #49709a;
}

.social_nets ul .youtube a{
   background-color: #d22215;
}

.social_nets ul .soundcloud a{
   background-color: #ff7700;
}

.social_nets ul .linkedin a{
   background-color: #007bb6;
}

.social_nets ul .rss a{
   background-color: #f29c40;
}

.social_nets ul .rss .fa {
   margin-left: -2px;
} */

.footer-menus {
   color:#FFF;
   margin-bottom: 0.5em;
       margin-top: 1em;
}

#bottom-nav {
 float: left;
 display: none;
 padding-left: 0;
}

@media all and (min-width: 62em) {

   #bottom-nav {
     display: block;
   }
}

#bottom-nav li {
 display: inline-block;
}
#bottom-nav a{
 color: #c5c5c5;
     font-size: 0.9em;
     padding: 0 0.5em;
     text-decoration: none;
     font-weight: lighter;
}


.copyright {
 color: #7d7d7d;
 font-size: 0.8em;
 text-align: center;
 font-weight: lighter;
 font-style: italic;
}

.copyright .copy {
 margin-bottom: 2em;
}

.copyright .fa {
 font-size: 1.2em;
   margin: 0 0.3em 0 1em;
}

.copyright .fa::before {
 vertical-align: -16%;
}

@media all and (min-width: 62em) {
   .copyright .copy {
       float: left;
   }

   .copyright .designed {
       float: right;
   }
}


#pop-track {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: none;
}

section#pop-track .dark-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: rgba(0,0,0,0.8);
}


section#pop-track div.cancion {
   width: 100%;
   max-width: 20em;
   margin: 0 auto 3em;
   position: relative;
  top: 0%;
  left: 0;
  /* transform: translate(-50%, -50%); */
  height: 100%;
  background-color: #FFF;
  overflow-y: auto;
  padding-bottom: 2em;
  overflow-x: hidden;
}

@media all and (min-width: 80em) {
  section#pop-track div.cancion {
      font-size: 1.2em;
  }
}

@media all and (min-width: 120em) {
  section#pop-track div.cancion {
      font-size: 1.1vmax;
  }
}


section#pop-track div.cancion .imagen {
  width: 100%;
  height: auto;
}

section#pop-track div.cancion .image {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
}

section#pop-track div.cancion .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

section#pop-track div.cancion .image iframe {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 6em;
  transform: scale(0.9);
}

section#pop-track div.cancion div.titulo {
  background-color: #FFF;
 color: #4f215f;
 text-align: center;
 padding: 1em 0.5em;
}

section#pop-track div.cancion .arrow_box {
position: relative;
background: #4f1b5f;
}
section#pop-track div.cancion .arrow_box:after {
 top: 100%;
 left: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(79, 27, 95, 0);
 border-top-color: #4f1b5f;
 border-width: 15px;
 margin-left: -15px;
}

section#pop-track div.cancion div.titulo div.main {
  font-size: 0.9em;
/* font-family: 'SoloistCondensed'; */
/* display: none; */
font-weight: bold;
margin-bottom: 0.5em;
text-transform: uppercase;
}

section#pop-track div.cancion div.titulo div.subtitulo {
  font-size: 0.8em;
  font-family: sans-serif;
      margin-bottom: 0em;
}

section#pop-track div.cancion div.titulo div.subtitulo span {
  font-size: 1em;
  font-weight: bold;
  display: block;
}

section#pop-track div.cancion .reminder-email {
 padding: 0.7em 1em;
 text-align: center;
 display: none;
 max-width: 23em;
 outline: none;
 width: 100%;
}

section#pop-track div.cancion .reminder-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-style: italic;
 }
 section#pop-track div.cancion .reminder-email::-moz-placeholder { /* Firefox 19+ */
   font-style: italic;
 }
 section#pop-track div.cancion .reminder-email:-ms-input-placeholder { /* IE 10+ */
   font-style: italic;
 }
 section#pop-track div.cancion .reminder-email:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
 }

 section#pop-track div.cancion .subscribe-form .response {
   font-family: sans-serif;
   font-size: 0.9em;
   margin-bottom: 1.5em;
   margin-top: 1.5em;
 }

 section#pop-track div.cancion .subscribe-form p {
   font-family: sans-serif;
   font-style: italic;
   font-size: 0.8em;
   margin: 1em auto;
 max-width: 28em;
 }

section#pop-track div.cancion .release-reminder {
  border: none;
   color: #FFF;
   padding: 1em 1em;
   margin: 0.3em auto 0em;
   background-color: #74c6a0;
   font-size: 1em;
   font-weight: bold;
   max-width: 23em;
   outline: none;
   width: 100%;
   cursor: pointer;
}
section#pop-track div.cancion div.servicios {
      background-color: #FFF
      /* position:relative;padding-top:56.25%; */
}

section#pop-track div.cancion .close{
  border: none;
  position: absolute;
  margin-top: 0em;
  top: 0.5em;
  left: 0.5em;
  cursor: pointer;
  text-align: center;
  padding: 0;
  /* background: transparent; */
  height: 3.56em;
  border-radius: 100%;
}

section#pop-track div.cancion .close:active{
  -webkit-tap-highlight-color: transparent;
  opacity: 0.7;
}

section#pop-track div.cancion .close img {
  width: 3.5em;
  box-shadow: -1px -5px 26px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: -1px -5px 26px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px -5px 26px 0px rgba(0,0,0,0.75);
  border-radius: 100%;
}

section#pop-track div.cancion div.servicios iframe {
  position:absolute;top:0;left:0;width:100%;height:100%;
}

section#pop-track div.cancionn div.servicios div.servicio {
  border-bottom: 1px solid #d0cfcf;
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -ms-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
}

section#pop-track div.cancion div.servicios div.servicio a {
  display: inline-block;
   width: 100%;
   padding: 0.5em 2em;
}

section#pop-track div.cancion div.servicios div.servicio:hover {
  background-color: #f8f6f9;
  cursor: pointer;
}

section#pop-track div.cancion div.servicios div.servicio:last-of-type {

}

section#pop-track div.cancion div.servicios div.servicio div.logo {
  width: 49%;
 display: inline-block;
 vertical-align: middle;
}

section#pop-track div.cancion div.servicios div.servicio div.logo img {
  width: 100%;
  max-width: 12em;
}

section#pop-track div.cancion div.servicios div.servicio .boton {
  display: inline-block;
 vertical-align: middle;
 width: 49%;
 text-align: right;
}

section#pop-track div.cancion div.servicios div.servicio .boton span{
  font-size: 0.8em;
 border: 1px solid #a2a2a2;
 border-radius: 1em;
 padding: 1em;
 color: #4f215f;
 font-family: sans-serif;
 -webkit-transition: all 0.3s ease-out 0.1s;
 -moz-transition: all 0.3s ease-out 0.1s;
 -ms-transition: all 0.3s ease-out 0.1s;
 -o-transition: all 0.3s ease-out 0.1s;
 transition: all 0.3s ease-out 0.1s;
}

section#pop-track div.cancion div.servicios div.servicio:hover .boton span{
  border: 1px solid #4f215f;
  color: #FFF;
  background-color: #4f215f;
}


#privacy .inwrap {
  width: 90%;
  max-width: 78em;
  margin: 0 auto;
  padding: 2em 0 7em;
}

#privacy .inwrap ul {
  margin-left: 0.5em;
}
#privacy .inwrap ul li {
  list-style: circle;
  padding: 0.5em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
