/*
Theme Name: Revelry
*/
/* Reset Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html, body {
  width: 100%;
  min-height: 100vh;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 300;
  line-height: 2.06;
  font-size: 17px;
  color: #4a4a4a;
}
html, body {
  overflow-x: clip;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
ul, ol {
  list-style: none;
}
/******end reset styles******/
/* Grid System */
.container {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  /*padding: 0 40px;*/
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.row.align-top {
  align-items: start;
}
.row.equal-height {
  align-items: stretch;
}
.row .align-right * {
  margin-left: auto;
  margin-right: 0;
}
/* Column Classes */
[class*="col-"] {
  padding: 0 30px;
  flex: 0 0 auto;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6667%;
}
.col-12 {
  width: 100%;
}
@media (max-width: 980px) {
  .col-lg-1 {
    width: 8.3333%;
  }
  .col-lg-2 {
    width: 16.6667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-5 {
    width: 41.6667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333%;
  }
  .col-lg-8 {
    width: 66.6667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333%;
  }
  .col-lg-11 {
    width: 91.6667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .row .col-lg-12 {
    margin-bottom: 30px;
  }
  .row .col-lg-12:last-child, #main-nav .col-lg-12 {
    margin-bottom: 0;
  }
  .no-mob {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .col-sm-1 {
    width: 8.3333%;
  }
  .col-sm-2 {
    width: 16.6667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333%;
  }
  .col-sm-11 {
    width: 91.6667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* End Grid System */
/* Utility Classes */
.centered {
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
.white {
  color: #fff;
}
.teal {
  color: #02626a;
}
.red {
  color: #c35c11;
}
.yellow {
  color: #ec9f22;
}
/* START Nav */
.nav-logo, .nav-button {
  display: inline-block;
}
.button {
  width: 280px;
  display: inline-block;
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1.875px;
  text-align: center;
  color: #fff;
  background-color: #e35030;
  padding: 12px 10px 12px 10px;
  text-transform: uppercase;
  border-radius: 24px;
  border: none;
}
.nav-button {
  padding: 48px 0 34px;
}
.nav-logo img {
  padding: 42px 0 24px;
}
#main-nav {
  background-color: #fff;
  z-index: 1;
}
#main-nav .container {
  width: 100%;
  max-width: unset;
  padding: 0 100px 0 46px;
}
#main-nav .row, .blue-wiggle .row {
  justify-content: space-between;
}
/* END Nav */
.community {
  padding: 64px 0 71px 0;
}
.col-6 {
  line-height: 0;
}
.intro {
  padding: 124px 0 165px 0;
}
.blue-wiggle {
  background-image: url("/wp-content/themes/revelry/img/Blue_Wiggle-Background.svg");
}
.blue-wiggle .row {
  padding: 0 10px;
}
.blue-wiggle .col-6 {
  padding: 0 25px;
}
.green-ticker-wrapper {
  background-image: url("/wp-content/themes/revelry/img/Green_Ticker-Background.svg");
  overflow: hidden;
  height: 92px;
}
.builder-logo-wrapper {
  background-image: url("/wp-content/themes/revelry/img/Aqua_Ticker-Background.svg");
  overflow: hidden;
  height: 120px;
}
.green-ticker {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 35s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.green-ticker h3, .green-ticker .builder-logos {
  text-wrap: unset;
  padding: 30px 0;
  display: inline-block;
  text-transform: uppercase;
}
.builder-logos img{
    display: inline-block;
    width: 200px;
    margin: 0 100px 0;
    max-width: unset;
    vertical-align: middle;
    max-height: 60px;
}
.green-ticker .dot {
  height: 10px;
  width: 10px;
  background-color: #ec9f22;
  border-radius: 50%;
  display: inline-block;
  margin: 0 18px 4px;
}
.live-loud .vid-holder {
  position: relative;
  border: 6px solid #ec9f22;
  padding: 16px;
  border-radius: 120px;
}
.chill-hard .vid-holder {
  position: relative;
  border: 6px solid #918a33;
  padding: 16px;
  border-radius: 120px;
}
.live-loud video, .chill-hard video {
  position: absolute;
  top: 16px;
  object-fit: cover;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border-radius: 85px;
}
.rev-mobile {
  direction: rtl;
}
h2 {
  font-family: "roboto-slab", serif;
  font-weight: 700;
  font-style: normal;
  color: #a85f1f;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}
h3 {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 2.6px;
  color: #fff;
}
h4 {
  font-family: "nexa-rust-sans-black-2", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 88px;
  line-height: 105px;
}
p {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
#footer {
  text-align: center;
  padding: 65px 20px 45px;
}
#footer p {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 26px;
}
#privacy-policy, #disclaimer, .spacer {
    display: inline-block;
}
#privacy-policy, #disclaimer{
    cursor: pointer;
}
.spacer{
    margin-left: 20px;
    margin-right: 20px;
}
.footer-links{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.social-links svg{
    width: 38px;
    height: 38px;
    fill: #c35c11;
}
.social-links svg:hover{
    fill: #ec9f22;
}
.social-links a:first-child{
    margin-right:20px;
}
/* The Modal (background) */
#privacy-modal, #disclaimer-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.50);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 90%;
  max-width: 1200px;
    height: auto;
    overflow: scroll;
    text-align: center;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modal-content h1 {
    font-family: "nexa-rust-sans-black-2", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #02626a;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}
#disclaimer-modal .modal-content h1{
    color: #c35c11;
}
.modal-content h3{
        font-family: "roboto-slab", serif;
    font-weight: 700;
    font-style: normal;
    color: #a29f9a;
    text-transform: uppercase;
    font-size: 22px;
}
.modal-content ul{
    list-style: disc;
    text-align: left;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.modal-content .col-md-12{
    overflow: scroll;
    height: auto;
    max-height: 80vh;
    padding: 40px;
}
/* The Close Button */
.close {
  color: #3e3e3e;
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
html.modal-open {
    overflow: hidden;
}

.image-grid .container {
  width: 100%;
  max-width: unset;
}
.image-grid .row {
  position: relative;
}
.image-grid [class*="col-"] {
  padding: 0;
}
.image-grid-left {
  background-image: url("/wp-content/uploads/2025/07/Gallery_Little-Girl-with-Sparkler-scaled.webp");
  background-position: center;
  min-width: 100%;
}
.image-grid-top {
  background-image: url("/wp-content/uploads/2025/07/Gallery_Group-in-front-of-Mural-scaled.webp");
  margin-bottom: 0px;
  background-position: center 30%;
}
.image-grid-bottom {
  background-image: url("/wp-content/uploads/2025/07/Gallery_Downtown-Austin-scaled.webp");
  background-position: center;
}
.image-grid-circle {
  background-image: url("/wp-content/uploads/2025/07/Gallery_Guitar-Player.webp");
  border-radius: 50%;
  background-size: cover;
}
.circle-container {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 10px solid white;
}
.image-grid-left, .image-grid-top, .image-grid-bottom {
  background-size: cover;
}
.image-grid .column.left {
  width: 43.75%;
}
.image-grid .column.right {
  margin-left: 10px;
  width: calc(56.25% - 10px);
}
.horizontal-scroll-container {
  overflow-y: hidden; /* Hide vertical scrollbar within this container */
  white-space: nowrap; /* Prevent content from wrapping */
  scrollbar-width: none; /* Hides the scrollbar */
    overflow-x: hidden;
}
.horizontal-content {
  display: inline-flex; /* Arrange items horizontally */
  /*  height: 100%;*/
}
.horizontal-item {
  padding: 80px 0;
  min-width: 100vw; /* Each item takes full viewport width */
  display: flex;
  justify-content: center;
  align-items: center;
  /*  overflow: hidden;*/
  /* Add other styling for horizontal items */
}
.horizontal-item.orange-wiggle .container {
  width: 100%;
  max-width: unset;
}
.horizontal-item .container {
  max-width: unset;
}
.container.map {
  width: 100%;
  max-width: unset;
  padding: 80px 20px 40px;
}
.map .column img {
  width: 152px;
  ;
}
.map p {
  font-family: "roboto-slab", serif;
  font-weight: 700;
  font-style: normal;
  color: #a29f9a;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 1.125px;
}
.map .row.text-center {
  justify-content: space-between;
  align-items: stretch;
}
.map .column {
  width: 100%;
  margin-bottom: 30px;
}
.map .row .col-lg-12 {
  padding: 0;
}
.horizontal-item p {
  font-size: 15px;
  line-height: 32px;
  text-wrap: wrap;
}
.orange-wiggle {
  background-image: url("/wp-content/themes/revelry/img/Orange_Wiggle-Background.svg");
}
.green-wiggle {
  background-image: url("/wp-content/themes/revelry/img/Green_Wiggle-Background.svg");
}
.yellow-wiggle {
  background-image: url("/wp-content/themes/revelry/img/Yellow_Wiggle-Background.svg");
}
.orange-wiggle p {
  font-weight: 700;
}
.deeply-rooted {
  max-width: unset;
  border: 11.25px solid #EC9F22;
  border-radius: 19px;
  transform: rotate(14deg);
  width: 77%;
  transform-origin: center;
}
.freely-you {
  max-width: unset;
  border: 11.25px solid #918A33;
  border-radius: 19px;
}
.col-3 .freely-you {
  transform: translateX(-50%) rotate(12deg);
  width: 145%;
}
.col-6 .freely-you {
  transform: rotate(12deg);
  width: 79%;
  transform-origin: center;
}
.boldly-creative {
  max-width: unset;
  border: 11.25px solid #83CEBE;
  border-radius: 19px;
}
.col-3 .boldly-creative {
  transform: translateX(15%) rotate(-10deg);
  width: 145%;
}
.col-6 .boldly-creative {
  transform: rotate(-10deg);
  width: 77%;
  transform-origin: center;
}
.boldly-copy, .deeply-copy, .freely-copy {
  padding: 0;
}
.revelry-way {
  width: 73%;
  padding-bottom: 75px;
}
.contact {
  padding: 110px 20px 120px;
  text-align: center;
}
.contact .container {
  width: 97%;
}
p.gform_description {
  color: #f3f3ea;
  font-size: 18px;
  line-height: 37px;
    margin: 0 auto 30px;
    max-width: 830px;
}
.dot-star {
  width: 15%;
    min-width: 90px;
}
.rev-hor {
  width: 91%;
}
#gform_3 .gfield_description, #gform_3 .gform-field-label {
  color: #ec9f22;
  text-align: left;
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .75px;
}
#gform_3 #input_3_5, #input_3_6_5_container {
  width: 100%;
}
#input_3_6 {
  align-items: center;
}
#gform_3 .gchoice_3_7_1 {
  align-self: center;
}
#gform_submit_button_3 {
  margin: 0 auto;
}
#gform_3 #input_3_5, #input_3_6_5, #input_3_1, #input_3_3, #input_3_8 {
  border: solid 3px #83cebe;
  background-color: #02626a;
  line-height: 48px;
  height: 48px;
  text-align: left;
  color: #fff;
}
#choice_3_7_1:focus, #gform_3 #input_3_5:focus, #input_3_6_5:focus, #input_3_1:focus, #input_3_3:focus, #gform_submit_button_3:focus, #input_3_8:focus {
  outline-color: #02626a;
}
#choice_3_7_1::before, #gform_confirmation_message_3 {
  color: #f3f3ea;
}
.gform-footer.gform_footer.top_label {
  flex-direction: column;
}
#gform_ajax_spinner_3 {
  border-block-end-color: #fff;
  border-inline-start-color: #fff;
}
#gform_3 .gfield-choice-input {
  border: solid 3px #83cebe;
  background-color: #02626a;
  height: 28px;
  width: 28px;
}
#gform_submit_button_3 {
  background-color: #ec9f22;
  color: #02626a;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1.875px;
  line-height: 24px;
  padding: 15px 38px;
  font-weight: bold;
  border-radius: 28px;
  margin-bottom: 20px;
}
#gform_3 .gform-field-label#label_3_7_1 {
  font-size: 19px;
  line-height: 28px;
}
#gform_3_validation_container {
  border: solid 2px #ffffff;
}
#gform_3_validation_container:focus {
  outline-color: #02626a;
}
#gform_3_validation_container h2.gform_submission_error {
  justify-content: center;
  color: #ffffff;
}
#gform_3_validation_container .gform-icon {
  color: #ffffff;
  border-color: #ffffff;
}
#gform_confirmation_message_3 h3{
    text-transform: uppercase;
    margin-bottom: 30px;
  color: #f3f3ea;
    padding-top: 30px;
}
@media (max-width: 980px) {
  .rev-mobile {
    direction: rtl;
  }
  #main-nav {
    justify-content: center;
  }
  #main-nav .container {
    padding: 0 40px;
  }
  .nav-logo img {
    padding: 20px 0;
  }
}
@media (min-width:981px) {
  .mob-only {
    display: none;
  }
  .boldly-copy, .deeply-copy, .freely-copy {
    padding: 0 30px 0 0;
  }
  .deeply-rooted, .col-6 .freely-you {
    transform-origin: top;
  }
  .col-6 .boldly-creative {
    transform-origin: bottom;
  }
  .map .column {
    width: auto;
  }
  .dot-border {
    border-left: dotted 8px #e4e0d8;
    border-right: dotted 8px #e4e0d8;
    padding: 0 90px;
  }
  .dots {
    border-left: dotted 8px #e4e0d8;
  }
  .container.map {
    width: 75.8%;
  }
  .map .row .col-lg-12 {
    padding: 0 30px;
  }
  .live-loud video, .chill-hard video {
    top: 23px;
    width: calc(100% - 46px);
    height: calc(100% - 46px);
  }
  .live-loud .vid-holder, .chill-hard .vid-holder {
    border-width: 9px;
    padding: 23px;
  }
  .front-image {
    position: absolute;
    top: 50%;
    left: -4%;
    transform: translate3d(-50%, -50%, -5px) rotate(-10deg);
    width: 30%;
    transition: left 1s ease-in-out; /* Animate transform over 0.5s */
  }
  .front-image.load {
    display: none;
  }
  .front-image img {
    border: 11.25px solid #83CEBE;
    border-radius: 19px;
  }
  .active .front-image {
    left: 25%;
  }
  .image-grid-top {
    margin-bottom: 10px;
  }
  .horizontal-content {
    height: 100%;
  }
  .horizontal-scroll-container {
    height: 100vh; /* Full viewport height for the container */
  }
  .horizontal-item p {
    font-size: 18px;
    line-height: 40px;
  }
  .container.map {
    padding: 80px 20px 120px;
  }
  h4 {
    font-size: 116px;
    line-height: 140px;
  }
    .modal-content h1 {
        font-size: 62px;
    }
    .modal-content .col-md-12{
        padding: 80px 60px;
    }
    .close {
        right: 25px;
    }
}
@media (min-width:1441px) {
  /*
    .map p{
        font-size: 30px;
        line-height: 39px;
        letter-spacing: 1.5px;
    }
*/
}