a, a:hover, input, input:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: 'Inconsolata';
  font-size: 20px;
  line-height: 1.6em;
  background-color: #191919;
}
.reveal-inplace {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.reveal-inplace.visible {
  opacity: 1;
}
h1, h2 {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 5px;
  font-weight: 400;
}
h3, h4, h5, h6 {
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 5px;
  font-weight: 400;
}
a {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
hr {
  border-top: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  display: block;
}
.wrapper-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}
.wrapper-inner a:hover {
  background: #fff;
  color: #191919;
}
/*
 This ruleset is just for checking if the template is working correctly by giving menu and footer some space to occupy. Comment it remove it if you want.
 *******************************************/
#header, #footer {
  COLOR: #fff;
}
#header {
  z-index: 9999;
}
/******************************************/
/**
 * Menu specific generic styles
 **/
.main_menu ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  list-style: none;
}
.main_menu a {
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.main_menu li {
  padding-left: 5px;
  padding-right: 10px;
}
.main_menu li:last-child {
  padding-right: 0;
}
.main_menu {
  padding: 1% 0;
  display: flex;
  justify-content: center;
}
.main_menu > ul > li:hover .nav-drop {
  height: auto !important;
}
ul.nav-drop {
  flex-direction: column;
  height: 0;
  position: absolute;
  overflow: hidden;
  background-color: #000;
}
#header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner i {
  margin-right: 5px;
  margin-left: 5px;
}
.site-wrapper.home #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
}
#header .header-inner {
  top: -40px;
  position: relative;
}
@media screen and (min-width: 1920px) {
  #header .header-inner {
    top: -46px;
    position: relative;
  }
}
.menu-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}
@media all and (max-width: 979px) {
  .menu-bg {
    opacity: 1 !important;
  }
}
.site-wrapper #header .menu-bg {
  background-image: url(../../img/menu-bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.site-wrapper:not(.home) #header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
}
.site-wrapper:not(.home) #header .header-inner {
  top: -40px;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .site-wrapper:not(.home) #header .header-inner {
    top: -46px;
    position: relative;
  }
}
.site-wrapper:not(.home) {
  /*background-image: url(../../img/subpage-bg.jpg);*/
  background: #191919;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.site-wrapper:not(.home) .content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.site-wrapper:not(.home) .content .wrapper-inner {
  width: 80%;
  max-width: 1200px;
  padding-top: 150px;
  padding-bottom: 100px;
}
/*
 .h-sns {
 display: grid;
 grid-template-columns: 2fr 1fr;
 column-gap: 5%;
 padding-right: 1%;
 justify-items: flex-end;
 color: #fff;
 }
 */
.h-sns a {
  text-decoration: none;
  color: #fff;
}
.h-sns a:hover {
  opacity: 0.6;
}
.h-sns .sub {
  padding: 5px;
  border: 2px white solid;
}
@media all and (min-width: 980px) {
  .f-sns {
    column-gap: 20px;
  }
}
@media all and (max-width: 979px) {
  .f-sns {
    column-gap: 5%;
  }
}
.f-sns {
  display: grid;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
  grid-auto-flow: row;
  grid-gap: 15px;
}
.f-sns a {
  text-decoration: none;
  color: #fff;
}
.f-sns a:hover {
  opacity: 0.6;
}
.f-sns .sub {
  padding: 5px;
  border: 2px white solid;
}
.links a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.links a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.f-sns li {
  margin-left: 5px;
  margin-right: 5px;
}
.f-su a {
  text-decoration: none;
  color: #fff;
  border: 2px white solid;
  padding: 5px;
}
#footer i {
  margin-left: 10px;
  margin-top: 0.5em;
}
/* .credits a { color: #fff; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid transparent; }
 .credits a:hover { color: #fff; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #fff; } */
.credits a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}
.credits a:hover {
  background: #fff;
  color: #191919;
}
.h-su a:hover, .f-su a:hover {
  background: #fff;
  color: #191919;
  opacity: 1;
}
.site-wrapper {
  display: grid;
  position: relative;
}
.site-wrapper.home {
  grid-template-rows: 1fr auto;
}
.site-wrapper:not(.home) {
  grid-template-rows: auto 1fr auto;
}
html, body, .site-wrapper {
  min-height: 100vh;
}
.slider-overlay {
  width: 80%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider-overlay img {
  width: 100%;
  height: auto;
}
.slider-overlay a {
  padding: 10px;
  border: 2px white solid;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  margin-top: 2%;
}
.slider-overlay a:hover {
  padding: 10px;
  border: 2px white solid;
  background: #fff;
  color: #191919;
}
.home-slider {
  background: #000;
  width: 100%;
  text-align: center;
  position: relative;
  height: 95vh;
  max-height: 100vh;
  overflow-y: hidden;
}
.home-slider .slider-inner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 56.25%;
}
.home-slider .slider-inner .slider-inner-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.section {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .section-inner {
  color: #fff;
  width: 80%;
  max-width: 1200px;
  padding: 5% 0;
  text-align: center;
}
.section.video {
  background-image: url(../../img/video-bg.png);
  margin-top: -60px;
  background-position: top;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
.section.video .arve-wrapper {
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
.section.bio {
  background-image: url(../../img/bio-bg.png);
  background-size: cover;
  margin-top: -60px;
  background-position: top;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 100vh;
  position: relative;
  z-index: 6;
}
.section.instagram-feed {
  background-image: url(../../img/instagram-bg.png);
  margin-top: -60px;
  background-position: top;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 7;
}
.home-banner {
  position: relative;
}
@media all and (min-width: 980px) {
  .section {
    width: 100%;
    min-height: 90vh;
  }
  .resp-menu-btn {
    display: none !important;
  }
}
#footer {
  background-image: url(../../img/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -60px;
  padding-top: 110px;
  padding-bottom: 40px;
  background-position: top;
  position: relative;
  z-index: 88;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}
.more {
  padding: 10px !important;
  border: 2px white solid !important;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  margin: 30px auto;
  display: block;
  width: 200px;
}
.more:hover {
  padding: 10px;
  border: 2px white solid !important;
  background: #fff;
  color: #191919;
}
.h-socials {
  display: flex;
  margin-top: 1px;
  align-items: baseline;
}
/*--- MEDIA QUERIES ---*/
@media screen and (max-width: 980px) {
  #header .menu-bg {
    background-image: url(../../img/menu-bg.png);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
  }
  .site-wrapper.home #header {
    padding-top: 35px;
  }
  #header .header-inner {
    top: -42px;
    position: relative;
  }
  .home-banner {
    padding-top: 45px;
  }
  .h-sns {
    font-size: 16px;
    padding-top: 15px;
  }
  .slider-overlay {
    width: 50%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .slider-overlay img {
    width: 100%;
    height: auto;
  }
  .slider-overlay a {
    padding: 5px;
    border: 2px white solid;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-top: 3%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-overlay a:hover {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px white solid;
    background: #fff;
    color: #191919;
  }
}
.section.video {
  background-image: url(../../img/video-bg.png);
  margin-top: -20px;
  background-position: top;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .slider-overlay a {
    display: none;
  }
  .section.video {
    margin-top: -15px;
  }
  .section.instagram-feed, .section.video, .section.bio {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bio {
    font-size: 16px;
  }
}
/*--- BANDSINTOWN ---*/
.bit-play-my-city-button {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff;
  font-family: 'Inconsolata';
  width: 300px;
  margin: 0 auto !important;
  display: block !important;
}
.bit-play-my-city-button:hover {
  color: #7d94ad !important;
  border: 2px solid #7d94ad !important;
}
.bit-track-button {
  display: none !important;
}
.bit-events {
  color: #fff !important;
}
.bit-top-track-button {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Inconsolata';
  padding-bottom: 30px !important;
  text-align: center;
  font-size: 22px;
}
.bit-top-track-button a {
  color: #fff !important;
}
.bit-nav-bar {
  font-family: 'Inconsolata';
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 22px !important;
}
.bit-nav-bar a, .bit-nav-bar span {
  color: #fff !important;
}
.bit-nav-bar a:hover, .bit-nav-bar span a:hover {
  color: #fff !important;
}
.bit-venue, .bit-venue a {
  color: #fff;
}
.bit-widget .bit-venue {
  color: #fff;
}
.bit-widget .bit-venue, .bit-widget .bit-location {
  padding-top: 2px;
}
.bit-event {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left !important;
  font-size: 18px;
}
.bit-upcoming-events, .bit-past-events {
  font-family: 'Inconsolata' !important;
  text-transform: uppercase;
}
.bit-upcoming-events a, .bit-past-events a {
  color: #fff;
}
.bit-date {
  font-size: 20px;
  display: block;
  width: 200px;
  font-weight: 400;
  margin-right: 20px;
}
.bit-date, .bit-button {
  font-family: 'Inconsolata';
  text-transform: uppercase;
}
.bit-button {
  font-size: 22px;
  background: none !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}
.bit-button:hover {
  color: #191919 !important;
  background: #fff !important;
  border: 2px solid #fff !important;
}
.bit-widget .bit-event .bit-event-buttons {
  margin-top: 0 !important;
}
.bit-widget .bit-event-list-title, .bit-widget .bit-top-track-button {
  font-size: 20px !important;
}
.bit-event:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.bit-widget .bit-no-dates-container .bit-track-button {
  display: none;
}
.bit-widget .bit-no-dates-container .bit-no-dates-title {
  font-family: 'Inconsolata';
  font-size: 22px;
}
.bit-widget .bit-event .bit-offers-text, .bit-widget.bit-layout-desktop .bit-event .bit-button {
  font-size: 18px !important;
}
@media screen and (max-width: 1125px) {
  .bit-date {
    padding-bottom: 10px;
    font-size: 18px !important;
  }
}
.bit-widget.bit-layout-ipad .bit-event .bit-button {
  width: 110px !important;
}
.bit-past-events-show-all-button {
  font-family: 'Inconsolata';
  max-width: 200px;
  margin: 30px auto 0 !important;
  display: block !important;
  font-size: 20px !important;
}
.bit-past-events-show-all-button:hover {
  font-family: 'Inconsolata';
  background: #fff !important;
  color: #191919;
}
/*--- MUSIC ---*/
.ind-release {
  margin-bottom: 40px;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.ind-release h2 {
  text-align: center;
}
.ind-release:last-child {
  border-bottom: 0 !important;
}
.art-player {
  display: block;
  width: 100%;
  text-align: center;
}
.artwork {
  height: 300px;
  width: 300px;
  display: inline-block;
}
.artwork img {
  width: 100%;
  height: auto;
}
.player {
  display: inline-block;
  width: 600px;
}
.player iframe {
  width: 100%;
  height: 300px;
}
.music-links {
  text-align: center;
  padding-top: 10px;
}
.music-links a {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.music-links a:hover {
  color: #191919;
  border: 2px solid #fff;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .sub-content {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
  }
  .artwork {
    height: 250px;
    width: 250px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 500px;
  }
  .player iframe {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .artwork {
    height: 200px;
    width: 200px;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: inline-block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .player iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .artwork {
    height: auto;
    width: 400px;
    max-width: 100%;
    display: inline-block;
  }
  .artwork img {
    width: 100%;
    height: auto;
  }
  .player {
    display: block;
    width: 400px;
    max-width: 100%;
  }
  .player iframe {
    max-width: 100%;
    width: 400px;
    height: 200px;
  }
  .release-content iframe {
    height: 80px;
    margin-bottom: 5px;
  }
}
/*--- CONTACT ---*/
*:focus {
  outline: none;
}
input:focus, textarea:focus {
  border: 2px solid #fff !important;
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
#contact-text, #contact-form {
  width: 100%;
  display: block;
  vertical-align: top;
}
.form {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #contact-text {
    padding-bottom: 25px;
  }
  #contact-text, #contact-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: block;
  }
}
.captcha .wpcf7-form-control-wrap {
  display: block !important;
  width: 300px !important;
  margin: -10px auto 20px;
}
.form {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 20px auto 0;
  height: auto;
  overflow-y: visible;
  padding-bottom: 20px;
}
.both {
  width: 100%;
  margin-top: 10px !important;
  padding-top: 10px;
  float: none;
  clear: both;
  display: block;
}
label, .both {
  font-family: 'Inconsolata';
  text-align: center !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.both input {
  font-family: 'Inconsolata';
  background: none;
  border: 2px solid #fff;
  height: 35px;
  width: 100%;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
}
.both textarea {
  font-family: 'Inconsolata';
  background: none;
  border: 2px solid #fff;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  top: 0px;
  text-align: left;
  margin-top: 5px;
}
.wpcf7-submit {
  font-family: 'Inconsolata';
  background: #fff !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #191919 !important;
  letter-spacing: 2px;
  width: 120px !important;
  margin: 0 auto;
  height: 50px !important;
  line-height: 40px;
  display: block;
  font-size: 22px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 400 !important;
}
.wpcf7-submit:hover {
  background: #c2c2c2 !important;
  color: #fff !important;
  cursor: pointer !important;
  border: 0 !important;
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
  font-family: 'Inconsolata';
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #fff !important;
  text-align: center !important;
}
/*--- MAILING LIST---*/
label span {
  padding-left: 5px;
  padding-right: 10px;
}
#mailing-mob {
  display: none;
}
.sub-overlay {
  color: #fff;
  font-family: 'Inconsolata';
  font-size: 18px;
  top: 0;
  z-index: 999 !important;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  background: rgba(25, 25, 25, 0.95);
  display: none;
}
.sub-overlay-close-btn {
  color: #fff;
  font-family: 'Josefin Sans';
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;
}
.sub-overlay-inner {
  line-height: 1.8em;
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 80%;
  left: 50%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
}
.sub-overlay-inner .text-input {
  height: 40px;
  text-align: center;
  width: 36.5%;
  border: 1px solid #fff;
  margin-right: 1%;
  margin-bottom: 5px;
  color: #fff;
  background: none;
  font-family: 'Inconsolata';
}
.sub-overlay-inner .text-input {
  font-family: 'Inconsolata';
  font-size: 16px;
}
.sub-overlay-inner .submit {
  width: 20%;
}
.sub-overlay-inner .submit {
  font-family: 'Inconsolata';
  background: #fff !important;
  border: 0 !important;
  text-transform: uppercase;
  color: #191919 !important;
  letter-spacing: 1px;
  width: 160px !important;
  margin: 0 auto;
  height: 50px !important;
  line-height: 40px;
  display: block;
  font-size: 22px !important;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  text-align: center !important;
  font-weight: 400 !important;
}
.sub-overlay-inner .submit:hover {
  background: #c2c2c2 !important;
  color: #fff !important;
  cursor: pointer !important;
  border: 0 !important;
  cursor: pointer;
}
.sub-overlay-inner .text-input, .sub-overlay-inner .submit {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.sub-overlay-inner .submit {
  width: 180px;
  display: block;
  margin: 5px auto;
}
.sub-overlay-inner ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sub-overlay-inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sub-overlay-inner :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sub-overlay-inner :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sub-overlay .small {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .sub-overlay {
    font-size: 16px;
  }
  .sub-overlay-inner {
    line-height: 1.1em;
  }
  .sub-overlay-inner h2 {
    font-size: 20px;
  }
  .sub-overlay-inner h3 {
    font-size: 18px;
  }
  .sub-overlay .small {
    font-size: 10px;
  }
}
/*--- ARVE ---*/
.arve-wrapper {
  display: block;
  margin: 0 auto !important;
}
.arve-wrapper iframe {
  display: block;
  margin: 0 auto !important;
}
.arve, #html .arve {
  margin: 0 auto !important;
}
/*--- PRESS UPDATES ---*/
.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  .quote-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.quote-grid .quote {
  padding: 2em;
}
@media screen and (max-width: 800px) {
  .quote-grid .quote {
    padding: 1em;
  }
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 800px) {
  .video-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video-grid .video {
  padding: 1em;
}
.ind-photos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
.ind-photo img {
  width: 100%;
  height: auto;
}
/*-- NEW MENU --*/
#header {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 105px;
}
#header .header-inner {
  margin: 0 auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  top: 0 !important;
  align-items: center;
  align-content: center;
}
.menu-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.h-socials i {
  font-size: 1.25em;
}
.h-sns {
  text-align: right;
}
.h-sns-mob {
  display: none;
}
.h-socials {
  margin-top: -0.5em !important;
}
.h-su {
  position: relative;
  top: -0.5em !important;
}
.main_menu ul {
  padding-left: 0;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .desk {
    display: none !important;
  }
  .h-sns-mob {
    display: block;
    margin-top: -1em;
  }
  #header .header-inner {
    display: block;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .header-inner img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .menu-container {
    padding-top: 30px;
    text-align: center;
  }
  .h-sns-mob div {
    text-align: center;
  }
  .h-socials {
    text-align: center !important;
    display: block;
  }
  .h-su {
    position: relative;
    top: -0.25em !important;
  }
  button#responsive-menu-pro-button {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
