/**
* @author Rolf Chen
* brand includes typography and color overrides.
*
*/
:root {
  --primary-color-main: #f15a21;
  --secondary-color-main: #0c2461;
  --primary-font-color-secondary: #c09973;
  --primary-font-main: #0c2461;
  --primary-font-family: 'Playfair Display', 'Times New Roman', Times, serif;
  --secondary-font-family: 'Yantramanav', Arial, Helvetica, sans-serif;
  --main-content-side-padding: 24px;

  --main-page-background: white;
  --footer-background: url(https://www.floatingimages.com.au/wp-content/uploads/2018/11/bg-footer.jpg)
    no-repeat bottom / cover;

  --covid-widget-background: #f15a21;
  --testimonial-background: #fce4c2;
  --quote-background: url(https://www.floatingimages.com.au/wp-content/uploads/2021/07/homepage-quote-background.jpg)
    no-repeat top center / cover;
}

h1,
h2 {
  font-family: var(--primary-font-family);
  font-weight: bold;
}
.et_pb_slide_content h1 {
  font-size: 46px;
}
h2 {
  color: var(--primary-font-main);
  font-size: 36px;
  line-height: 48px;
}
body {
  font-family: var(--secondary-font-family);
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}
h3 {
  font-family: var(--primary-font-family);
  color: var(--primary-font-color-secondary);
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
h5 {
  font-family: var(--secondary-font-family);
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-font-color-secondary);
  font-size: 16px;
}
h4 {
  font-family: var(--primary-font-family);
  color: var(--primary-font-color-secondary);
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

.widget_nav_menu ul.sub-menu {
  margin-top: 0.8em;
}
.et_pb_blurb_container h4 {
  font-size: 24px;
  color: var(--primary-font-main);
  margin-bottom: 0px;
  min-height: 60px;
}

.et_pb_fullwidth_header .header-content h1,
.et_pb_slider_container_inner h2.et_pb_slide_title a,
.et_pb_slider_container_inner h1.et_pb_slide_title a {
  font-weight: 700;
  font-size: 55px;
  text-shadow: 1px 1px 0.04em rgba(0, 0, 0, 0.4);
}
h2.et_pb_slide_title a:hover,
h1.et_pb_slide_title a:hover {
  color: white;
}
/** Element Colors and BG **/
#wpadminbar {
  z-index: 100002;
}
#main-header {
  z-index: 100001;
}
#et-secondary-nav li ul,
#top-header {
  background: white;
  color: black;
}
#top-header #et-info-phone {
  font-size: 20px;
}
#et-secondary-nav li ul,
#top-header.fl-blue {
  background: #0c2461;
  color: white;
}
#top-menu li a {
  font-size: 18px;
}
span.et-info-email-text {
  display: none;
}
.et_pb_module.testimonials,
.landing--testimonial {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  background: var(--testimonial-background);
  font-family: var(--primary-font-family);
}
.landing--testimonial .et_pb_slide_content {
  font-size: 22px;
  font-weight: bold;
  color: #666;
}
.et_pb_module.testimonials .et_pb_text_inner {
  padding: 0px 15px;
}
.et_pb_module.testimonials h2,
.landing--testimonial h2 {
  font-size: 0.8em;
  font-style: normal;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.et_pb_fullwidth_header.cta-explore-package
  .et_pb_fullwidth_header_container.left
  .header-content {
  margin-right: 0px;
}

.cta-explore-package .et_pb_more_button {
  float: right;
  margin: 0 10px;
}

/** Divi main page container */
#main-content .entry-content {
  background: var(--main-page-background);
}

@media (min-width: 981px) {
  #main-header.et-fixed-header {
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1) !important;
  }
}
@media screen and (max-width: 980px) {
  .et_header_style_left .logo_container {
    top: 5px;
    transition: all 1s;
  }
  .et_pb_slider_container_inner h1.et_pb_slide_title a,
  .et_pb_slider_container_inner h2.et_pb_slide_title a {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #et-secondary-nav li ul,
  #top-header {
    background: transparent;
  }
  .et_pb_slider_container_inner h1.et_pb_slide_title a,
  .et_pb_slider_container_inner h2.et_pb_slide_title a {
    font-size: 30px;
    line-height: 32px;
  }
}
