/* Defaults */
:root {
  --background-fern: url("/wp-content/uploads/2023/06/BRIT_Flag_Iron.png");
  --background-badge: url("/wp-content/uploads/2023/05/BRIT_Badge_Paper-low_Opacity.png");
	--blue-color: #13597b;
	--orange-color: #F04F26;
	--vintage-white-color: rgb(248 247 236 / 80%);
	
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "knockouthtf94-ultmtsumo";
  src: url("/wp-content/themes/thebrit/fonts/knockout-htf94-ultmtsumo-webfont.woff2") format("woff2"), url("/wp-content/themes/thebrit/fonts/knockout-htf94-ultmtsumo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat";
  overflow-x: hidden;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "knockouthtf94-ultmtsumo", sans-serif;
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer !important;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.modal_form {
}
.modal_form .contact-field {
  margin: 10px 0;
  position: relative;
}
.form_field_icon {
  position: absolute;
  top: 12px;
  right: 20px;
}
.modal_form .wpcf7-response-output {
  display: none !important;
}
.modal_form .contact-field span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.modal_form .contact-field .wpcf7-not-valid-tip {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 50px;
  line-height: 50px;
}
.modal_form input,
.modal_form textarea,
.modal_form select {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  -webkit-appearance: none;
  background: #f8f7ec;
  border: 1px solid #e5e5e5;
  outline: none;
  transition: all 0.3s;
  margin: 0;
  border-radius: 0;
}
.modal_form input:focus,
.modal_form textarea:focus {
  border-color: #2a2d33;
}
.modal_form textarea {
  height: 150px;
}
.modal_form input.wpcf7-submit {
  background: #eeaa00;
  color: #f8f7ec;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  padding: 15px 40px;
  display: inline-block;
  line-height: 21px;
  border-radius: 4px;
  transition: all ease 0.5s;
  border: none;
}
.modal_form input.wpcf7-submit:hover {
  background: #2a2d33;
  text-decoration: none;
}
.modal_form .contact-field .ajax-loader {
  position: absolute;
  top: 18px;
  left: 8px;
}

p:last-child {
  margin-bottom: 0;
}

.cover {
  background-size: cover !important;
  background-position: center !important;
}

.home_header_menu {
  text-align: center;
  padding: 60px 0;
}

.home_header_menu ul {
}

.home_header_menu ul li {
  display: inline-block;
  margin: 0 10px;
}

.home_header_menu ul li a {
  text-transform: uppercase;
  color: #f8f7ec;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  font-family: "KnockoutHtf94-ultmtsumo";
}

.home_header_menu ul li a:hover {
  color: #F04F26;
}

.home_header_content {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_header_content_logo {
}

.home_header_content_logo img {
  max-width: 400px;
}

.home_header_inner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 1%, rgba(0, 0, 0, 0.4) 8%, transparent 80%);
}
.two_column_box_inner {
  background: #13597b;
  padding: 100px 60px;
}
.home .section_2 .two_column_box_inner {
  min-height: 750px;
}
.home .two_column_box_inner {
  background: #13597b;

}
.two_column_box_image {
  padding-left: 50px;
}

.two_column_box_content {
  color: #f8f7ec;
  font-weight: 400;
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto;
}

.two_column_box_content h2 {
  font-family: "knockouthtf94-ultmtsumo", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #f8f7ec;
}

.two_column_box_content p {
  line-height: 1.5;
  font-size: 15px;
}

.two_column_box_content p a,
.parallax_content_box_content p a {
  display: inline-block;
  color: #f8f7ec;
  text-transform: uppercase;
  border: 1px solid #f8f7ec;
  padding: 7px 60px;
  font-size: 12px;
  margin-top: 40px;
  font-family: "knockouthtf94-ultmtsumo";
  letter-spacing: 2px;
}
.parallax_content_box_content p a.inlineLink{
	display: inline;
  color: initial;
  text-transform: none;
  border: none;
  padding: 0;
  font-size: initial;
  margin-top: 0;
  font-family: inherit;
  letter-spacing: initial;
	text-decoration:underline;
}
.home .two_column_box_content p a{
	font-family: "Montserrat", sans-serif;
}
.two_column_box_content p a:hover,
.floorplan_modal .main-button:hover {
  background: #F04F26;
  color: #f8f7ec;
}
.three_col_box_item_content {
  height: calc(100vw / 3 + 150px);
  display: flex;
  background: rgb(0 0 0 / 10%);
}

.three_col_box_item:hover {
  background-size: 120% !important;
  transition: all 0.5s;
}

.three_col_box_item {
  transition: all 0.2s;
  background-size: 110% !important;
  padding: 0;
}

.three_col_box_item_content_inner {
  width: 100%;
  margin-top: auto;
  padding: 40px 40px;
  color: #f8f7ec;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
  transition: all 0.3s;
  font-family: "KnockoutHtf94-ultmtsumo";
}
.three_col_box_item_content_inner {
  background: linear-gradient(0, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.4) 30%, transparent 80%);
}
.three_col_box_inner .row {
  margin: 0;
}

.three_col_box_item:hover .three_col_box_item_content_inner {
  padding-bottom: 60px;
}
.home .cta_box_inner {
  background: url('/wp-content/uploads/2023/06/BRIT_Flag_Orange.png');
}
.cta_box {
  background: #13597b;
  color: #f8f7ec;
  text-align: center;
  padding: 20px;
}

.cta_box_inner,
.home .cta_box_inner {
  background-size: contain !important;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-position: center;
}
.page-id-160 .cta_box_inner {
    background: url(/wp-content/uploads/2023/06/BRIT_Flag_Orange.png);
	background-repeat: no-repeat;
	background-size: 25%!important;
}
.page-id-10 .cta_box_inner {
  background: initial;
}
.cta_box_inner h2 {
  /*font-family: "KnockoutHtf94-ultmtsumo", sans-serif;*/
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  font-size: 40px;
  line-height: 1;
}
.parallax_content_box {
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  min-height: 850px;
}
.home .parallax_content_box {
  min-height: initial;
}
.parallax_content_box_inner {
  padding: 160px 90px;
  display: flex;
}

.parallax_content_box_content {
  width: 620px;
  max-width: 100%;
  background: rgba(248, 247, 236, 0.85);
  color: #231f20;
  padding: 120px 60px;
  margin-left: auto;
}
.parallax_content_box_content h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.1;
}

.parallax_content_box_content p {
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}
.parallax_content_box_content p em strong,
.two_column_box_content p em strong,
.parallax_content_box_content p strong,
.two_column_box_content p strong
{
  font-family: "Montserrat", sans-serif;
	font-family: "KnockoutHtf94-ultmtsumo";
	letter-spacing: 1px;
}

video#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-id-10 video#background-video {
  /* 	transform: rotateY(180deg); */
}
.footer {
  background: #231f20;
  color: #f8f7ec;
  padding: 80px 80px;
/*   background-image: var(--background-fern); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer_content {
  padding: 60px 0 150px;
}

.footer_content_btns {
}

.footer_content_btns h2 {
  /*font-family: "KnockoutHtf94-ultmtsumo", sans-serif;*/
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  line-height: 1;
}

.footer_content_btns p a,
.main-button {
  display: inline-block !important;
  color: #f8f7ec;
  text-transform: uppercase;
  border: 1px solid #f8f7ec;
  padding: 10px 60px;
  font-size: 12px;
  margin-right: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}

.footer_content_btns p a:hover {
  background: #13597b;
}
.footer_content_contact {
  text-align: center;
  display: inline-block;
}

.footer_content_contact p {
  margin-bottom: 15px;
  line-height: 1.5;
}

.footer_content_contact p img {
  width: 325px;
  margin-bottom: 20px;
}

.footer_social {
}

.footer_social a {
  color: #f8f7ec;
  margin: 0 4px;
}
.footer_social a:hover {
  color: #13597b;
}
.drawer_menu .footer_social.menu-social a:hover {
  color: #f8f7ec;
}
.footer_menu ul {
}

.footer_menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.footer_menu ul li a {
  text-transform: uppercase;
  color: #f8f7ec;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 14px;
  font-family:"KnockoutHtf94-ultmtsumo";
}

.footer_menu ul li a:hover {
  color: #c79c61;
}
.footer_links {
  margin-top: 30px;
}

.footer_links ul li a {
  font-size: 11px;
  color: #f8f7ec;
  font-weight: 500;
}

.footer_links ul {
}

.footer_links ul li {
  display: inline-block;
}

.footer_copyright_menu li {
  margin-right: 10px;
}

.footer_links ul li.current-menu-item a,
.footer_links ul li a:hover {
  opacity: 1;
  color: #f8f7ec;
}

.footer_links ul li a {
  opacity: 0.7;
  font-family: "montserrat";
  font-weight: normal;
}

.footer_menu ul li.current-menu-item a,
.footer_menu ul li a:hover {
  opacity: 1;
  color: #13597b;
}

.footer-copyright_details {
  text-align: right;
}

.footer-copyright_details li {
  margin-left: 20px;
}

.footer-copyright_details li img {
  width: 50px;
  opacity: 0.8;
}
.inner_menu {
  background: #231f20;
  padding: 0 50px;
}
.header_logo {
}

.header_logo {
  color: #f8f7ec;
  padding: 20px 0;
}
.header_logo img {
  width: 100px;
}

.inner_menu_nav {
  text-align: right;
}

.inner_menu_nav ul {
  font-family: "KnockoutHtf94-ultmtsumo";
}

.inner_menu_nav ul li {
  display: inline-block;
  margin-left: 25px;
}

.inner_menu_nav ul li a {
  font-weight: 400;
  text-transform: uppercase;
  color: #f8f7ec;
  font-size: 12px;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.inner_menu_nav ul li a:hover,
.inner_menu_nav ul li.current-menu-item a {
  color: #13597b;
  opacity: 1;
}
.content_background_rose .parallax_content_box_content {
  background: rgb(248 247 236 / 80%);
	color: #231f20;
}
.two_column_box.two_column_box_image_position_right.two_column_box_image_margin_1 .two_column_box_inner {
  padding-right: 0;
}

.two_column_box_content h3 {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.two_column_box_content ul {
  list-style: disc;
  margin-left: 15px;
}

.two_column_box_content ul li {
  margin-bottom: 15px;
  line-height: 22px;
}
.two_column_box_content ul.amenities-list li {
  margin-bottom: 10px;
}
.main {
  width: 100vw;
  overflow-x: hidden;
}
.two_column_box.two_column_box_image_position_left.two_column_box_image_margin_1 .two_column_box_inner {
  padding-left: 0;
}

.two_column_box.two_column_box_image_position_left .two_column_box_content_col {
  order: 2;
}

.two_column_box.two_column_box_image_position_left .two_column_box_image_col {
  order: 1;
}

.two_column_box.two_column_box_image_position_left .two_column_box_image {
  padding-left: 0;
  padding-right: 50px;
}
.two_column_box_image img {
  max-width: 100%;
  width: 100%;
}
.gallery_section {
  background: #231f20;
  color: #f8f7ec;
  padding: 70px 0;
  min-height: 950px;
}
@media (min-width: 1200px) {
  .gallery_section .container {
    max-width: 85%;
  }
}
.gallery_filter {
  margin-bottom: 70px;
}

.gallery_filter ul {
  text-align: center;
}

.gallery_filter ul li {
  display: inline-block;
  cursor: pointer;
  color: #f8f7ec;
  opacity: 0.7;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 20px;
  border-bottom: 1px solid transparent;
  padding: 1px 8px;
  font-family: "knockouthtf94-ultmtsumo";
  font-weight: 800;
}

.gallery_filter ul li.active {
  border-color: #13597b;
	color: #13597b;
}

.gallery_box {
  display: none;
}

.gallery_box.active {
  display: block;
}

.gallery_box_video {
  position: relative;
}

.gallery_box_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery_filter ul li:hover {
  color: #13597b;
}

.gallery_box_gallery {
}

.gallery_box_gallery ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
}

.gallery_box_gallery ul li {
}

.gallery_box_gallery ul li a {
  height: 230px;
  width: 100%;
  display: block;
}
#map {
  height: 750px;
}
.map_section_title {
  background: #13597b;
  color: #f04f26;
  text-align: center;
  padding: 50px 0;
}

.map_section_title h2 {
  margin: 0;
  /*font-family: "KnockoutHtf94-ultmtsumo", sans-serif;*/
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
}
.neighborhood_features {
  background: #13597b;
  /*color: #f04f26;*/
  color: #231f20;
  padding: 110px 90px;
}

.neighborhood_features_title {
  margin-bottom: 50px;
}

.neighborhood_features_title h2 {
  margin: 0;
  /*font-family: "KnockoutHtf94-ultmtsumo", sans-serif;*/
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
}

.neighborhood_features_list_item {
  padding-right: 15px;
  color: rgb();
  font-weight: 400;
}

.neighborhood_features_list_item h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #f8f7ec;
}

.neighborhood_features_list_item ul {
  list-style: auto;
  margin-left: 15px;
}

.neighborhood_features_list_item ul li, .neighborhood_features_list_item ol li  {
  font-size: 15px;
  margin-bottom: 12px;
	color:#231f20;
}
.neighborhood_features_list_item ul li a, .neighborhood_features_list_item ol li a  {
  color: #f8f7ec;
}
.neighborhood_features_list_item ul li a:hover, .neighborhood_features_list_item ol li a:hover {
  text-decoration: underline;
  font-size: 17px;
}
.sticky_menu_trigger {
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  color: #13597b;
  border: 0;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
}

.sticky_menu_trigger i {
  font-size: 18px;
}

.sticky_menu_trigger span {
  margin-right: 10px;
  border-right: 1px solid #f8f7ec;
  padding: 3px 10px 3px 0;
  letter-spacing: 2px;
}

.sticky_menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: -150%;
  z-index: 9999999;
  transition: all 0.5s;
}
body.stickyheader .sticky_menu {
  top: 0;
}

.drawer_menu {
  background: #231f20;
  position: fixed;
  left: 0;
  top: -150%;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  transition: all 0.5s;
}
.drawer_menu .header_logo {
  display: none;
}
.drwaer_menu_inner {
  padding: 30px 50px;
  height: 100%;
  background: url(https://thebrit.res360dev.resident360.com/wp-content/uploads/2023/06/cropped-BRIT_Flag_Orange.png);
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: center 20px;
}
@media (max-width: 1280px) {
  .drwaer_menu_inner {
    background-size: 80px;
  }
}
.drwaer_menu_inner .container-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.drawer_menu_nav {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.drawer_menu_nav ul {
  font-family: "KnockoutHtf94-ultmtsumo";
}

.drawer_menu_nav ul li {
  text-transform: uppercase;
  margin: 25px 0;
}

.drawer_menu_nav ul li a {
  color: #f8f7ec;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 4px;
}
.drawer_menu_nav ul li a:hover {
  color: #231f20;
}
body.showdrawermenu .drawer_menu {
  top: 0;
}

body.showdrawermenu {
  overflow: hidden;
}

span.drawer_menu_header_close_trigger {
  cursor: pointer;
  color: #f8f7ec;
  font-weight: 300;
  font-size: 30px;
  font-family: "knockouthtf94-ultmtsumo";
}
.lightboxOverlay {
  z-index: 999999999 !important;
}

.lightbox {
  z-index: 9999999999 !important;
}
.gallery_box_video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  cursor: pointer;
  backdrop-filter: blur(25px);	
}

.gallery_box_video_cover i {
  color: rgb(255 255 255 / 75%);
}
@media (min-width: 1200px) {
  .page-id-14 .container {
    max-width: calc(100vw - 100px);
  }
}
.floorplans_section {
  background: #231f20;
  color: #f8f7ec;
  text-align: center;
  padding: 60px 0;
}

.floorplans_section_filter {
  margin-bottom: 30px;
}

.floorplans_section_filter::after {
  content: "";
  width: 200px;
  height: 1px;
  background: #707070;
  display: block;
  margin: 10px auto 0;
}

.filter_box {
}

.filter_box ul {
}

.filter_box ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 50px;
  font-size: 14px;
  letter-spacing: 2px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  padding-bottom: 3px;
  font-family: "knockouthtf94-ultmtsumo";
  font-weight: 800;
}
.filter_box ul li a {
  color: #f8f7ec;
}
.filter_box ul li a:hover {
    color: #13597b;
}
.floorplans_header .filter_box ul li {
  opacity: 0.7;
}
.filter_box ul li.active {
  border-color: #f8f7ec;
}
.filter_box ul li.active,
.filter_box ul li:hover {
  color: #13597b;
  font-weight: 800;
}
.page-id-14 .filter_box ul li span.doubleOh,
.page-id-14 .filter_box ul li span.doubleOh .page-id-10 .gallery_filter ul li span.doubleOh,
.page-id-10 .gallery_filter ul li span.doubleOh {
  position: relative;
  left: 7px;
  margin-right: 6px;
}
.floorplans_section_filter .filter_box {
  margin-bottom: 30px;
}

.floorplans_header {
  margin-bottom: 50px;
}

.floorplan_plan_item_inner {
  margin-bottom: 90px;
}

.floorplan_plan_item_image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 30px;
  height: 250px;
  position: relative;
}

.floorplan_plan_item_inner h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.floorplan_plan_item_inner p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #f8f7ec;
}

.floorplan_plan_item_inner p span {
  border-right: 1px solid #ffffff80;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  font-family: "Montserrat";
}

.floorplan_plan_item_inner p span:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.floorplan_plan_item_image_cover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 334px;
  height: 100%;
  transform: translateX(-50%);
  max-width: 100%;
}

.floorplan_plan_item_image_cover_inner {
  height: 100%;
  width: 100%;
  background: rgb(240 79 38 / 80%);
  background-clip: padding-box;
  opacity: 0;
  transition: all 0.3s;
  border: 100px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floorplan_plan_item_image_cover_inner:hover {
  border: 0;
  opacity: 1;
}

.floorplan_plan_item_image_cover_inner a {
  color: #f8f7ec;
}

.floorplan_plan_item_image_cover_inner p {
  margin: 0;
}

.floorplan_plan_item_image_cover_inner p span {
  display: block;
  width: 60px;
  height: 1px;
  background: #f8f7ec;
}

.floorplan_plan_item_image_cover_inner p:nth-child(2) {
  margin: 20px 0;
}

.floorplan_modal {
  background: #13597b;
  z-index: 99999999;
  background-image: url(/wp-content/uploads/2023/06/BRIT_Flag_Orange.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 90%;
}
.floorplan_modal_content .floorplanImage {
  width: 600px;
}
.modal-dialog {
  max-width: 880px;
  background: transparent;
}

.modal-content {
  background: transparent;
  border: 0;
  color: #f8f7ec;
}

button.close {
  position: fixed;
  top: 20px;
  right: 20px;
  text-shadow: none;
  color: #f8f7ec;
  font-weight: 300;
  font-family: "KnockoutHtf94-ultmtsumo";
  opacity: 1;
  transition: all 0.3s;
}

.floorplan_modal_content_details {
}

.floorplan_modal_content_details h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.floorplan_modal_content_details p {
/*   font-weight: 300; */
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.floorplan_modal_content_divider {
  margin: 35px 0;
  height: 1px;
  background: #f8f7ec;
  max-width: 200px;
}

.floorplan_modal_content_details h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.floorplan_modal_content_details ul {
  list-style: disc;
  padding-left: 17px;
}

.floorplan_modal_content_details ul li {
  font-weight: 300 !important;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 25px;
}

.floorplan_modal_content_details_links {
}

.floorplan_modal_content_details_links a {
  color: #f8f7ec;
  font-size: 12px;
  margin-bottom: 15px;
  display: block;
  font-family: "KnockoutHtf94-ultmtsumo";
}
.floorplan_modal_content_details_links a.main-button {
  display: block !important;
  text-align: center;
  max-width: 70%;
	padding: 10px;
}

.contact_section {
  background: #13597b;
  color: #f8f7ec;
  padding: 80px 0;
}

.contact_section_header {
  margin-bottom: 50px;
}

.contact_section_header h2 {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
}

.contact_field {
  padding: 15px;
  display: block;
}

.contact_field br {
  display: none;
}

.contact_field input,
.contact_field textarea,
.contact_field select {
  width: 100%;
  border: 0;
  padding: 10px 15px;
}

.contact_field label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.contact_field textarea {
  height: 270px;
}

.submit_field {
  text-align: center;
  margin-top: 20px;
}

.submit_field input {
  background: transparent;
  border: 1px solid #f8f7ec;
  color: #f8f7ec;
  text-transform: uppercase;
  padding: 10px 60px;
  display: inline-block;
  transition: all 0.3s;
  font-weight: 900;
  font-family: Montserrat, sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}

.submit_field input:hover {
  background: rgb(0 0 0 / 10%);
}

.contact_section_contact .submit_field input:hover {
	background: #F04F26;
}
.contact_section_contact_info {
  padding-top: 15px;
}

.contact_section_contact_info p {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}

.contact_section_contact_info_basic {
  margin-bottom: 20px;
}

.contact_section_contact_info_social p {
  margin-bottom: 5px;
}

.contact_section_contact_info_social a {
  color: #f8f7ec;
  margin-right: 5px;
}

.contact_section_contact_form {
  padding-right: 50px;
}
.wpcf7-not-valid-tip {
  text-transform: uppercase !important;
  font-size: 10px !important;
  margin-top: 8px !important;
  color: #ffff00 !important;
}

body.page-id-160 .cta_box_inner h2,
body.page-id-260 .cta_box_inner h2 {
  margin-bottom: 20px;
}

body.page-id-160 .cta_box_inner p,
body.page-id-260 .cta_box_inner p {
  max-width: 520px;
/*   font-weight: 300; */
  margin: 0 auto 20px;
}

body.page-id-160 .cta_box_inner body.page-id-260 .cta_box_inner {
  background: transparent;
  padding-bottom: 150px;
}

body.page-id-160 .cta_box_inner img,
body.page-id-260 .cta_box_inner img {
  width: 180px;
  margin-bottom: 20px;
}
.thank-you-btns {
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}
.thank-you-btns a {
  color: #f8f7ec;
  text-transform: uppercase;
  border: 1px solid #f8f7ec;
  padding: 10px 20px;
  font-size: 12px;
  margin: 0 25px;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
}
.thank-you-btns a:hover {
  background-color: #F04F26;
}
.page-id-160 .thank-you-btns + .footer_social.flex.row.justify-content-center a,
.page-id-260 .thank-you-btns + .footer_social.flex.row.justify-content-center a {
  font-size: 25px;
  margin: 0 15px;
}
.page-id-160 .thank-you-btns + .footer_social.flex.row.justify-content-center a:hover,
.page-id-260 .thank-you-btns + .footer_social.flex.row.justify-content-center a:hover {
  color: #F04F26;
}
.page-id-160 .cta_box_inner .page-id-260 .cta_box_inner {
  padding-top: 60px;
}

.modal-body button.close img {
  width: 45px;
}
.lb-data .lb-details {
  opacity: 0 !important;
}

.lb-dataContainer {
  top: 0 !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999999 !important;
}

.lb-data .lb-close {
  margin: 10px 10px !important;
  background: url(/wp-content/uploads/2023/06/brown-close.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 45px !important;
  height: 45px !important;
  opacity: 1 !important;
}

.lightbox .lb-image {
  border: 0 !important;
}

.lb-nav a.lb-next {
  background: url(/wp-content/uploads/2023/03/brown-right.png) right 50% no-repeat !important;
  background-size: 30px !important;
}

.lb-nav a.lb-prev {
  background: url(/wp-content/uploads/2023/03/brown-left.png) left 50% no-repeat !important;
  background-size: 30px !important;
}
.share_a_friend_modal_content h2 {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.page-id-20 .wpcf7-spinner {
  display: none;
}
.lb-nav {
  width: 100vw !important;
  position: fixed !important;
}

.lb-dataContainer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
}
.lb-nav a {
  opacity: 1 !important;
}
.lightbox .lb-image {
  margin-top: 80px;
}
.two_column_box_content ul li strong {
  font-weight: bold;
  font-family: "knockouthtf94-ultmtsumo", sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.page-id-3 .page_header_inner,
.page-id-343 .page_header_inner {
  margin-top: 50px;
}
.page-id-3 .container h2,
.page-id-343 .container h2 {
  margin-bottom: 50px;
}
.page-id-3 .single_page_content,
.page-id-343 .single_page_content {
  padding: 0 0 100px;
}
/*h1, h2, h3 {
    font-family: "KnockoutHtf94-ultmtsumo", sans-serif;
}*/

h1 {
  font-size: 36px;
  line-height: 1.6px;
  letter-spacing: 2px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 28px;
}
.gallery_box_video video {
  width: 100%;
  height: auto;
}
.two_column_box_content h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  font-family: "Monteserrat", sans-serif;
}
.two_column_box_content h5{
	font-size: 18px;
	font-family: "Monteserrat", sans-serif;
}
span.removedoubleo {
  width: 0;
  overflow: hidden;
  position: absolute;
  height: 0;
}
span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff !important;
  right: 10px;
  font-size: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  bottom: -17px;
  background: #332f21 !important;
  padding: 4px 8px;
  height: 18px;
  border-radius: 0 0 5px 5px;
}

span.wpcf7-form-control-wrap {
  display: block;
}

.contact_field input.wpcf7-not-valid,
.contact_field textarea.wpcf7-not-valid,
.contact_field select.wpcf7-not-valid {
  border: 2px solid #332f21;
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #332f21 !important;
  color: #332f21 !important;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid;
}
.contact_field select {
  height: 48px;
}
.mobile_only {
  display: none;
}
.parallax_content_box_image img {
  width: 100%;
  height: auto;
}
.parallax_content_box_image {
  display: none;
}

.page-id-3 h1 {
	line-height: initial;
	}
.page-id-12 #section_2 .two_column_box_inner{
	padding-bottom: 0;
}
