/*Layouts css goes here*/
:root {
 --f_header: "montserrat", "helvetica", sans-serif;
  --black: #2b2b2b;
}

.hero-row {
 background-image: url('https://saltlakeexpress.com/wp-content/uploads/sites/4/2017/10/SLEAirport.jpg');
  background-size: cover;
  line-height: 1.6em;
}
.hero-row .row {
 display: flex;
  align-items: center;
  padding: 50px 0;
  gap: 20px;
}
.hero-row h1, .hero-row h4 {
 margin-bottom: .5em;
  line-height: 1.2em;
}
.hero-row h4 {
 font-size: 28px; 
  font-weight: normal;
}

/* INVESP Redesign Styles */
.usps {
  display: flex;
  padding-left: 0;
  align-items: center;
  justify-content: space-evenly;

  list-style: none;
  text-align: center;
}
.usps li {
 display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.usps h3 {
 margin-top: 0; 
  margin-bottom: 0;
}

.marker-link, .fast-facts {
 font-family: var(--f_header); 
  display: flex;
  align-items: center;
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  width: 100%;

}
.marker-link:before, .fast-facts:before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 4px;
  width: 24px;
}
.marker-link:before {
  background-image: url("https://saltlakeexpress.com/wp-content/uploads/sites/4/2025/07/map-marker.svg"); 
}
.fast-facts-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.fast-facts-container>li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
.fast-facts.fast-facts-price:before {
  background-image: url("https://saltlakeexpress.com/wp-content/uploads/sites/4/2025/07/price.svg");
}
.fast-facts.fast-facts-distance:before {
  background-image: url("https://saltlakeexpress.com/wp-content/uploads/sites/4/2025/07/distance.svg");
}
.fast-facts.fast-facts-duration:before {
  background-image: url("https://saltlakeexpress.com/wp-content/uploads/sites/4/2025/07/duration.svg");
}
.fast-facts {
  justify-content: space-between;
}  

.shadow-container {
  align-items: flex-start;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 40px;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.hero-bg {
 position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-hero-image {
 min-height: 50vh;
  padding-top: 20vh;
  padding-bottom: 1em;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.pre-heading {
 text-transform: uppercase;
  font-family: var(--f_header);
}
.pre-heading~h1, .pre-heading~h2, .pre-heading~h3 {
 	margin-top: 0; 
}

.on-page-button {
 border-radius: 100px;
  font-family: var(--f_header);
  background-color: var(--main-blue);
  align-items: center;
    align-self: stretch;
    background: #0082c5;
    border: 0;
    border-radius: 36px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
    color: #fff;
    display: flex;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -.28px;
    margin-top: 32px;
    max-width: 408px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.banner-container {
  border-radius: 20px;
  background: linear-gradient(133deg,#522f92 -5.96%,#0082c5);
  overflow: hidden;
  color: white;
  font-family: var(--f_header);
  font-size: 18px;
}
.badge {
  align-items: center;
  background: #f6f2fe;
  border-radius: 4px;
  color: #522f92;
  display: flex;
  font-family: var(--f_header);
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: -.2px;
  line-height: 26.4px;
  margin-bottom: 16px;
  padding: 0 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* END INVESP REDESIGN */

.reverse {
 color: rgba(255,255,255,.6); 
}
.reverse h1, .reverse h4 {
 color: rgba(255,255,255,1); 
  
}

.wpc-menu ul li a {
 color: #333; 
}
.wpc-menu ul {
 box-shadow: 0 9px 14px rgba(0, 0, 0, 0.3);
 border-radius: 0 0 15px 15px; 
 overflow: hidden;
}

.mobile-booking iframe {
 min-height: 370px; 
  overflow: hidden;
}
.card {
 background: white;
  padding: 15px;
  border-radius: 10px;
}

/* no bottom margin on cover block */
.no-bottom-spacing *[class^="wp-block"], .no-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 800px) {
	.mobile-booking {
		order: 2;
      margin: 0 20px;
	}
  .mobile-booking iframe {
    width: 100%;
    min-height: 550px;
  }
  .hero-row .row {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .card {
    width: 100%;
  }
}


.landing, .featured-row {
  background:#226386;
  overflow: hidden;
  position: relative;
}

.st-george-bg {

}
 
.featured-row-image {
 position: absolute;
  width: 100%;
  height: 100%;
  object-fit:cover;
  left: 0;
} 
/* some custom styling for the gift-cards page */
.flex-formgroup .forminator-field {
	display: flex;
  flex-wrap: wrap;
}
.flex-formgroup .forminator-field .forminator-label, .flex-formgroup .forminator-description {
 width: 100%; 
}
.flex-formgroup .forminator-radio {
  border-radius: 10px;
   padding: 15px;
  margin-right: 10px !important;
  border: 1px solid #ccc;
  margin: 0;
  
}
.flex-formgroup .forminator-radio:hover {
 background: #0082c5;
  color: white;
}

.flex-formgroup .forminator-radio input {

}
/* Silly fix for forminator styles to keep all radio selectors same height */
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type, .forminator-ui.forminator-custom-form[data-design=default] .flex-formgroup .forminator-radio:not(.forminator-radio-inline):first-of-type, .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):last-of-type, .forminator-ui.forminator-custom-form[data-design=default] .flex-formgroup .forminator-radio:not(.forminator-radio-inline):last-of-type {
 margin-top: 20px !important;
  margin-bottom: 20px !important;
}


/* This is to allow the featured-row background image to span the entire width and not be constrained to a container */

/*
.featured-row div[class^="col-"], .featured-row div[class*=" col-"],.featured-row div[class^="row"], .featured-row div[class*=" row"], .featured-row div[class^="container"], .featured-row div[class*=" container"] {
 position: initial; 
}
*/

.accordian .accordian-content {
  max-height: 1px;
  transition: .2s all;
  overflow: hidden;
}
.accordian {
	padding: 0; 
}
.accordian h3 {
 margin-top: 0; 
  margin-bottom: 0;
	position: relative;
  align-items: center;
}
.accordian h3:after {
 content: "▶";
  position: absolute;
  padding-left: 10px;
  transition: .2s all;
  font-size: 12px;
  top: 3px;
  opacity: .5;
}
.accordian>li:focus h3:after {
 transform: rotate(90deg); 
}
.accordian>li {
 display: block;
  cursor: pointer;
  border: 2px solid #eee;
  list-style: none;
  padding: 20px;
  position: relative;
}
.accordian>li:hover {
 border-color: #0082c5; 
}
.accordian li:focus .accordian-content {
	max-height: 500px; 
}
.rounded-corners {
 border-radius: 8px;
  overflow:hidden;
}
.emphasized-row {
	display: flex;
	align-items: center;
  border-bottom: 1px solid #eee;
  background: #dfdfdf;
  padding: 3em 0;
}
.padded-row {
  padding-top: 3em;
  padding-bottom: 3em;
}
.popular-route-tags {
 display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  padding: 0;
  font-size: 12px;
}
.popular-route-tags li {
  margin: 0;
}
.popular-route-tags a {
 padding: 7px 10px; border-radius: 3px; 
  background: white;
  outline: 1px solid #ddd;
  display: block;
  
}

.grid-cards {
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr)); 
  grid-gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-left: 0 !important;
}

.grid-cards li {
 	border: 1px solid #eee;
	transition: .2s all;
	background: white;
  	border-radius: 8px;
  overflow: hidden;
}
.grid-cards br {
 display: none; 
}
.grid-cards li:hover {
	box-shadow: 0 0 50px -20px rgba(0, 74, 113, 0.5); 
}
.grid-cards li a {
 display: block;
  width: 100%;
  height: 100%;
	position: relative;
}
.price-as-low-as {
  background: #1681c4;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  color: white;
  position: absolute;
  right: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.2rem;
  font-weight: bold;
  top: 2%;
  border: 2px solid white;
  transform: rotate(8deg);
  line-height: 1.7rem;
}
.price-as-low-as small {
 font-size: 10px;
  font-weight: normal;
  opacity: .7;
}
.grid-cards li img {
 height: 200px;
  object-fit: cover;
  width: 100%;
}
.grid-cards li h4 {
   padding: 10px 20px; 
}
figcaption {
 margin-top: 0;
  background: #eee;
  font-size: 80%;
  padding: 15px;
}
.button {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.45em;
  padding: 1em 2em;
  background: #0082c5;
  color: #ffffff !important;
  border: 1px solid #0082c5;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); 
  display: inline-block;
}


/* 30 Year Anniversary Link */
.site-branding {
  max-width: 250px;
  position: relative;
}
img {
  max-width: 100%;
}

.anniversary-link {
  background: #333;
  padding: 10px 20px;
  color: white;
  border-radius: 10px;
  position: absolute;
  pointer-events:none;
  opacity: 0;
  transition: .15s all;
  transform: translateY(-8px) translateX(-50%) scale(.9);
  left: 50%;
  display: block;
  transform-origin: top center;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

.site-branding:hover .anniversary-link {
  opacity: 1;
  pointer-events:all;
  transform: translateY(0) translateX(-50%) scale(1);
}
.anniversary-link:hover {
  background-color: #047fc4;
  color: white;
  text-decoration: none;
}
.anniversary-link:hover:after {
  border-color: transparent transparent #047fc4 transparent;
}
.anniversary-link:after{
  transition: .15s all;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333333 transparent;
  content:"";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.outline-button a {
outline: 1px solid  #047fc4;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 1100px) {
.main-navigation #nav-toggle {
  position: relative;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
  margin-top: 0;
}
  .main-navigation .outline-button a {
    outline: none;
  }
}
@media screen and (max-width: 1100px) {
 .site-header .header-right-wrap {
   margin-bottom: 0;
   padding-bottom: 0;
  }
}


#google_translate_element a {
  color: black;
}
