.page-template-maronda-kiosk-template .site-footer,
.page-template-maronda-kiosk-template header {
  display: none!important;
}

.area-outer {
  margin-bottom: .5%!important;
}

.areas-inner {
  padding-top: 5vh!important;
}

.slick-track .plot-wrapper {
  display: flex!important;
  display: -webkit-flex!important;
  display: -moz-flex!important;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}

.slick-track .comm-vplot-canvas {
  margin-top: 12%!important;
}

.kiosk-page-three.region-app-screen .sort-by-region label,
.region-app-screen.kiosk-page-three .other-sort-fields label {
  max-width: 400px;
}

.ui-selector.this-is-a-kiosk {
  height: 25px;
}

.kiosk-page-three .slick-hook.community-only.lots:hover a:not(:hover):not(.hidden) {
  opacity: 1!important;
}

.kiosk-page-three .ui-selector.this-is-a-kiosk, 
.kiosk-page-two .ui-selector.this-is-a-kiosk {
  top: 1px;
}

.bottom-area > div:nth-child(2),
.design-holder .county .icon img {
  padding-left: unset;
  margin-left: unset!important;
}

.kiosk-version .hd-type,
.kiosk-version .school-district {
  margin-right: 20px;
}

.home img {
  width: 30px;
  margin-right: 10px;
}

.area-select-bar-inner,
.left-side-area-select {
  align-items: center;
}

.kiosk-version .right-section-container {
  padding-bottom: 100px;
}
.faux-link {
  cursor: pointer;
  /*font-size: 64px;*/
  font-size: 52px;
  color: #fff;
  text-decoration: none!important;
}
.areas-top-text, .bottom-statement {
  font-size: 24px;
}

.kiosk-page-three,
.kiosk-page-two {
  position: fixed;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #009844;
  transition: ease all .5s;
  pointer-events: none;
  opacity: 0;
}
.kiosk-page-two { z-index: 10; }
.kiosk-page-three { z-index: 11; }

.kiosk-page-three.active,
.kiosk-page-two.active {
  opacity: 1;
  pointer-events: unset;
}

.kiosk-page-two .area-select-bar-inner,
.kiosk-page-three .area-select-bar-inner {
  position: relative;
  padding-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
}

.area-select-bar-inner {
  height: 65px;
  color: #fff;
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #009844;
  font-size: 26px;
}

.area-select-bar-inner select, .ui-selector {
  font-size: 26px;
  min-width: 170px;
}

.ui-selector img {
  width: 14px;
  top: 50%;
}
.ui-selector-drop-area { top: 99%; }

.area-select-bar-inner .right-side-filter-button {
  margin-left: auto;
  cursor: pointer;
  font-size: 28px;
}

.area-select-bar-inner .right-side-filter-button img {
  transform: rotate(-180deg);
  width: 15px;
  height: auto;
  margin-right: 8px;
  transition: ease all .5s;
}
.area-select-bar-inner .right-side-filter-button.active img {
  transform: rotate(-90deg);
  transition-duration: .2s;
}

.kiosk-page-three .design-holder {
  height: calc(100vh - 65px);
  width: 100% !important;
  background-color: #fff;
}
.kiosk-page-three .lot-holder {
  height: calc(100vh - 65px);
  width: 100% !important;
}
.kiosk-page-three .right-outer-section,
.kiosk-page-three .lots {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  width: 100% !important;
  background-color: #fff;
  overflow: auto;
  /* padding-bottom: 30%; */
}
.kiosk-page-three .lots .lot {
  width: 50%;
  border-right: solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  max-height: 180px;
}
.kiosk-page-three .lot .left-side-demos { width: calc(95% - 100px); }
.kiosk-page-three .lot .bottom-area { width: 100px; }
.kiosk-page-three .lot .right-side-starting-price { width: 100px; }
.kiosk-page-three .lots .lot:last-of-type { padding-bottom: unset !important; }

.kiosk-page-three .lot .left-side-demos h2 { font-size: 38px; }
.kiosk-page-three .lot .left-side-demos .hd-type { font-size: 24px; }

.kiosk-page-three .lot .starting-price-text { font-size: 18px; }
.kiosk-page-three .lot .starting-price-number { font-size: 30px; }


.kiosk-page-three .lots .status.lot-count {
  display: none;
}

.filter-curtain {
  position: fixed;
  top: 55px;
  top: -100%;
  left: 0;
  height: calc(100vh - 55px);
  width: 100%;
  z-index: 5;
  background-color: #009844;
  /* opacity: 0; */
  pointer-events: none;
  transition: ease all .5s;
  justify-content: center;
  align-items: center;
}

.filter-curtain.active {
  top: 55px;
  /* opacity: 1; */
  pointer-events: unset;
  transition-duration: .2s;
}

.nav-row { border-bottom: unset;}

.other-filter-fields {
  color: #fff;
  max-width: 100%;
  width: 1100px;
}

.room-minimum-filters .bubble-holder label span {
  width: 30px;
  height: 30px;
}


.region-app-screen .lot,
.region-app-screen .scattered-lot, 
.region-app-screen .model-home, 
.region-app-screen .quick-delivery-home {
  position: relative;
}

.region-app-screen .lot .bottom-area {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 24px;
}
.region-app-screen .lot .bottom-area .meta-line-inner { font-size: 22px; }

.region-app-screen .lot .inner-top-side {
  margin-bottom: 85px;
}

.other-filter-fields > div:not(.other-sort-fields), .other-sort-fields > div {
  justify-content: center;
}

.region-app-screen .sort-by-region label, .region-app-screen .other-sort-fields label, .trims label, .first-floor-filter label {
  font-size: 52px;
  padding-left: 45px;
  margin-right: 45px;
}

.communities-single-page .design,
.communities-single-page .qd-home,
.designs-single-page .design,
.designs-single-page .qd-home {
  margin-bottom: 40px;
  /* padding-bottom: unset; */
}
.page-template-maronda-every-tour .communities-single-page .design,
.page-template-maronda-every-gallery .communities-single-page .design {
  padding-bottom: unset !important;
}

.region-app-screen .sort-by-region span::before, .region-app-screen .other-sort-fields span::before, .trims label span::before, .first-floor-filter span::before {
  border-color: white !important;
  border-width: 3px;
  display: block;
  height: 32px;
  width: 32px;
}

.region-app-screen .sort-by-region input[type="checkbox"]:checked + span::after, .region-app-screen .other-sort-fields input[type="checkbox"]:checked + span::after,
.trims label input[type="checkbox"]:checked + span::after,
.first-floor-filter input[type="checkbox"]:checked + span::after {
  background-image: url(/wp-content/themes/maronda/assets/images/check-white.svg);
  width: 35px;
  height: 20px;
  top: 50%;
}


.region-app-screen .other-sort-fields input[type="radio"]:checked + span::after,
.trims label input[type="radio"]:checked + span::after {
  background-image: unset;
  background-color: #fff;
  border-radius: 50%;
  top: 32px;
  left: 6px;
  width: 20px;
  height: 20px;
  transform: unset !important;
}

.other-filter-fields .arrow-down-collapse {
  width: 20px;
}
.other-filter-fields .up img {
  transform: rotate(-180deg);
}

.bedroom-filter-title, .bathroom-filter-title {
  font-size: 34px;
}
.min-sqft .title,
.toggle-box .title-compare .title {
  font-size: 40px;
  font-weight: bolder;
}
.room-minimum-filters .bubble-holder label span,
.afterward-number { font-size: 28px;}

.toggle-box-inner { padding-bottom: 40px;}

.toggle-row .trims {
  flex-wrap: nowrap;
  line-height: 1;
}
.trims label span::before, .first-floor-filter span::before {
  border-radius: 50%;
}
.trims label input[type="radio"]:checked + span::after {
  top: 16px;
}

.design-holder { color: #262927; }
.design-holder .demo-top {
  border-bottom: solid 2px #c6c6c6;
  justify-content: flex-start;
  align-items: center;
  /* z-index: 50; */
  background-color: #fff;
}
.kiosk-version .design-holder .demo-top {
  z-index: 1;
}

.tools.design-holder .back-arrow {
  height: 96px;
}

.design-holder .back-arrow {
  color: #009844;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 120px;
  border-right: solid 2px #c6c6c6;
}
.design-holder .back-arrow::after {
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
}
.design-holder .back-arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  /* outline: dashed 1px #c6c6c6; */
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.design-holder .demos-inner {
  width: calc(100% - 570px);
  padding: 13px 26.5px;
}
.design-holder .bottom-area:not(.decorated-bottom-bar) .icon, 
.design-holder .school-district .icon,
.county .icon {
  margin-right: 11px;
}
.design-holder .school-district .icon img {
  width: 36px;
}
.design-holder .county .icon img {
  width: 18px;
  margin-left: 20px;
}

.design-holder .hd-type {
  width: unset !important;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.18px;
  color: #262927;
}

.design-holder .community-title,
.design-holder .school-district,
.design-holder .county {
  width: unset !important;
  border-left: unset !important;
}

.design-holder .meta-line-inner {
  width: unset;
  font-size: 28px;
}
.design-holder .community-title {
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -1.79px;
  color: #262927;
  margin-bottom: 5px;
}

.design-holder .frame-buttons-right {
  width: 450px;
  justify-content: flex-end;
  align-items: center;
}
.design-holder .frame-buttons-right > div {
  padding: 21px 14px 17px;
  background-color: #f4f6f8;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: .95;
  letter-spacing: -0.16px;
  color: #262927;
  align-items: center;
}
.design-holder .map-frame-button {
  cursor: pointer;
  margin-right: 15px;
}
.design-holder .map-frame-button img {
  margin-right: 10px;
  width: 45px;
  height: auto;
  /* outline: dashed #009844 1px; */
}
.design-holder .mortgage-frame-button {
  cursor: pointer;
  margin-right: 20px;
}
.design-holder .mortgage-frame-button img {
  margin-right: 10px;
  width: 34px;
  height: auto;
  /* outline: dashed #009844 1px; */
}


.toggle-box-inner, .communities-single-page .trim-filter, .communities-single-page .min-sqft, .communities-single-page .room-minimum-filters, .communities-single-page .first-floor-filter-calculator, .designs-single-page .trim-filter, .designs-single-page .min-sqft, .designs-single-page .room-minimum-filters, .designs-single-page .first-floor-filter-calculator {
  background-color: unset !important;
}

.communities-single-page .num-bar .bar,
.designs-single-page .num-bar .bar { background-color: #fff; }
.communities-single-page .num-bar .button, .designs-single-page .num-bar .button,
.communities-single-page .num-bar .completed, .designs-single-page .num-bar .completed { background-color: #c6c6c6; }


.communities-single-page .design, .communities-single-page .qd-home, .designs-single-page .design, .designs-single-page .qd-home {
  width: calc((100% - 105px) / 4) !important;
  margin-right: 35px !important;
}

.communities-single-page .design:nth-child(2n), 
.communities-single-page .qd-home:nth-child(2n), 
.designs-single-page .design:nth-child(2n), 
.designs-single-page .qd-home:nth-child(2n) { margin-right: 35px !important; }

.communities-single-page .design:nth-child(4n), .communities-single-page .qd-home:nth-child(4n), .designs-single-page .design:nth-child(4n), .designs-single-page .qd-home:nth-child(4n) { margin-right: unset !important; }



.lot-count.trim::before { display: none !important; }
.communities-single-page .design .trim, .communities-single-page .qd-home .trim, .designs-single-page .design .trim, .designs-single-page .qd-home .trim {
  border-radius: 23.5px;
  top: 8px;
  right: 6px;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 24px;
}

.tools .middle-inner {
  padding-bottom: 10px;
}

.page-template-maronda-every-tour .design {
  padding-bottom: 25px;
}

.design:not(.alm-item) {
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}

.page-template-maronda-gallery-archive-page .design, 
.page-template-maronda-tour-archive-page .design { padding-bottom: unset; }

.middle-inner {
  width: 100%;
}
.middle-inner .name-star,
.middle-inner .sqft {
  padding-left: 15px;
}
.middle-inner .name-star .name { font-size: 32px; }
.middle-inner .sqft em,
.middle-inner .sqft span { font-size: 21px !important;}
.middle-inner .demos .name { font-size: 16px; }
.middle-inner .demos .demo-meta-left > div .number { font-size: 24px; }

.middle-inner .padding-box {
  width: 95%;
  margin: 0 auto;
}


.middle-inner .buttons-two,
.middle-inner .buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: ease all .5s;
}
.middle-inner .buttons-two {
  left: 100%;
}
.middle-inner.next .buttons {
  left: -100%;
}
.middle-inner.next .buttons-two {
  left: 0;
}


.middle-inner .buttons > div {
  border-right: solid 1px #c6c6c6;
  border-top: solid 1px #c6c6c6;
  cursor: pointer;
  font-size: 22px;
}
.middle-inner .buttons > div > img {
  margin-right: 5px;
}
.middle-inner .buttons.three > div:first-child {
  width: 100%;
  border-right: unset;
}
.middle-inner .buttons.three > div:last-child {
  border-right: unset;
}

.middle-inner .buttons:not(.three) > div:nth-child(2n) { border-right: unset; }
.middle-inner .buttons > div:nth-child(n + 2) {
  border-bottom: unset;
  /* border-top: unset; */
}

.middle-inner .buttons-two > div {
  justify-content: center;
  align-items: center;
  padding: 21px 0;
  width: 50%;
  border-top: solid 1px #c6ccd6;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
}
.middle-inner .buttons-two > div:first-child {
  border-right: 1px solid #c6ccd6;
}

.middle-inner .buttons > div:last-of-type {
  margin-right: auto !important;
}

.kiosk-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: ease all .5s;
}
.kiosk-popup.active {
  opacity: 1;
  pointer-events: unset;
  transition-duration: .2s;
}

.kiosk-popup .kiosk-curtain {
  background-color: #000;
  opacity: 0.33;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kiosk-popup .kiosk-popup-container {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: auto;
  width: 1280px;
  max-width: 90%;
  background-color: #fff;
  z-index: 2;
  max-height: 0;
  transform: translate(-50%, -40%);
  transition: ease all .3s;
}
.kiosk-popup.active .kiosk-popup-container {
  transform: translate(-50%, -50%);
  max-height: 90vh;
  transition-delay: .5s;
}

.kiosk-popup-container iframe,
.kiosk-popup-container .kiosk-ajax,
.kiosk-popup-container .kiosk-slider-container {
  display: block;
  width: 100%;
  height: 90vh;
  max-height: 1500px;
  /* transition: ease all .5s; */
  overflow: hidden;
  position: relative;
}
.kiosk-popup-container iframe.hidden,
.kiosk-popup-container .kiosk-ajax.hidden,
.kiosk-popup-container .kiosk-slider-container.hidden {
  max-height: 0;
}

.kiosk-popup-container .ex span {
  background-color: #262927 !important;
}

.slick-slider, .slick-list, .slick-track {
  height: 100% !important;
}
.slick-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev-arrow img,
.next-arrow img {
  width: 20px;
}

.next-arrow img {
  position: relative;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.prev-arrow, .next-arrow {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  background-color: #009844;
  align-items: center;
  justify-content: center;
}
.prev-arrow { left: 0; }
.next-arrow { right: 0; }

.kiosk-ajax .plot-phase-menu { margin-top: 70px; position: relative; z-index: 20;}
.kiosk-ajax .comm-vplot-canvas:not(.scattered-homesites) { height: calc(85vh - 135px) !important; }





/* form */
.kiosk-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: unset;
  background-color: #f4f6f8;
  z-index: 99;
  padding: 38px 60px 78px;
  overflow: auto;
}
.kiosk-form.hidden {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.kiosk-form .title {
  margin-bottom: 35px;
  font-size: 80px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #009844;
}

.kiosk-form .full-width-field {
  width: 100%;
  margin-bottom: 25px;
}
.kiosk-form .flex-halves,
.kiosk-form .flex-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.kiosk-form .flex-choices {
  margin-left: -35px;
  margin-right: -35px;
}

.kiosk-form .half { width: calc(50% - 7.5px); }
.kiosk-form .first-half { margin-right: auto; }

.kiosk-form .choice-label {
  margin-bottom: 15px;
}
.kiosk-form .choice-label,
.kiosk-form label {
  display: block;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.08px;
  color: #262927;
}

.kiosk-form .choice-box label {
  font-family: mr-eaves-sans, sans-serif;
  font-weight: normal;
  letter-spacing: -0.3px;
}




.kiosk-form .label-bottom label {
  margin-bottom: 10px;
}

.kiosk-form select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: solid 1px #c6ccd6;
  font-size: 15px;
  line-height: 1;
  padding: 5px;
  background-image: url(/wp-content/themes/maronda/assets/images/arrow-black-down.svg);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 98% center;
}

.kiosk-form .wpcf7-list-item {
  /* width: calc(25% - 15px); */
  margin-right: 20px;
  margin-left: unset !important;
}
.kiosk-form .wpcf7-radio .wpcf7-list-item { margin-right: auto; }

.kiosk-form .wpcf7-list-item:nth-child(4n) { margin-right: unset; }
.kiosk-form .wpcf7-list-item input {
  border-bottom: unset;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: -0.09px;
  color: #262927;
  margin-bottom: 15px;
}


.kiosk-form label span,
.kiosk-form label input,
.kiosk-form label textarea {
  width: 100%;
  display: block;
}
.kiosk-form input,
.kiosk-form textarea {
  background-color: unset !important;
  font-family: mr-eaves-sans, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.12px;
  color: #262927;
  width: 100%;
}
.kiosk-form input {
  border: unset;
  border-bottom: solid 1px #c6ccd6;
}
.kiosk-form input.wpcf7-not-valid {
  border-bottom-color: #d6440a;
}
.kiosk-form textarea {
  margin: 15px 0;
  border: solid 1px #262927;
  height: 265px;
  padding: 5px;
}
.kiosk-form textarea.wpcf7-not-valid {
  border-color: #d6440a;
}

.kiosk-form input:focus {
  border-bottom-color: #009844;
}
.kiosk-form textarea:focus {
  border-color: #009844;
  outline: none !important;
}
.kiosk-form input::placeholder,
.kiosk-form textarea::placeholder {
  opacity: 1;
  color: #c6ccd6;
}

.kiosk-form .choice-box {
  background-color: #fff;
  margin-right: auto;
  padding: 20px 35px;
}
.kiosk-form .choice-box:last-of-type {
  margin-right: unset;
}

.kiosk-form .wpcf7-checkbox,
.kiosk-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.kiosk-form .wpcf7-checkbox .wpcf7-list-item-label,
.kiosk-form .wpcf7-radio .wpcf7-list-item-label { 
  position: relative;
  display: block;
  padding-left: 56px;
  cursor: pointer;
  font-size: 48px;
}

.plot-map-holder {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.kiosk-form .ex span {
  background-color: #000;
}

.kiosk-form .ex {
  top: 25px;
  right: 25px;
}

.kiosk-form .wpcf7-radio input:checked + .wpcf7-list-item-label:after {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 22px;
  height: 22px;
  content: '';
  background-color: #009844;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.kiosk-form .wpcf7-radio .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  height: 38px;
  width: 38px;
  border: 3px solid #262927;
  border-radius: 50%;
  top: 50%;
   top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); 
  content: '';
  display: block;
}


.kiosk-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:after {
  position: absolute;
  left: 2px;
  width: 48px;
  height: 30px;
  content: '';
  top: 44%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url(/wp-content/themes/maronda/assets/images/check-green.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.kiosk-form .wpcf7-checkbox .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  height: 38px;
  width: 38px;
  border: 3px solid #c6ccd6;
  border-radius: 1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: '';
  display: block;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.kiosk-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before {
  border-color: #009844;
}

.kiosk-form .button-outer {
  position: relative;
  border-radius: 33px;
  border: solid 1px #009844;
  background-color: #009844;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 202px;
  margin-left: auto;
}

.kiosk-form .button-outer .canceller {
  position: absolute;
  left: -190px;
  cursor: pointer;
  width: 143px;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.54;
  letter-spacing: -0.33px;
  text-align: center;
  color: #2a2d2b;
  transition: ease all .2s;
  opacity: 1;
}

.button-outer.sent .canceller {
  opacity: 0;
}

.kiosk-form .button-outer input[type=submit] {
  border: unset !important;
  cursor: pointer;
  font-size: 52px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.13px;
  text-align: center;
  color: #fff;
}
.kiosk-form .button-outer input[type=submit].hidden {
  opacity: 0;
  pointer-events: none;
}

.kiosk-form .button-outer.sent {
  border: none;
  background-color: #fff0;
  /* transition: ease all .2s; */
  max-width: unset;
}

.kiosk-form .success-lingo {
  line-height: 1 !important;
  height: 100%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 0;
  opacity: 0;
  transition: ease all .5s;
  overflow: hidden;
  font-size: 50px;
}
.kiosk-form .sent .success-lingo {
  max-height: 66px;
  opacity: 1;
}

.hidden-field { display: none !important; }


.dot_loader .dot {
  width: 15px;
  height: 15px;
}
@-webkit-keyframes dot {
  0% {
    background-color: #ffffff;
  }
  30% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ffffffaa;
  }
  70% {
    background-color: #ffffffaa;
  }
  100% {
    background-color: #ffffff;
  }
}

@keyframes dot {
  0% {
    background-color: #ffffff;
  }
  30% {
    background-color: #ffffff;
  }
  50% {
    background-color: #ffffffaa;
  }
  70% {
    background-color: #ffffffaa;
  }
  100% {
    background-color: #ffffff;
  }
}

.tools.design-holder .demos-inner {
  width: 100%;
}



/* Aaron QA Kiosk overrides */
.slick-hook.community-only.lots:hover a:not(:hover) {
  opacity: 1;
}


.map-map-map #map,
.map-map-map {
  width: 100%;
  height: 100%;
}


@media (max-width: 1390px) {
  .hd-type,
  .design-holder .meta-line-inner,
  .design-holder .meta-line-inner {
    font-size: 24px;
  }
  .design-holder .community-title {
    font-size: 47px;
    margin-bottom: 3px;
  }
  .kiosk-form .choice-label, .kiosk-form label {
    font-size: 23px;
  }
  .kiosk-form .wpcf7-checkbox .wpcf7-list-item-label, .kiosk-form .wpcf7-radio .wpcf7-list-item-label {
    font-size: 27px;
  }
  .three-sixty { height: calc(100vh - 65px - 76px); }
  .demo-top.switcher + .three-sixty { height: calc(100vh - 65px - 117px); }
}

@media (max-width: 1200px) {

  
  .communities-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .communities-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .communities-single-page.tools .design, 
  .communities-single-page.tools .qd-home, 
  .designs-single-page.tools .design, 
  .designs-single-page.tools .qd-home {
    width: 31% !important;
    margin-right: 3%!important;
  }

  .communities-single-page.tools .design:nth-child(3n):not(.slick-slide), 
  .communities-single-page.tools .qd-home:nth-child(3n):not(.slick-slide), 
  .designs-single-page.tools .design:nth-child(3n):not(.slick-slide), 
  .designs-single-page.tools .qd-home:nth-child(3n):not(.slick-slide), 
  .communities-single-page.tools .design:nth-child(3n), 
  .communities-single-page.tools .qd-home:nth-child(3n), 
  .designs-single-page.tools .design:nth-child(3n), 
  .designs-single-page.tools .qd-home:nth-child(3n) {
    margin-right: unset!important;
  }

}

@media (max-width: 1000px) {
  .tools .middle-inner .name-star .name {
    font-size: 24px;
  }
  .tools .middle-inner .demos .name {
    font-size: 14px;
  }

  .tools .middle-inner .demos .demo-meta-left > div .number {
    font-size: 20px;
  }
  .tools .middle-inner .sqft em, .tools .middle-inner .sqft span {
      font-size: 15px !important;
  }
  .tools .design-holder .community-title {
    font-size: 37px;
  }
}

@media (max-width: 900px) {
  .tools .middle-inner .name-star, 
  .tools .middle-inner .sqft {
    padding-left: unset;
  }
}

@media (max-width: 800px) {
  .communities-single-page.tools .design, 
  .communities-single-page.tools .qd-home, 
  .designs-single-page.tools .design, 
  .designs-single-page.tools .qd-home,
  .communities-single-page.tools .design:nth-child(3n), 
  .communities-single-page.tools .qd-home:nth-child(3n), 
  .designs-single-page.tools .design:nth-child(3n), 
  .designs-single-page.tools .qd-home:nth-child(3n),
  .communities-single-page.tools .design:nth-child(3n):not(.slick-slide), 
  .communities-single-page.tools .qd-home:nth-child(3n):not(.slick-slide), 
  .designs-single-page.tools .design:nth-child(3n):not(.slick-slide), 
  .designs-single-page.tools .qd-home:nth-child(3n):not(.slick-slide), 
  .communities-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .communities-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .tool-photo {
    width: 48% !important;
    margin-right: 4%!important;
    margin-bottom: 25px;
  }
  .communities-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .communities-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .design:nth-child(2n):not(.slick-slide), 
  .designs-single-page.tools .qd-home:nth-child(2n):not(.slick-slide), 
  .tool-photo:nth-child(2n):not(.slick-slide), 
  .communities-single-page.tools .design:nth-child(2n), 
  .communities-single-page.tools .qd-home:nth-child(2n), 
  .designs-single-page.tools .design:nth-child(2n), 
  .designs-single-page.tools .qd-home:nth-child(2n),
  .tool-photo:nth-child(2n) {
    margin-right: unset!important;
  }
  .elevations h2 {
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media (max-width: 700px) {
  .design-holder .community-title {
    font-size: 27px;
  }
  .design-holder .demos-inner {
    padding: 13px 5%;
  }
  .elevations h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {

  .ui-selector img {
    width: 10px;
    top: 58%;
  }

  .ui-selector.this-is-a-kiosk {
    height: auto;
  }

  .area-select-bar-inner {
    padding: 0 11px;
    height: 43px;
  }
  .left-side-area-select {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .single-tour .homeburger-button, 
  .single-gallery .homeburger-button, 
  .page-template-maronda-tour-archive-page .homeburger-button, 
  .page-template-maronda-blog-archive-page .homeburger-button, 
  .page-template-maronda-gallery-archive-page .homeburger-button, 
  .single-visualizer .homeburger-button {
    top: 12px;
  }
  .design-holder .demo-top {
    top: 43px;
  }
  .single-tour,
  .single-gallery,
  .page-template-maronda-tour-archive-page,
  .page-template-maronda-blog-archive-page,
  .page-template-maronda-gallery-archive-page,
  .single-visualizer {
    padding-top: 43px;
  }
  .contents-inner-holder.gallery, .communities-single-page .contents-inner-holder {
    padding: 30px 0 100px;
  }
  .three-sixty {
    height: calc(100vh - 43px - 53px);
  }
  .demo-top.switcher + .three-sixty { height: calc(100vh - 43px - 114px); }
  .kiosk-popup-container .kiosk-slider-container {
    height: 60vh;
  }
}

@media (max-width: 500px) {

  .design-holder .community-title {
    font-size: 25px;
  }
  .matterport-cta-text img {
    margin-right: 8px;
  }
  .tool-photo {
    margin-bottom: 15px;
  }
  .prev-arrow img, .next-arrow img {
    width: 13px;
  }
  .prev-arrow, .next-arrow {
    height: 35px;
    width: 35px;
  }
  .choose {
    font-size: 15px;
  }
  .visualizer.design-holder .community-title {
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  .communities-single-page.tools .design:nth-child(3n):not(.slick-slide),
  .communities-single-page.tools .qd-home:nth-child(3n):not(.slick-slide),
  .designs-single-page.tools .design:nth-child(3n):not(.slick-slide),
  .designs-single-page.tools .qd-home:nth-child(3n):not(.slick-slide),
  .communities-single-page.tools .design:nth-child(2n):not(.slick-slide),
  .communities-single-page.tools .qd-home:nth-child(2n):not(.slick-slide),
  .designs-single-page.tools .design:nth-child(2n):not(.slick-slide),
  .designs-single-page.tools .qd-home:nth-child(2n):not(.slick-slide),
  .communities-single-page.tools .design, 
  .communities-single-page.tools .qd-home, 
  .designs-single-page.tools .design, 
  .designs-single-page.tools .qd-home,
  .communities-single-page.tools .design:nth-child(3n), 
  .communities-single-page.tools .qd-home:nth-child(3n), 
  .designs-single-page.tools .design:nth-child(3n), 
  .designs-single-page.tools .qd-home:nth-child(3n) {
    width: 100%!important;
    margin-right: unset!important;
  }  
}






