* {
  box-sizing: border-box !important;
}
*:focus {
  outline: none !important;
}
a {
  text-decoration: none;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #fff;
}
#header {
  z-index: 999999 !important;
  position: sticky !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(5, 4, 18, 0.9);
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
}
#header .header-inner {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 1201px) {
  #header .header-inner {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  #header .header-inner {
    justify-content: space-between;
  }
}
#responsive-menu-pro-button {
  z-index: 999999999 !important;
}
#footer {
  text-align: center;
  color: #fff;
  background: #050412;
  padding-top: 25px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #A5987E;
}
#footer i {
  margin-left: 5px;
  margin-right: 5px;
}
/**
 * Menu specific generic styles
**/
.d-menu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.d-menu li:hover a {
  color: #A5987E;
}
.h-socials a {
  font-weight: 400 !important;
}
/******************************************/
.site-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.site-wrapper .content {
  overflow-x: hidden;
}
.wrapper-inner a {
  font-weight: 700;
  color: #fff;
}
.dark a:hover {
  color: #A5987E;
}
.light a:hover {
  color: #101528;
}
.page-content {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .site-wrapper:not(.watch-listen):not(.jewish-wedding-band-europe) .page-content {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (max-width: 1280px) {
  .page-content {
    width: 100%;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 980px) {
  .page-content {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1em;
}
.page-content a {
  color: #a5987e;
}
.page-content a:hover {
  color: #fff;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
  color: #a5987e;
}
html, body {
  background: #050412;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
html, body, .site-wrapper {
  min-height: 100vh;
  font-family: "Montserrat";
  line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
}
/**
 * Home styles
 **/
.h-top-slider {
  position: relative;
  overflow-y: hidden;
  width: 100vw;
  overflow-x: hidden;
}
.h-top-slider .slider-logo-ov {
  position: absolute;
  top: 40px;
  left: 10px;
  width: 60%;
  max-width: 250px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .h-top-slider .slider-logo-ov {
    max-width: 100px;
    top: 100px;
    left: 5px;
  }
}
.h-top-slider .slider-inner {
  width: 100%;
}
.h-top-slider .slider-inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#responsive-menu-pro-container {
  margin-left: -1% !important;
}
#responsive-menu-pro-title {
  text-align: center !important;
}
#responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
  margin: 0 auto !important;
  display: block !important;
}
@media screen and (max-width: 1024px) {
  /*.h-top-slider .slider-logo-ov { width: 60%; padding-top: 40px; max-width: 350px; } */
  .h-top-slider {
    padding-top: 50px !important;
  }
}
.arve {
  margin: 0 auto;
  display: block;
}
.h-vid-sections .v-section {
  display: grid;
}
@media (min-width: 980px) {
  .h-vid-sections .v-section {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }
}
@media (max-width: 979px) {
  .h-vid-sections .v-section {
    grid-template-columns: 1fr;
  }
}
.h-vid-sections .v-section .vs-vid .arve {
  margin-bottom: 0 !important;
}
.h-vid-sections .v-section .vs-desc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-vid-sections .v-section .vs-desc div {
  text-align: left;
  padding: 3%;
  color: #fff;
}
@media (min-width: 980px) {
  .h-vid-sections .v-section:nth-child(2n) .vs-desc {
    grid-column: 1 / 1;
  }
}
.press-section {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.press-section .slider-inner {
  width: 100vw;
  max-width: 700px;
  margin: 0 auto;
}
.press-section .slider-inner a {
  display: inline-block;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.press-section .slider-inner a div {
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
.press-section .slick-prev:before, .press-section .slick-next:before {
  color: black;
}
.instagram {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #a5987e;
}
/**
 * Sub Page Generic Styles
 */
.subpage-section {
  position: relative;
}
.subpage-section .sub-logo-ov {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 30px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 980px) {
  .subpage-section .sub-logo-ov {
    height: auto;
    max-width: 30%;
  }
}
@media (max-width: 979px) {
  .subpage-section .sub-logo-ov {
    width: auto;
    max-height: 90%;
    padding-top: 0;
  }
}
@media (max-width: 979px) {
  .subpage-section.banner {
    margin-top: 50px;
  }
}
/**
 * About Page Styles
 */
.about-slider .slick-prev:before, .about-slider .slick-next:before {
  color: white;
  font-size: 40px;
}
.about-slider .slick-prev, .about-slider .slick-next {
  width: 40px;
  height: 40px;
}
.about-slider .slick-prev {
  left: -40px;
}
.about-slider .slick-next {
  right: -40px;
}
.about-slider .slider-inner {
  width: 100%;
  margin: 0 auto;
}
.about-slider .slider-inner .slide-inner-inner {
  width: 300px;
}
.about-slider .slider-inner .slide-inner-inner:hover .about-slider-ov {
  opacity: 1 !important;
}
.about-slider .slider-inner a {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.about-slider .slider-inner a div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.about-slider .slider-inner a .about-slider-ov {
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.about-slider .slider-inner a .about-slider-ov > span {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 80%;
}
.about-slider .slider-inner a .about-slider-ov > span > span {
  text-align: center;
  display: block;
}
.top-area {
  color: #fff;
}
.info-wrap .exp-info {
  display: grid;
  grid-template-columns: 2fr 3fr;
  color: #fff;
  height: 0;
  overflow: hidden;
}
.info-wrap .exp-info img {
  width: 100%;
  height: auto;
}
/**
 * Watch and Listen page
 */
.info-wrap .v-row {
  height: 0;
  overflow: hidden;
}
.info-wrap .v-row .v-section {
  display: grid;
}
@media (min-width: 980px) {
  .info-wrap .v-row .v-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 979px) {
  .info-wrap .v-row .v-section {
    grid-template-columns: 1fr;
  }
}
.info-wrap .v-row .v-section .vs-vid .arve {
  margin-bottom: 0 !important;
}
.info-wrap .v-row .v-section .vs-desc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-wrap .v-row .v-section .vs-desc div {
  text-align: left;
  padding: 3%;
  color: #fff;
}
@media (min-width: 980px) {
  .info-wrap .v-row .v-section:nth-child(2n) {
    direction: rtl;
  }
}
/*--- DROPDOWN MENU ---*/
ul.dropdown ul li, ul.dropdown-vertical {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.dropdown ul {
  padding-top: 10px !important;
  background: rgba(5, 4, 18, 0.9) !important;
}
ul.dropdown a, ul.dropdown ul li a {
  color: #fff !important;
}
ul.dropdown a:hover, ul.dropdown ul li a:hover {
  color: #A5987E !important;
}
.children-pages .child-page .cpc-v {
  justify-items: center;
  align-items: center;
}
.children-pages .child-page .cpc-v .cpcv-e {
  width: 100%;
}
@media (min-width: 980px) {
  .children-pages .child-page .cpc-v {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 979px) {
  .children-pages .child-page .cpc-v {
    display: grid;
    grid-template-rows: 1fr 1fr;
  }
}
.children-pages .child-page .cpc-v:nth-child(2n) {
  direction: rtl;
}
.b-post {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.bp-body {
  color: #000;
}
a.bp-rm {
  display: block;
  text-align: right;
}
.bp-title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  margin-top: -0.15em;
  margin-bottom: 2%;
  font-size: 1.5em;
}
.bp-text {
  text-align: justify;
}
.blog-posts {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.b-post {
  padding: 1% 2%;
}
.b-post img {
  width: 100%;
}
.bp-body {
  padding-left: 2%;
}
@media screen and (max-width: 800px) {
  .b-post {
    display: block !important;
    width: 100% !important;
  }
  .bp-img, bp-body {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .bp-img {
    margin-bottom: 20px;
  }
}
/*--- NEW LOGO ---*/
img.sub-logo-ov {
  margin: 0 auto;
  width: 60%;
  max-width: 350px;
}
/*# sourceMappingURL=customstyles.css.map */