* {
  transition: all 0.3s ease;
  box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.center {
    text-align: center;
}

button, input {
    overflow: visible;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.col {
    flex: 1 0 0%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
body {
  margin: 0;
  --wp--style--global--wide-size: 1600px;
  --max-card-width: 25rem;
  --min-card-height: 30rem;
}

header.wp-block-template-part {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
}

div.entry-content,
#wp--skip-link--target {
  margin-block-start: 0;
}

.page-title {
  display: none;
}

.has-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

figure.wp-block-image.size-full.is-resized.testimonial-photo {
  min-width: 150px;
}

nav.mobile-only {
  display: none;
}

.wp-block-button.brown-button a:hover {
  border-color: var(--wp--preset--color--custom-button-bg) !important;
  background-color: var(--wp--preset--color--custom-button-bg) !important;
  color: #FFFFFF !important;
}

.oath-container.breadcrumbs {
    position: absolute;
    top: 7rem;
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}
.experiences-subheading {
    margin-bottom: -2rem!important;
}
.experiences-subheading p {
    background-color: #FDF7F4;
}
.slider-description {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: -200px!important;
    z-index: 9;
    height: 250px;
}
.exp-list li {
    margin-bottom: 1rem;
}
/* Team */
.teams hr {
    margin: 0 0 5rem 0;
}
.team-heading {
    margin-bottom: -.8rem!important;
    text-transform: uppercase;
}
.team-heading p {
    background-color: #FDF7F4;
    padding: 0 .1rem 0 .3rem;
    font-weight: 300;
    font-size: .9rem;
    color: #cc9966;
}
.nme {
    text-transform: uppercase;
}
.team_nme {
    color: #be5627;
}
.team_nme small {
    font-family: Berkeley;
    font-weight: 300;
    font-style: italic;
    color: #111111;
}
.team_desc {
    font-family: Berkeley;
    font-weight: 300;
    margin-top: 0;
    margin-left: 2rem;
}
.block-slider {
    height: 420px;
}
.page-list {
    margin-left: 1rem;
}
/* Foreign Mission */
.team-desc {
   width: 60%!important; 
   margin-top: -7rem !important;
   z-index: 2;
   position: relative;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Booking Form */
form, form span {
    font-family: Berkeley;
}
form p {
    margin: 0;
}
form span {
    font-size: 1.3rem;
    color: #111111;
    font-weight: 300;
}
.total-price {
    font-family: Berkeley;
    color: #990000;
    font-weight: 700;
    margin: 0;
    margin-top: 3rem;
    
}
.total-price-bday {
    font-family: Berkeley;
    color: #990000;
    font-weight: 700;
    margin: 0;
    
}
form h4 {
    text-align: center;
    color: #990000;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.3rem;
}
form.bdaybook h4 {
    text-align: center;
    color: #990000;
    font-weight: 300;
    line-height: 1.5;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.booking_check_bday {
    margin-top: 2rem;
    padding: 0 2rem;
}
.booking_check {
    margin-top: 2rem;
    margin-bottom: 5rem;
    color: #990000;
    padding: 0 2rem;
}
.booking_radio {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
.booking_p {
    padding: 0 2rem;
}
.booking_option {
    margin-bottom: .5rem;
}

.booking_option label {
    text-transform: uppercase;
    margin: 1rem 0;
        font-size: 1rem;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 15px 0 0;
}
.booking_ {
    padding: 2rem 0;
    text-align: center;
    justify-content: center;
    display: flex;
}
.booking_submit {
    text-transform: uppercase;
    padding: 1rem 3rem;
    color: #fff;
    background-color: #990000;
    border: 1px solid #990000;
    border-radius: .5rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-8 {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}
.book td {
    vertical-align:top;
    width: 50%;
    padding: 1.5rem;
} 
.book h4 {
    margin: 0;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.booking_form {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #666666;
    border-radius: .25rem;
    margin-bottom: .5rem;
}
.booking_form_address {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #666666;
    border-radius: .25rem;
    margin-bottom: .5rem;
}
.booking_form_event {
    display: block;
    width: 100%;
    padding: 1.1rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #666666;
    border-radius: .25rem;
    margin-bottom: .5rem;
}
.booking_form_mission {
    display: block;
    width: 100%;
    padding: 1.1rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #666666;
    border-radius: .25rem;
    margin-bottom: .5rem;
}
.booking_option {
    display: block;
}
.booking_submit {
    display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0!important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    display: flex;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on>ul.mega-sub-menu {
    position: absolute;
    margin-left: 18rem;
    width: 400px;
    top: 0;
    z-index: 999;
    padding: 0 2rem;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: 15px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    position: absolute;
    margin-left: 20rem;
    width: 400px;
    top: 0;
    z-index: 999;
    padding: 0 2rem;
}
li { cursor: pointer; }
.mega-menu-sar-menu {
    display: none;
}
.mega-meal.mega-toggle-on {
    background-color: #f1e7dd!important;
    
}
.mega-meal.mega-toggle-on a.mega-menu-link:before, .mega-meal:hover > a.mega-menu-link:before {
    display: inline-block!important;
}
.mega-meal a.mega-menu-link:before {
    display: none!important;
}
.mega-meal span {
    display: none;
}

.mega-meal:hover span, .mega-meal.mega-toggle-on span {
    display: contents!important;
}
/*.mega-meal:hover > .mega-sub-menu {
    display: block!important;
    position: absolute!important;
    margin-left: 18rem!important;
    width: 400px!important;
    top: 0!important;
    z-index: 999!important;
    padding: 0 2rem!important;
}*/
.top-breadcrumbs {
    height: 35vh;
}
.hero-bottom {
    height: 40vh;
}
footer .mega-menu-link {
    color: #cccccc!important;
}
footer #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
    padding: 0!important;
}
footer #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    display: block!important;
}
@media(min-width: 992px) {
    .hero-main-text {
          border-right: 3px solid var(--wp--preset--color--base-2);
          padding-right: 1rem;
        }
    .hero-mobile {
        display: none!important;
    }
    .bte-header {
        margin-top: -3rem!important;
        background-color: #fdf7f4;
        width: 300px;
        text-align: center;
    }
    .bte-bday-header {
        margin-top: -3rem!important;
        background-color: #fdf7f4;
        width: 400px;
        text-align: center;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
      padding: 0px 0px 0px 80px!important;
    }
    .section-mobile {
        display: none!important;
    }
    .birthday-video {
        margin-bottom: -5rem!important;
    }
}
@media (max-width: 991.98px) {
    .col-6 {
        width: 100%;
    }
    .col-8 {
        width: 100%;
    }
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        top: -1rem;
    }
    /*.home-hero .wp-block-group {
        display: block!important;
    }*/
    .home-hero {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .home-hero p.has-xx-large-font-size {
        font-size: 1.5rem!important;
    }
    header .has-base-2-background-color {
        background-color: transparent!important;
    }
    header.wp-block-template-part {
        position: absolute!important;
    }
    header .wp-block-site-logo {
        filter: invert(1)!important;
    }
    .hero-desk {
        display: none!important;
    }
    .hero-link {
        font-size: 14px!important;
    }
    .desktop-only {
    display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .team-desc .has-x-large-font-size {
        font-size: 1.5rem!important;
    }
    .team-desc p {
        font-size: .7rem!important;
    }
    .booking_option label {
        font-size: .9rem;
    }
    .wp-block-quote.quote-card {
        padding: 2rem 5rem;
    }
    .wp-block-navigation ul li {
        text-align: right;
    }
}
@media (max-width: 767.98px) {
    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
        top: -1rem;
    }
    /*.home-hero .wp-block-group {
        display: block!important;
    }*/
    .home-hero {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .home-hero p.has-xx-large-font-size {
        font-size: 1.5rem!important;
    }
    header .has-base-2-background-color {
        background-color: transparent!important;
    }
    header.wp-block-template-part {
        position: absolute!important;
    }
    header .wp-block-site-logo {
        filter: invert(1)!important;
    }
    .hero-desk {
        display: none!important;
    }
    .hero-link {
        font-size: 14px!important;
    }
    .desktop-only {
    display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .team-desc .has-x-large-font-size {
        font-size: 1.5rem!important;
    }
    .team-desc p {
        font-size: .7rem!important;
    }
    .booking_option label {
        font-size: .9rem;
    }
    .wp-block-quote.quote-card {
        padding: 2rem 5rem;
    }
    .wp-block-navigation ul li {
        text-align: right;
    }
}
@media (max-width: 600px) {
  
}

@media (max-width: 781px) {
  .home-hero {
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
  }
  /*  section.image-on-left {
        padding-left: var(--wp--preset--spacing--40) !important;
    }

    section.image-on-right {
        padding-right: var(--wp--preset--spacing--40) !important;
    }

    section.image-on-right .wp-block-columns.is-layout-flex {
        flex-direction: column-reverse;
    }

    .wp-block-group.left-on-mobile.is-vertical.is-content-justification-center.is-layout-flex.wp-block-group-is-layout-flex {
        align-items: start;
    } */
  .hide-on-tablet {
    display: none !important;
  }
}

@media (min-width: 601px) {
  div.wp-site-blocks header.wp-block-template-part:not(.solid) {
    filter: grayscale(100%) invert(1);
  }
  div.wp-site-blocks header.wp-block-template-part:not(.solid) .has-base-2-background-color {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
  }
  div.wp-site-blocks header.wp-block-template-part:not(.solid):hover {
    filter: none;
  }
  div.wp-site-blocks header.wp-block-template-part:not(.solid):hover .has-base-2-background-color {
    background-color: var(--wp--preset--color--base-2) !important;
  }
}
@media(min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        right: auto;
    }
}

#top-main-menu {
  display: flex;
  flex-direction: column;
}

#top-main-menu .wp-block-navigation__container {
  margin-top: auto;
}

#top-menu-row {
  flex: 1;
}

.group-100w {
  width: 100%;
}

.wp-block-group.alignfull.home-hero {
  flex-direction: column-reverse;
}

.wp-block-cover.cover-cards {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 30rem;
  max-width: var(--max-card-width);
  min-width: 300px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.oath-container {
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
  margin: auto;
}

.wp-block-media-text.media-text .wp-block-media-text__content p {
  margin-top: 0;
}

.wp-block-media-text.media-text .wp-block-media-text__content h1, .wp-block-media-text.media-text .wp-block-media-text__content h2, .wp-block-media-text.media-text .wp-block-media-text__content h3, .wp-block-media-text.media-text .wp-block-media-text__content h4, .wp-block-media-text.media-text .wp-block-media-text__content h5, .wp-block-media-text.media-text .wp-block-media-text__content h6 {
  margin-bottom: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 1rem!important;
}

.btn a {
    padding: .6rem 0!important;
    width: 80%!important;
}
.phone-icon img {
    filter: brightness(0) invert(1);
}
.phone-icon-text {
    margin-left: -1rem;
}
.wp-block-button.hover-invert a:hover {
  filter: brightness(120%);
}
.book-your-exp-btn .wp-element-button {
    color: #fff;
    background-color: #923619;
    border: solid 1px #923619;
}
.book-your-exp-btn .wp-element-button:hover {
    color: #923619;
    background-color: #fff;
    border: solid 1px #923619;
}
.appointment {
    box-shadow: 0px 0px 10px 2px rgba(56, 56, 56, .2);
}
.wp-block-quote.quote-card {
  max-width: var(--max-card-width);
  min-width: var(--min-card-height);
  border-radius: 0;
}

.wp-block-quote.quote-card cite {
  text-align: right;
  font-weight: 600;
}

.wp-block-pullquote.section-pull-quote {
  max-width: var(--max-card-width);
  min-width: var(--min-card-height);
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--custom-button-bg);
}



.wp-block-group .thin-border {
  border: 1px solid var(--wp--preset--color--accent-3);
}
.thin-border .wp-element-caption {
    text-transform: uppercase!important;
}
.wp-block-image.oath-image {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-width: 20rem;
  width: 100%;
}

.wp-block-image.oath-image a {
  width: 100%;
}

.wp-block-image.oath-image a:hover {
  filter: brightness(80%);
}

.wp-block-image.oath-image img {
  width: 100%;
}

.wp-block-image.oath-image figcaption {
  color: var(--wp--preset--color--base-2);
  margin-right: 1rem;
  position: absolute;
}

.wp-block-group p.subpage-offset {
  display: inline-block;
  color: var(--wp--preset--color--accent-3);
  background-color: var(--wp--preset--color--base);
  position: relative;
  top: 2.1rem;
  left: 1.5rem;
  padding: 0 5px;
}

.wp-block-group .wp-block-gallery.oath-gallery figure:not(:first-child) {
  display: none;
}
