/* BLOCK BACKGROUNDS */
/* fonts */
/*$body--font: 'ingra', sans-serif;*/
/* DESKTOP FONT SIZES */
/* MOBILE FONT SIZES */
/* FONT WEIGHTS */
/* ADELAIDE LIVING COLOURS */
/* --- [ colours ] --- */
/* -- [ fonts ] -- */
/* $reiginite-heading: 'Times New Roman', Times, serif; */
#main-navigation:not(.toTrans) {
  background: linear-gradient(rgba(0, 40, 85, 0.9999), rgba(0, 40, 85, 0.9999)); }

@keyframes toTrans {
  0% {
    background: linear-gradient(rgba(0, 40, 85, 0.9999), rgba(0, 40, 85, 0.9999));
    /*padding: 1rem 0rem;*/ }
  100% {
    background: transparent;
    /*padding: 1rem 0rem 4rem; */ } }
@-webkit-keyframes toTrans {
  0% {
    background: linear-gradient(rgba(0, 40, 85, 0.9999), rgba(0, 40, 85, 0.9999));
    /*padding: 1rem 0rem; */ }
  100% {
    background: transparent;
    /*padding:  1rem 0rem 4rem; */ } }
[data-site-handle="www"].__home__ .breadcrumbs {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important; }
[data-site-handle="www"].__home__ .landing-hero-container {
  min-height: 450px;
  height: 450px; }
  [data-site-handle="www"].__home__ .landing-hero-container .container--searchbox {
    margin-bottom: 1rem !important; }
    [data-site-handle="www"].__home__ .landing-hero-container .container--searchbox #searchbox-form .dark-box {
      background-color: rgba(0, 25, 50, 0.5);
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }

@media screen and (max-width: 767px) {
  [data-site-handle="www"].home2023 .breadcrumbs {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; }
  [data-site-handle="www"].home2023 .landing-hero-container {
    min-height: 350px;
    height: 350px; } }

/*# sourceMappingURL=landing.css.map */
