/* Riverfront Real Estate Styles - Additional CSS for WP-Classic pages */
/* Version: 3.0.0
   Framework: Webflow, StyleLint, Stylelint-Order
   Client: Riverfront Real Estate
   Author: C.Clapshaw */

/*=============================================
=            TABLE OF CONTENTS              =
=============================================*/
/**
 * 1. Fonts and Utility Styles
 * 2. GSAP Classes
 * 3. Navigation Components
 * 4. Media Queries
 */
 
/*=====  End of TABLE OF CONTENTS  ======*/


/*=============================================
=        1. Fonts and Utility Styles          =
=============================================*/

* {
  box-sizing: border-box;
}

:root {
  --rre-navy: #071d49;
  --rre-yellow: #ffdc24;
  --rre-grey: #c3c8d7;
  --rre-white: #ffffff;
  --rre-transparent: #0000;
  --rre-font-primary: "Roboto", sans-serif;
  --rre-font-secondary: "Merriweather", serif;
  --rre-radius: 20px;
  --rre-gap: 1rem;
  --rre-max-width: 1280px;
}

body {
  font-family: var(--rre-font-primary);
  font-size: 1rem;
  line-height: 1.5;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*=====  End of Fonts and Utility Styles  ======*/


/*=============================================
=            2. GSAP CLASSES                =
=============================================*/

.nav_button_line-gsap {
    width: 50%;
    height: 3px;
    background-color: #000;
}

.menu_background-gsap {
    position: absolute;
    inset: 0%;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #0003;
}

.menu_link_text-gsap {
    font-weight: 400;
}

.nav_button-gsap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    display: flex;
    grid-gap: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0;
    background-color: white;
    border: 0;
}

.menu_icon {
    width: 0.9rem;
}

.menu_icon.is-alt {
    transform: rotate(-180deg);
}

.menu_panel-gsap {
    transform: none;
    overflow: auto;
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.menu_link-gsap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    font-style: normal;
    border-bottom: 1.5px solid #00000036;
}

.menu_link-gsap.sub-link {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-size: 1rem;
}

.menu_link-gsap.go-back {
    grid-gap: 0.5rem;
    justify-content: flex-start;
}

.timr-gsap {
    position: relative;
    z-index: auto;
}

.nav_wrap-gsap {
    position: fixed;
    z-index: 1000;
    inset: 0 0% 0% auto;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #fff0;
}

.box-gsap {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 0.25rem;
    background-color: #f60;
    border-radius: 20px;
}

/*=====  End of GSAP Classes  ======*/

/*=============================================
=        3. Navigation Components             =
=============================================*/

/*=== Navigation: Desktop ===*/

.menu-icon.is-invisible {
  display: none;
}

.nav_button {
  padding: 0;
  color: var(--rre-navy);
}

.nav_button:hover {
  text-decoration: underline;
}

.menu-button-desktop {
  padding: 0.4rem 1.5rem;
  color: var(--rre-navy);
  text-align: center;
  text-decoration: none;
  background-color: var(--rre-yellow);
  border: 2px solid var(--rre-navy);
  border-radius: 0 var(--rre-radius) 0 0;
}

.menu-button-desktop.is-secondary {
  background-color: transparent;
  border-top-right-radius: 0;
}

.menu-navbar-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
}

.menu-desktop-navbar {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
}

.menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--rre-transparent);
  width: 1240px;
  max-width: 100%;
  height: 100%;
}

/* Navigation */
.menu-navbar {
  position: fixed;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  padding: 0;
  background-color: var(--rre-transparent);
  background-image: url("https://www.riverfront.com.au/images/topnav_bkgd.png");
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-size: auto;
  border-bottom: 0;
}

.menu-logo-link {
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
}

.menu-navbar-link {
  padding: 0.5rem 1rem;
}

.menu-navbar-link.w--current {
  color: #c3c8d7;
}

.menu-navbar.w-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

/*=== Navigation: Mobile ===*/

/*=====  End of Navigation  ======*/

/*=============================================
=            4. Media Queries                =
=============================================*/

/* Large Screens (1200px and below) */
@media screen and (max-width: 1200px) {
    /* Non-EPL related styles only */
  
   .menu-container {
   display: flex;
   align-items: center;
   justify-content: space-between;
   background-color: var(--rre-transparent);
   width: 1080px;
   max-width: 100%;
   height: 100%;
   }
  
}



/* Medium Screens (960px and below) */
@media screen and (max-width: 960px) {
    /* Move relevant styles from 991px here */
    /* ...existing 991px styles... */

      .menu-navbar-link.w-nav-link {
        font-size: 1rem;
      }
  
      .menu-logo-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 4px;
    }

  
}

/* Small-Medium Screens (879px and below) */
@media screen and (max-width: 879px) {
  
  .menu-navbar-link.w-nav-link {
        font-size: .9rem;
      }
  
}
    /* Move relevant styles from 767px here */
    /* ...existing 767px styles... */
  

/* Small Screens (800px and below) */
@media screen and (max-width: 800px) {
    /* Move relevant styles from 767px here */
    /* ...existing 767px styles... */
  
    .menu-desktop-navbar.is-mobile-invisible {
    display: none;
  }
  
    .nav_wrap-gsap {
    position: fixed;
    left: 0;
    bottom: auto;
    top: 0.5rem;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff0;
  }
  
  .menu_wrap-gsap {
  z-index: 1;
  color: #000;
  background-color: #ffff;
  width: 30rem;
  max-width: 100%;
  height: auto;
  padding-top: 7.2rem;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  overflow: hidden;
  border-radius: 0 0 0 20px;
}
  
    .menu-logo-link {
    padding-left: 0;
    padding-right: 0;
  }
  
}

/* Mobile (500px and below) */
@media screen and (max-width: 500px) {
    /* Move relevant styles from 479px here */
    /* ...existing 479px styles... */
  

  
}

/* Small Mobile (400px and below) */
@media screen and (max-width: 400px) {
    /* Move relevant styles from 479px here */
    /* ...existing 479px styles... */
}

/* Extra Small Mobile (360px and below) */
@media screen and (max-width: 360px) {
    /* Add any super small screen specific styles */
}

/*=====  End of Media Queries  ======*/

