/*------------------------------------------------------------*\
# Blocks (Gutenberg)
--------------------------------------------------------------*/

.entry-content .no-padding .wp-block-column {
  padding: 0;
}

.home .wp-block-cover {
  height: auto;
  margin: 0;
  align-items: flex-end;
}

@media (min-width: 900px){
  .home .wp-block-cover {
    height: 90vh;
  }
}

.home .wp-block-cover__inner-container {
  margin-bottom: 6rem;
}

.home .wp-block-cover .scroll {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  position: absolute;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  left: 50%;
  bottom: 2rem;
  margin-left: -1.5rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
}

.home .wp-block-cover .scroll:after {
  content: "";
  display: block;
  margin: 1rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border: solid;
  border-width: 2px 2px 0 0;
  -webkit-animation: bounce 1.5s infinite ease-in-out alternate;
  animation: bounce 1.5s infinite ease-in-out alternate;
}

.wp-block-cover__inner-container {
  z-index: 99;
  background-image: radial-gradient(ellipse at center, rgba(23,28,28,0.6) 0%,rgba(23,28,28,0) 70%);
}

.wp-block-cover__inner-container > h1 {
  margin-top: 0;
}

.has-grey-border {
  border: 1px solid var(--grey-95);
  padding: 4rem 4rem 3rem;
}

.image-border img {
  border: 1px solid var(--grey-95);
}

.has-parallax {
  height: auto;
}

.has-parallax .wp-block-cover__inner-container{
  background: none;
}

@media (max-width: 900px) {
  .has-grey-border {
    padding: 2rem 2rem 1.5rem;
  }

  .wp-block-cover__inner-container {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  .wp-block-cover {
    height: 85vh;
  }

}

.assets-gallery {
  padding: 2% 3%;
}

.assets-gallery .blocks-gallery-item {
  position: relative;
  background-color: var(--grey-99);
  margin-bottom: 6rem;
}

.assets-gallery.columns-3  .blocks-gallery-item {
  width: calc(33.33333% - 2em);
  margin-right: 2em;
}


.assets-gallery .blocks-gallery-item::after,
.image-contain .wp-block-image::after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.assets-gallery .blocks-gallery-item figure,
.image-contain .wp-block-image figure {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.image-contain .wp-block-image {
  position: relative;
  /*overflow: hidden;*/
  background-color: var(--grey-99);
}

.image-contain .wp-block-image figure {
  display: flex;
  align-items: center;
  margin: 0;
}

.image-contain .wp-block-image a {
  display: flex;
  height: 100%;
}

.image-contain img {
  object-fit: contain;
  padding: 10%;
}

.image-contain .wp-block-media-text__media,
.image-contain .wp-block-media-text__media img {
  height: 100%;
}

.certified-venue-list .wp-block-column,
.auditoria-list .wp-block-column {
  padding: 0% 4%;
}

/* .certified-venue-list .wp-block-column > *:first-child,
.auditoria-list .wp-block-column > *:first-child {
  padding: 0 1rem;
} */

.certified-venue-list ul,
.auditoria-list ul {
  list-style: none;
  padding: 0
}

.certified-venue-list li:first-child,
.auditoria-list .wp-block-media-text:first-child {
  margin-top: 0;
}
.certified-venue-list li,
.auditoria-list .wp-block-media-text {
  margin: 1rem 0 2rem;
  padding: 0;
}
.certified-venue-list li,
.auditoria-list .wp-block-media-text {
  color: var(--grey-50);
}
.certified-venue-list li strong{
  color: var(--grey-5);
  font-weight: 400;
  font-size: 1rem;
}
.auditoria-list .wp-block-media-text strong {
  font-weight: 400;
  font-size: 1rem;
}
.auditoria-list .wp-block-media-text {
  text-align: left;
}
.auditoria-list .wp-block-media-text .wp-block-media-text__content {
  align-self: initial;
  justify-self: start;
  margin: 0;
  padding: 1rem;
}

.auditoria-list .wp-block-media-text .wp-block-media-text__content h6 {
  margin-top: 0;
}

/*------------------------------------------------------------*\
# Header
--------------------------------------------------------------*/
/*------------------------------------------------------------*\
## Menus
--------------------------------------------------------------*/

@media (max-width: 1200px) {
  body.menu-visible .main-navigation .secondary-navigation-list {
    display: none;
  }
}

.sub-navigation-list .children {
  display: none;
}

/*------------------------------------------------------------*\
# Footer
--------------------------------------------------------------*/
/*------------------------------------------------------------*\
## Social Links
--------------------------------------------------------------*/

.social-navigation ul.social-links-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .social-navigation ul.social-links-menu::before {
  content: "Follow us on Instagram"
} */

@media (min-width: 1200px) {
  .social-navigation {
    max-width: 50%;
  }
  .social-navigation ul.social-links-menu {
    justify-content: left;
  }
}

/*------------------------------------------------------------*\
# Posts and pages
--------------------------------------------------------------*/

.nowrap {
  flex-wrap: nowrap;
}

.nowrap .wp-block-column {
  margin: 1rem;
}

/* Location: homepage */
.brochure .wp-block-media-text__media {
  background: transparent;
}

.brochure figure {
  padding: 10%;
  display: flex;
}

.brochure.image-contain  figure img {
  max-width: 80%;
  height: auto;
  margin: auto;
  box-shadow: 4px 4px 8px var(--grey-95);
  padding: 0;
}

@media (max-width: 600px) {
  .brochure.image-contain  figure img {
    max-width: 100%;
  }
}

/* Location: live-sound > mixing-workflow */
.mixing .wp-block-column .wp-block-image {
  background: transparent;
}

.mixing .wp-block-column .wp-block-image figure,
.mixing .wp-block-column .wp-block-image img {
  position: relative;
  object-fit: none;
  height: auto;
  width: auto;
}

.mixing .wp-block-column .wp-block-image::after {
  content: none;
}

.page-creative-ecosystem .wp-block-columns.no-padding {
  margin-top: 1.5rem;
}

.wp-block-columns.tracking-systems .wp-block-column {
  border-right: 1px solid var(--grey-30);
  padding-right: 1rem;
}

.wp-block-columns.tracking-systems .wp-block-column:last-of-type {
  border: none;

}

@media (max-width: 1200px) {
  .entry-content .col-nostack .wp-block-column {
    max-width: 120px;
  }
  .blank-evens .wp-block-column:nth-of-type(even) {
    display: none;
  }
}

@media (max-width: 900px) {
  .entry-content .col-nostack {
    display: flex;
    flex-basis: auto;
    justify-content: space-evenly;
  }
}

@media (max-width: 600px) {
  .wp-block-columns.tracking-systems .wp-block-column {
    padding-right: .5rem;
  }
}

/*------------------------------------------------------------*\
# Media
--------------------------------------------------------------*/

/* Location: technology > products */
figure.img-show-900,
figure.img-hide-900 {
  display: none;
}

figure.img-hide-900 {
  display: none;
}

figure.img-show-900 {
  display: flex;
}

@media (min-width: 900px) {
  figure.img-hide-900 {
    display: flex;
  }

  figure.img-show-900 {
    display: none;
  }
}

/*------------------------------------------------------------*\
 ## Bar Percentage
--------------------------------------------------------------*/
.stats h1 {
  line-height: 1;
  margin: 0;
  padding-bottom: 2rem;
}

.stats h1::after {
  content: "%";
  font-size: 1.5rem;
  font-weight: 400;
}

.entry-content .stats .wp-block-column {
    padding: 1% 2%;
}

.bar-container {
  width: 100%;
  height: .5rem;
  background: var(--grey-99);
  margin-bottom: 1rem;
}

.bar {
  width: 0;
  height: 100%;
  background: #05e400;
}

.bar.weak-imaging {
  background: #015000;
}

/*--------------------------------------------------------------
# SVG
--------------------------------------------------------------*/
#soundwave-animate {
  margin: auto;
  display: block;
  padding: 2rem;

  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.soundwave-filled {
  opacity: 0.4;
  fill: #fff;
}

.soundwave-line {
  fill: #364141;
}

/* Compress */
#soundwave-1 {
  -webkit-animation: up 4s ease-in-out 2s infinite alternate;
          animation: up 4s ease-in-out 2s infinite alternate;
}

#soundwave-3 {
  -webkit-animation-name: down;
          animation-name: down;
  -webkit-animation: down 4s ease-in-out 2s infinite alternate;
          animation: down 4s ease-in-out 2s infinite alternate;
}

/* Line Colour */
#soundwave-line-1 {
  fill: #c9cece;
  -webkit-animation: bottom 4s ease-in-out 2s infinite alternate;
          animation: bottom 4s ease-in-out 2s infinite alternate;
}

#soundwave-line-2 {
  fill: #828d8d;
  -webkit-animation: middle 4s ease-in-out 2s infinite alternate;
          animation: middle 4s ease-in-out 2s infinite alternate;
}

#soundwave-line-3 {
  fill: #5f6d6d;
  -webkit-animation: top 4s ease-in-out 2s infinite alternate;
          animation: top 4s ease-in-out 2s infinite alternate;
}

/* Compress */

@-webkit-keyframes down{
  0% {
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(123px);
        -ms-transform: translateY(123px);
            transform: translateY(123px);
  }
  100% {
    -webkit-transform: translateY(123px);
        -ms-transform: translateY(123px);
            transform: translateY(123px);
  }
}
@keyframes down {
  0% {
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(123px);
        -ms-transform: translateY(123px);
            transform: translateY(123px);
  }
  100% {
    -webkit-transform: translateY(123px);
        -ms-transform: translateY(123px);
            transform: translateY(123px);
  }
}

@-webkit-keyframes up{
  0% {
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-123px);
        -ms-transform: translateY(-123px);
            transform: translateY(-123px);
  }
  100% {
    -webkit-transform: translateY(-123px);
        -ms-transform: translateY(-123px);
            transform: translateY(-123px);
  }
}

@keyframes up {
  0% {
   -webkit-transform: translateY(0);
       -ms-transform: translateY(0);
           transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-123px);
        -ms-transform: translateY(-123px);
            transform: translateY(-123px);
  }
  100% {
    -webkit-transform: translateY(-123px);
        -ms-transform: translateY(-123px);
            transform: translateY(-123px);
  }
}

/* Line Colour */

@-webkit-keyframes top {
  0% {fill: #5f6d6d;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}
@keyframes top {
  0% {fill: #5f6d6d;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}

@-webkit-keyframes middle {
  0% {fill: #828d8d;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}
@keyframes middle {
  0% {fill: #828d8d;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}

@-webkit-keyframes bottom {
  0% {fill: #c9cece;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}
@keyframes bottom {
  0% {fill: #c9cece;}
  80% {fill: #364141;}
  100% {fill: #364141;}
}
