/* */
/*Theme Name: Beltran */
/*Version: 0.044 */
/*Description: custom theme for rose and manuel. */
/*Author: vanni */
/*Author URI: */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", sans-serif */
/* COLORS */
/* GLOBAL */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 134px; }

body {
  margin: 0;
  color: #020202;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 100vh;
  max-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available;
  max-height: -webkit-fill-available; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif; }

a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: 0.5s ease; }

a:hover {
  opacity: 0.44; }

/* header */
#header {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 22px;
  box-sizing: border-box;
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0; }
  #header .brand {
    display: block;
    width: 22%;
    float: left;
    line-height: 0; }
    #header .brand img {
      max-width: 169px; }
    #header .brand a {
      line-height: 0; }
  #header .menu-wrap {
    display: block;
    width: 78%;
    float: left;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase; }
    @media screen and (max-width: 1022px) {
      #header .menu-wrap {
        font-size: 14px; } }
    @media screen and (max-width: 960px) {
      #header .menu-wrap {
        display: none; } }
    @media screen and (min-width: 960px) {
      #header .menu-wrap {
        display: block; } }
    #header .menu-wrap a {
      color: #ffffff;
      margin-left: 12px;
      font-weight: 500; }
    #header .menu-wrap ul {
      list-style: none; }
      #header .menu-wrap ul li {
        display: inline-block; }
    #header .menu-wrap .contact {
      margin-left: 22px;
      font-weight: 600;
      padding: 8px 12px;
      box-sizing: border-box;
      border: 4px solid #ffffff; }
  #header .menu-mobile {
    width: 78%;
    float: left;
    text-align: right; }
    @media screen and (max-width: 960px) {
      #header .menu-mobile {
        display: block; } }
    @media screen and (min-width: 960px) {
      #header .menu-mobile {
        display: none; } }
  #header #base-open-desk {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase; }
  #header #base-open {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase; }

#menu {
  display: flex;
  height: 100vh;
  max-height: -webkit-fill-available;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  background-color: #ffffff;
  text-align: center;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  top: 0;
  z-index: 44; }
  #menu ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px; }
    #menu ul li {
      padding: 8px;
      min-width: 322px; }
    #menu ul .last {
      border-bottom: none; }
  #menu a {
    color: #020202;
    font-weight: 500;
    text-transform: uppercase; }
  #menu img {
    max-width: 122px; }
  #menu .close-wrapper {
    width: calc(100% / 1);
    text-align: right;
    margin: 44px 0;
    font-size: 22px;
    font-weight: 900; }
  #menu .dotty {
    display: block;
    width: calc(100% / 1);
    margin: 22px auto;
    height: 1px;
    border-top: 1px solid #020202; }
  #menu .social {
    display: flex;
    max-width: fit-content;
    margin: 0 auto; }
    #menu .social ul {
      list-style: none;
      line-height: inherit; }
      #menu .social ul li {
        display: inline-block;
        min-width: inherit; }
    #menu .social a {
      margin: 0 8px; }

/* intro banner */
#intro {
  background-image: url("assets/rose-and-manuel-real-estate-eastvale-california.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #intro .tint {
    width: calc(100% / 1);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }
      #intro .tint h1 span {
        font-size: 5vw;
        font-weight: 900;
        letter-spacing: 1px; }
        @media screen and (max-width: 960px) {
          #intro .tint h1 span {
            font-size: 12vw; } }
        @media screen and (min-width: 1800px) {
          #intro .tint h1 span {
            font-size: 4vw; } }
    #intro .tint h2 {
      text-transform: uppercase;
      text-align: center;
      font-weight: 500; }
      @media screen and (max-width: 960px) {
        #intro .tint h2 {
          font-size: 3.4vw; } }
    #intro .tint h2:before {
      display: block;
      width: inherit;
      height: 1px;
      content: "";
      background-color: #ffffff;
      margin-bottom: 22px; }
    #intro .tint h2:after {
      display: block;
      width: inherit;
      height: 1px;
      content: "";
      background-color: #ffffff;
      margin-top: 22px; }
    #intro .tint .action {
      position: absolute;
      bottom: 82px; }
      #intro .tint .action a {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        border: 4px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center; }

/* services */
#services {
  width: calc(100% / 1);
  max-width: 1440px;
  margin: 0 auto;
  padding: 82px 2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 960px) {
    #services {
      flex-direction: column; } }
  #services .col-3 {
    width: calc(100% / 3);
    text-align: center; }
    @media screen and (max-width: 960px) {
      #services .col-3 {
        width: calc(100% / 1); } }
    #services .col-3 a {
      color: #233843;
      display: inline; }
    #services .col-3 img {
      max-width: 82px; }
    #services .col-3 h2 {
      text-transform: uppercase;
      margin-bottom: 0; }
  #services .mid {
    border-left: 1px solid #233843;
    border-right: 1px solid #233843; }
    @media screen and (max-width: 960px) {
      #services .mid {
        border-left: none;
        border-right: none;
        border-top: 1px solid #233843;
        border-bottom: 1px solid #233843;
        margin: 44px auto;
        padding: 44px 0; } }

/* featured */
#featured {
  width: calc(100% / 1);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2% 44px 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #featured {
      flex-direction: column;
      padding: 0 2% 22px 2%; } }
  #featured .wrapper {
    width: calc(100% / 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      #featured .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
    #featured .wrapper .col-1 {
      width: calc(100% / 1);
      max-width: 1022px;
      margin: 0 auto; }
      @media screen and (max-width: 960px) {
        #featured .wrapper .col-1 {
          width: calc(100% / 1);
          margin: 0 0 22px 0; } }
      #featured .wrapper .col-1 .card {
        width: calc(100% / 1);
        padding: 2%;
        box-sizing: border-box; }
        #featured .wrapper .col-1 .card .banner {
          width: calc(100% / 1);
          max-width: calc(100% / 1);
          position: relative;
          line-height: 0; }
          #featured .wrapper .col-1 .card .banner img {
            max-width: calc(100% / 1); }
          #featured .wrapper .col-1 .card .banner .status {
            position: absolute;
            top: 12px;
            right: 12px;
            text-transform: uppercase;
            color: #ffffff;
            background-color: #233843;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            font-weight: 600;
            border: 2px solid #ffffff; }
        #featured .wrapper .col-1 .card .details {
          display: flex;
          flex-direction: row;
          padding: 4% 2%;
          box-sizing: border-box;
          background-color: #ffffff; }
          @media screen and (max-width: 960px) {
            #featured .wrapper .col-1 .card .details {
              flex-direction: column; } }
          #featured .wrapper .col-1 .card .details .address {
            width: 80%;
            box-sizing: border-box;
            padding-right: 4%; }
            @media screen and (max-width: 960px) {
              #featured .wrapper .col-1 .card .details .address {
                width: calc(100% / 1); } }
            #featured .wrapper .col-1 .card .details .address h3 {
              font-size: 1.4vw;
              text-transform: uppercase;
              margin: 0; }
              @media screen and (max-width: 960px) {
                #featured .wrapper .col-1 .card .details .address h3 {
                  font-size: 3vw; } }
              @media screen and (min-width: 1800px) {
                #featured .wrapper .col-1 .card .details .address h3 {
                  font-size: 1vw; } }
            #featured .wrapper .col-1 .card .details .address a {
              font-weight: 600;
              text-transform: uppercase;
              margin-top: 22px;
              padding: 8px 12px;
              box-sizing: border-box;
              color: #233843;
              border: 4px solid #233843;
              display: block;
              max-width: fit-content; }
          #featured .wrapper .col-1 .card .details .layout {
            width: 20%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            text-transform: uppercase;
            border-left: 1px solid #233843;
            font-weight: 600;
            line-height: 2; }
            @media screen and (max-width: 960px) {
              #featured .wrapper .col-1 .card .details .layout {
                display: none; } }
            #featured .wrapper .col-1 .card .details .layout h3 {
              margin: 0;
              font-weight: 900;
              color: #991936; }
            #featured .wrapper .col-1 .card .details .layout .price {
              font-weight: 900;
              margin: 0; }
          #featured .wrapper .col-1 .card .details .layout-mbl {
            width: calc(100% / 1);
            padding: 22px 0;
            margin: 22px auto;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            text-transform: uppercase;
            border-top: 1px solid #233843;
            border-bottom: 1px solid #233843;
            font-weight: 600;
            line-height: 2; }
            @media screen and (min-width: 960px) {
              #featured .wrapper .col-1 .card .details .layout-mbl {
                display: none; } }
            #featured .wrapper .col-1 .card .details .layout-mbl h3 {
              margin: 0;
              font-weight: 900;
              color: #991936; }
            #featured .wrapper .col-1 .card .details .layout-mbl .price {
              font-weight: 900;
              margin: 0; }

/* get to */
#get-to {
  width: calc(100% / 1);
  max-width: 1022px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 0 4% 0 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #get-to {
      flex-direction: column;
      padding: 0 4%; } }
  #get-to .col-50 {
    width: calc(100% / 2);
    padding: 0 0 0 4%;
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      #get-to .col-50 {
        width: calc(100% / 1);
        padding: 0 0 22px 0; } }
    #get-to .col-50 img {
      max-width: 80%; }
      @media screen and (max-width: 960px) {
        #get-to .col-50 img {
          max-width: calc(100% / 1); } }
  #get-to .col-50-blue {
    width: calc(100% / 2);
    padding: 4%;
    box-sizing: border-box;
    background-color: #233843;
    color: #ffffff; }
    @media screen and (max-width: 960px) {
      #get-to .col-50-blue {
        width: calc(100% / 1); } }
    #get-to .col-50-blue h2 {
      font-size: 2.6vw;
      text-transform: uppercase; }
      @media screen and (max-width: 960px) {
        #get-to .col-50-blue h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1682px) {
        #get-to .col-50-blue h2 {
          font-size: 1.6vw; } }
      @media screen and (min-width: 2500px) {
        #get-to .col-50-blue h2 {
          font-size: 1.3vw; } }

/* the difference */
#the-difference {
  width: calc(100% / 1);
  max-width: 1022px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 44px 4% 82px 4%;
  box-sizing: border-box;
  line-height: 1; }
  #the-difference .wrapper {
    width: calc(100% / 1); }
    #the-difference .wrapper h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 960px) {
        #the-difference .wrapper h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #the-difference .wrapper h2 {
          font-size: 1.6vw; } }
    #the-difference .wrapper h3 {
      font-size: 2.6vw;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      margin-top: 17px; }
      @media screen and (max-width: 960px) {
        #the-difference .wrapper h3 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #the-difference .wrapper h3 {
          font-size: 1.6vw; } }
    #the-difference .wrapper .reasons {
      width: calc(100% / 1);
      display: flex;
      flex-direction: column;
      max-width: 522px;
      margin: 0 auto;
      font-size: 18px; }
      #the-difference .wrapper .reasons .row {
        width: calc(100% / 1);
        padding-bottom: 17px; }
        #the-difference .wrapper .reasons .row .check {
          width: 6%;
          float: left;
          font-size: 22px;
          color: #991936; }
        #the-difference .wrapper .reasons .row .content {
          width: 94%;
          float: left; }
          #the-difference .wrapper .reasons .row .content strong {
            font-weight: 700; }

/* reviews */
#reviews {
  width: calc(100% / 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 82px 4%;
  box-sizing: border-box;
  background-color: #233843;
  color: #ffffff;
  text-align: center; }
  #reviews .wrapper {
    width: calc(100% / 1);
    max-width: 822px;
    margin: 0 auto; }
    #reviews .wrapper h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        #reviews .wrapper h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #reviews .wrapper h2 {
          font-size: 1.6vw; } }
    #reviews .wrapper strong {
      text-transform: uppercase;
      margin-top: 22px;
      display: block; }
    #reviews .wrapper a {
      font-weight: 600;
      text-transform: uppercase;
      margin: 44px auto 0 auto;
      padding: 8px 12px;
      box-sizing: border-box;
      color: #ffffff;
      border: 4px solid #ffffff;
      display: block;
      max-width: fit-content; }

/* contact */
#contact {
  width: calc(100% / 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 82px 4%;
  box-sizing: border-box;
  text-align: center; }
  #contact .wrapper {
    width: calc(100% / 1);
    max-width: 822px;
    margin: 0 auto; }
    #contact .wrapper h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        #contact .wrapper h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #contact .wrapper h2 {
          font-size: 1.6vw; } }
    #contact .wrapper h4 {
      text-transform: uppercase; }
    #contact .wrapper .cards {
      width: calc(100% / 1);
      display: flex;
      flex-direction: row;
      border-top: 1px solid #233843;
      border-bottom: 1px solid #233843;
      padding: 44px 0;
      box-sizing: border-box; }
      @media screen and (max-width: 822px) {
        #contact .wrapper .cards {
          flex-direction: column; } }
      #contact .wrapper .cards .col-2 {
        width: calc(100% / 2); }
        @media screen and (max-width: 822px) {
          #contact .wrapper .cards .col-2 {
            width: calc(100% / 1); } }
      #contact .wrapper .cards .sep {
        border-left: 1px solid #233843; }
        @media screen and (max-width: 822px) {
          #contact .wrapper .cards .sep {
            border-left: none; } }
      #contact .wrapper .cards .btn {
        font-weight: 600;
        text-transform: uppercase;
        margin: 22px auto 0 auto;
        padding: 8px 12px;
        box-sizing: border-box;
        color: #233843;
        border: 4px solid #233843;
        display: block;
        max-width: fit-content; }

/* featured intro */
#featured-intro {
  background-image: url("assets/homes-for-sale-in-eastvale-california.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #featured-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #featured-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #featured-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #featured-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* sold intro */
#sold-intro {
  background-image: url("assets/homes-sold-in-eastvale-california.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #sold-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #sold-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #sold-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #sold-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* homes sold */
#homes-sold {
  width: calc(100% / 1);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2% 44px 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #homes-sold {
      flex-direction: column;
      padding: 0 2% 22px 2%; } }
  #homes-sold .wrapper {
    width: calc(100% / 1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      #homes-sold .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
    #homes-sold .wrapper .col-2 {
      width: calc(100% / 2);
      max-width: 1022px;
      margin: 0 auto; }
      @media screen and (max-width: 960px) {
        #homes-sold .wrapper .col-2 {
          width: calc(100% / 1);
          margin: 0 0 22px 0; } }
      #homes-sold .wrapper .col-2 .card {
        width: calc(100% / 1);
        padding: 2%;
        box-sizing: border-box; }
        #homes-sold .wrapper .col-2 .card .banner {
          width: calc(100% / 1);
          max-width: calc(100% / 1);
          position: relative;
          line-height: 0; }
          #homes-sold .wrapper .col-2 .card .banner img {
            max-width: calc(100% / 1);
            min-width: calc(100% / 1); }
          #homes-sold .wrapper .col-2 .card .banner .status {
            position: absolute;
            top: 12px;
            right: 12px;
            text-transform: uppercase;
            color: #ffffff;
            background-color: #233843;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            font-weight: 600;
            border: 2px solid #ffffff; }
        #homes-sold .wrapper .col-2 .card .details {
          display: flex;
          flex-direction: row;
          padding: 4% 2%;
          box-sizing: border-box;
          background-color: #ffffff; }
          @media screen and (max-width: 960px) {
            #homes-sold .wrapper .col-2 .card .details {
              flex-direction: column;
              padding-bottom: 0; } }
          #homes-sold .wrapper .col-2 .card .details .address {
            width: calc(100% / 1);
            box-sizing: border-box; }
            @media screen and (max-width: 960px) {
              #homes-sold .wrapper .col-2 .card .details .address {
                width: calc(100% / 1); } }
            #homes-sold .wrapper .col-2 .card .details .address h3 {
              font-size: 1.4vw;
              text-transform: uppercase;
              margin: 0; }
              @media screen and (max-width: 960px) {
                #homes-sold .wrapper .col-2 .card .details .address h3 {
                  font-size: 3vw; } }
              @media screen and (min-width: 1800px) {
                #homes-sold .wrapper .col-2 .card .details .address h3 {
                  font-size: 1vw; } }
            #homes-sold .wrapper .col-2 .card .details .address a {
              font-weight: 600;
              text-transform: uppercase;
              margin-top: 22px;
              padding: 8px 12px;
              box-sizing: border-box;
              color: #233843;
              border: 4px solid #233843;
              display: block;
              max-width: fit-content; }
          #homes-sold .wrapper .col-2 .card .details .layout {
            width: calc(100% / 1);
            padding: 22px 0 0 0;
            margin: 22px auto 0 auto;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            text-align: left;
            text-transform: uppercase;
            border-top: 1px solid #233843;
            font-weight: 600;
            line-height: 2; }
            #homes-sold .wrapper .col-2 .card .details .layout h3 {
              margin: 0;
              font-weight: 900;
              color: #991936; }
            #homes-sold .wrapper .col-2 .card .details .layout .price {
              font-weight: 900;
              margin: 0; }

/* meet intro */
#meet-intro {
  background-image: url("assets/meet-rose-and-manuel-beltran.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #meet-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #meet-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #meet-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #meet-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* get to interior */
#get-to-interior {
  width: calc(100% / 1);
  max-width: 1022px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 0 4% 0 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #get-to-interior {
      flex-direction: column;
      padding: 0 4%; } }
  #get-to-interior .col-50 {
    width: calc(100% / 2);
    padding: 0 0 0 4%;
    box-sizing: border-box; }
    @media screen and (max-width: 960px) {
      #get-to-interior .col-50 {
        width: calc(100% / 1);
        padding: 0 0 22px 0; } }
    #get-to-interior .col-50 img {
      max-width: 80%; }
      @media screen and (max-width: 960px) {
        #get-to-interior .col-50 img {
          max-width: calc(100% / 1); } }
  #get-to-interior .col-50-blue {
    width: calc(100% / 2);
    padding: 4%;
    box-sizing: border-box;
    background-color: #233843;
    color: #ffffff; }
    @media screen and (max-width: 960px) {
      #get-to-interior .col-50-blue {
        width: calc(100% / 1); } }
    #get-to-interior .col-50-blue h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        #get-to-interior .col-50-blue h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #get-to-interior .col-50-blue h2 {
          font-size: 1.6vw; } }

/* bio */
#bio {
  width: calc(100% / 1);
  max-width: 822px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 44px 2% 0 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #bio {
      flex-direction: column;
      padding: 0 4%; } }
  #bio .col-1 {
    width: calc(100% / 1); }

/* reviews intro */
#reviews-intro {
  background-image: url("assets/rose-and-manuel-beltran-reviews.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #reviews-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #reviews-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #reviews-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #reviews-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* reviews interior */
#reviews-interior {
  width: calc(100% / 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 4%;
  box-sizing: border-box;
  text-align: center; }
  #reviews-interior .wrapper {
    width: calc(100% / 1);
    max-width: 822px;
    margin: 0 auto; }
    #reviews-interior .wrapper h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        #reviews-interior .wrapper h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #reviews-interior .wrapper h2 {
          font-size: 1.6vw; } }
    #reviews-interior .wrapper strong {
      text-transform: uppercase;
      margin-top: 22px;
      display: block; }
    #reviews-interior .wrapper a {
      font-weight: 600;
      text-transform: uppercase;
      margin: 44px auto 0 auto;
      padding: 8px 12px;
      box-sizing: border-box;
      color: #ffffff;
      border: 4px solid #ffffff;
      display: block;
      max-width: fit-content; }

/* contact intro */
#contact-intro {
  background-image: url("assets/rose-and-manuel-beltran-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #contact-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #contact-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #contact-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #contact-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* buying intro */
#buying-intro {
  background-image: url("assets/rose-and-manuel-beltran-buying.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 44px; }
  #buying-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #buying-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #buying-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #buying-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* selling intro */
#selling-intro {
  background-image: url("assets/rose-and-manuel-beltran-selling.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 44px; }
  #selling-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #selling-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #selling-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #selling-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* probate intro */
#probate-intro {
  background-image: url("assets/rose-and-manuel-beltran-probate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-bottom: 44px; }
  #probate-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #probate-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #probate-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #probate-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* privacy intro */
#privacy-intro {
  background-image: url("assets/privacy-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #privacy-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #privacy-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #privacy-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #privacy-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* accessibility intro */
#accessibility-intro {
  background-image: url("assets/accessibility-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #accessibility-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #accessibility-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #accessibility-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #accessibility-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* interior content */
#interior-content {
  width: calc(100% / 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 4%;
  box-sizing: border-box; }
  #interior-content .wrapper {
    width: calc(100% / 1);
    max-width: 822px;
    margin: 0 auto; }
    #interior-content .wrapper h4 {
      font-size: 18px; }
    #interior-content .wrapper img {
      display: block;
      margin: 0 auto; }
    #interior-content .wrapper .sep {
      display: block;
      width: calc(100% / 1);
      max-width: 822px;
      height: 1px;
      content: "";
      background-color: #233843;
      margin: 44px auto; }
      @media screen and (max-width: 1022px) {
        #interior-content .wrapper .sep {
          width: 92%;
          margin: 22px auto; } }
    #interior-content .wrapper .reasons {
      width: calc(100% / 1);
      max-width: 622px;
      display: flex;
      flex-direction: column;
      margin: 22px auto;
      font-size: 16px;
      text-align: left; }
      #interior-content .wrapper .reasons .row {
        width: calc(100% / 1);
        padding-bottom: 17px; }
        #interior-content .wrapper .reasons .row .check {
          width: 6%;
          float: left;
          font-size: 22px;
          color: #991936; }
        #interior-content .wrapper .reasons .row .content {
          width: 94%;
          float: left; }
          #interior-content .wrapper .reasons .row .content strong {
            font-weight: 700; }
          #interior-content .wrapper .reasons .row .content a {
            display: inline;
            color: #233843;
            font-weight: 600; }

/* blog feed */
#blog-feed {
  width: calc(100% / 1);
  max-width: 1022px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box; }
  @media screen and (max-width: 960px) {
    #blog-feed {
      flex-direction: column;
      padding: 82px 2%; } }
  #blog-feed .col-1 {
    width: calc(100% / 1); }
    #blog-feed .col-1 h2 {
      font-size: 2.6vw;
      text-transform: uppercase;
      text-align: center;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        #blog-feed .col-1 h2 {
          font-size: 5.6vw; } }
      @media screen and (min-width: 1800px) {
        #blog-feed .col-1 h2 {
          font-size: 1.6vw; } }
  #blog-feed .wrapper {
    width: calc(100% / 1);
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 960px) {
      #blog-feed .wrapper {
        flex-wrap: wrap;
        flex-direction: column; } }
    #blog-feed .wrapper .row {
      width: calc(100% / 1);
      display: flex;
      flex-direction: row;
      align-items: center; }
      @media screen and (max-width: 960px) {
        #blog-feed .wrapper .row {
          flex-direction: column; } }
    #blog-feed .wrapper .row:nth-child(even) {
      flex-direction: row-reverse;
      padding: 44px 0; }
      @media screen and (max-width: 960px) {
        #blog-feed .wrapper .row:nth-child(even) {
          flex-direction: column; } }
    #blog-feed .wrapper .col-2 {
      width: calc(100% / 2);
      padding: 2%;
      box-sizing: border-box; }
      @media screen and (max-width: 960px) {
        #blog-feed .wrapper .col-2 {
          width: calc(100% / 1); } }
      #blog-feed .wrapper .col-2 img {
        max-width: calc(100% / 1); }
      #blog-feed .wrapper .col-2 a {
        color: #020202; }
      #blog-feed .wrapper .col-2 h3 {
        font-weight: 700;
        font-size: 1.8vw;
        line-height: 1;
        margin-top: 0; }
        @media screen and (max-width: 960px) {
          #blog-feed .wrapper .col-2 h3 {
            font-size: 3.4vw; } }
    #blog-feed .wrapper .card {
      background-color: #233843;
      color: #ffffff;
      box-sizing: border-box;
      padding: 82px 4%; }
      #blog-feed .wrapper .card a {
        color: #ffffff; }

/* blog intro */
#blog-intro {
  background-image: url("assets/rose-and-manuel-beltran-blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 44px; }
  #blog-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #blog-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #blog-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #blog-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* single intro */
#single-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0; }
  #single-intro .tint {
    width: calc(100% / 1);
    height: 44vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgba(2, 2, 2, 0.55);
    color: #ffffff; }
    #single-intro .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin: 44px auto 0 auto;
      max-width: 1022px; }
      @media screen and (max-width: 960px) {
        #single-intro .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #single-intro .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }

/* single content */
#single-content {
  width: calc(100% / 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 4%;
  box-sizing: border-box; }
  #single-content .wrapper {
    width: calc(100% / 1);
    max-width: 822px;
    margin: 0 auto; }
    #single-content .wrapper img {
      display: none; }

/* logos */
#logos {
  width: calc(100% / 1); }
  @media screen and (max-width: 1022px) {
    #logos {
      padding-left: 4%;
      padding-right: 4%;
      box-sizing: border-box; } }
  #logos .wrapper {
    max-width: 1022px;
    margin: 82px auto 44px auto;
    padding: 44px 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #233843;
    border-bottom: 1px solid #233843; }
    @media screen and (max-width: 960px) {
      #logos .wrapper {
        flex-direction: column;
        margin-top: 0; } }
    #logos .wrapper .col-3 {
      width: calc(100% / 3);
      text-align: center; }
      @media screen and (max-width: 960px) {
        #logos .wrapper .col-3 {
          width: calc(100% / 1); } }
    @media screen and (max-width: 960px) {
      #logos .wrapper .mid {
        box-sizing: border-box;
        padding: 22px 0; } }

/* logos interior */
#logos-interior {
  width: calc(100% / 1); }
  @media screen and (max-width: 1022px) {
    #logos-interior {
      padding-left: 4%;
      padding-right: 4%;
      box-sizing: border-box; } }
  #logos-interior .wrapper {
    max-width: 1022px;
    margin: 0 auto 44px auto;
    padding: 0 2% 44px 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #233843; }
    @media screen and (max-width: 960px) {
      #logos-interior .wrapper {
        flex-direction: column;
        margin-top: 0;
        padding-bottom: 82px; } }
    #logos-interior .wrapper .col-3 {
      width: calc(100% / 3);
      text-align: center; }
      @media screen and (max-width: 960px) {
        #logos-interior .wrapper .col-3 {
          width: calc(100% / 1); } }
    @media screen and (max-width: 960px) {
      #logos-interior .wrapper .mid {
        box-sizing: border-box;
        padding: 22px 0; } }

/* listing page */
#banner {
  width: calc(100% / 1);
  box-sizing: border-box;
  position: relative; }
  #banner .tint {
    background-color: rgba(2, 2, 2, 0.69);
    width: calc(100% / 1);
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      #banner .tint {
        height: 60vh; } }
    #banner .tint h1 {
      font-size: 2.7vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 22px; }
      @media screen and (max-width: 960px) {
        #banner .tint h1 {
          font-size: 6.5vw;
          line-height: 1; } }
      @media screen and (min-width: 1800px) {
        #banner .tint h1 {
          font-size: 2.1vw;
          line-height: 1; } }
    #banner .tint .action {
      position: absolute;
      bottom: 82px; }
      #banner .tint .action a {
        width: 44px;
        height: 44px;
        border-radius: 44px;
        border: 4px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center; }

#listing-intro {
  width: calc(100% / 1);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 822px;
  margin: 0 auto 0 auto;
  box-sizing: border-box; }
  #listing-intro .details {
    width: calc(100% / 1);
    padding: 2% 4% 4% 4%;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (max-width: 1022px) {
      #listing-intro .details {
        width: calc(100% / 1); } }
    #listing-intro .details .address {
      font-size: 1.7vw;
      margin-bottom: 12px;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 1022px) {
        #listing-intro .details .address {
          font-size: 4vw; } }
      #listing-intro .details .address a {
        max-width: fit-content;
        color: #020202; }
    #listing-intro .details .price {
      font-size: 1.7vw;
      color: #233843;
      margin-bottom: 22px;
      font-weight: 600;
      text-transform: uppercase; }
      @media screen and (max-width: 1022px) {
        #listing-intro .details .price {
          font-size: 4vw; } }
    #listing-intro .details .prop-farm {
      color: #991936; }
    #listing-intro .details .layout {
      font-size: 1.2vw;
      text-transform: uppercase; }
      @media screen and (min-width: 1440px) {
        #listing-intro .details .layout {
          font-size: 0.8vw; } }
      @media screen and (max-width: 822px) {
        #listing-intro .details .layout {
          font-size: 2.4vw; } }
      #listing-intro .details .layout span {
        margin: 0 4px; }
    #listing-intro .details .description p {
      margin-bottom: 0; }
  #listing-intro .sep {
    display: block;
    width: calc(100% / 1);
    max-width: 1022px;
    height: 1px;
    content: "";
    background-color: #233843;
    margin: 22px auto; }
    @media screen and (max-width: 1022px) {
      #listing-intro .sep {
        width: 92%;
        margin: 22px auto; } }

#listing-gallery {
  width: calc(100% / 1);
  display: flex;
  max-width: 1422px;
  margin: 0 auto;
  padding: 2% 2%;
  box-sizing: border-box; }
  #listing-gallery .wrapper {
    width: calc(100% / 1);
    display: flex;
    flex-wrap: wrap; }
    #listing-gallery .wrapper .col-6 {
      width: calc(100% / 6);
      padding: 0.5%;
      box-sizing: border-box; }
      @media screen and (max-width: 1022px) {
        #listing-gallery .wrapper .col-6 {
          width: calc(100% / 3); } }
      #listing-gallery .wrapper .col-6 img {
        max-width: calc(100% / 1);
        display: block;
        line-height: 0; }
    #listing-gallery .wrapper .col-6:nth-child(n+7) {
      display: none; }

.more {
  width: calc(100% / 1);
  display: flex;
  justify-content: center;
  padding-bottom: 2%; }
  .more a {
    color: #233843;
    max-width: fit-content;
    font-weight: 600;
    border: 4px solid #233843;
    padding: 8px 22px;
    box-sizing: border-box;
    text-transform: uppercase; }

#listing-showing {
  width: calc(100% / 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
  color: #020202; }
  #listing-showing h2 {
    font-size: 2.6vw;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #listing-showing h2 {
        font-size: 5.6vw; } }
    @media screen and (min-width: 1800px) {
      #listing-showing h2 {
        font-size: 1.6vw; } }
  #listing-showing .showing {
    width: calc(100% / 1); }
    #listing-showing .showing form {
      max-width: 622px;
      margin: 0 auto; }
  #listing-showing .youtube {
    width: 60%; }
    @media screen and (max-width: 1022px) {
      #listing-showing .youtube {
        width: calc(100% / 1); } }

#listing-map {
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: transparent;
  border: 22px solid #ffffff; }
  #listing-map .wrapper {
    width: calc(100% / 1); }

#slp-google-map-section {
  width: 1440px;
  min-width: calc(100% / 1);
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#listing-contact {
  width: calc(100% / 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 44px 4% 0 4%;
  box-sizing: border-box;
  color: #020202; }
  #listing-contact a {
    color: #020202;
    display: inline; }
  #listing-contact h2 {
    font-size: 2.6vw;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #listing-contact h2 {
        font-size: 5.6vw; } }
    @media screen and (min-width: 1800px) {
      #listing-contact h2 {
        font-size: 1.6vw; } }
  #listing-contact h3 {
    margin-bottom: 0; }
  #listing-contact h4 {
    margin-bottom: 0; }
  #listing-contact .contact {
    width: calc(100% / 1); }
  #listing-contact .sep {
    display: block;
    width: calc(100% / 1);
    max-width: 1022px;
    height: 1px;
    content: "";
    background-color: #020202;
    margin: 44px auto; }
  #listing-contact form {
    max-width: 822px;
    margin: 0 auto; }

/* fancybox */
.fancybox-container.fancybox-is-open {
  z-index: 99999999;
  background-color: #ffffff; }

.fancybox-inner {
  background-color: #ffffff; }

.fancybox-thumbs__list {
  background-color: #ffffff; }

.fancybox-button--zoom {
  display: none !important; }

.fancybox-button--play {
  display: none; }

.fancybox-button {
  background: #020202;
  color: #ffffff; }

.fancybox-thumbs__list a::before {
  border: 6px solid #020202; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* footer */
#base-footer {
  width: calc(100% / 1);
  box-sizing: border-box;
  padding: 0 2% 22px 2%; }
  #base-footer a {
    color: #ffffff; }
  #base-footer .info {
    width: calc(100% / 1);
    max-width: 1022px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 44px; }
    @media screen and (max-width: 1022px) {
      #base-footer .info {
        padding-left: 4%;
        padding-right: 4%;
        box-sizing: border-box; } }
    #base-footer .info .col-3 {
      width: calc(100% / 3);
      padding: 2%;
      box-sizing: border-box; }
      @media screen and (max-width: 822px) {
        #base-footer .info .col-3 {
          width: calc(100% / 1); } }
      #base-footer .info .col-3 h3 {
        color: #233843;
        margin-top: 0;
        text-transform: uppercase; }
      #base-footer .info .col-3 h4 {
        color: #233843;
        margin-bottom: 0;
        text-transform: uppercase; }
      #base-footer .info .col-3 p {
        margin-top: 8px; }
      #base-footer .info .col-3 ul {
        list-style: none;
        padding-left: 0;
        font-size: 14px;
        line-height: 22px; }
        #base-footer .info .col-3 ul a {
          color: #020202; }
      #base-footer .info .col-3 a {
        color: #020202;
        display: inline; }
      #base-footer .info .col-3 input[type="submit"] {
        background-color: #ffffff;
        color: #020202;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 22px 0 0 0;
        max-width: 169px;
        height: 48px;
        border: 4px solid #020202;
        box-sizing: border-box;
        padding: 0;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        opacity: 1;
        transition: 0.5s ease; }
  #base-footer .copyright {
    display: block;
    width: calc(100% / 1);
    max-width: 1022px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 22px 2%;
    color: #020202;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #233843; }

/* form general */
input {
  width: 100%;
  background-color: #ffffff;
  color: #020202;
  box-sizing: border-box;
  height: 44px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding-left: 18px;
  outline: none;
  box-shadow: none;
  border: 3px solid #233843;
  border-radius: 0;
  -webkit-appearance: none; }

select {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding-left: 18px;
  outline: none;
  background-color: #ffffff;
  border: 2px solid #233843;
  border-radius: 0;
  -webkit-appearance: none;
  font-style: italic;
  background: url(/wp-content/uploads/2020/03/base-select-arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 50%; }

textarea {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  height: 144px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding: 18px;
  outline: none;
  border: 3px solid #233843;
  border-radius: 0;
  -webkit-appearance: none;
  color: #020202; }

input::-webkit-input-placeholder {
  color: #020202; }

textarea::-webkit-input-placeholder {
  color: #020202; }

label {
  font-size: 14px;
  padding-left: 0;
  text-align: left;
  padding-bottom: 4px;
  display: block;
  float: left;
  color: #020202;
  font-weight: 600; }

.agent-level {
  font-style: italic; }

input[type="submit"] {
  background-color: #ffffff;
  color: #233843;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 169px;
  height: 48px;
  border: 4px solid #233843;
  box-sizing: border-box;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  transition: 0.5s ease; }

input[type="submit"]:hover {
  opacity: 0.44; }

.form-row {
  overflow: auto; }

.form-center {
  text-align: center; }

span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
  color: #020202;
  font-weight: 600; }

div.wpcf7-response-output {
  margin-top: 0 !important;
  font-size: 14px !important;
  border: none !important;
  padding: 0 !important;
  text-align: center !important;
  border-color: transparent !important;
  color: #020202 !important; }

div.wpcf7-mail-sent-ok {
  font-size: 16px !important;
  color: #020202; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: transparent;
  color: #020202;
  font-size: 12px;
  margin-top: 0; }

.sent .form-row {
  display: none; }

.form-row br {
  display: none; }

/* form general end */

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