/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: https://www.ultradesignagency.com/
Version: 7.1.A
License: Copyright 2021 Ultra Design Agency
*/
/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block;
}
blockquote {
  margin: 1em 40px;
}
h1 {
  font-size: 50px !important;
  line-height: 1.2;
}
h2 {
  font-size: 38px !important;
  line-height: 1.2;
}
h3 {
  font-size: 34px !important;
  line-height: 1.2;
}
h4 {
  font-size: 26px !important;
  line-height: 1.2;
}
h5 {
  font-size: 20px !important;
  line-height: 1.2;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic, i, em {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.semi-bold {
  font-weight: 600;
}
strong, .bold {
  font-weight: 800;
}
.center {
  text-align: center;
}
.black {
  color: rgba(1, 1, 1, 1);
}
.white {
  color: rgba(255, 255, 255, 1);
}
a {
  color: #fff;
  transition: all .4s ease;
  text-decoration: none;
}
.red {
  color: rgba(194, 0, 1, 1);
}
.gray {
  color: rgba(125, 125, 125, 1);
}
.gray-bg {
  background-color: rgba(33, 33, 33, 1);
}
.white-bg {
  background-color: rgba(255, 255, 255, 1);
}
.bg-border {
  border-bottom: 5px solid rgba(194, 0, 1, 1);
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* =============================================================================
   Layout
   ========================================================================== */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(1, 1, 1);
  overflow-x: hidden;
}
body {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-weight: 400;
  opacity: 0;
  transition: opacity 2.5s;
  font-family: 'Raleway', sans-serif;
  background-color: rgb(1, 1, 1);
  margin: 0;
  padding: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto 20px;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width {
  width: 90%;
  padding: 0 5%;
}
.fourteen-hundred {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  padding: 0 5%;
}
.one-thousand {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  padding: 0 5%;
}
.eight-hundred {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
  padding: 0 5%;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  position: relative;
}
.flex-grow {
  flex-direction: row;
  display: flex;
}
.flex-grow > li {
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.desktop {
  display: block;
}
.tablet {
  display: none;
}
.mobile {
  display: none;
}
.phone {
	display: block;
}
.clear {
  clear: both;
}
#container {}
img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
/* =============================================================================
  Button
   ========================================================================== */
.button-wrap {
  position: relative;
  margin: 30px 0 0;
}
.button {
  background-color: rgba(194, 0, 1, 1) !important;
  color: rgb(255, 255, 255) !important;
  padding: 10px 50px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  display: inline-block !important;
  position: relative !important;
  transition: all .4s ease;
  overflow: hidden !important;
  cursor: pointer !important;
  border: 0 !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  border-radius: 0 !important;
}
.button:after {
  width: 20px;
  z-index: 1;
  content: url(https://278b55.claudeassets.com/20250326221401im_/https://www.bignightsandiego.com/wp-content/themes/Ultra/images/button-after.png);
  position: absolute;
  right: -20px;
  top: 56%;
  transform: translateY(-50%);
  transition: all .4s ease;
  opacity: 0;
}
.button:hover:after {
  opacity: 1;
  right: 19px;
}
/* =============================================================================
  Header
   ========================================================================== */
.desktop-menu {
  display: block;
}
.mobile-menu-wrap {
  display: none;
}
.header {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 300;
}
.desktop-menu-wrap {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  left: 0;
  background-color: rgba(1, 1, 1, 1);
  transition: all .4s ease;
  z-index: 300;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.header-bg {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  left: 0;
  background-color: rgba(1, 1, 1, 1);
  transition: all .4s ease;
}
.header-logo img {
  height: 60px;
  position: fixed;
  top: 20px;
  left: 40px;
}
.desktop-menu {
  text-align: right;
  width: calc(100% - 40px);
  margin-top: 37px;
  transition: all .4s ease;
  font-size: 14px;
}
#menu-main-menu > li {
  display: inline-block;
  margin: 0 0 0 3%;
  position: relative;
  text-transform: uppercase;
}
#menu-main-menu .current_page_item > a {}
.desktop-menu-wrap #menu-main-menu > li.menu-item-has-children::after {
  position: absolute;
  content: url(https://5f8cc8.claudeassets.com/20250326221401im_/https://www.bignightsandiego.com/wp-content/themes/Ultra/fontawesome/svgs/light/angle-down-white.svg);
  width: 8px;
  top: -3px;
  right: -20px;
}
#menu-main-menu > li > a {
  padding: 5px 0;
  position: relative;
}
#menu-main-menu > li.menu-item-has-children > a::after {
  display: none;
}
.desktop-menu-wrap #menu-main-menu > li > a::after {
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 3px;
  background-color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
  content: '';
}
#menu-main-menu > li:hover > a::after {
  width: 100%;
}
.desktop-menu-wrap #menu-main-menu a {
  color: rgba(255, 255, 255, 1);
  transition: color .4s ease;
}
.desktop-menu-wrap #menu-main-menu > li ul {
  visibility: hidden;
  opacity: 0;
  transition: all .4s ease;
  padding: 40px 40px 60px 20px;
  position: absolute;
  z-index: 9999;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  background: rgba(1, 1, 1, 0);
}
.desktop-menu-wrap #menu-main-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 26px;
  background: rgba(1, 1, 1, 1);
}
#menu-main-menu > li > ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0 0 10px;
  text-transform: capitalize;
}
#menu-main-menu > li > ul > li a {
  padding: 5px 0;
  position: relative;
}
.desktop-menu-wrap #menu-main-menu > li > ul > li a::after {
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 3px;
  background-color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
  content: '';
}
#menu-main-menu > li > ul > li a:hover::after {
  width: 100%;
}
.header-social {
  position: fixed;
  top: 0px;
  right: 40px;
}
#menu-social-media-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 1px;
}
#menu-social-media-menu > li svg {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  transition: color .4s ease;
}
#menu-social-media-menu > li svg:hover {
  color: rgba(194, 0, 1, 1);
}
/* =============================================================================
  Content
   ========================================================================== */
section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-content {
  position: relative;
  z-index: 2;
}
.section-content h2 {
  margin: 0 0 20px;
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.banner h2 {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.no-banner {
  width: 100%;
  padding: 2% 0;
  margin: 100px 0 5%;
}
.video-banner, .image-banner {
  height: 50vw;
  min-height: 350px;
  max-height: 450px;
  margin-top: 100px;
}
.full-video-banner {
  height: 100vh;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner .inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  width: fit-content;
  background-color: rgba(1, 1, 1, .7);
  padding: 5% 10%;
}
.banner .inner .landing-main .inner h1 {
  font-size: 4vw !important;
  line-height: 1 !important;
}
.banner .inner h3 {
  letter-spacing: 3px;
}
.wrap-scrolldown {
  left: 50%;
  position: absolute;
  text-align: center;
  bottom: 10vh;
  transform: translateX(-50%);
  width: 120px;
  z-index: 1;
  color: rgba(255, 255, 255, 1);
  transition: all .4s ease;
}
.wrap-scrolldown:hover {
  color: rgba(194, 0, 1, 1);
}
.wrap-scrolldown .scrolldown {
  height: 46px;
  margin: 0 auto 8px;
  text-align: center;
  width: 30px;
  position: relative;
  transition: all .4s ease;
}
.wrap-scrolldown .scrolldown .scroll-down-bottom {
  content: url(https://9a31c2.claudeassets.com/20250326221401im_/https://www.bignightsandiego.com/wp-content/themes/Ultra/images/icon.png);
  position: absolute;
  bottom: 0;
  width: 35px;
  left: 0;
}
.wrap-scrolldown .scrolldown .base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
.wrap-scrolldown .scrolldown .scrolldown-c1, .wrap-scrolldown .scrolldown .scrolldown-c2 {
  animation-duration: 1.5s;
  animation-name: scrolldown;
  animation-iteration-count: infinite;
  fill: rgba(255, 255, 255, 1);
}
.wrap-scrolldown .scrolldown-c2 {
  animation-delay: 0.75s;
}
.wrap-scrolldown p {
  margin: 0;
  letter-spacing: 3px;
  font-size: 11px;
}
@-moz-keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@-o-keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
@keyframes scrolldown {
  0% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 8px);
  }
}
.section-block-loop > li.case-right {
  text-align: right;
}
.section-block-loop img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.section-block-loop-ul > li {
  display: inline-block;
  vertical-align: middle;
}
.section-block-loop > li.section-right .section-block-loop-ul > .section-block-image {
  width: 45%;
}
.section-block-loop > li.section-right .section-block-loop-ul > .inner {
  width: 44%;
  background-color: rgba(33, 33, 33, 1);
  padding: 5%;
  position: relative;
  left: -3%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  text-align: left;
  z-index: 5;
}
.section-block-loop > li.section-left .section-block-loop-ul > .section-block-image {
  width: 45%;
}
.section-block-loop > li.section-left .section-block-loop-ul > .inner {
  width: 44%;
  background-color: rgba(33, 33, 33, 1);
  padding: 5%;
  position: relative;
  left: 3%;
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  text-align: right;
  z-index: 5;
}
.section-block-loop > li .section-block-loop-ul ul {
  display: list-item;
  margin: 20px 0 20px 20px;
}
.section-block-loop > li .section-block-loop-ul ul li {
  margin: 0 0 5px 10px;
  padding: 0 0 0 10px;
  list-style: disc;
}
.section-block-loop h1, .section-block-loop h2, .section-block-loop h3, .section-block-loop h4, .section-block-loop h5 {
  margin: 0 0 15px;
}
#home-banner-logo {
  float: right;
  width: 30%;
  max-width: 500px;
  min-width: 240px;
}
.section-content .copy p, .copy h1, .copy h2, .copy h3, .copy h4, .copy h5 {
  margin: 0 0 20px;
}
.archives {
  margin: 5% auto;
}
.section-block-bg {
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .035;
  width: 90%;
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  filter: grayscale(1);
}
.form-wrap {
  padding: 5%;
  background-color: rgb(255, 255, 255);
  max-width: 600px;
  margin: 5% auto 0;
}
.form-wrap .gform_footer {
  text-align: center;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
textarea {
  margin: 10px 0 0;
  border: 1px solid rgba(0, 0, 0, .3);
  padding: 10px;
  font-family: 'Raleway', sans-serif;
}
.medium {
  border: 1px solid rgba(0, 0, 0, .3);
  padding: 10px !important;
  font-family: 'Raleway', sans-serif !important;
}
.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: inherit !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  box-sizing: border-box;
}
.gform_wrapper .validation_message {
  color: rgb(0, 0, 0) !important;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid rgba(0, 0, 0, .3) !important;
}
.gform_required_legend, .gform_validation_errors {
  display: none;
}
#gform_wrapper_9 .gfield_validation_message, .gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  padding: 0 !important;
}
#gform_wrapper_9 {
  max-width: 940px;
  margin: 20px auto;
  position: relative;
}
#gform_wrapper_9 .medium {
  border: 1px solid rgba(255, 255, 255, .4) !important;
  background-color: transparent;
  color: rgba(255, 255, 255, 1);
  padding: 9px 4px !important;
  font-family: 'Raleway', sans-serif !important;
  position: relative;
  top: -2px;
  font-size: 13px;
}
#gform_wrapper_9 .validation_message {
  color: #fff !important;
}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1 !important;
  min-height: 0 !important;
}
.featured-logo-loop {
  align-items: center;
}
.featured-logo-loop li {
  margin: 10px 15px 10px !important;
  display: inline-block !important;
  vertical-align: middle;
}
.featured-logo-loop li img {
  max-height: 80px !important;
  max-width: 150px;
}
.details-accordion-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 5% auto;
}
.details-set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: rgba(37, 37, 37, 1);
  margin: 0 0 15px;
  border-radius: 5px;
}
.details-accordion-container .home-set:first-child > a {
  border: 2px solid rgba(194, 0, 1, 1) !important;
}
.details-set > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: rgba(255, 255, 255, 1);
  border-radius: 5px 5px 0 0;
  border: 2px solid rgba(194, 0, 1, 1);
}
.details-title {
  width: 89%;
  display: inline-block;
  font-size: 120%;
}
.details-icon {
  width: 10% !important;
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 17px;
}
.details-accordion-container .home-set:first-child .details-content {
  display: block;
}
.details-content {
  padding: 20px 15px;
  background-color: rgba(37, 37, 37, 1);
  color: rgba(255, 255, 255, 1);
  display: none;
  border-radius: 0 0 5px 5px;
  border-left: 2px solid rgba(194, 0, 1, 1);
  border-right: 2px solid rgba(194, 0, 1, 1);
  border-bottom: 2px solid rgba(194, 0, 1, 1);
}
.details-content ul {
  margin: 10px 0 10px;
  text-align: left;
}
.details-content ul li, .copy ul li {
  display: list-item;
  list-style-type: disc;
  margin: 5px 0 5px 15px;
  text-align: left;
}
.no-bullets {
  margin: 0 !important;
  text-align: initial !important;
}
.no-bullets > li {
  display: initial !important;
  list-style-type: none !important;
  text-align: initial !important;
}
.details-content p {
  width: 89%;
}
.entertainers-loop > li {
  width: 300px;
  margin: 10px !important;
  position: relative;
}
.this {
	height: 300px;
	width 300px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.entertainers-title {
  position: relative;
  width: calc(100% - 20px);
  padding: 10px;
  background-color: rgba(1, 1, 1, .9);
  font-weight: 600;
}
.desc {
  border: 1px solid #000;
  width: calc(300px - 32px);
  padding: 15px;
}
.host-loop > li {
  
  margin: 10px !important;
  position: relative;
}
.that {
	width: 200px;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* =============================================================================
  Footer
   ========================================================================== */
footer {
  text-align: center;
  background-color: rgb(1, 1, 1);
  color: rgba(255, 255, 255, 1);
  padding: 5%;
  width: 90%;
}
#footer-logo {
  height: 50px;
  margin: 0 auto 10px;
}
#copyright {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#copyright span {
  padding: 0 8px;
}
#copyright a {
  color: rgba(255, 255, 255, 1);
}
#menu-footer-menu > li a {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
#menu-footer-menu > li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
}
#menu-footer-menu > li:after {
  content: '|';
  position: relative;
  padding: 0 10px;
}
#menu-footer-menu > li:last-child::after {
  display: none;
}
.pre-footer {
  margin: 20px auto 0;
}
.pre-footer img {
  max-height: 90px;
  margin: 0 1%;
}
#ultra-logo {
  height: 30px;
  margin: 20px auto 0;
}
/* =============================================================================
  Responsive CSS
   ========================================================================== */
@media only screen and (max-width : 1200px) {
  .video-banner, .image-banner, .no-banner {
    max-height: 400px;
  }
  #footer-logo {
    height: 60px;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu-wrap {
    display: block;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 40px;
    z-index: 320;
  }
  .hamburger, .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  .hamburger span:last-child {
    margin: 0;
  }
  .hamburger span:before, .hamburger span:after {
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    transform: translateX(-200%);
    transition: transform ease 300ms;
  }
  .hamburger span:after {
    transform: translateX(0);
  }
  .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
    transition-delay: 75ms;
  }
  .hamburger span:last-child:before, .hamburger span:last-child:after {
    transition-delay: 150ms;
  }
  .menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
  }
  .menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
  }
  .menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
  }
  .menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
  }
  .cross span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }
  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
  .menu-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    background: rgba(1, 1, 1, 1);
    z-index: 20;
  }
  .redbar {
    display: block;
    width: 10px;
    height: 30vh;
    top: 50%;
    position: fixed;
    left: 0;
    background-color: rgba(194, 0, 1, 1);
    transform: translateY(-50%);
    z-index: 30;
  }
  .menu-overlay-content {
    height: 100vh;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
  }
  .menu-overlay-left {
    width: 50%;
  }
  .menu-overlay-right {
    width: 50%;
  }
  .menu-overlay-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .menu-overlay-content-part {
    vertical-align: middle;
  }
  .menu-fullscreen > .menu-item {
    opacity: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    vertical-align: top;
    display: block;
    text-transform: uppercase;
    transition: color .4s ease;
    cursor: pointer;
  }
  .menu-fullscreen > .menu-item a {
    color: rgba(255, 255, 255, 1);
  }
  .menu-fullscreen > .menu-item a:hover {
    color: rgba(194, 0, 1, 1);
  }
  .menu-fullscreen > .menu-item.menu-item-has-children > a::after {
    content: url(https://5f8cc8.claudeassets.com/20250326221401im_/https://www.bignightsandiego.com/wp-content/themes/Ultra/fontawesome/svgs/light/angle-down-white.svg);
    position: absolute;
    padding: 0 0 0 15px;
    top: -2px;
    width: 16px;
  }
  .menu-fullscreen > .menu-item .sub-menu {
    display: none;
    padding: 0 0 0 20px;
    border-left: 2px solid rgba(194, 0, 1, 1);
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    position: relative;
    display: block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    transition: color .4s ease;
  }
  .menu-fullscreen > .menu-item .sub-menu li:hover {
    color: rgba(194, 0, 1, 1);
  }
  .menu-overlay-right {
    opacity: 0;
  }
  .menu-overlay-right .menu-intro {
    text-align: center;
  }
  .menu-overlay-right .intro-logo img {
    width: 60%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width : 1000px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  h3 {
    font-size: 30px !important;
  }
  h4 {
    font-size: 24px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  .featured-logo-loop li img {
    max-height: 60px !important;
    max-width: 130px;
  }
}
@media only screen and (max-width : 800px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 26px !important;
  }
  h4 {
    font-size: 22px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  .button {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .video-banner, .image-banner, .no-banner {
    min-height: 300px;
    height: inherit;
  }
  .header-logo img {
    height: 55px;
  }
  .menu-fullscreen > .menu-item {
    font-size: 20px;
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    font-size: 13px;
  }
  .featured-logo-loop li img {
    max-height: 50px !important;
    max-width: 120px;
  }
  .featured-logo-loop li {
    margin: 5px 5px 0 !important;
  }
	.gform_wrapper .gf_simple_horizontal .gform_body {
max-width: 100% !important;
width: auto;
}
	.gform_wrapper .gf_simple_horizontal .gform_body .top_label .gfield {
display: block !important;
padding-right: 0 !important;
margin: 0 0 5px !important;
}
	.gform_wrapper .gf_simple_horizontal .gform_body, .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
display: block !important;
}
	.gform_wrapper .gf_simple_horizontal .gform_body .top_label {
display: block !important;
}
#field_9_5 {
width: 200px !important;
	overflow: hidden;
}
}

@media only screen and (max-width : 600px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  .header-logo img {
    height: 40px;
	  left: 10px;
  }
  #footer-logo {
    height: 65px;
  }
  #copyright {
    letter-spacing: 2px;
  }
  .header-bg {
    height: 85px;
  }
  .header-logo {
    left: 20px;
  }
  .menu-toggle {
    top: 22px;
    right: 20px;
  }
  .section-block-loop > li.section-right .section-block-loop-ul > .inner {
    width: 90%;
  }

  .section-block-loop > li.section-right .section-block-loop-ul > .section-block-image {
    width: 90%;
	  margin: 25px 0;
	}
  .section-block-loop > li.section-left .section-block-loop-ul > .inner {
    width: 90%;
  }

  .section-block-loop > li.section-left .section-block-loop-ul > .section-block-image {
    width: 90%;
	  margin: 25px 0;
  }

  #footer-logo {
    height: 35px;
  }
  .footer-banner {
    font-size: 12px;
  }
  .desktop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  .button {
    padding: 10px 40px !important;
    font-size: 11px !important;
  }
  .no-banner {
    margin: 85px 0 5%;
  }
  #gform_wrapper_9 {
    margin: 10px auto;
  }
  #gform_wrapper_9 .gform_button {
    padding: 8px !important;
  }
  #gform_wrapper_9 .gform_button:after {
    display: none !important;
  }
  #gform_wrapper_9 .medium {
    padding: 7px 2px !important;
    font-size: 11px;
  }
  .experiences-loop li {
    width: calc(100% - 20px) !important;
  }
	
}
@media only screen and (max-width : 500px) {
  .pContent {
    width: 100%;
  }
  .pImage {
    width: 100%;
    position: relative;
  }
  #li {
    margin: 0;
  }
  .right-box {
    flex-direction: column-reverse;
  }
  .featured-logo-loop li img {
    max-height: 30px !important;
    max-width: 80px;
  }
	.phone {
		display: none !important;
	}	
.rc-anchor-normal {
width: 200px !important;
}
}
@media only screen and (max-width : 400px) {
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 15px !important;
  }
  .menu-fullscreen > .menu-item {
    font-size: 18px;
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    font-size: 12px;
  }
  .menu-fullscreen > .menu-item .sub-menu li:not(:last-child) {
    padding-right: 10px;
    margin: 0 5px 0 0;
  }
  .video-banner, .image-banner, .no-banner {
    min-height: 250px;
  }
  #home-banner-logo {
    float: none;
    width: 200px;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto;
  }
}

#mc_embed_signup_scroll h2 {
    text-align: center;
}
#mc_embed_signup .button {
    height: auto !important;
}
#mc_embed_signup {
	background:transparent !important;
	width:auto !important;
}
/*
     FILE ARCHIVED ON 06:27:11 Mar 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:41:00 Aug 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.487
  exclusion.robots: 0.049
  exclusion.robots.policy: 0.04
  esindex: 0.007
  cdx.remote: 25.163
  LoadShardBlock: 883.528 (3)
  PetaboxLoader3.resolve: 809.107 (4)
  PetaboxLoader3.datanode: 118.548 (4)
  load_resource: 80.044
*/