/*
Theme Name: Clark Place
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
*/
.floorplan-detail-container .features-container, .floorplan-detail-container .introduction-content, .ua-content, .gutenberg-background-container .inner-content, .contentMain, .caldera-grid, .main > article > p, .main > article > .wp-block-columns {
  margin: 0 auto;
  width: 90%;
}

.individual-block span, .intro-section a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 0.5em 1em;
  border: 2px solid #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.individual-block span:hover, .intro-section a:hover {
  padding: 0.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 > article > p, .main > article > .wp-block-columns {
  margin: 1em auto;
}

.main a {
  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: 0.5em;
}

.nav-banner-bar {
  display: flex;
  justify-content: center;
  background-color: #F6F6F6;
  align-items: center;
}
@media (min-width: 1080px) {
  .nav-banner-bar {
    justify-content: space-between;
  }
}
@media (max-width: 1080px) {
  .nav-banner-bar {
    flex-direction: column;
    padding: 0.5em 0;
  }
}
.nav-banner-bar .logo-area {
  text-align: center;
}
@media (max-width: 1080px) {
  .nav-banner-bar .logo-area {
    text-align: left;
  }
}

.top-menu-containers {
  height: 100%;
  align-self: center;
  margin-bottom: 0.25em;
}
@media (min-width: 1080px) {
  .top-menu-containers {
    align-self: flex-end;
  }
}

.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 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 span {
  transition: all 0.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 0.25em;
  z-index: 999;
}
.main-menu-top .menu-item-has-children:hover .sub-menu a {
  color: #fff;
  transition: all 0.3s ease;
}
.main-menu-top .menu-item-has-children:hover .sub-menu a:hover {
  padding-left: 3px;
}
.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;
}
@media (max-width: 1080px) {
  .main-menu-top {
    display: none;
  }
}

.logo--image {
  margin: 0.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, 0.7);
  color: #fff;
  padding: 1em 0.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: 1.5em;
}
.bottom-footer {
  background-color: #F6F6F6;
  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: 0.5em;
  text-align: center;
  font-weight: 700;
}
.bottom-footer .csz {
  margin-top: 0.5em;
  text-align: center;
}
.bottom-footer .social-container {
  margin: 1em 0;
  text-align: center;
}
.bottom-footer .social-container a {
  margin: 0 0.5em;
  font-size: 2em;
  color: #3d3d3d;
  transition: all 0.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: 0.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 0.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: 0.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(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    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: 0.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: #3d3d3d;
}

.property-google-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.buttons-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
}
@media (max-width: 800px) {
  .buttons-container {
    gap: 20px;
  }
}

.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;
    border-right: none;
  }
}
.buttons-container a:last-child {
  border: none;
}

.buttons-container .icon {
  background: #3d3d3d;
}

.buttons-container a:hover,
.buttons-container a:hover .icon {
  color: #3d3d3d;
  background: #fff;
}

.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 0.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;
}

.unit-filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.unit-filters {
  display: flex;
  justify-content: center;
}
.unit-filters label {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.unit-filters select {
  margin: 0.25em;
  padding: 0.33em 0.5em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: #F6F6F6;
  color: #3d3d3d;
  transition: all 0.3s ease;
}
.unit-filters button {
  margin: 0 0.25em;
  padding: 0.33em 0.5em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background-color: #F6F6F6;
  color: #3d3d3d;
  transition: all 0.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: #3d3d3d;
  color: #fff;
  text-align: center;
  min-height: 55px;
  padding: 0.25em 0;
  width: 100%;
  top: 0;
  font-size: 0.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%;
  -o-object-fit: cover;
     object-fit: cover;
}
.individual-item .detail-content {
  background-color: #F6F6F6;
  padding: 0.5em 0.5em 1.5em 0.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: 0.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: #050B3B;
  color: #fff;
  padding: 0.25em 3em;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: -1em;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.individual-item:hover .cta-link-container .cta-link {
  border: 2px solid #3d3d3d;
  background-color: #F6F6F6;
  color: #3d3d3d;
}

.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 .location-and-specs {
  width: 55%;
}
@media (max-width: 1080px) {
  .floorplan-detail-container .location-and-specs {
    width: 90%;
    text-align: center;
  }
}
.floorplan-detail-container .address-block h2 {
  margin: 0;
}
.floorplan-detail-container .address-block h2 span {
  display: block;
  font-size: 0.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 hr {
  border-top-width: 2px;
  width: 100%;
  max-width: none;
}
.floorplan-detail-container .specials {
  text-align: center;
  font-style: italic;
}
.floorplan-detail-container .cta-block {
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.floorplan-detail-container .cta-block a {
  display: inline-block;
  margin: 0 0.5em;
  text-transform: uppercase;
  background-color: #050B3B;
  padding: 0.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: 0.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;
}

.image-gallery {
  width: 40%;
}
@media (max-width: 1080px) {
  .image-gallery {
    width: 90%;
  }
}

.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: 0.25em 0;
}
.sub-images a {
  display: block;
}
.sub-images img {
  height: 150px;
  widtH: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.introduction-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .introduction-content {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */