/*
 Theme Name:   Park garden
 Author:       QBurst
*/

/***********************************************************
                     FONTS
************************************************************/
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("fonts/montserrat-regular-webfont.woff") format("woff"),
    url("fonts/montserrat-regular-webfont.ttf") format("truetype"),
    url("fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserratbold";
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("fonts/montserrat-bold-webfont.woff") format("woff"),
    url("fonts/montserrat-bold-webfont.ttf") format("truetype"),
    url("fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Over writing styles*/
body,
html {
  /*height:100%;*/
  overflow-x: hidden;
  outline: none;
}
/* a:focus, .btn:focus, .btn:active:focus, .btn.active:focus{
    outline: none;
} */
.outer-wrapper {
  min-height: 100%;
  position: relative;
  float: left;
  padding-bottom: 41px;
  width: 100%;
}
.content::before {
  display: none;
}
.building .green-logo {
  background: url("images/green_logo.png") no-repeat right center;
  background-size: contain;
  position: absolute;
  width: 37.5%;
  height: 75%;
  bottom: -44%;
  left: -9%;
}
.residence-bg,
.amenities-bg,
.neighborhood-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#section4 .full-section,
#section5 .full-section {
  background: none;
}
.scene {
  min-height: 360px;
  position: relative;
  z-index: 1;
}
.scene .layer {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}
.scene .layer:first-child {
  position: relative;
  z-index: 1;
}
#building .full-section {
  background: url(images/black_bg2.jpg) no-repeat left center;
  background-size: cover;
}
#building .scene {
  min-height: 520px;
}
.category {
  z-index: 10;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 50px;
  left: 0;
}
#key_display .category {
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  border: none;
  background: transparent;
}
.category a {
  padding: 17px 30px;
  background: #2b2b2b;
  color: #fff;
  border-right: 1px solid #a8a8a8;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.category a:hover {
  background-color: #96d51d;
  color: #000;
}
.content-wrap .page-name {
  z-index: 10;
  background-color: #96d51d;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  left: -1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 260px;
  position: absolute;
  top: 100px;
  padding: 7px 0px 5px 64px;
}
.page-name div {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
.page-name.animation {
  left: -80px;
}

.gallery-slider {
  height: calc(100vh - 63px);
  overflow: hidden;
}
.gallery-slider .slides > li {
  height: 100%;
}
.flexslider .slides > li {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex !important;
  align-items: flex-end;
}
.flexslider .slides {
  height: 100% !important;
}
.content-wrap {
  padding: 0;
}
.slides {
  padding: 0;
}
.carousel-slider .slides li {
  height: 150px;
  width: 150px !important;
  border: 3px solid #fff;
  cursor: pointer;
}
.flex-control-nav {
  z-index: 10;
  bottom: 100px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexslider .slides > li {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.gallery-slider,
.alink {
  min-height: 385px;
}
.alink {
  display: block;
}
.flexslider {
  border: none;
  background: transparent;
  margin: 0;
}
.custom-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
#carousel,
#carousel-amenities,
#carousel-features,
#carousel-exterior,
#carousel-neighborhood {
  position: absolute;
  bottom: 150px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -2500px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin: 0;
  width: 100vw;
}
.flexslider.open {
  left: 0 !important;
}
.carousel-slider .slides li.flex-active-slide {
  border: 3px solid #96d51d;
}
.flex-caption {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.category li:last-child a {
  border-right: none;
}
.navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100px;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.flex-next img,
.flex-direction-nav a.flex-next:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}
.flex-control-paging li a.flex-active {
  background: #96d51d;
}
.custom-controls-container,
.custom-controls-wrap {
  margin: 0 15px;
}
.custom-navigation .flex-prev,
.custom-navigation .flex-next {
  background: #2b2b2b;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 3px;
}
.slider {
  position: relative;
  font-family: "Montserrat";
}
.flex-direction-nav a:before {
  content: " " !important;
  background-image: url(./images/rectangle.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-direction-nav a {
  background: #000;
}
.show-thumb {
  cursor: pointer;
}
.share-option {
  background: #96d51d;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.72px;
  font-family: "Montserratbold";
}
.caption-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.5);
}
.share-option:hover,
.share-option:focus {
  color: #fff;
  text-decoration: none;
}
.map-wrap {
  position: relative;
}

/***********************************************************
                     HEADER
************************************************************/
header {
  height: 63px;
  position: relative;
  z-index: 1000;
}
header #nav-toggle,
header #nav-toggle-mob {
  cursor: pointer;
  display: block;
  margin-top: 22px;
  margin-right: 30px;
  width: 75px;
  height: 22px;
  background-color: transparent;
  border: none;
}
header #nav-toggle span.hamburger-icon,
#nav-toggle span.hamburger-icon:before,
#nav-toggle span.hamburger-icon:after,
header #nav-toggle-mob span.hamburger-icon,
#nav-toggle-mob span.hamburger-icon:before,
#nav-toggle-mob span.hamburger-icon:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 15px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
}
#primary-menu {
  display: flex;
  justify-content: flex-end;
}
header #nav-toggle span.hamburger-icon:before,
header #nav-toggle-mob span.hamburger-icon:before {
  top: -5px;
}
header #nav-toggle span.hamburger-icon:after,
header #nav-toggle-mob span.hamburger-icon:after {
  bottom: -5px;
}
header #nav-toggle span.hamburger-icon,
#nav-toggle span.hamburger-icon:before,
#nav-toggle span.hamburger-icon:after,
header #nav-toggle-mob span.hamburger-icon,
#nav-toggle-mob span.hamburger-icon:before,
#nav-toggle-mob span.hamburger-icon:after {
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
header #nav-toggle span.hamburger-icon,
header #nav-toggle-mob span.hamburger-icon {
  position: relative;
  margin-top: 9px;
}
header #nav-toggle.active span.hamburger-icon,
header #nav-toggle-mob.active span.hamburger-icon {
  background-color: transparent;
}
header #nav-toggle.active span.hamburger-icon:before,
#nav-toggle.active span.hamburger-icon:after,
header #nav-toggle-mob.active span.hamburger-icon:before,
#nav-toggle-mob.active span.hamburger-icon:after {
  top: 0;
  height: 2px;
  width: 15px;
}
header #nav-toggle.active span.hamburger-icon:before,
header #nav-toggle-mob.active span.hamburger-icon:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header #nav-toggle.active span.hamburger-icon:after,
header #nav-toggle-mob.active span.hamburger-icon:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header #nav-toggle-mob {
  display: none;
}
#primary-menu .menu,
#menu-main-menu,
.neighborhood_category {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#primary-menu .menu {
  /* float: right; */
  margin-top: 22px;
}
#primary-menu .menu li {
  display: inline-block;
}
#primary-menu .menu a {
  color: #ffffff;
  font-family: "Montserratbold";
  font-size: 16px;
  text-transform: uppercase;
}
#primary-menu .menu li:after,
.h-mib-icons li:after {
  content: "";
  display: inline-block;
  width: 1px;
  background: #fff;
  height: 12px;
  margin: 0 24px;
}
#header-menu-icons {
  /* float: right; */
  width: 105px;
  justify-content: flex-end;
}
.flt-left {
  float: left;
}
.flt-right {
  float: right;
}
.hamburger-txt {
  margin-left: 7px;
  color: #ffffff;
  font-family: "Montserratbold";
  font-size: 16px;
}
#secondary-menu {
  width: 330px;
  background-color: #242424;
  position: fixed;
  right: -330px;
  top: 63px;
  bottom: 0;
  transition: right ease 500ms;
  -webkit-transition: right ease 0.7s;
  -moz-transition: right ease 0.7s;
  -o-transition: right ease 0.7s;
  display: none;
  z-index: 1001;
}
#secondary-menu.menu-visible {
  right: 0;
  display: block;
}
#secondary-menu ul li a {
  color: #ffffff;
  font-family: Montserratbold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  display: block;
  padding: 25px 52px 25px 0;
  text-align: right;
  box-shadow: 0 19px 0 rgba(255, 255, 255, 0.08);
  background-color: #2b2b2b;
  border-bottom: 1px solid #242424;
  margin-bottom: 1px;
}
#secondary-menu ul li a:hover,
#primary-menu .menu a:hover,
#secondary-menu ul li.current-menu-item a,
#primary-menu .menu li.current-menu-item a {
  text-decoration: none;
  color: #96d51e;
}
#secondary-wrap {
  height: 100%;
}
#menu-main-menu:before {
  content: "";
  display: block;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  background-color: #2b2b2b;
  border-bottom: 1px solid #242424;
  width: 100%;
  margin-bottom: 2px;
}
#secondary-menu .mCSB_scrollTools .mCSB_draggerContainer {
  right: 10px;
}
#secondary-menu .mCSB_scrollTools {
  top: 20px;
  bottom: 20px;
  /* opacity: 0; */
}
#secondary-menu .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#secondary-menu ul li.menu-last-item a {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  background-color: #242424;
  border-bottom: 1px solid #1b1b1b;
}
#secondary-menu ul li.contact-menu a {
  box-shadow: none;
  border-bottom: 1px solid #161616;
}
#secondary-menu ul li.menu-last-item:last-child a {
  border-bottom: none;
  box-shadow: none;
}
.pg-logo img {
  left: 30px;
}
.h-mib-icons {
  padding-left: 0;
  margin: 18px 0 0;
}
.h-mib-icons li {
  list-style-type: none;
  display: inline-block;
}
.h-mib-icons li:after {
  margin: 0 22px;
  position: relative;
  top: 2px;
}
.h-call img {
  margin-top: -1px;
  width: 17px;
  height: auto;
}
.h-location img {
  width: 12px;
  height: auto;
}
.h-schedule-tour img {
  width: 16px;
  height: auto;
}
/***********************************************************
                     FOOTER
************************************************************/
footer {
  padding: 13px 0 10px;
  position: absolute;
}
.home footer {
  position: fixed;
}
footer a {
  cursor: pointer;
  display: inline-block;
}
.footer-icons-ul {
  list-style-type: none;
  padding-left: 0;
  display: inline-block;
  margin: 0 0 0 4px;
}
.footer-icons-ul li {
  margin-right: 2px;
  display: inline-block;
}
.footer-icons-ul li img {
  height: 15px;
  width: auto;
}
.footer-info {
  padding: 2px 0 0 15px;
  margin-top: 0;
  float: left;
}
.footer-icons {
  padding: 0 15px 0 0;
  float: left;
}
.footer-icons img.bozzuto_logo {
  margin-right: 5px;
}
.footer-fb {
  margin-right: 1px;
}
footer .row {
  margin: 0;
}
.f-ph,
.footer-info a {
  display: inline-block;
}
.footer-info a {
  background: black;
}
.fb-a {
  margin-left: 4px;
}
.footer-icons-ul li .f-ada img {
  height: 14px;
}
/***********************************************************
                     CONTACT
************************************************************/
.inner-wrapper {
  font-family: "Montserrat", sans-serif;
}
.contact-inner {
  padding: 55px 60px 45px;
  background-color: #fff;
  width: 82%;
  margin: 67px auto 0;
  display: table;
  max-width: 1400px;
}
#contact {
  /*background: url(images/contact/contact_bg.jpg)no-repeat;*/
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
}
.contact-left {
  float: left;
  width: 40%;
}
.contact-right {
  float: right;
  width: 53%;
}
#contact h1 {
  color: #96d51e;
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
img {
  max-width: 100%;
}
.contact-map {
  position: relative;
  margin-bottom: 44px;
  margin-top: 42px;
}
.contact-map a {
  width: 184px;
  height: 50px;
  background-color: #93c63d;
  position: absolute;
  right: 20px;
  bottom: -24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
}
.contact-address p,
.contact-address h4,
.contact-address h2 {
  margin: 0;
}
.contact-address h2,
.contact-address h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 13px;
}
.contact-address p {
  color: #656565;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contact-address .address {
  margin-bottom: 32px;
}
#contact .hywrap {
  margin: 20px auto;
}
#contact .hywrap .control-label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 24px;
}
#contact .hywrap .control-group {
  margin-bottom: 18px;
}
#contact .hywrap .control-group.hy-signup {
  margin-bottom: 0;
}
#contact .hywrap input[type="text"],
#contact .hywrap textarea,
#contact .hywrap select {
  border: 1px solid #969696;
  padding: 10px 9px;
  font-size: 14px;
  background-color: #fff;
  font-family: "Montserrat";
  color: #000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
#contact .hywrap textarea {
  resize: auto;
}
#contact .hywrap input[type="text"],
#contact .hywrap select {
  height: 40px;
  min-height: 0;
}
#contact .hywrap .radio input {
  min-height: 0;
}
#contact .hywrap button {
  background-color: #93c63d;
  padding: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.65px;
  width: 194px;
  border: 0;
  position: absolute;
  bottom: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: center;
  display: block;
}
#contact .hywrap #more-info {
  margin-top: 0;
}
#contact .hywrap #more-info a {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  font-family: Montserrat;
  margin-top: 33px;
  display: block;
}
#contact .hywrap .form-actions {
  position: relative;
  padding-bottom: 92px;
}
#contact .form-horizontal .radio {
  padding-top: 13px;
}
#contact .hywrap .radio {
  line-height: 12px !important;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
}
#contact .section-page-title-container,
#thank .section-page-title-container {
  z-index: 1;
}
#contact .section-page-title-container {
  top: 33px;
}
#contact .section-page-title:after,
#contact .section-page-title:after,
#thank .section-page-title:after,
.why-bozzutto-title .section-page-title:after,
.page-name:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hours span {
  width: 56px;
  display: inline-block;
}
.hours {
  padding: 0;
}

/***********************************************************
                     THANK YOU
************************************************************/
#thank {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  min-height: 540px;
}
#thank h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.44px;
  margin-top: 38px;
}
#thank p {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.28px;
}
.thank-social {
  margin-top: 59px;
}
.thank-social a {
  display: inline-block;
  margin-right: 18px;
}
.thank-social a:last-child {
  margin-right: 0;
}
.thank-social a img {
  max-width: 48px;
}
.tbl {
  display: table;
  height: 100%;
  width: 100%;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
#thank .tbl-cell {
  z-index: 2;
}
.relative {
  position: relative;
}
.layer.relative {
  position: relative !important;
}
.banner-img {
  background-size: cover;
  width: 100%;
  text-align: center;
  height: 470px;
  position: relative;
  background-position: center;
}
.banner-caption {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-image: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0.49) 100%
  );
  height: 97px;
  padding: 0 35px;
  justify-content: space-between;
}
.blog-page-wrapper p {
  margin: 0;
}
.banner-caption p {
  color: #fff;
  text-align: left;
}
.banner-caption a,
.single-blog-content a {
  color: #96d51e;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Montserratbold";
}
.blog-content {
  width: 70%;
}
.single-blog {
  width: calc(33.3333% - 14px);
  margin: 14px 7px 0;
  background-color: #fff;
  flex-direction: column;
  position: relative;
  height: 500px;
}
.subscribe-section {
  width: calc(30% - 14px);
  margin: 14px 7px;
  right: 30px;
  margin-top: -210px;
  background-color: #fff;
  padding: 0 25px;
  color: #000;
}
section#widget_recent_entries ul li:last-child {
  margin: 0;
}
.blog-content-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  position: relative;
}
.single-blog .single-blog-banner {
  height: 318px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.single-blog-banner div {
  background-image: linear-gradient(
    180deg,
    #000000 0%,
    rgba(0, 0, 0, 0.49) 100%
  );
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.single-blog-banner p {
  text-transform: uppercase;
}
.single-blog-content {
  padding: 20px;
}
.single-blog-content p {
  margin-bottom: 20px;
}
.subscribe-section div {
  display: flex;
  flex-direction: column;
}
.subscribe-section div span {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.subscribe-section input {
  height: 45px;
  padding: 0 10px;
  border: 1px solid #dfdfdf;
  width: 100%;
  font-size: 14px;
  outline: none;
  border-radius: 0;
}
.share ul li {
  background: #5d5d5d;
  padding: 10px;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
}
.share ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.tags ul li {
  list-style: none;
  padding: 11px 15px;
  border: 1px solid #969696;
  margin: 3px;
  cursor: pointer;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.categories ul {
  display: flex;
  flex-wrap: wrap;
}
.categories ul li {
  width: 50%;
}
.articles ul li:before,
.categories ul li:before {
  content: "";
  background: url(./images/list-arrow.png) no-repeat;
  background-size: cover;
  height: 7px;
  width: 7px;
  background-position: center;
  position: absolute;
  left: -17px;
  top: 6px;
}
.articles ul li,
.categories ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.articles ul,
.categories ul {
  padding-left: 20px;
  margin: 0;
}
.banner-caption .read-more {
  margin-right: calc(30% + 7px);
}
.subscribe-section .customSelect {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
select#archives-dropdown-3 {
  position: absolute;
  left: -999em;
}
.subscribe-section .customSelect .selectedValue {
  background: transparent;
  text-align: left;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  font-size: 14px;
}
.subscribe-section .customSelect.select-open .selectList {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  left: 0 !important;
  top: auto !important;
}
.subscribe-section .customSelect .selectList dl,
.subscribe-section .customSelect .selectList dl {
  border: 1px solid #dfdfdf;
  border-top: 0;
}
.subscribe-section .customSelect .selected,
.subscribe-section .customSelect .selected {
  background-color: #96d51e;
  background-image: none;
  color: #000;
}
.subscribe-section .customSelect div {
  margin-bottom: 0;
  font-family: "Montserrat";
}
.subscribe-section .customSelect .selectValueWrap .caret {
  border-top: 7px solid #000000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: 20px;
}
.input-wrap {
  position: relative;
}
.subscribe-section .search-here {
  content: "";
  background: url(./images/search-icon.png) no-repeat;
  height: 45px;
  width: 45px;
  background-position: center;
  background-color: #96d51d;
  background-size: 50%;
  margin: 0;
  cursor: pointer;
}
.subscribe-here div {
  margin: 0;
}
.subscribe-section .subscribe-here,
.subscribe-section .input-wrap {
  flex-direction: row;
  margin: 0;
}
.subscribe-here input {
  width: 100%;
}
.subscribe-here div {
  margin: 0;
  width: 150px;
  background: #96d51d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.blog-page-wrapper {
  font-family: "Montserrat";
  margin-bottom: 15px;
}
/***********************************************************
                    NEIGHBORHOOD
************************************************************/
#light-gallery-box {
  display: none;
}
.map-wrap #map {
  height: 700px;
}
.map-popup {
  width: 260px;
  background-color: #96d51d;
  padding: 15px;
  color: #fff;
  position: relative;
}
.map-popup .popup-close-icon {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 10px;
}
.map-popup .popup-close-icon a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Montserratbold";
}
.map-popup #content-sect {
  font-family: "Montserrat", sans-serif;
}
.map-popup h3 {
  margin-top: 0;
  padding-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserratbold";
  margin-bottom: 8px;
}
.map-popup p,
.map-popup a {
  font-size: 11px;
  margin-bottom: 0px;
  color: #fff;
  display: block;
}
.map-popup a.get_directions {
  margin-top: 5px;
  text-decoration: underline;
  font-size: 12px;
}
/*.map-btns{
	position: absolute;
	top: 20px;
	right: 20px;
}
.map-btns a{
	display: inline-block;
    background-color: #96d51d;
    color: #fff;
    width: 65px;
    padding: 4px 0;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
    border: 4px solid #96d51d;
    cursor: pointer;
}
.map-btns a:hover, .map-btns a.active{
	background-color: #fff;
    color: #000;
    text-decoration: none;
}*/
.map-mob,
.mob {
  display: none;
}
.map-mob img {
  width: 100%;
}
#map-key {
  background-color: #242424;
  z-index: 2;
}
#map-key .row {
  margin: 0;
}
#map_zoom_btn {
  position: absolute;
  right: 4px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  top: 40%;
}
#map_zoom_btn .zoom {
  cursor: pointer;
  width: 37px;
  height: 37px;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  display: block;
  margin-bottom: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#map_zoom_btn .zoom.zoom_in {
  position: relative;
  z-index: 1;
}
#map_zoom_btn .zoom.zoom_out {
  line-height: 4px;
  text-align: center;
  padding-bottom: 35px;
}
#map_btn {
  position: absolute;
  top: 47px;
  right: 4px;
  width: 60px;
  border: 1px solid #ccc;
}
#map_btn a {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}
#map_btn a#walk {
  background: url("images/neighborhood/walk.png") no-repeat center center #fff;
  background-size: contain;
}
#map_btn a#bike {
  background: url("images/neighborhood/bike.png") no-repeat center center #fff;
  background-size: contain;
}
#map_btn a#drive {
  background: url("images/neighborhood/drive.png") no-repeat center center #fff;
  background-size: contain;
}
#map_btn a.active {
  background-color: #96d51e !important;
}
.neighborhood_category li {
  float: left;
  width: 9%;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-top: 20px;
  font-size: 26px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.neighborhood_category li:hover,
.neighborhood_category li.active {
  color: #92d60a;
}
.map-popup a.website-url {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.hasJS select#blog-select-box.use-default {
  left: 0;
  margin-top: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.subscribe-section .customSelect dd {
  font-size: 14px;
  padding: 5px 10px;
  border-bottom: 1px solid #dbdbdb;
}
.category-options {
  display: none;
}
.main-category.mobile-only {
  position: absolute;
  top: 100px;
  background: red;
  z-index: 10;
}
.main-category.mobile-only {
  display: none;
}
.category-options {
  display: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
.category-options li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #fff;
}
.category-options li:first-child {
  border: none;
}
.category-options li a {
  color: #fff;
  text-decoration: none;
}
.select-category {
  cursor: pointer;
}
.select-category:after {
  background-image: url(./images/down-arrow.png);
  background-repeat: no-repeat;
  border: none;
  content: "";
  opacity: 1;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-position: center;
  margin-left: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 15px;
}
.wrapper-dropdown-3.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.detail-page-content {
  font-family: "Montserrat", sans-serif;
  width: 50%;
  text-align: center;
  padding: 30px 6vw;
  color: #656565;
  min-height: calc(100vh - 63px);
}
.detail-page-content h1 {
  font-size: 22px;
  color: #000;
}
.detail-page-content date {
  font-size: 18px;
}
.detail-page-content p {
  text-align: left;
  margin-top: 30px;
}
.back-to-blog {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  align-items: flex-end;
}
.blog-detail-bg {
  width: 50%;
  background-position: center;
  background-size: cover;
}
.blog-detail-page-wrap {
  background: #fff;
  display: flex;
  position: relative;
  min-height: calc(100vh - 63px);
  flex-wrap: wrap;
}
.blog-detail-page-wrap .share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.back-to-blog .share ul {
  margin: 25px 0 0;
}
.back-to-blog .share span {
  font-size: 18px;
  color: #000;
}
.addthis_toolbox.social-icons {
  margin-top: 25px;
}
.back-to-blog-link {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  margin-left: 25px;
  cursor: pointer;
  text-decoration: none;
}
.back-to-blog-link:hover,
.back-to-blog-link:focus {
  color: #000;
  text-decoration: none;
  /* outline: none; */
}
.back-to-blog-link:after {
  background-image: url(./images/left-arrow.png);
  border: none;
  content: "";
  opacity: 1;
  height: 17px;
  width: 20px;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 3px;
}

.error-page-wrapper #section5Parallax {
  height: 100% !important;
}
.error-page-wrapper {
  height: calc(100vh - 63px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-content {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
  align-items: center;
  padding: 70px 10vw;
}
.error-content h1 {
  font-size: 80px;
  font-family: "Montserratbold";
  margin: 0;
}
.error-content span {
  font-size: 30px;
  margin: 30px 0;
}
.error-content #go-home {
  width: 150px;
  background: #93c63d;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.why-bozzuto-page-content {
  background: #2b2b2b;
  color: #fff;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.why-bozzuto-page-content div {
  margin-bottom: 60px;
  width: 100%;
}
.why-bozzuto-page-content h2 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 600;
  color: #fff;
}
.why-bozzuto-page-wrap {
  background: #000;
}
.why-bozzuto-page-content div:last-child {
  margin: 0;
}
.content-only {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
span.title {
  display: none;
}
.wp-paginate {
  list-style: none;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0;
}
section.main {
  display: none;
  position: absolute;
  z-index: 11;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
}

input#searchsubmit {
  height: 45px;
  width: 45px;
  background-color: #96d51d;
  background-size: 50%;
  margin: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  background: #96d51d url(./images/search-icon.png) no-repeat;
  font-size: 0;
  background-position: center;
  outline: none;
}
section#widget_tag_cloud h4,
section#widget_categories h4,
section#widget_recent_entries h4,
section#widget_archive h4,
section#widget_text h4,
section#widget_text h3,
div#search h2,
div#search h3,
#archieves_select h4 {
  margin: 26px 0 24px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
section#widget_archive h4 {
  margin-bottom: 4px;
}
section#widget_recent_entries ul,
section#widget_categories ul {
  padding-left: 20px;
  margin: 0;
}
section#widget_recent_entries ul li,
section#widget_categories ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
section#widget_recent_entries ul li:before,
section#widget_categories ul li:before {
  content: "";
  background: url(./images/list-arrow.png) no-repeat;
  background-size: cover;
  height: 7px;
  width: 7px;
  background-position: center;
  position: absolute;
  left: -17px;
  top: 6px;
}
section#widget_categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#widget_categories ul li {
  width: 45%;
}
.subscribe-section .tagcloud {
  flex-direction: row;
  flex-wrap: wrap;
}
.subscribe-section a {
  flex-direction: row;
  text-decoration: none;
  text-transform: lowercase;
}
.subscribe-section a:first-letter {
  text-transform: uppercase;
}
.subscribe-section a {
  font-size: 14px !important;
  color: #000;
}
.tagcloud a {
  list-style: none;
  padding: 11px 15px;
  border: 1px solid #969696;
  margin: 3px;
  cursor: pointer;
  text-decoration: none;
}
.subscribe-section .subscribe_email {
  margin: 0;
}
form#mail_subscribe {
  display: flex;
  align-items: center;
}
.subscribe-section .subscribe_email {
  margin: 0;
  height: 45px;
  padding: 0;
  border: 1px solid #dfdfdf;
  width: 100%;
  font-size: 14px;
}
.subscribe_email input {
  border: none;
  width: 100% !important;
  outline: none;
}
input.m-buttons {
  margin: 0;
  width: 171px;
  background: #96d51d;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  height: 46px;
  border-radius: 0;
  text-align: center;
}
form#mail_subscribe p input.m-buttons {
  border: none;
}
label.screen-reader-text {
  opacity: 0.1;
  height: 0;
  overflow: hidden;
  margin: 0;
}
form#searchform {
  position: relative;
}
input#searchsubmit {
  border: none;
}
.subscribe-section .customSelect dd.hovered {
  background: #96d51d;
}
.tagcloud a:hover {
  outline: 1px solid #96d51d;
  border: 1px solid #96d51d;
}
#select-archives-dropdown-3.use-default #archives-dropdown-3 {
  left: 0;
  margin-top: 0;
  padding: 0;
  height: 100%;
  z-index: 1;
  top: 0;
  width: 100%;
  opacity: 1;
  border: none;
  font-size: 14px;
  outline: none;
  padding: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  font-family: "Montserrat";
}
/*.flex-active-slide.active a {
    background: #96d51d;
}*/
.category ul {
  display: flex;
  margin: 0;
}
.category ul li {
  list-style: none;
}
.navigation-wrap .navigation {
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.navigation-wrap .navigation .flex-prev,
.navigation-wrap .navigation .flex-next {
  color: #fff;
  text-decoration: none;
  background: #2b2b2b;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
.wp-paginate li {
  margin: 0 25px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.wp-paginate li:first-child {
  display: none;
}
.page.current {
  color: #000;
  border: 1px solid #96d51e;
  padding: 5px 13px;
  background: #96d51e;
}

/***********************************************************
                    HOME
************************************************************/
/*.home-schedule{z-index: 1;}*/
.home .home-schedule.section-page-title-container {
  left: auto;
  right: -32px;
  height: 47px;
  top: 20px;
  width: 305px;
}
.home .home-schedule div.section-page-title {
  padding: 12px 37px 12px 40px;
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg);
}
.home .home-schedule div.section-title-text {
  font-family: "Montserratbold";
  font-size: 16px;
  -webkit-transform: skew(-30deg, 0deg);
  -moz-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  -o-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
  justify-content: left;
}
.home-schedule div.section-title-text a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.touch-device a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
.error-content-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-image: url(./images/error-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.error-page-wrapper li.layer {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.error-page-wrapper .overlay-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Specials */
#specials {
  position: fixed;
  left: 10px;
  bottom: 50px;
  width: 300px;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px 30px 10px 15px;
}
#specials p {
  color: #96d51e;
  font-family: "Montserratbold";
  text-transform: uppercase;
  margin-bottom: 0;
}
.special-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #96d51e;
  cursor: pointer;
  padding: 5px 8px;
}
.special-close:hover {
  color: #96d51e;
  text-decoration: none;
}
.why-bozzuto-page-wrap {
  min-height: calc(100vh - 63px);
  height: auto;
  width: 100%;
}
.why-bozzuto-page-content div:first-child {
  margin-top: 130px;
}
.why-bozzuto-page-content div:last-child {
  margin-bottom: 130px;
}
.wp-paginate .next,
.wp-paginate .prev {
  position: absolute;
  background-image: url(./images/play-button.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  font-size: 0;
  background-position: center;
  top: 0;
}
.wp-paginate li a {
  color: #fff;
  text-decoration: none;
}
.wp-paginate .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.why-bozzutto-title {
  z-index: 1;
}
.blog-page-wrapper .no_post {
  display: none;
}
.blog-page-wrapper .blog-content .no_post {
  display: block;
}
.blog-page-wrapper .blog-content .no_post {
  display: block;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin: 86px 60px;
}
.blog-page-wrapper.no-post-wrapper .subscribe-section {
  margin-top: 25px;
}
.blog-page-wrapper.no-post-wrapper .content-only {
  justify-content: center;
}
.why-bozzutto-title,
.zindex1 {
  z-index: 1;
}
.flex-active-slide.active a:after {
  content: "";
  border-bottom: 5px solid #96d51d;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-content-section .navigation {
  display: flex;
  align-items: center;
  margin: 30px 14px 0;
}
#secondary-menu ul li.current-menu-item a {
  text-decoration: none;
  color: #96d51e;
}
.pagination-mobile {
  margin: 0 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
  display: none;
}
.navigation-wrap .flex-direction-nav {
  display: none;
}
form#mail_subscribe input:first-child {
  width: 100% !important;
  outline: none;
  border-right: 0;
  border-radius: 0;
}
.blog-page-wrapper .share {
  margin: 25px 0;
}
.split-overlay .overlay-text,
#building .split-overlay .overlay-text {
  padding-left: 15px;
  padding-right: 15px;
}
.subscribe-section input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: normal;
}
.subscribe-section input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.subscribe-section input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.slider .flexslider:hover .flex-direction-nav .flex-next {
  right: 25px;
}
.slider .flexslider:hover .flex-direction-nav .flex-prev {
  right: 25px;
}
.layer div.section-page-title {
  padding: 7px 0px 5px 75px;
}
.layer div.section-title-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
#buildingOverlay.split-overlay {
  position: relative;
  display: table !important;
}
#buildingOverlay .overlay-text {
  transform: none;
  left: 0;
  top: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 80px;
  padding-bottom: 70px;
}
#buildingOverlay .overlay-text p {
  margin-top: 40px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.building-text {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#lg-slider .lg-slide img {
  max-height: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
#section2 #section2Video {
  position: relative !important;
}
.touch-device .category a:hover {
  background: #2b2b2b;
  color: #fff !important;
}
.single-blog-banner p:last-child {
  margin-top: 7px;
}
.subscribe-section input,
form#mail_subscribe input:first-child {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home .outer-wrapper {
  padding-bottom: 0;
}
.btn.btn-primary {
  font-family: "Montserrat";
}

/*----------------Virtual Tour-------------*/
.vt-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5% auto;
  width: 90vw;
}
.vt-section:first-child {
  margin-top: 0;
  padding-top: 5%;
}
.vt-section-head {
  font-family: "Montserratbold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 30px;
}
.vt-section .vt-container {
  width: 80vw;
  height: 480px;
}
.vt-section .vt-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.vt-section .vt-container-mob .play-cont button {
  border: none;
  background: transparent;
  background-image: url("images/virtual-tour/play.svg");
  width: 30px;
  height: 30px;
}
.vt-section .vt-container-mob {
  display: none;
}
.vt-section .vt-link,
.vt-section .vt-container-mob .play-cont button {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vt-section .vt-link {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/virtual-tour/play.svg);
}
.vt-section .vt-container-mob {
  margin: 0 auto 15px;
  width: 80vw;
  height: 40vw;
  position: relative;
}
.vt-section .vt-container-mob .play-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vt-mob-image-cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}

.specials-popup-section {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -o-transition: 0.9s;
  -ms-transition: 0.9s;
  transition: 0.9s;
}
.specials-popup-section-inner {
  width: 600px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000;
  border-top: 20px solid #96d51d;
  border-bottom: 20px solid #96d51d;
  position: fixed;
  text-align: center;
  padding: 30px 40px 35px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.icon.icon-close.closed-icon {
  margin-top: -20px;
}
.specials-popup-wrapper p {
  margin: 0 auto 15px;
  font-size: 20px;
}
.specials-popup-section.popup-active {
  opacity: 1;
  z-index: 100000;
  display: block;
}

.skip-nav {
  background-color: #ffffff;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  font-size: 16px;
}
.skip-nav:focus {
  background-color: #ffffff;
  /* box-shadow: 0 0 3px #3e94cf,
    0 0 7px #3e94cf; */
  color: #000000;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#contact .hywrap button:focus,
.hywrap input:focus,
.hywrap input[type="text"]:focus,
.hywrap select:focus,
.hywrap textarea:focus,
select:focus,
input:focus,
textarea:focus,
#mCSB_1:focus,
a:focus,
button:focus,
.addthis_button:focus,
form#mail_subscribe input:first-child:focus,
input#searchsubmit:focus,
.addthis_button:focus,
#lg-slider .lg-slide img:focus {
  outline: 1px dashed #ffffff;
}
.addthis_button:focus,
input#searchsubmit:focus,
#contact .hywrap #more-info a:focus,
.hywrap input:focus,
.hywrap input[type="text"]:focus,
.hywrap select:focus,
.hywrap textarea:focus,
form#mail_subscribe input:first-child:focus,
#contact .hywrap button:focus,
select:focus,
input:focus,
textarea:focus,
#map_zoom_btn .zoom:focus {
  outline-color: #000000;
}
.show-thumb:focus {
  outline-offset: 1px;
}
.selectivo__option,
.selectivo__label {
  background: transparent;
  line-height: 24px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  height: 45px;
  display: flex;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  z-index: 2;
}
.selectivo__option:first-child {
  background: none;
}
.selectivo__dropdown {
  top: auto;
}
.selectivo__label {
  position: relative;
  background: url(./images/down.png) no-repeat right center;
  align-items: center;
}
.selectivo__label:after {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 10px;
  height: 10px;
}
.bottom-text {
  max-width: 156px;
  margin: 0 auto;
}
.building-text1 .bottom-text {
  max-width: 127px;
}
#archieves_select {
  z-index: 2;
}
.subscribe-section div span.selectivo {
  margin-bottom: 0;
}
.gm-style .gm-style-iw-c {
  padding: 0px !important;
}
.gm-style .gm-style-iw-c > button {
  display: none !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style .gm-style-iw-t:after {
  display: none;
}
button.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-t:before {
  display: none;
}
#section2Parallax button.btn-play {
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  bottom: 120px;
  top: auto;
  font-size: 35px;
}
#section2Parallax button.btn-play.play .fa-pause {
  display: none;
}
#section2Parallax button.btn-play.pause .fa-play {
  display: none;
}
.btn-play-pause:hover,
.btn-play-pause:focus,
.btn-play-pause:active,
.btn-play-pause {
  color: #fff;
  font-size: 35px;
  margin-left: 20px;
  line-height: 1;
}
.btn-play-pause span {
  color: #ffffff;
}
.btn-play-pause.play .fa-pause {
  display: none;
}
.btn-play-pause.pause .fa-play {
  display: none;
}
#lg-gallery .thumb-cont .thumb > img:focus {
  border: 1px dashed #fff !important;
}
/* Covid banner */
.covid_popup {
  background-color: #000;
  color: #fff;
  padding: 25px 5.7vw 25px 32px;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.covid_popup .covid_popup_close {
  position: absolute;
  width: 14px;
  height: 13px;
  top: 15px;
  right: 66px;
  background: url(images/close.png) no-repeat center center;
  background-size: 14px 13px;
  cursor: pointer;
}
.covid_popup .covid_info p {
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-right: 10px;
}
.covid_popup .covid_info p a {
  color: #96d51e;
}
.covid_btn_wrap a {
  border: 1px solid #ffffff;
  background: transparent;
  padding: 13px 30px 12px;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.covid_btn_wrap a:hover {
  text-decoration: none;
}
.covid_btn_wrap a:hover {
  color: #000000;
  background-color: #fff;
}

/*Osano */
.osano-cm-widget {
  display: none;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
  color: #000;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}
