/*
Theme Name: Boulder Court
Text Domain: rmcorechild
Template: rmcore
Author: Rent Manager
Author URI: https://www.rentmanager.com
Description: Custom theme created by Rent Manager
Version: 2.0
License: Proprietary, non-distributed
*/
.main > article > p, .main > article > .wp-block-columns, .caldera-grid, .contentMain, .gutenberg-background-container .inner-content, .ua-content, .floorplan-detail-container .introduction-content, .floorplan-detail-container .features-container {
  margin: 0 auto;
  width: 90%; }

.intro-section a, .individual-block span {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  padding: .5em 1em;
  border: 2px solid #ED7B0F;
  font-weight: 700;
  transition: all .3s ease; }
  .intro-section a:hover, .individual-block span:hover {
    padding: .5em 1.5em; }

body {
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  line-height: 1.5;
font-weight: 300; }

.main a {
  color: #3d3d3d; }

.main > article > p, .main > article > .wp-block-columns {
  margin: 1em auto; }

main .wp-block-button__link:hover {
  background-color: #F6F6F6;
  color: #3d3d3d; }

body * {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

.caldera-grid {
  max-width: 1280px; }

hr {
  color: #3d3d3d; }

.readPolicies {
  margin-top: 1em;
  border: 2px solid #3d3d3d;
  background-color: #F6F6F6;
  padding: 1em; }
  .readPolicies input {
    margin-right: .5em; }


.nav-banner-bar {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  align-items: center; }
  @media (min-width: 1080px) {
    .nav-banner-bar {
      justify-content: space-between; } }

.top-menu-containers {
  height: 100%;
  align-self: flex-end;
  margin-bottom: .25em; }
  @media (min-width: 1080px) {
    .top-menu-containers {
      align-self: auto; } }

.header-phone a {
  color: #3d3d3d;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1em; }

.main-menu-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  margin-right: 2em;
  padding: 0;
  position: relative; }
  .main-menu-top li {
    list-style: none;
    margin: 0 .75em; }
    .main-menu-top li:first-of-type span {
      display: none; }
  .main-menu-top a {
    text-decoration: none;
    color: #3d3d3d; }
    .main-menu-top a:hover span {
      padding-right: 5px;
      font-weight: 700; }
      .main-menu-top a:hover, .sub-menu a:hover  {
        color: #077278;
      }
    .main-menu-top a span {
      transition: all .3s; }
  .main-menu-top .menu-item-has-children:hover {
    display: block; }
    .main-menu-top .menu-item-has-children:hover .sub-menu {
      display: block;
      padding: 0 .25em;
      z-index: 999; }
      .main-menu-top .menu-item-has-children:hover .sub-menu a {
        color: #fff;
        transition: all .3s ease; }
        .main-menu-top .menu-item-has-children:hover .sub-menu a:hover {
          padding-left: 3px;
          color: #077278; }
      .main-menu-top .menu-item-has-children:hover .sub-menu span {
        display: none; }
  .main-menu-top .sub-menu {
    display: none;
    position: absolute;
    background-color: #3d3d3d; }

.logo--image {
  margin: .5em 1em;
  display: inline-block;
  width: 75%; }

.hero-image-container {
  min-height: 600px;
  width: 100%;
  background-position: center;
  background-size: cover; }

.owl-carousel .item {
  background-size: cover;
  background-position: center;
  height: 600px; }

.sub-page-header {
  min-height: 375px; }

.intro-section {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 999; }
  @media (min-width: 1080px) {
    .intro-section {
      justify-content: flex-end; } }
  .intro-section .inner-content {
    background-color: rgba(29, 30, 25,.7);
    color: #fff;
    padding: 1em .75em;
    margin: 0;
    position: absolute;
    margin-top: -15em;
    width: 80%;
    text-align: center; }
    @media (min-width: 1080px) {
      .intro-section .inner-content {
        margin-right: 2em;
        margin-top: -10em;
        max-width: 400px;
        display: flex;
        justify-content: center; } }
  .intro-section h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 2em; }

.bottom-footer {
  background-color: #FFF;
  padding: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #3d3d3d; }
  @media (min-width: 1080px) {
    .bottom-footer {
      flex-direction: row;
      justify-content: space-between; } }
  .bottom-footer .logo-container {
    text-align: center; }
  .bottom-footer .left-block {
    order: 2; }
    @media (min-width: 1080px) {
      .bottom-footer .left-block {
        order: 1; } }
  .bottom-footer .center-block {
    order: 1; }
    @media (min-width: 1080px) {
      .bottom-footer .center-block {
        order: 2; } }
  .bottom-footer .right-block {
    order: 3; }
  .bottom-footer .address-container {
    color: #3d3d3d;
    text-decoration: none; }
    .bottom-footer .address-container:hover {
      cursor: pointer; }
  .bottom-footer .address {
    border-top: 2px solid #3d3d3d;
    padding-top: .5em;
    text-align: center;
    font-weight: 700; }
  .bottom-footer .csz {
    margin-top: .5em;
    text-align: center; }
  .bottom-footer .social-container {
    margin: 1em 0;
    text-align: center; }
    .bottom-footer .social-container a {
      margin: 0 .5em;
      font-size: 2em;
      color: #3d3d3d;
      transition: all .3s ease; }
      .bottom-footer .social-container a:hover {
        color: black; }
  .bottom-footer .direct-contact-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .bottom-footer .phone, .bottom-footer .fax, .bottom-footer .email {
    margin: .5em 1em;
    text-align: center; }
    .bottom-footer .phone a, .bottom-footer .fax a, .bottom-footer .email a {
      display: inline-block;
      color: #3d3d3d;
      text-decoration: none;
      transition: all .3s ease;
      border-bottom: 0px solid #F6F6F6; }
      .bottom-footer .phone a:hover, .bottom-footer .fax a:hover, .bottom-footer .email a:hover {
        border-bottom: 1px solid #3d3d3d; }
    .bottom-footer .phone > div, .bottom-footer .fax > div, .bottom-footer .email > div {
      font-weight: 700; }
  .bottom-footer .affiliates-copyright {
    text-align: center; }
  .bottom-footer .affiliate-links img {
    height: 75px; }
  .bottom-footer .copyright-item {
    margin: .25em 0; }
    .bottom-footer .copyright-item a {
      color: #3d3d3d;
      text-decoration: none; }

/* Gutenberg alignment sample */
@media screen and (min-width: 68em) {
  .main-wrapper {
    overflow: hidden; }

  .main {
    margin: 0 auto; }

  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw; }

  .entry-content .alignwide {
    margin-left: -4em;
    margin-right: -4em;
    max-width: 68em; } }
/* Gutenberg custom color sample */
.has-branding-color {
  color: #3d3d3d; }

.has-branding-background-color {
  background-color: #3d3d3d; }

.gutenberg-background-container .inner-content {
  width: 90%;
  line-height: 1.75; }
  @media (min-width: 1080px) {
    .gutenberg-background-container .inner-content {
      padding: 4em 0; } }

@media (min-width: 1080px) {
  .inner-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.individual-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  text-decoration: none;
  text-align: center;
  margin-bottom: .5em; }
  @media (min-width: 1080px) {
    .individual-block {
      width: 49%;
      margin-bottom: 1em; } }
  .individual-block span {
    max-width: 90%;
    font-size: 1.5em; }
  .individual-block:hover span {
    background-color: #ED7B0F;
    color: #FFF; }

.property-google-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px; }

  .unit-filters select {
    margin: .25em;
    padding: .33em .5em;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background-color: #F6F6F6;
    color: #3d3d3d;
    transition: all .3s ease; }
    .unit-filters button:hover {
      color: #fff;
      background-color: #3d3d3d;
      cursor: pointer; }
  .unit-filters .active {
    color: #fff;
    background-color: #3d3d3d; }

.ua-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px auto 50px auto;
  max-width: 1366px; }

.individual-item {
  text-decoration: none;
  color: #3d3d3d;
  display: inline-block;
  width: 100%;
  margin: 2em 0; }
  @media (min-width: 1080px) {
    .individual-item {
      width: 49%; } }
  @media (min-width: 60em) {
    .individual-item {
      width: 32%; } }
  .individual-item .specials, .individual-item .availableDate {
    background-color: #A7A9AC;
    color: #fff;
    text-align: center;
    min-height: 55px;
    padding: .25em 0;
    width: 100%;
    top: 0;
    font-size: .75em;
    font-style: italic; }
  .individual-item .availableDate {
    background-color: #D1D1D1;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700; }
  .individual-item .image-container {
    position: relative; }
    .individual-item .image-container img {
      display: block;
      height: 225px;
      width: 100%;
      object-fit: cover; }
  .individual-item .detail-content {
    background-color: #F6F6F6;
    padding: .5em .5em 1.5em .5em; }
    @media (min-width: 1080px) {
      .individual-item .detail-content {
        padding: 1em 1em 2em 1em; } }
  .individual-item h2 {
    font-weight: 700;
    margin-top: 0;
    font-size: 1.15em;
    text-align: center; }
    .individual-item h2 span {
      font-weight: 400;
      display: block;
      font-size: .75em; }
  .individual-item .unit-specs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .individual-item .unit-specs .spec-item {
      width: 32%;
      text-align: center; }
    .individual-item .unit-specs .title {
      font-weight: 700;
      text-transform: uppercase; }
  .individual-item .cta-link-container {
    display: flex;
    justify-content: center;
    position: relative; }
    .individual-item .cta-link-container .cta-link {
      background-color: #077278;
      color: #fff;
      padding: .25em 3em;
      display: inline-block;
      text-transform: uppercase;
      position: absolute;
      top: -1em;
      border: 2px solid transparent;
      transition: all .3s ease; }
  .individual-item:hover .cta-link-container .cta-link {
    border: 2px solid #077278;
    background-color: #F6F6F6;
    color: #077278; }

    /*updates 04/23/25*/
      .unit-filter-container{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    .app-steps{
      display: flex;
      justify-content: space-around;
    }

    .apply-link{
      font-weight: bold;
    }

    .app-steps a:hover{
      color:#3d3d3d;
    }
    @media screen and (min-width: 68em){
      .entry-content .alignfull {
        padding: 0 1em;
      }
    }

    .thumbnails-container{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
    }

    .thumbnails-container a{
      position: relative;
      margin-bottom: 1em;
    }

    .thumbnails-container .thumbnail{
      width: 485px;
      height: 100%;
    object-fit: cover;
    }

    .thumbnails-container h3{
      position: absolute;
      bottom:-24px;
      background: #023C5B;
      color:white;
      width: 100%;
      padding: .5em;
    }

    .thumbnails-container a:hover h3{
      background: white;
      color:#3d3d3d;
    }

    .introduction-content{
      display: flex;
      justify-content: space-between;
    }

    .location-and-specs{
      width: 55%;
    }

    .image-gallery{
      width: 40%;
    }

    .unit-filters label{
      text-align: center;
      width: 100%;
      display: inline-block;
    }

    .location-and-specs hr{
      border-top-width: 2px;
      width:100%;
      max-width: none;
    }

    /*Buttons*/
.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 50px 0; }
  .buttons-container a {
    display: block;
    border-right: solid 1px #BBB;
    padding: 0 10%;
    text-align: center;
  text-decoration: none;
    color:#3d3d3d }
    @media (max-width: 800px) {
      .buttons-container a {
        padding: 0 25px; } }
    .buttons-container a:last-child {
      border: none; }
      .buttons-container .icon{
        background:#3d3d3d;
      }
      .buttons-container a:hover {
        color:#3d3d3d;
        background: #fff;
      }

      .buttons-container a:hover .icon {
        color: #FFF;
        background-color: #023C5B;
      }
    .buttons-container a span.fa {
      display: flex;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 0 auto;
      padding: 0;
      color: #FFF;
      border: solid 2px #FFF;
      transition: background .5s;
      overflow: hidden;
      box-sizing: border-box;
      justify-content: center;
      align-items: center; 
    font-size: 1.75em;}
      @media (max-width: 800px) {
        .buttons-container a span.fa {
          width: 60px;
          height: 60px;
          line-height: 60px; } }
    .buttons-container a span.intro {
      display: block;
      margin-top: 10px;
    text-transform: uppercase; }

.wp-block-button__link:hover {
  background-color: #077278 !important;
} 

.floorplan-detail-container {
  color: #3d3d3d; }
  .floorplan-detail-container .introduction-section {
    background-color: #F6F6F6;
    padding: 25px 0; }
    @media (min-width: 1080px) {
      .floorplan-detail-container .introduction-section {
        padding: 50px; } }

  .floorplan-detail-container .address-block h2 {
    margin: 0; }
    .floorplan-detail-container .address-block h2 span {
      display: block;
      font-size: .75em;
      font-weight: 400; }
  .floorplan-detail-container .unit-specs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:1em; }
    .floorplan-detail-container .unit-specs .spec-item {
      width: 32%;
      text-align: center; }
    .floorplan-detail-container .unit-specs .title {
      font-weight: 700;
      text-transform: uppercase; }
  .floorplan-detail-container .specials {
    text-align: left;
    margin:10px; }
  .floorplan-detail-container .cta-block {
    padding: 25px 0;
    display: flex;
    justify-content: center; }
    .floorplan-detail-container .cta-block a {
      display: inline-block;
      margin: 0 .5em;
      text-transform: uppercase;
      background-color: #3d3d3d;
      padding: .5em 1em;
      color: #fff;
      text-decoration: none; }
  .floorplan-detail-container .features-container h3 {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase; }
  .floorplan-detail-container .features-container ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .floorplan-detail-container .features-container li {
    list-style: inside;
    width: 31%;
    margin: .15em;
    list-style-position: inside;
    width: 48%;
    text-align: center; }
    @media (min-width: 1080px) {
      .floorplan-detail-container .features-container li {
        width: 32%; } }
  .floorplan-detail-container .map-container {
    margin-top: 50px; }

    @media(max-width:769px){
      .introduction-content{
        flex-wrap: wrap;
        justify-content: center;
      }
      .image-gallery{
        width: 90%;
      }

      .location-and-specs {
        width: 90%;
        text-align: center;
      }

      .app-steps{
        flex-direction: column;
        text-align: center;
      }

      .address-block h2{
        font-size: 24px;
      }
    }


.main-image {
  width: 100%; }

.sub-images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 60em) {
    .sub-images {
      width: 60%; } }
  .sub-images .individual-image {
    list-style: none;
    width: 32%;
    margin: .25em 0; }
  .sub-images a {
    display: block; }
  .sub-images img {
    height: 150px;
    widtH: 200px;
    object-fit: cover;
    display: block; }


.sightMap {
  height: 95vh !important;
}

/*# sourceMappingURL=style.css.map */

/*Videos*/
.video-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}

.video-item {
  flex: 1;
}

.video-title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .iFrame {
    width: 450px !important;
  }
}
