@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "RoyalAmbition";
  src: url("/wp-content/themes/tivala-main/assets/fonts/RoyalAmbitionScript.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* GENERIC */
.last-section-footer-padding {
  padding-bottom: 800px;
}
@media all and (max-width: 2200px) {
  .last-section-footer-padding {
    padding-bottom: 700px;
  }
}
@media all and (max-width: 1900px) {
  .last-section-footer-padding {
    padding-bottom: 600px;
  }
}
@media all and (max-width: 1025px) {
  .last-section-footer-padding {
    padding-bottom: 750px;
  }
}
@media all and (max-width: 600px) {
  .last-section-footer-padding {
    padding-bottom: 1350px;
  }
}

html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  height: 100%;
  font-family: "Raleway", regular;
  font-weight: 400;
}

p {
  margin-bottom: 2px;
  margin-top: 0px;
  line-height: 30px;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px !important;
  margin-bottom: 0px;
  word-break: break-word;
}

h1 {
  font-size: 100px;
}
@media all and (max-width: 1025px) {
  h1 {
    font-size: 74px;
  }
}
@media all and (max-width: 600px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 64px;
}
@media all and (max-width: 1025px) {
  h2 {
    font-size: 54px;
  }
}
@media all and (max-width: 600px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 30px;
}
@media all and (max-width: 600px) {
  h3 {
    font-size: 28px;
  }
}

h1, h2, h3 {
  font-weight: 400;
}

button {
  border: unset;
  background-color: unset;
  color: unset;
  transition: all 0.1s;
  cursor: pointer;
}

input, textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  font-size: 20px;
}

/* MAIN CONTAINER */
.main-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main-container-inner {
  flex: 1 0 auto;
}
@media all and (max-width: 1240px) {
  .main-container-inner {
    width: 100%;
  }
}

.section-title {
  font-size: 35px !important;
}

.contained-width {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0px 100px !important;
}
@media all and (max-width: 700px) {
  .contained-width {
    padding: 0px 40px !important;
  }
}

body * {
  box-sizing: border-box;
}

.container-push .panel-grid-cell .panel-cell-style {
  display: flex;
  flex-direction: column;
}
.container-push .panel-grid-cell .panel-cell-style .so-panel:first-child {
  flex: 1;
}

.contact-form-image-absolute {
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1200px) {
  .contact-form-image-absolute {
    margin-top: 120px;
  }
}

@media all and (max-width: 1000px) {
  .media-1000-none {
    display: none !important;
  }
}

.media-1000-show {
  display: none !important;
}
@media all and (max-width: 1000px) {
  .media-1000-show {
    display: flex !important;
  }
}

/* -------- GLOBAL STYLES FOR COMPONENTS -------- */
/* -------- MEDIUM BUTTONS -------- */
.notched-button-light {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light:hover span {
  color: black !important;
}
.notched-button-light:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 99% 99% 99% 99%;
}
.notched-button-light img {
  display: block;
}
.notched-button-light a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark:hover span {
  color: #A28771 !important;
}
.notched-button-dark:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-black.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark img {
  display: block;
}
.notched-button-dark a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark-brown {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown:hover span {
  color: white !important;
}
.notched-button-dark-brown:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-brown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark-brown img {
  display: block;
}
.notched-button-dark-brown a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #A28771;
  font-weight: 500;
}

.notched-button-gray {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray:hover span {
  color: #E5DAD1 !important;
}
.notched-button-gray:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-gray.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-gray img {
  display: block;
}
.notched-button-gray a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #70635a;
  font-weight: 500;
}

.notched-button-black {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-black:hover span {
  color: #E5DAD1 !important;
}
.notched-button-black:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-black.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-black img {
  display: block;
}
.notched-button-black a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-black a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: black;
  font-weight: 500;
}

/* -------- END OF MEDIUM BUTTONS -------- */
/* -------- SHORT BUTTONS -------- */
.notched-button-light-short {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light-short:hover span {
  color: black !important;
}
.notched-button-light-short:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-white-short.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 99% 99% 99% 99%;
}
.notched-button-light-short img {
  display: block;
}
.notched-button-light-short a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light-short a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark-short {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-short:hover span {
  color: #A28771 !important;
}
.notched-button-dark-short:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-black-short.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark-short img {
  display: block;
}
.notched-button-dark-short a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-short a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark-brown-short {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown-short:hover span {
  color: white !important;
}
.notched-button-dark-brown-short:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-brown-short.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark-brown-short img {
  display: block;
}
.notched-button-dark-brown-short a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown-short a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #A28771;
  font-weight: 500;
}

.notched-button-gray-short {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray-short:hover span {
  color: white !important;
}
.notched-button-gray-short:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-gray-short.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-gray-short img {
  display: block;
}
.notched-button-gray-short a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray-short a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #70635a;
  font-weight: 500;
}

/* -------- END OF SHORT BUTTONS -------- */
/* -------- LONG BUTTONS -------- */
.notched-button-light-long {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light-long:hover span {
  color: black !important;
}
.notched-button-light-long:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-white-long.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 99% 99% 99% 99%;
}
.notched-button-light-long img {
  display: block;
}
.notched-button-light-long a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-light-long a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark-long {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-long:hover span {
  color: #A28771 !important;
}
.notched-button-dark-long:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-black-long.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark-long img {
  display: block;
}
.notched-button-dark-long a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-long a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #E5DAD1;
  font-weight: 500;
}

.notched-button-dark-brown-long {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown-long:hover span {
  color: white !important;
}
.notched-button-dark-brown-long:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-brown-long.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-dark-brown-long img {
  display: block;
}
.notched-button-dark-brown-long a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-dark-brown-long a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #A28771;
  font-weight: 500;
}

.notched-button-gray-long {
  position: relative;
  display: inline-block;
  transition: filter 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray-long:hover span {
  color: white !important;
}
.notched-button-gray-long:hover {
  background-image: url("/wp-content/uploads/images/buttons/ticket-button-bg-gray-long.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.notched-button-gray-long img {
  display: block;
}
.notched-button-gray-long a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.notched-button-gray-long a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #70635a;
  font-weight: 500;
}

/* -------- END OF LONG BUTTONS -------- */
/* -------- UTILITY -------- */
.text-align-c {
  text-align: center;
}

.display-center-horizontal {
  display: flex;
  justify-content: center;
}

.gold-line-divider {
  height: 6px;
  width: 100%;
  background: transparent linear-gradient(270deg, #AA884D 0%, #664320 22%, #A5804F 41%, #F6E1B6 60%, #DAB77F 78%, #896233 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.blank-section-title-light {
  color: #E5DAD1;
  padding-bottom: 18px;
}

.blank-section-title-dark {
  color: #2d1e17;
  padding-bottom: 18px;
}

.padding-button-text {
  padding-bottom: 20px;
}/*# sourceMappingURL=main-style-design.css.map */