/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.1
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html,
body {
  width: 100%;
  overflow-x: hidden;
}

:root {
  --secondary-font: "Canela", Sans-serif;
  --primary-color: #000;
  --brand-grey: #74878d;
  --brand-navy: #092531;
}

a,
button {
  cursor: pointer;
  color: var(--primary-color);
}

/* Remove IOS Styling */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

*:focus {
  outline: none;
}

/* Better image rendering */
@media (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

p {
  margin: 0;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
}

h2 {
  font-size: 1.45rem;
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

blockquote {
  font-size: 1.25rem;
  padding: 0;
  margin: 25px 0;
  color: #74878d;
  font-style: italic;
  position: relative;
}

.elementor-popup-modal .custom-close {
    color: #3d98bb;
}

.ot-floating-button__front, .ot-floating-button__back {
    display: none;
}

button#ot-sdk-btn {
    background: #fff;
    border: none !important;
    color: var(--brand-navy) !important;
    text-transform: uppercase;
    font-family: "Bebas Neue Pro",Sans-serif;
    font-size: 20px !important;
    padding: 0.3em 0.8em !important;
    font-weight: 500;
}
button#ot-sdk-btn:hover {
    background-color: #fff !important;
}

.elementor-button {
  padding-bottom: 10px;
}

.elementor-nav-menu .sub-arrow i:before {
  content: "" !important;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background: url("/wp-content/uploads/2021/03/chevron-down-outline.svg");
}

.sc-full-height,
.sc-full-height > div,
.sc-full-height > div > div,
.sc-full-height > div > div > div {
  height: 100%;
}

.post-slider .slick-arrow,
.display-posts-listing .slick-arrow{
  width: 32px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.post-slider .slick-prev,
.display-posts-listing .slick-prev{
  right: 50px;
}
.post-slider .slick-prev img,
.display-posts-listing .slick-prev img{
  transform: rotate(180deg);
}
.post-slider .elementor-posts-container {
  display: block;
}
.post-slider .slick-slide,
.display-posts-listing .slick-slide{
  margin: 0 15px;
}

/* SC Up */
.scUp {
  animation-name: scUp;
}
@keyframes scUp {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Featured/Sticky Post*/
.featured-wrap {
  display: flex;
}

.featured-wrap .content-container {
  background: var(--brand-grey);
  width: 35%;
  border-radius: 3px;
  text-align: left;
  padding: 50px 40px 50px 40px;
  margin: 30px 0;
  z-index: 3;
  animation-name: scUp;
  animation-duration: 1.2s;
}

.featured-wrap .content-container .post-desc {
  color: #fff;
  font-family: "Canela", Sans-serif;
  margin-bottom: 30px;
}

.featured-wrap .content-container .elementor-button {
  font-family: "Bebas Neue Pro", Sans-serif;
  font-weight: 500;
  color: var(--brand-navy);
  background: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.featured-wrap .image-container {
  height: 555px;
  width: 90%;
  margin-left: -12%;
  border-radius: 5px;
  background-size: cover !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}

.featured-wrap .post-title h3 {
  font-family: "Bebas Neue Pro", Sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  color: #fff;
}

button:focus {
  background-color: initial;
  outline: none;
}

.info-container {
  font-family: var(--secondary-font);
  font-size: 1rem;
  color: #fff;
}

.info-container i {
  color: #fff;
  font-size: 1rem;
}

.info-container {
  display: flex;
}

.info-container .info-wrap {
  padding-left: 25px;
}

.info-container i.tooltip {
  font-size: 0.8rem;
  cursor: pointer;
}

.info-container .info-header {
  display: flex;
  align-items: center;
}

.info-container .info-header h4 {
  margin: 0 8px 0 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #fff;
  font-family: var(--secondary-font);
}
.info-container:hover .info-body {
  z-index: 999;
}

.info-container .info-body {
  margin-top: 12px;
  position: relative;
}

.info-container .info-body .tooltip-body {
  position: absolute;
  transform: translateY(-150%);
  transform-origin: bottom;
  left: 20%;
  padding: 25px;
  background: var(--brand-navy);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-border-radius: 15px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 15px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}

.info-container .info-body .tooltip-body:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  display: block;
  height: 18px;
  width: 16px;
  background: var(--brand-navy);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.info-container .info-body .tooltip-body.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.elementor-popup-modal .dialog-message {
  overflow: visible !important;
}

@media (max-width: 1024px) {
  .featured-wrap .content-container {
    width: 48%;
  }

  .featured-wrap .image-container {
    height: 380px;
  }

  .featured-wrap .post-title h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .featured-wrap {
    flex-direction: column-reverse;
  }
  .featured-wrap .content-container {
    width: 100%;
    margin: 0;
  }

  .featured-wrap .image-container {
    width: 100%;
    height: 260px;
    margin: 0;
  }

  .featured-wrap .post-title h3 {
    font-size: 1.75rem;
  }

  .info-container .info-body .tooltip-body {
    transform: translateY(-100%);
  }
}

.floor-plans-wrapper {
  max-width: 960px;
  margin: auto;
  width: 100%;
  min-height: 500px;
}
.floor-plans-wrapper ul {
  position: relative;
  list-style-type: none;
  transition: none;
  perspective: 920px;
}
.floor-plan {
  width: 920px;
  height: 560px;
  position: absolute;
  border: 2px solid rgb(126, 163, 175);
  border-radius: 6px;
  transition: transform 150ms ease, opacity 150ms ease;
  transform: rotateX(60deg) rotateZ(-30deg) scale(0.75);
  transform-style: preserve-3d;
  box-shadow: 28px 28px 28px 0 rgba(34, 33, 81, 0.1);
  opacity: 0.9;
  transform-origin: left;
  background: #002531;
  will-change: transform, opacity;
  cursor: pointer;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  left: 0;
}
#blackrock-floor-plans .floor-plan {
  width: 720px;
  height: 660px;
  padding: 0;
}

@media(max-width: 767px){
  .floor-plans-wrapper > ul > li:not(.sc-active){
    max-height: 380px;
    max-width: 90%;
    transform-origin: center;
  }
}



.floor-plan:nth-child(1) {
  top: 0px;
}
.floor-plan:nth-child(2) {
  top: -27.5px;
}
.floor-plan:nth-child(3) {
  top: -55px;
}
.floor-plan:nth-child(4) {
  top: -82.5px;
}
.floor-plan:nth-child(5) {
  top: -110px;
}

.floor-plan > section{
  width: 100%;
  height: 100%;
}

.floor-plans-wrapper ul:hover .floor-plan {
  opacity: 0.15;
}

.floor-plan:hover {
  opacity: 1 !important;
  /* transition: transform 150ms ease, opacity 150ms ease; */
  transition: transform 300ms ease, opacity 300ms ease;
  transform: rotateX(60deg) rotateZ(-30deg) scale(0.75) translateY(20px);
}

.floor-plan.sc-active {
  transform: none;
  opacity: 1 !important;
  position: fixed;
  inset: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 999 !important;
  border: 0;
  overflow-y: scroll;
  text-align: left;
  padding-top: 0;
  border-radius: 0;
}

.no-perspective ul {
  perspective: none !important;
  transition: none !important;
}

.floor-plan .floor-details {
  display: none;
}
.sc-active .floor-details.active {
  display: block !important;
}

.floor-plans-wrapper li:not(.sc-active) .close-floor-plan {
  display: none;
}
.floor-plans-wrapper li:not(.sc-active) svg {
  opacity: 0.75;
  max-height: 92.5% !important;
  max-width: 92.5%;
}

svg #Furniture,
svg #floor-bg,
.floor-plans-wrapper ul li:not(.sc-active) > * {
  pointer-events: none;
}

path[id]:hover,
path.sc-active,
rect[id]:hover,
rect.sc-active,
polygon[id]:hover,
polygon.sc-active{
  fill: #00212B;
  transition: all 500ms;
}

.full-when-closed{
  min-width: 100%;
}
.sc-active .full-when-closed{
  min-width: unset;
}

.click-through{
  pointer-events: none;
}


.display-posts-listing{
	background:#E9EDEE;
	padding:30px 55px 50px 55px;
	    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.display-posts-listing .slick-arrow {
	bottom:20px;
	right:68px;
}

.display-posts-listing .slick-prev {
    right: 108px;
}



.display-posts-listing .title{
	color: var(--brand-navy);
	font-weight:400;
    font-size: 1.25rem;
}

#form-field-subject_name{
    display: none;
}


.optimizer_divider {
    width: 128px;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
}

.optimizer_divider .div_middle .fa-stop {
    font-size: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}


.optimizer_divider .div_left {
    width: 45px;
    height: 1px;
    background: #999;
    float: left;
}

.optimizer_divider .div_middle {
    float: left;
    margin: 10px;
    margin-top: -10px;
    line-height: 18px;
}

.optimizer_divider .div_right {
    width: 45px;
    float: left;
    height: 1px;
    background: #999;
}



.post-slider .elementor-posts-container{
  display: block;
}
.slick-list{
  overflow: hidden;
}
.slick-track{
  display: flex;
}

#monthly-plan,
#yearly-plan{
  display: none;
}
#monthly-plan.active {
  display: block;
}
#yearly-plan.active {
  display: block;
}
.elementor-editor-active #monthly-plan,
.elementor-editor-active #yearly-plan{
  display: block;
}
