a.underline {
  border-bottom: 1px solid;
}

.module--video .vimeo-video,
.module--video .video-16-9 {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.module--video .vimeo-video iframe,
.module--video .video-16-9 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#opening-soon header,
header.large {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  position: relative;
}

#opening-soon header h1,
header.large h1 {
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

header.large h1 {
  text-transform: none;
  font-style: italic;
  text-transform: capitalize;
}

#opening-soon header::after,
header.large::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.os-content {
  padding: 80px;
}

.os-content h2 {
  line-height: 1.5;
}

.os-blocks {
  margin: 60px 0;
}

.os-blocks .single {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  padding: 30px 0;
}

.os-blocks .single:first-child {
  border-top: 1px solid;
}

.os-blocks .single .title {
  width: 33.34%;
}

.os-blocks .single .title h3 {
  color: #333333;
  font-size: 24px;
  margin: 0px 0 15px;
  font-weight: bold;
}

.os-blocks .single .title p.address {
  margin-bottom: 15px;
  color: #575757;
}

.os-blocks .single .title p.opening-text {
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.os-blocks .single .title p {
  font-size: 16px;
}

.os-blocks .single .details {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 33.34%;
}

.os-blocks .single .details .hiring a {
  color: #5d7f29;
  font-size: 18px;
  line-height: 1.44;
  text-transform: none;
}

.os-blocks .single .details .button-wrapper {
  padding: 0 30px;
}

.os-blocks .single .details .button-wrapper a.button {
  background: #85b934;
  text-transform: uppercase;
  border: 2px solid #85b934;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.83;
  padding: 6px 15px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.os-blocks .single .date {
  width: 33.34%;
}

.os-blocks .single .date .date-countdown {
  margin: 0;
  text-align: center;
}

.os-blocks .single .date .date-countdown .s {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
  font-size: 0;
  text-align: left;
}

.os-blocks .single .date .date-countdown .label {
  font-size: 12px !important;
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin: 0;
}

.os-blocks .single .date .date-countdown .s span {
  font-size: 50px;
}

.header__chosen-location {
  flex: none !important;
  -ms-flex: none !important;
}

.header__coming-soon {
  flex: 1 0 150px;
  -ms-flex: 1 0 150px;
  background: url("/wp-content/themes/burgerfi-redesign/assets/img/24px_time-clock.png")
    left 10px no-repeat;
  background-size: 16px auto;
  display: block;
  -webkit-box-flex: 1;
  font-family: BrandonGrotesque-Bold;
  margin-left: 30px;
  padding-left: 25px;
  padding-top: 11px;
  text-align: left;
  text-transform: uppercase;
}

#menu-desktop-menu li a {
  color: #000 !important;
}

.header__up--transparent-on-desktop #menu-desktop-menu li a {
  color: #fff !important;
}

#menu-desktop-menu li a:hover,
.header__up--transparent-on-desktop #menu-desktop-menu li a:hover {
  color: #97cc46 !important;
}

.header__up--transparent-on-desktop .header__coming-soon a,
.header__up--transparent-on-desktop #menu-desktop-menu li a {
  color: #fff;
}

.menu-and-sections {
  z-index: 1;
}

.menu-footer-menu-container {
  flex: 0 0 100% !important;
}

.menu-social-menu-container--footer {
  flex: 0 0 100% !important;
  text-align: center !important;
  margin-top: 40px !important;
}

.text_over_image__img-wrap--video {
  padding-bottom: 52.275% !important;
}

.vid-delay {
  /* display: none; */
  /* -webkit-animation: 46s ease 0s normal forwards 1 fadein;
  animation: 46s ease 0s normal forwards 1 fadein; */
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.custom-modal-shortcode {
  padding: 0;
  max-width: 900px;
}

.modal-promo-wrapper {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  min-height: 575px;
}

.modal-promo-wrapper .subtext {
  font-size: 12px;
  line-height: 1.3;
  color: #6f6f6f;
  margin-top: 60px;
}

.modal-promo-wrapper div.content {
  width: 50%;
  padding: 80px 50px 30px;
}

.modal-promo-wrapper .title {
  margin-bottom: 20px;
}

.modal-promo-wrapper .image {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-promo-wrapper img {
  object-fit: cover;
	object-fit: contain;
  height: 100%;
}

.cust_video_embed {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.cust_video_embed .video_embed_playpause {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  opacity: 1;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  z-index: 10000;
  cursor: pointer;
}

#main .playpause_button img {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.cust_video_embed .playpause_button svg path {
  fill: white;
}

.four-line-article-date p {
  color: #6e6f72 !important;
}

.intro-video {
  margin: 40px auto;
}

.intro-video iframe {
  height: 655px;
  width: 100%;
}

@media all and (max-width: 1068px) {
  .os-content {
    padding: 40px;
  }

  .os-blocks .single .date .date-countdown .s {
    margin: 0;
  }

  .os-blocks .single .date .date-countdown .s span {
    font-size: 38px;
  }
}

@media all and (max-width: 950px) {
  .header__coming-soon {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .os-blocks,
  .os-blocks .single .date .date-countdown .s {
    text-align: center;
  }

  .os-blocks .single .date .date-countdown {
    padding: 30px 0;
  }

  .os-blocks .single,
  .os-blocks .single .details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .os-blocks .single .title,
  .os-blocks .single .date,
  .os-blocks .single .details {
    width: 100%;
  }

  .modal-promo-wrapper {
    flex-wrap: wrap;
  }

  .modal-promo-wrapper div.content {
    width: 100%;
    padding: 50px 30px 30px;
  }

  .modal-promo-wrapper .image {
    position: static;
    height: 250px;
    width: 100%;
    overflow: hidden;
    /* display: none !important; */
	  margin-top:14px;
  }
  .modal-promo-wrapper img {
    object-fit: cover;
    height: 100%;
    object-position: center;
  }
}

.text_over_image__desktop-links {
  color: white;
}

.text_over_image__headline.larger {
  font-size: 106px;
  font-weight: 900;
  font-family: "BrandonGrotesque-Bold";
  width: 435px;
  line-height: 1.24;
  padding-top: 90px;
}

.input-wrap.error {
  border-color: red;
}

/* All Gravity Form Styles */

/* submit buttons */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  border: 2px solid #85b934;
  color: #000;
  display: inline-block;
  background: #85b934;
  border-radius: 3px;
  font-family: BrandonGrotesque-Bold;
  letter-spacing: 0.5px;
  line-height: 1.83;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  margin-top: 0px;
  text-align: left;
}

/* Select Inputs */
.gform_wrapper select {
  border: 2px solid #c5c5c5;
  text-align: left;
  height: 48px;
  padding: 5px 20px !important;
}

.gform_wrapper .gform_body .chosen-container-multi .chosen-choices {
	height: 50px;
	line-height: 50px;
	border: 2px solid #c2c2c2;
  background-image: none;
}

.gform_wrapper .gform_body .chosen-container-multi .chosen-choices li.search-choice {
  background: #98c848;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.gform_wrapper .gform_body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	line-height: 50px;
	font-size: 14px !important;
	height: 50px;
}

.gform_wrapper .gform_body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 17px;
}

.gform_wrapper .gform_body .chosen-container-multi .chosen-choices li.search-choice {
  padding-left: 15px;
}

.gform_wrapper .gform_body .chosen-container .chosen-results li.highlighted {
  background-color: #98c848;
  background-image: none;
  color: #fff;
}

.gform_wrapper .gsection {
  border-bottom: 0!important;
  margin-bottom: 0!important;
}

/* text inputs */
.ginput_container.ginput_container_text,
.ginput_container.ginput_container_name input {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
  text-align: left;
}

/* textarea inputs */
.ginput_container.ginput_container_textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
  text-align: left;
}

/* email inputs */
.ginput_container.ginput_container_email {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
}

/* phone inputs */
.ginput_container.ginput_container_phone {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
}

/* address inputs */
.ginput_container.ginput_container_address {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
}

/* number inputs */
.ginput_container.ginput_container_number {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
}

.gform_wrapper .instruction {
	color: #98c848;
	padding: 5px 20px;
}

/* date inputs */
.ginput_container.ginput_container_date {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #c5c5c5;
}
.gform_wrapper .top_label li.gfield.gf_left_half:before {
  display: none !important;
}

/* file upload fields */
#field_1_25 {
  text-transform: uppercase;
  color: #85b934;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
  margin-bottom: 0px;
}

#field_1_26 {
  text-transform: uppercase;
  color: #85b934;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#field_1_27 {
  text-transform: uppercase;
  color: #85b934;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin-bottom: -15px;
}

@media only screen and (min-width: 641px) .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium {
  width: calc(100% - 8px);
}

.ginput_container.ginput_container_fileupload {
  width: 100%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100%;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

.gform_wrapper form li:marker,
.gform_wrapper li:marker {
  color: #85b934;
}

.gform_wrapper .top_label .fullwidth input.medium {
  width: 100% !important;
  text-align: right;
}

/* REAL ESTATE FORM */

#gform_1 {
  width: 900px;
}

.page-real-estate .wysiwyg {
  max-width: 100%;
}

#gform_previous_button_1 {
  display: none;
}

.gform_wrapper #gform_1 ul.gform_fields li.gfield {
  padding-right: 0;
  padding-left: 0;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 5px 20px !important;
}

.module--callout_circle {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 30px;
  position: relative;
}

.module--callout_circle.has-background:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.module--callout_circle .single-callout {
  padding: 40px;
  text-align: center;
  display: inline-block;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}

.module--callout_circle .single-callout:hover {
  text-decoration: none;
  border-bottom: 0;
  opacity: 0.7;
}

.module--callout_circle .single-callout img {
  display: inline-block;
  border: 2px solid #85b934;
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  max-width: 250px;
  height: 250px!important;
}

.module--callout_circle .single-callout br {
  display: none;
}

.module--callout_circle .single-callout h3 {
  display: inline-block;
  width: 100%;
  color: black;
  text-transform: none;
  font-size: 36px;
  padding-top: 40px;
}

.module--callout_circle.has-background .single-callout h3 {
  color: white;
}

.module--callout_circle .single-callout .break {
  width: 100px;
  height: 2px;
  background: #85b934;
  display: inline-block;
  margin: auto;
  padding: 0;
}

.header {
  z-index: 3;
}

.flex-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.cards-wrapper {
  padding: 80px;
  position: relative;
  z-index: 2;
}

.cards-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: #85b934;
}

.cards-wrapper .single-card {
  padding: 0 40px;
}

.car#franchisee-score {
	background: #98c848;
	text-align: center;
	color: white;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	letter-spacing: 0.49px;
}: 0;
  overflow: hidden;
  padding: 0 0 55%;
  position: relative;
}

.cards-wrapper .single-card .single-image img {
  object-fit: cover;
  object-position: center;
  display: inline-block;
  height: 100%;
  position: absolute;
}

.page-id-3273 header.large {
  padding: 210px 0px;
}

.truck-form-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.truck-form-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  display: block;
}

.truck-form-wrapper {
  z-index: 1;
}

.truck-form-wrapper .gform_wrapper select {
  background: white;
}
menu-disclaimer__body
}

.truck-form-wrapper .inner aside {
  width: 35%;
  text-align: center;
}

.truck-form-wrapper .inner {
  padding: 60px 0;
}

.truck-form-wrapper .inner p {
  color: white;
}

.truck-form-wrapper .inner a {
  color: #85b934;
  text-transform: none;
}

.truck-form-wrapper .icons img {
  max-width: 60px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.truck-form-wrapper .icons a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
  font-size: 24px;
}

.truck-form-wrapper .icons a:hover {
  text-decoration: none;
  border-bottom: none;
}

aside .totals {
  background: #85b934;
  width: 300px;
  margin: auto;
  border-radius: 10px;
  padding: 15px;
}

aside .totals h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

aside .totals {
  padding: 20px;
}

aside .totals p {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

aside .totals p::after {
  content: "";
  width: 42px;
  height: 2px;
  background: #000;
  display: block;
  margin: 10px auto;
}

aside .totals .warning {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#total-price {
  color: white;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 1px;
}

.truck-form-wrapper .gform_wrapper.gf_browser_gecko select {
  line-height: 1;
  padding: 0;
  line-height: 48px;
}

.truck-form-wrapper .gform_wrapper.gf_browser_gecko select {
  min-height: 0;
  line-height: 48px;
  height: 48px;
  padding-left: 14px;
}

.truck-form-wrapper input {
  line-height: 48px;
  height: 48px;
}

.truck-form-wrapper #input_2_8 {
  width: 100%;
}

.truck-form-wrapper .gform_wrapper ul.gform_fields {
  margin-left: -25px !important;
  margin-right: -26px !important;
  padding: 0 !important;
}

.truck-form-wrapper .gform_wrapper label {
  font-size: 15px !important;
  letter-spacing: 0.5px;
}

.list-item-results {
  padding-top: 30px;
  display: flex;
}

.list-item-results .single-result {
  margin-right: 10px;
  color: white;
}

.truck-form-wrapper h2 {
  color: #85b934;
  font-size: 40px;
  font-weight: bold;
}

.truck-form-wrapper form input[type="date"],
.truck-form-wrapper form input[type="email"],
.truck-form-wrapper form input[type="number"],
.truck-form-wrapper form input[type="password"],
.truck-form-wrapper form input[type="tel"],
.truck-form-wrapper form input[type="text"],
.truck-form-wrapper form input[type="time"],
.truck-form-wrapper select,
.truck-form-wrapper textarea {
  border: 2px solid #85b934;
}

.button.light-green {
  background: #85b934;
  color: white !important;
  padding: 0px 20px;
  display: inline-block;
  border-bottom: 0;
  height: 48px;
  line-height: 48px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.button.light-green:hover {
  background: #303030;
}

.food-truck-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.truck-form-wrapper #food-truck-items {
  width: calc(50% - 20px);
}

.food-truck-info-wrapper .button.light-green {
  width: calc(50% - 20px);
  text-align: center;
}

.truck-form-wrapper #food-truck-items {
  background: #85b934;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

body .truck-form-wrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body
  .truck-form-wrapper
  .gform_wrapper
  .top_label
  .ginput_container.ginput_container_select {
  margin-top: 5px !important;
}

.truck-form-wrapper .gform_wrapper .gform_footer input[type="submit"] {
  color: white;
  border-radius: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.remove-list-item {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  color: #85b934;
  font-weight: bold;
}

.list-item-results .single-result {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.truck-form-wrapper .totals p {
  color: black;
}

.page-template-page-modules .modules img {
  width: auto;
}

.upcoming-locations {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 30px;
}

.upcoming-locations .single-location {
  width: 30%;
  text-align: center;
  margin-bottom: 30px;
}

.upcoming-locations .single-location h3 {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  color: #303030;
}

.upcoming-locations .single-location p {
  margin-top: 10px;
  color: #303030;
}

.upcoming-locations .single-location h3::after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  margin: 15px auto;
  background: white;
}

.upcoming-locations .single-location p {
  font-size: 20px;
}

header.large {
  text-align: center;
}

header.large .subtitle {
	background-image: url('/wp-content/themes/burgerfi-redesign/images/page-banner.png');
	padding: 12px 75px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align: center;
	color: white;
	z-index: 100;
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

header.large .subtitle h4 {
	text-transform: capitalize!important;
}

.page-template-page-modules .modules .follow-us {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 70px 0;
}

.page-template-page-modules .modules .follow-us h3 {
  text-align: center;
  width: 100%;
}

.follow-us .social img {
  width: auto;
}

.follow-us .social h4 {
  display: flex;
  align-items: center;
}

.follow-us .social img {
  margin-right: 10px;
}

.follow-us .social {
  margin-top: 30px;
}

.follow-us .social img {
  width: 40px;
}

.follow-us .social h4 {
  color: #85b934;
}

.gform_wrapper .datepicker {
	width: 100% !important;
}

.truck-intro h2 {
  font-size: 44px!important;
  text-transform: none!important;
  color: #85b934!important;
}

.video__play-btn {
  cursor: pointer;
}

.video__play-btn:hover {
  opacity: 0.8;
}

.video-player--active {
	pointer-events: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.menu-disclaimer__body {
  max-width: 900px;
}

@media all and (max-width: 991px) {
  .module--callout_circle {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media all and (max-width: 768px) {
  .flex-wrapper,
  .truck-form-wrapper .inner {
    flex-wrap: wrap;
  }

  .truck-form-wrapper .inner section,
  .truck-form-wrapper .inner aside {
    width: 100%;
  }

  .cards-wrapper .single-card {
    padding: 0 0;
    margin-bottom: 30px;
  }

  .cards-wrapper {
    padding: 30px;
  }

  .upcoming-locations .single-location {
    width: 100%;
  }

  .menu-desktop-menu-container {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise-slider-wrapper {
  display: flex;
  height: 80vh;
  width: 100%;
  min-height: 400px;
  max-height: 700px;
  padding: 0px;
  position: relative;
}

.franchise-slider-wrapper #franchise-slider {
  width: 50%;
  position: initial;
}

.franchise-slider-wrapper .swiper-slide {
  background: #d7efb0;
}

.franchise-slider-wrapper .swiper-pagination-vertical.swiper-pagination-bullets, 
.franchise-slider-wrapper .swiper-vertical > .swiper-pagination-bullets {
	right: 40px;
}

.franchise-slider-wrapper .burger-image {
  width: 50%;
  height: 80vh;
  max-height: 700px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.franchise-slider-wrapper .burger-image img {
  width: 400px;
  position: relative;
}

.slide-content img {
  width: auto;
}

.slide-content {
	text-align: left;
	width: 100%;
	padding: 0 60px;
}

.franchise-slider-wrapper .slide-content {
  padding: 0 100px;
}

.slide-content .pre {
  color: #98c848;
  font-size: 22px;
  display: block;
  margin-bottom: 18px;
}

.slide-content h2 {
  margin-bottom: 18px;
}

.franchise-slider-wrapper .swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 0;
}

.franchise-slider-wrapper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.franchise-slider-wrapper .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
}

.franchise-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #98c848;
}

#franchise-header-slider .slide-content {
  text-align: left;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1060px;
  z-index: 2;
}

#franchise-header-slider .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}

.imageRot {
  -webkit-animation:spin 1s ease-in-out;
   -moz-animation:spin 1s ease-in-out;
   animation:spin 1s ease-in-out;
}
@-moz-keyframes spin {
   100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@-webkit-keyframes spin {
   100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}
@keyframes spin { 
   100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

/* Franchise Header Slider */
#franchise-header-slider .swiper-slide {
	background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  padding: 0 0 55%;
}

#franchise-header-slider h2 {
	color: white;
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}

#franchise-header-slider .slider-subheader {
	color: #98c848;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0.73px;
	text-transform: uppercase;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}

#franchise-header-slider .button {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
  display: inline-block;
  border-radius: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

#franchise-header-slider .button.green {
	background: #98c848;
	border: 1px solid #98c848;
  margin-right: 30px;
}

#franchise-header-slider .button.green:hover {
  color: white;
  background: #333333;
  border-color: #333333;
}

#franchise-header-slider .button.ghost {
	border: 1px solid #98c848;
	color: white;
}

#franchise-header-slider .button.ghost:hover {
  background: #333333;
  border-color: #333333;
	color: white;
}

/* Franchisee form */
#franchisee-score {
  position: relative;
  margin: 0;
  display: none;
}

#franchisee-score .score-content-wrapper {
	background: #98c848;
	text-align: center;
	color: white;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	letter-spacing: 0.49px;
}

.score-message {
	position: absolute;
	top: 50%;
	padding: 0 84px;
	text-align: center;
	font-size: 22px;
  width: 100%;
}

.fl-module-content .fl-rich-text .btn.green {
  color: #333!important;
  text-decoration: none;
}

.fl-module-content .fl-rich-text .btn.green:hover {
  text-decoration: none;
  border-bottom-color: #85B934;
}

.read-more-reveal.btn.green {
  cursor: pointer;
}

.read-more-reveal-content {
  display: none;
}


.logo_holder {
  width: 25%;
  max-width: 180px;
  position: relative;
  left: 0px;
  top: 0px;
  /* padding-left: clamp(30px, 30%, (100% - 1060px)/2); */
  margin-bottom: 0;
}

.logo_holder img {
  object-fit: contain;
  height: unset !important;
}

.overflow-hidden { overflow:hidden; }


@media all and (max-width: 991px) {
  #franchise-header-slider h2 {
    font-size: 60px;
    line-height: 1;
  }
}

@media all and (max-width: 768px) {
  .franchise-slider-wrapper {
    flex-wrap: wrap;
  }

  .franchise-slider-wrapper .burger-image,
  .franchise-slider-wrapper #franchise-slider {
    width: 100%;
  }

  #franchise-header-slider .swiper-slide {
    padding: 0 0 100%;
  }

  #franchise-header-slider h2 {
    font-size: 36px;
  }

  #franchise-header-slider .slider-subheader {
    font-size: 24px;
  }

  #franchise-header-slider .button {
    margin-bottom: 10px;
  }
}



/* FOR VIRTUAL TOUR */
.vt_full_height {
  /* nothing for now */
}

.vt_full_height .fl-module-html {
  height: 100vh;
}

.vt_full_height .fl-module-html .fl-module-content {
  height: 100%;
  position: relative;
}

.vt_full_height .fl-module-html .fl-module-content .fl-html {
  height: 100%;
}

.vt_full_height .fl-module-html .fl-module-content .fl-html img {
  object-fit: cover;
}

.absolute_take_a_look {
  position: absolute;
  z-index: 1;
  top: 30%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.absolute_take_a_look .fl-module-content {
  position: relative;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*
.content_inner h2:first-child {
  display: none;
}
*/



/* ARAM ADDED AUG 15 2022 */

/*
#home-header-slider .fl-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
*/

.home-header-slider-wrapper {
    display: flex;
    height: auto;
    width: 100%;
    padding: 0px;
    position: relative;
    aspect-ratio: 150/45;
}

.home-header-slider-wrapper .mobile_img {
	display:none;
}

@media screen and (max-width: 576px) {
	.home-header-slider-wrapper {
		aspect-ratio: 200/300;
	}
	
	.home-header-slider-wrapper .mobile_img {
		display:block;
	}
	
	.home-header-slider-wrapper .full_img {
		display:none;
	}
	
}


#home-header-slider .swiper-slide .swiper-slide-title {
	text-transform: uppercase;
    font-size: 80px !important;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 2.3px;
    color: #fff;
}


#home-header-slider p.swiper-slide-subheader {
	font-size: 40px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: 1.15px;
  color: #fff;
}


#home-header-slider .buttons a {
  background: #85b934;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    margin: 30px 0 30px;
    border: 2px solid #85b934;
    color: #000;
	display: none;
}

#home-header-slider .buttons a:hover {
  background-color: #ffffff;
}

#home-header-slider .swiper-pagination {
  text-align: left;
  padding-left:  calc( (100% - 1200px)/2 ) !important;
  bottom: 24px !important;
}

#home-header-slider .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}

#home-header-slider .swiper-pagination-bullet-active {
  background-color: #85B934 !important;
}

/*
#home-header-slider .swiper-slide {
  padding-left: calc( ((100% - 1440px)/2 ) + 20px) !important;
  padding-right:  calc(((100% - 1440px) / 2) + 20px + 10%) !important;
  padding-right:  40% !important;
  background-position: center right !important;
  background-size: cover !important;
}
*/

#home-header-slider .slide-content {
  padding: 0 0px;
}

body .wysiwyg {
  padding: inherit !important;
}

.order-tout__headline {
  cursor: pointer;
}

body .modules .order_prompt__item-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1440px) {

  #home-header-slider .swiper-slide {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}


@media screen and (max-width: 992px) {

  #home-header-slider .swiper-slide .swiper-slide-title {
      font-size: 70px !important;
  }


  #home-header-slider p.swiper-slide-subheader {
    font-size: 38px;
  }

}




@media screen and (max-width: 768px) {

  #home-header-slider .swiper-slide .swiper-slide-title {
      font-size: 50px !important;
  }


  #home-header-slider p.swiper-slide-subheader {
    font-size: 30px;
  }

}




body .modal-promo-wrapper {
  max-width: 900px !important;
  width: 98% !important;
}

@media screen and (max-width: 768px) {

  body .modal-promo-wrapper {
    flex-direction: column !important;
  }

  body .modal-promo-wrapper .image {
    position: relative;
    max-width: 500px;
    width: 100%;
  }

}








/* NEWEST ADDED */
#header {
    z-index: 999;
}


@media only screen and (max-width: 768px) {

  .page-template-page-modules .modules img {
      object-fit: cover;
  }

  .page-about.page-template-page-modules .modules img {
    object-position: right; 
  }

}


@media only screen and (max-width: 600px) {
    .swiper-slide {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    h2.the_page_title {
        display:none;
    }
}

@media only screen and (max-width: 395px) {
    div.menu-up-container a {
        font-size: 9px;
        letter-spacing: .25px;
        padding: 5px 7px;
    }
}

.modules .wysiwyg {
    margin: 0 !important;
    width: 100%;
    display: block !important;
    max-width: none !important;
}


@media only screen and (min-width: 48em) {
    .card_set__cards {
        flex-wrap: wrap;
    }
	
    body .card {
        margin: 0;
        border-style: solid;
        border-width: 10px;
        border-color: #fff;
    }
	
}


#button_holder {
	display:flex;
	width:100%;
	padding:15px 30px;
	background-color:RGB(0,0,0,.85);
	position: relative;
	z-index: 999;
	left:0;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

@media only screen and (max-width: 800px) {
	#button_holder {
		flex-direction: column;
	}
	
	a.btn.btn--big.btn--bigger {
		width: 100%;
		text-align: center;
	}
}

