/*
Theme Name: Harmony
Theme URI: https://harmony.shinesparkers.net/
Description: Theme for the Shinesparkers Harmony website.
Author: Renan Greca
Author URI: https://shinesparkers.net/
Version: 1.0
Tags: responsive, dark

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

html {
  scroll-behavior: smooth;
}

/* HEADER */
.header-container {
  margin: 0 auto;
  font-family: var(--font-title), sans-serif;
  max-width: 95%;
  height:100%;
  width: var(--container-width-1200);
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

.navbar-inverse .navbar-inner {
  height: 100px;
  /* margin-top: 20px; */
  padding: 0;
  /* margin-bottom: 20px; */
}

.navbar-fixed-top {
  position: fixed;
  width: 100%;
  background-color: black;
  z-index: 1;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: right;

  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar .nav > li {
  float: left;
  line-height: 20px;
}

.navbar .nav > li > a {
  display: block;
  float: none;
  /* margin: 40px 0px 15px 40px; */
  margin: 0px 0px 0px 40px;
  padding-bottom: 5px;
  /* color: var(--white); */
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}

.nav-collapse.collapse {
  height: 100%;
  overflow: visible;
  max-width: 80%;
  float: right;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
}

.navbar .brand {
  /* display: block; */
  float: left;
  /* margin-left: 20px; */
  font-size: 20px;
  font-weight: 200;

  /* display: table-cell;
  height: 100%;
  vertical-align: middle; */

  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

a.navbar-link {
  color: white;
}

a.navbar-link:hover {
  filter: drop-shadow(0 0 0.4rem white);
}


.brand-link {
  display: block;
}

.logo {
  height: auto;
  display: block;
  width: 180px;
  padding: 2.5px 0px;
}

.logo-text {
  display: none;
}

.hamburger-menu {
  display: none;
}

.social {
  margin: 0 !important;
}

.social-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.social-discord {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/discord-red.png');
}

.social-discord:hover{
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/discord-blue.png');
}

.social-fb {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/facebook-48.png');
}

.social-fb:hover{
  /* background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/facebook-blue.png'); */
  filter: drop-shadow(0 0 0.4rem white);
}

.social-ig {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/instagram-48.png');
}
.social-ig:hover{
  /* background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/instagram-blue.png'); */
  filter: drop-shadow(0 0 0.4rem white);
}

.social-tw {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/twitter-48.png');
}
.social-tw:hover{
  /* background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/twitter-blue.png'); */
  filter: drop-shadow(0 0 0.4rem white);
}

.social-yt {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/youtube-red.png');
}
.social-yt:hover{
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/youtube-blue.png');
}

.social-twitch {
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/twitch-red.png');
}
.social-twitch:hover{
  background-image: url('https://harmony.shinesparkers.net/wp-content/themes/harmony/img/icons/twitch-blue.png');
}

.nav li a {
  margin-right: 20px;
}

.social.nav > li {
  display: inline-block;
}

.ad-header {
  /*display: none;*/
  margin-top: 32px;
  float: right;
  height: 90px;
  width: 728px;
  /*background-color: var(--white);*/
  z-index: 0;
}

.ad-mobile {
  display: none;
  margin: 10px auto;
  height: 100px;
  width: 320px;
  /*background-color: var(--white);*/
  z-index: 0;
}

.spacer {
  height: 200px;
}

.home-spacer {
  height: 100px;
}


@media (max-width: 760px) {

  .home-spacer, .spacer {
    height: 70px;
  }

  .nav li a {
    margin: 0 10px;
  }

  .brand {
    height: 50px;
    display: block;
  }

  .brand-link {
    height: 50px;
    display: block;
  }

  .logo-text {
    color: var(--neon-blue);
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
  }

  .social-icon {
    margin: 0 5px;
  }

  .navbar .nav {
    display: none;
  }

  .navbar-inverse .navbar-inner {
    height: 50px;
    max-width: 800px;
    margin: 10px auto;
  }

}
/*
@media (min-width: 850px) {
  .header-container {
    width: var(--container-width-1200);
  }

  .navbar .nav > li > a {
    font-size: 20px;
  }

  .social-icon {
    height: 24px;
    width: 24px;
  }
} */

/* @media (min-width: 1200px) {
  .header-container {
    width: var(--container-width-1200);
  }
} */


/* HAMBURGER MENU */
body
{
  margin: 0;
  padding: 0;

  background: #232323;
  color: #cdcdcd;
  font-family: var(--font-title), sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-family: var(--font-title), sans-serif;
  transition: filter 0.3s ease;
}

a:hover
{
  color: white !important;
  filter: drop-shadow(0 0 0.4rem white);
}


a h2, a h1 {
  transition: filter 0.3s ease;
}

a:hover h2, a:hover h1 {
  filter: drop-shadow(0 0 0.4rem white) !important;
}

#menuToggle
{
  display: none;
  float: right;
  /* height: 50px; */
  width: 50px;
  margin-top: 12.5px;
  position: relative;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

@media (max-width: 760px) {
  #menuToggle {
    display: block;
  }
}

#menuToggle > input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0;
  z-index: 2;

  -webkit-touch-callout: none;
}

#menuToggle > span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: var(--neon-blue);

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: var(--neon-red);
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#hmenu
{
  position: absolute;
  width: 100vw;
  left: calc(-100vw + 65px);
  margin: 20px 0 0 0;

  background: var(--dark-background);
  list-style-type: none;

	border-bottom: 2px var(--neon-blue) solid;

  transform-origin: 0% 0%;
  transform: scaleY(0);

  z-index: -2;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#hmenu li
{
  padding: 10px 0;
  font-size: 30px;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  border-bottom: 1px solid var(--neon-red);
}

#hmenu > li:last-child
{
  border-bottom: none;
}

#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

/* HOME PAGE */

.home-image {
  width: 100vw;
  max-width: var(--container-width-1200);
  margin: 0 auto;
}

.home-image img {
  width:100%
}

.home-album {
  display: flex;
  flex-direction: row;
  /* max-width: 800px; */

  /* height: 350px; */
  padding: 20px 0;

  /* color: #afe2be;
  background: linear-gradient(rgba(0,0,0,0) 0%, #152811 7%, #152811 93%, rgba(0,0,0,0)); */
}

.home-album-cover {
  /* float: left; */
  flex: initial;
}

.home-album-cover img {
  width: 250px;
  height: 250px;
  border-radius: 2%;
  filter: drop-shadow(0 0 0.75rem black);
}

.home-album-info {
  flex: auto;
  margin-left: 50px;
  display: flex;
  align-items: center;
  /* float: right; */
  /* max-width: 100%; */
}

.home-album-contents {
  display: block;
}

.home-album-contents h2 {
  margin: 0;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .home-album {
    flex-direction: column;
  }

  .home-album-cover {
    text-align: center;
    padding-top: 10px;
  }

  .home-album-cover img {
    /* width: 00px; */
    max-width: 50%;
    height: auto;
  }

  .home-album-info {
    /* font-size: 20px; */
    text-align: center;
    margin: 0 auto;
    max-width: 95%;
    padding: 10px 0;
    font-size: 12pt;
    /* line-height: 3.5vw; */
    /* flex: 0; */
  }
}

/* SINGLE - ALBUM */

.home-album-info.single-album-info {
  align-items: initial;
}

.home-album-info.single-album-info .home-album-contents {
  line-height: 1.5rem;
}

.album-header {
  display: flex;
  flex-direction: row;
}

.album-header-cover {
  flex: initial;
}

.album-header-cover img {
  width: 350px;
  /* max-width: 100%; */
  height: auto;
}

h2#download {
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}

.download-links {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 10px;
}

.alignnone {
  /* width: 32%; */
  /* height:auto; */
  padding-right: 5px;
}

.album-track-list {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0 auto; /* Remove margins */
  /* width: 80%; */
}

.album-track {
  display: flex;
  flex-direction: row;
  padding: 20px 10px;
}

.album-track-cover {
  flex: initial;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.album-track-info {
  flex: auto;
}

.album-track-info h4 {
  font-size: 14pt;
}

.album-track-player {
  float: right;
  display: flex;
  align-items: center;
  /* flex: 200px; */
}

.source {
  font-size: 10pt;
  opacity: 0.5;
}

@media (max-width: 800px) {
  .album-track {
    flex-direction: column;
  }

  .album-track-list {
    width: 100%;
  }

  .album-track-player {
    float: none;
    padding: 10px 0;
    /* margin: 0 auto; */
  }
}

/* SINGLE - TRACK */

.track-album {
  display: flex;
  margin-bottom: 10px;
}

.track-album-cover {
  flex: initial;
}

.track-album-cover img,
.album-track-cover img {
  width: 50px;
  height: auto;
  border-radius: 2%;
  filter: drop-shadow(0 0 0.4rem black);
}

.track-album-info {
  flex: auto;
  align-items: center;
  display: flex;
  padding-left: 10px;
}

.track-album-title h4 {
  display: block;
  padding: 0;
  font-size: 12pt;
}

.track-album-title {
  font-size: 10pt;
}

.track-player {
  padding: 20px 0;
}

/*@import url('https://harmony.shinesparkers.net/wp-content/themes/harmony/css/list.css');*/
.archive-list {
  margin: 0 auto;
  margin-bottom: 50px;
}

.archive-list h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.archive-list p {
  line-height: 1.5rem;
}

.list {
  display: block;
  margin: 0 auto 50px auto;
}

.compact-list {
  display: none;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.list-news {
  height: 250px;
  display: flex;
  margin: 30px 0;
}

.list-news-image {
  display: inline-block;
  height: 225px;
  width: 225px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

.list-news-contents {
  height: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
}

.list-news-excerpt {
  display: block;
}

.list-news-title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: var(--font-title);
}

.list-news-title-1 {
  font-size: 30px;
  line-height: 30px;
}

.list-news-subtitle-1 {
  font-size: 25px;
  line-height: 25px;
}

.list-news-date {
  font-size: 14px;
  line-height: 15px;
}

.span8 {
  width: 64%;
  display: inline-block;
}

.span4 {
  width: 34%;
  float: right;
}

@media (max-width: 1000px) {
  .compact-list {
    display: block;
  }

  .list {
    display: none;
  }

  .list-news {
    margin: 30px 20px;
  }

  .list-news-title-1 {
    font-size: 25px;
    line-height: 25px;
  }

  .list-news-subtitle-1 {
    font-size: 20px;
    line-height: 20px;
  }

}

@media (min-width: 1200px) {
  .archive-list {
    width: var(--container-width-1200);
  }

  .list {
    width: var(--container-width-1200);
  }

  .span8 {
    width: 69%;
  }

  .span4 {
    width: 29%;
    float: right;
  }
}

@media (max-width: 600px) {

  .list-news {
    height: 125px;
    margin: 30px 20px;
  }

  .list-news-image {
    height: 100%;
    width: 125px;
  }

  .list-news-title-1 {
    font-size: 18px;
    line-height: 20px;
  }

  .list-news-subtitle-1 {
    font-size: 17px;
    line-height: 17px;
  }

  .list-news-contents{
    font-size: 12px;
    line-height: 16px;
  }

  .list-news-excerpt {
    display: none;
  }
}

/*@import url('https://harmony.shinesparkers.net/wp-content/themes/harmony/css/sidebar.css');*/
.sidebar-line {
  height: 2px;
  width: 100%;
  background-color: var(--neon-blue);
}

.podcast-video {
  margin-bottom: 15px;
}

.sidebar-post {
    height: 125px;
    width: 339px;
    display: block;
    margin: 30px 0;
}

.sidebar-highlight-title {
  font-family: var(--font-title), sans-serif;
  margin: 5px 0 0 0;
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-highlight-subtitle {
  font-family: var(--font-text), sans-serif;
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 20px;
	font-weight: normal;
  text-transform: uppercase;
}

    .sidebar-post-image {
        height: 100%;
        width: 125px;

        display: inline-block;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        position: relative;
        z-index: -1;
    }

    .sidebar-post-link {
      height: 100%;
      display: inline-block;
      vertical-align: middle;
    }

    .sidebar-post-contents {
      font-size: 14px;
      line-height: 16px;
      display: inline-block;
      vertical-align: middle;
      width: 165px;
      margin: 0 10px;
    }

    .sidebar-post-title {
        font-size: 18px;
        line-height: 20px;

        text-transform: uppercase;
        font-weight: bold;
        font-family: var(--font-title)
    }

    .sidebar-post-title-1 {
      font-size: 20px;
      line-height: 20px;
    }

    .sidebar-post-subtitle-1 {
      font-size: 18px;
      line-height: 18px;
    }

    .sidebar-post-tag {
        color: var(--neon-blue);
        font-size: 16px;
        line-height: 16px;
        padding: 0 0 5px 0;
        text-transform: uppercase;
        font-weight: bold;
        font-family: var(--font-title)
    }

    .sidebar-post-excerpt {
        display: none;
    }

.ad-sidebar {
  height: 250px;
  width: 300px;
  /*background-color: var(--white);*/
  margin: 10px auto;
}

/*@import url('https://harmony.shinesparkers.net/wp-content/themes/harmony/css/footer.css');*/
footer {
  margin: 50px auto;
  height: 100px;
  font-family: var(--font-title), sans-serif;
}

.footer-line {
  height: 2px;
  width: 100%;
  background-color: var(--neon-red);
}

.links {
  float: left;
  padding-top: 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.links a {
  display: inline-block;
}

.links > a:link {
  padding-bottom: 5px;
  margin-right: 15px;
  /* color: var(--white); */
  border-bottom: 1px var(--neon-red) solid;
}

.links > a:active {
  border-bottom: 1px var(--neon-red) solid;
}

.links > a:visited {
  border-bottom: 1px var(--neon-red) solid;
}

.links > a:hover {
  /* color: var(--white); */
  border-bottom: 1px var(--neon-blue) solid;
}

.year {
  font-size: 18px;
  line-height: 20px;
	font-family: var(--font-title);
}

.copyright {
  float:right;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  padding-top: 20px;
	font-family: var(--font-text);
}

.ad-footer {
  display: none;
  margin: 20px auto;
  height: 90px;
  width: 768px;
  background-color: var(--white);
  z-index: 0;
}

@media (max-width: 1000px) {
  footer {
    margin: 50px 40px 50px 40px;
    /* color: var(--light-text); */
    /* height: 300px; */
  }


  .links {
    float: none;
    text-align: center;
    width: 100%;
  }

  .links a {
    font-size: 20px;
    line-height: 25px;
    margin-right: 0;
  }

  .links > a:link {
    border-bottom: none;
  }

  .links > a:active {
    border-bottom: none;
  }

  .links > a:visited {
    border-bottom: none;
  }

  .links > a:hover {
    border-bottom: none;
  }

  .copyright {
    text-align: center;
    float: none;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .ad-footer {
    display: none;
  }
}


@media (min-width: 850px) {
  footer {
    width: var(--container-width-1000);
  }
}

@media (min-width: 1200px) {
  footer {
    width: var(--container-width-1200);
  }
}


html {
  overflow-x: hidden;
}

body {
  background-color: var(--dark-background);
  color: var(--white);
  font-family: var(--font-text), sans-serif;
  font-weight: 300;
}

h1 {
  padding: 10px 0;
  margin: 0;
  font-size: 27px;
  line-height: 30px;
  /* color: #afe2be; */
  text-transform: uppercase;
  /* border-top: 2px var(--neon-red) solid; */
  font-family: var(--font-title), sans-serif;
  scroll-margin-top: 250px;
}

.post-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

h2 {
  /* padding: 0; */
  /* margin: 0; */
  font-size: 23px;
  line-height: 25px;
  /* color: #afe2be; */
  text-transform: uppercase;
  /* text-align: right; */
  /* border-top: 2px var(--neon-blue) solid; */
  font-family: var(--font-title), sans-serif;
  scroll-margin-top: 150px;
}

h3 {
  padding: 20px 0;
  margin: 0;
  font-size: 25px;
  /* line-height: 30px; */
  /* color: var(--neon-blue); */
  /* text-transform: uppercase; */
  font-family: var(--font-title), sans-serif;
}

h4 {
  /* padding: 10px 0 0 0; */
  margin: 0 0 -5px 0;
  /* font-size: 25px; */
  /* line-height: 30px; */
  /* color: var(--neon-blue); */
  /* text-transform: uppercase; */
  font-family: var(--font-title), sans-serif;
}

hr {
  margin: 20px 0;
  border: 1px solid white;
}

.album-links {
  text-align: center;
  margin-top: 10px;
}

.container {
  margin: 0 auto;
  max-width: 95%;
}

.space {
  display: none;
  height: 900px;
  width: 50px;
}

.scrolltop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 600px) {
  body {
    padding: 0;
  }

  /* h4 {
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 5px 0;
  } */

  /* h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
  } */

  h1,
  h2 {
    /* text-align: left; */
    /* font-size: 20px; */
    /* font-size: 5vw; */
    /* line-height: 5.5vw; */
    padding: 5px 0;
    /* margin: 40px auto 0 auto;
    padding-left: 20px; */
  }
}

@media (min-width: 850px) {

  .container {
    width: var(--container-width-1000);
  }

}

@media (min-width: 1200px) {
  .container {
    width: var(--container-width-1200);
  }
}


/* @media (min-width: 1610px) {
  .container {
    width: var(--container-width-1600);
  }

  .space {
    height: 20px;
  }
} */

.all {
  height: 50px;
  text-align: right;
  margin: 25px 20px;
}

@media (min-width: 1023px) {

  .all {
		margin: 25px 40px;
  }

}

.all > a:link {
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px var(--neon-red) solid;
  font-size: 20px;
}

.all > a:active {
  border-bottom: 1px var(--neon-red) solid;
}

.all > a:visited {
  border-bottom: 1px var(--neon-red) solid;
}

.all > a:hover {
  /* color: #ffffff; */
  border-bottom: 1px var(--neon-blue) solid;
}

.post-link-prev {
  float: left;
}

.post-link-next {
  float: right;
}

.spacing {
  width: 100px;
  display: inline-block;
}


.staff-list {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}

.staff-list-row {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.staff-list-row a {
  margin-bottom: 0.75rem;
}

.bwg-item0 {
  border-radius: 2% !important;
}

#bwg_download {
  display: inline !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-thumb-description span,
#bwg_container1_1 #bwg_container2_1 .bwg-container-1.bwg-standard-thumbnails .bwg-thumb-description span,
#bwg_container1_2 #bwg_container2_2 .bwg-container-2.bwg-standard-thumbnails .bwg-thumb-description span {
  color: inherit !important;
}

#spider_popup_overlay_1, #spider_popup_overlay_2 {
  background-color: black !important;
}

.portfolio-links {
  margin-bottom: 30px;
}

.gallery-center {
  margin: 0 auto;
}

.rl-gallery-container {
  padding: 28px;
}

.rl-basicgrid-gallery {
  text-align: center;
  display: block !important;
}

.rl-gallery-item {
  border-radius: 2%;
  transition: filter 0.3s ease;
  display: inline-block;
  max-width: 240px;
}

.rl-gallery-item:hover {
  filter: drop-shadow(0 0 0.4rem white);
}

.rl-gallery .rl-gallery-link .rl-gallery-item-caption, .rl-gallery .rl-gallery-link .rl-gallery-item-title {
  text-align: center;
  color: inherit !important;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption {
  z-index: 0 !important;
}

.rl-gallery-item img {
  background-color: black;
}

.mfp-img {
  max-width: 80vw !important;
  max-height: 80vh !important;
}

.overLayer {
  background: black !important;
  opacity: 0.8 !important;
  border-radius: 0 !important;
}

.infoLayer {
  opacity: 1 !important;
}

.overLayer, .infoLayer {
  height: 50px !important;
  top: 100 !important;
}

.infoLayer ul {
  margin-top: 15px !important;
}

#origincode_videogallery {
  margin-left: 0;
}

section #origincode_videogallery li .overLayer ul li:first-child, section #origincode_videogallery li .infoLayer ul li:first-child {
  border: none !important;
}

section #origincode_videogallery li .overLayer ul li h2, section #origincode_videogallery li .infoLayer ul li h2 {
  text-transform: none !important;
  font-size: 12px !important;
}

#origincode_videogallery .origincode_big_li {
  border: none !important;
  transition: filter 0.3s ease;
  width: auto !important;
  border-radius: 2% !important;
  margin: 5px !important;
}

#origincode_videogallery .origincode_big_li:hover {
  filter: drop-shadow(0 0 0.4rem white);
}

#origincode_videogallery .origincode_big_li h2 {
  transition: color 0.3s ease;
}

#origincode_videogallery .origincode_big_li:hover h2 {
  color: white;
}

#origincode_videogallery {
  min-height: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* TEAM PAGE */

.review-content h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.review-content h2 {
  margin-top: 3rem;
}

.review-content p {
  line-height: 1.5rem;
}

#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
  margin: 4px !important;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100vh !important;
}
