/*!
Theme Name: Ugli Theme
Theme URI: https://them.es/starter
Author: Ugli
Author URI: https://ugli.hk/
Description: This is a custom wordpress theme for Westhampnett House
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: uglitheme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

/*@font-face {
    font-family: 'Catchy Mager';
    src: url('fonts/catchy-mager/CatchyMager-Normal.eot');
    src: local('Catchy Mager'), local('CatchyMager-Normal'),
        url('fonts/catchy-mager/CatchyMager-Normal.eot?#iefix') format('embedded-opentype'),
        url('fonts/catchy-mager/CatchyMager-Normal.woff2') format('woff2'),
        url('fonts/catchy-mager/CatchyMager-Normal.woff') format('woff'),
        url('fonts/catchy-mager/CatchyMager-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Catchy Mager';
    src: url('./fonts/catchy-mager/catchy-magerregular.eot');
    src: url('./fonts/catchy-mager/catchy-magerregular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/catchy-mager/catchy-magerregular.woff2') format('woff2'),
         url('./fonts/catchy-mager/catchy-magerregular.woff') format('woff'),
         url('./fonts/catchy-mager/catchy-magerregular.ttf')  format('truetype'),
         url('./fonts/catchy-mager/catchy-magerregular.svg#Catchy Mager') format('svg');
}

@font-face {
    font-family: 'Coco Gothic';
    src: url('./fonts/coco-gothic/CocoGothic.woff2') format('woff2'),
        url('./fonts/coco-gothic/CocoGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'DM Sans', sans-serif !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.homepage-banner {
/*	background-image: url('/westhampnett/wp-content/themes/uglitheme/images/homepage-banner.png');*/
/*	height: 800px;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.homepage-banner-outer-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-banner-content span {
	font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 7px;
    background-color: rgba(0,0,0, 0.5);
    padding: 5px;
}

.homepage-banner-content h2,
.homepage-banner-content h1 {
    font-family: 'Catchy Mager', sans-serif;
    font-size: 90px;
    color: #fff;
    margin-top: 3rem;
    text-align: center;
    background-color: rgba(0,0,0, 0.5);
    padding: 5px;
}

.homepage-banner-content h3 {
    font-family: 'Catchy Mager', sans-serif;
    font-size: 42px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0, 0.5);
    padding: 5px;
}

.homepage-banner-content .learn-more {
	margin-top: 5rem;
}

.homepage-banner-content .learn-more a {
	color: #623e2a;
    background-color: #fff;
    display: block;
    padding: 10px;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
}

.home-section {
	padding-top: 80px;
	padding-bottom: 80px;
	box-shadow: 0px 15px 30px -18px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0px 15px 30px -18px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0px 15px 30px -18px rgba(0,0,0,0.5) inset;
}

.home-section.has-flower-bottom {
    padding-bottom: 15rem;
    background-image: url(/wp-content/themes/uglitheme/images/2.png);
    background-position: center bottom;
    background-repeat: repeat-x;
}

.section-one h2.big-title{
    font-size: 72px;
    font-family: 'Catchy Mager';
    color: #623e2a;
    line-height: 70px;
    width: 70%;
    margin-bottom: 50px;
    margin-top: 90px;
}

.section-four h2.big-title,
.section-six h2.big-title {
    font-size: 72px;
    font-family: 'Catchy Mager';
    color: #623e2a;
    line-height: 70px;
    max-width: 330px;
    margin-bottom: 50px;
    margin-top: 90px;
}

.button-primary {
	color: #fff;
    background-color: #f2a857;
    display: block;
    padding: 10px;
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-one.home-section div.learn-more,
.section-four.home-section div.learn-more,
.section-six.home-section div.learn-more {
	margin-top: 50px;
}

.section-one.home-section div.learn-more a,
.section-four.home-section div.learn-more a,
.section-six.home-section div.learn-more a {
	margin: unset;
}

.section-two.home-section {
	background-color: #efe9e4;
}

.home-section h2.section-title {
    font-size: 50px;
    font-family: 'Catchy Mager', sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 75px;
}

.home-section h3.subhead-title {
	font-size: 28px;
	font-family: 'Catchy Mager', sans-serif;
}

.home-section.section-two h2.section-title,
.home-section.section-five h2.section-title,
.home-section.section-seven h2.section-title {
	color: #735e59;
	border-bottom-color: #735e59;
}

.home-section.section-seven h3.subhead-title {
	color: #735e59;
}

.our-residents-say-curve div {
    border: 1px solid #735e59;
    padding: 100px 50px 30px 50px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    min-height: 450px;
    text-align: center;
    color: #735e59;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-residents-say-curve div span {
	font-weight: bold;
}


.home-section.section-three h2.section-title {
	color: #007163;
	border-bottom-color: #007163;
	margin-bottom: 25px;
}

.home-section.section-three .amenities-single h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
/*    word-break: break-all;*/
}

.section-four.home-section,
.section-six.home-section {
	background-color: #efe9e4;
}

.img-full {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.home-section.section-seven h2.section-title {
	margin-bottom: 40px;
}

.meet-the-team-single h3 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.meet-the-team-single p {
    font-size: 16px;
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


.section-eight.home-section {
	background-color: #f2a857;
}

.section-eight.home-section .get-in-touch-left h2 {
	color: #000;
	font-family: 'Catchy Mager', sans-serif;
	font-size: 50px;
}

.section-eight.home-section .get-in-touch-left h2 span {
	color: #fff;
}

/*.section-eight.home-section .get-in-touch-right span.value {
    word-break: break-all;
}*/

.awards-list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
    margin-top: auto;
}

.awards-list div img {
    width: 60%;
    height: auto;
}

.get-in-touch-left > div {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.get-in-touch-featured .row.get-in-touch-contact {
    color: #fff;
}

.get-in-touch-featured .row.get-in-touch-contact:last-child {
	border-bottom: unset;
	padding-bottom: unset;
	margin-bottom: unset;
}

.get-in-touch-featured .row.get-in-touch-contact a {
	text-decoration: underline;
	color: #fff;
}

.navbar-brand img {
    height: 75px;
}

header.navigation-header > nav {
	min-height: 100px;
    background-color: #fff !important;
}

header.navigation-header > nav a.navbar-brand {
    font-size: 50px;
    font-family: 'Catchy Mager', sans-serif;
    font-weight: normal;
    color: #007163;
}

header.navigation-header > nav div#navbar {
	flex-grow: unset;
}

header.navigation-header > nav ul.navbar-nav li a {
	width: 200px;
	display: block;
	text-align: center;
	color: #623e2a;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

header.navigation-header > nav ul.navbar-nav li.menu-item-68 a {
	background-color: #f2a857;
	color: #fff;
}

.pum-title.popmake-title {
    font-size: 48px !important;
    font-family: 'Catchy Mager' !important;
    color: #623e2a !important;
    margin-top: 30px;
}

form.wpcf7-form input.wpcf7-form-control,
form.wpcf7-form textarea.wpcf7-form-control {
	width: 100%;
    margin-top: 5px;
    padding: 7px;
}

form.wpcf7-form label {
    width: 100%;
    font-family: 'DM Sans', sans-serif !important;
}

form.wpcf7-form input.wpcf7-submit {
    background-color: #f2a857;
    color: #fff;
    border: unset;
    padding: 10px;
    text-transform: uppercase;
}

body.page-template-page--basic-template .homepage-banner.about-us {
	height: 300px;
}

body.page-template-page--basic-template .section-one.content-section {
	margin-top: 50px;
	margin-bottom: 50px;
}

body.page-template-page--basic-template .section-one.content-section .wp-block-heading {
    font-family: 'Catchy Mager';
    color: #623e2a;
    font-weight: bold;
}

body.page-template-page--basic-template .section-one.content-section h2.wp-block-heading:not(:first-child) {
	margin-top: 30px;
}

body.page-template-page--basic-template .section-one.content-section a.join-button {
    display: block;
    background: #f2a857;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 18px;
    max-width: 300px;
    text-align: center;
    margin-top: 30px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  color: black;
  display: flex;
}

.flip-box-front-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.flip-box-front-inner > img {
    max-width: 125px;
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
}

.meet-the-team-single img {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.header_links__VELTz {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_links__VELTz > a.button {
    min-width: 235px;
    background-color: #f2a857;
}

.header_links__VELTz > a.button svg {
	margin-right: 15px;
}

.header-menu-below .navbar-collapse {
 	display: flex!important;	
}

.header-menu-below {
    background-color: #f2a857;
}

.header-menu-below ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-menu-below ul li.current-menu-item a {
    background-color: #fff;
    color: #000;
}

.header-menu-below ul li a {
    color: #fff;
    font-size: 22px;
    font-family: 'Catchy Mager', sans-serif;
    padding: 0 17px;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    transition: background-color .3s ease-in-out, color .3s ease;
    height: 50px;
}

header.navigation-header {
	box-shadow: 0px 15px 30px -18px rgba(0,0,0,0.5);
	position: relative;
	z-index: 9;
}

header.navigation-header > nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

header.navigation-header {
	transition: all 0.3s ease;
}

header.navigation-header.sticky.hide {
	transform: translateY(-100%);
}

header.navigation-header.sticky {
	position: sticky;
	top: 0;
}

header.navigation-header.sticky > nav {
    padding-top: 0;
    padding-bottom: 0;
}

header.navigation-header > nav .navbar-brand img,
header.navigation-header > nav {
    transition: all 0.3s ease;
}

header.navigation-header.sticky > nav .navbar-brand img {
    height: 45px;
}

.our-team_section__WOk7I {
    background-color: #3b676c;
    padding: 40px 20px 100px
}

.our-team_container__cMM_m {
    max-width: 1170px;
    margin: 0 auto;
    height: 100%
}

.our-team_title__jyvqK {
    text-align: center;
    color: #fff;
    line-height: 46px;
    font-size: 30px;
    margin: 15px 0;
    font-family: var(--font-miller)
}

.our-team_description__QRt3b {
    max-width: 720px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.4;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: var(--font-modern)
}

.our-team_wrapper__1e1Sb {
    display: flex;
    margin-top: 25px;
    background: #f2a857;
    padding: 20px;
    border-radius: 5px
}

.our-team_image__2pI4_ {
    flex: 0 25%
}

.our-team_image__2pI4_ img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.our-team_content__ORJ4K {
    background-color: #f2a857;
    padding-left: 2.5em;
    flex: 0 75%
}

.our-team_content__ORJ4K .our-team_name__yQjUs {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-family: var(--font-miller);
    margin-bottom: 0
}

.our-team_content__ORJ4K .our-team_role__zl3g7 {
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 400;
    font-family: var(--font-modern);
    font-weight: 700;
    margin-bottom: 1.75rem
}

.our-team_content__ORJ4K .our-team_caption__436uH {
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font-modern)
}

.our-team_content__ORJ4K .our-team_caption__436uH p {
    margin: 0 0 1rem
}

.our-team_content__ORJ4K .our-team_caption__436uH a {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    font-family: var(--font-modern);
    font-size: 18px
}

.our-team_content__ORJ4K .our-team_links__Tb_lg {
    display: flex;
    align-items: center
}

.our-team_content__ORJ4K .our-team_links__Tb_lg a {
    font-family: var(--font-miller);
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px 15px;
    font-size: 15px;
    text-decoration: none
}

.our-team_content__ORJ4K .our-team_links__Tb_lg .our-team_link__45FMh {
    margin-left: 20px;
    color: #fff;
    color: 1.4;
    line-height: 1.4;
    font-family: var(--font-miller)
}

.facilities_container__96Y7M {
    max-width: 1170px;
    margin: 0 auto;
    height: 100%
}

.facilities_wrapper__Ouen2 {
    padding: 50px 0
}

.facilities_title__pY9EN {
    text-align: center;
    color: #205846;
    line-height: 46px;
    font-size: 30px;
    margin-bottom: 50px;
    font-family: var(--font-miller)
}

.facilities_facilities__v_r4G {
    border: 2px solid #e9e9e9;
    height: 111px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px
}

.facilities_facilities__v_r4G .facilities_name__QPMPi {
    color: #616161;
    font-size: 18px;
    line-height: 1.4;
    font-family: var(--font-modern);
    max-width: 190px;
    margin-bottom: 0;
}

.facilities_facilities__v_r4G .facilities_icon__ZImiB {
    content: "";
    position: relative;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    background-size: contain;
    background-repeat: no-repeat
}

.facilities_facilities__v_r4G .facilities_icon__ZImiB>span>span {
    display: none!important
}

.facilities_facilities__v_r4G .facilities_facility__nECVj {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    flex: 0 25%
}

.facilities_facilities__v_r4G .facilities_facility__nECVj:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 71px;
    width: 2px;
    right: 25px;
    transform: translateY(-50%);
    background-color: #e9e9e9
}

.facilities_facilities__v_r4G .facilities_facility__nECVj:last-of-type:after {
    display: none
}

.facilities_blocks__JEqmA {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px
}

.facilities_block__jN345 {
    flex: 0 32%
}

.facilities_block-title__3surN {
    color: #616161;
    line-height: 1;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 38px;
    font-family: var(--font-miller)
}

.facilities_items__yzz50 {
    display: flex;
    flex-direction: column
}

.facilities_items__yzz50 .facilities_item__69v8F {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 15px;
    margin-bottom: 18px;
    color: #616161;
    font-size: 1rem;
    line-height: 1.4;
    font-family: var(--font-modern)
}

.facilities_items__yzz50 .facilities_item__69v8F:nth-of-type(odd) {
    background-color: #e9e9e9
}

.facilities_items__yzz50 .facilities_item__69v8F:last-of-type {
    margin-bottom: 0
}

.facilities_items__yzz50 .facilities_item__69v8F svg {
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.facilities_btn-wrapper__4XPRF {
    margin: 0 auto 50px;
    display: flex
}

.facilities_btn-wrapper__4XPRF a {
    font-family: var(--font-miller);
    margin: 0 auto
}

.get-in-touch-featured img {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: unset;
}

.amenities-included-top.bordered {
    border: 2px solid #e9e9e9;
}

.amenities-included-top.bordered .col-lg-3 {
    position: relative;
}

.amenities-included-top.bordered .col-lg-3:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 71px;
    width: 2px;
    right: 0;
    transform: translateY(-50%);
    background-color: #e9e9e9
}

.amenities-included-top.bordered .col-lg-3:last-child:after {
    display: none;
}

@media only screen and (max-width: 1199px) {
	.facilities_facilities__v_r4G .facilities_facility__nECVj {
	    flex: 0 100% !important;
	}
	.facilities_facilities__v_r4G .facilities_facility__nECVj:after {
	    right: 0 !important;
	}
}

@media only screen and (max-width: 992px) {
	header.navigation-header > nav a.navbar-brand {
	    font-size: 28px;
	}
	header.navigation-header > nav ul.navbar-nav li a {
	    width: 150px;
	}
	.homepage-banner-content h2 {
	    font-size: 72px;
	}
	.homepage-banner-content h3 {
		font-size: 32px;
	}
	.section-one h2.big-title,
	.section-four h2.big-title, 
	.section-six h2.big-title {
		width: 100%;
		max-width: 100%;	
	}
		.header-menu-below {
		display: none;
	}
	header.navigation-header > nav {
	    padding-top: 10px !important;
	    padding-bottom: 0 !important;
	    display: block;
	}
	header.navigation-header > nav .container {
		display: flex;
	    flex-direction: column;
	    gap: 10px;
	    padding: 0;
	    margin: 0;
	    max-width: 100%;
	}
	header.navigation-header > nav .container a.navbar-brand {
		margin-right: 0;
	}
	.header_links__VELTz {
	    gap: 0 !important;
	    width: 100%;
	}
	.header_links__VELTz > a.button {
	    min-width: 50% !important;    
	    font-size: 11px;
    	height: 40px;
	}
	.header_links__VELTz > a.button.contact-popup.pum-trigger{
		border-left: 1px solid #fff;	
	}
	
	header.navigation-header > nav .navbar-brand img,
	header.navigation-header.sticky > nav .navbar-brand img {
	    height: 45px !important;
	}

    .our-team_wrapper__1e1Sb {
    	flex-direction: column;
    }
    .our-team_content__ORJ4K {
  		flex: 100% !important;
        padding-left: 0 !important;
        margin-top: 20px;
    }
    .our-team_image__2pI4_ img {
	    width: 100% !important;
	    height: auto !important;
	}
    .our-residents-say-curve div {
        padding: 30px;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
        min-height: unset;
    }
    .amenities-included-top.bordered .col-lg-3:nth-child(2):after {
        display: none;
    }
    .amenities-included-top.bordered {
        margin-right: 0;
        margin-left: 0;
    }
    .flip-box-front {
        justify-content: center;
        align-items: center;
    }
    .flip-box-front-inner {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
	.section-one h2.big-title,
	.section-four h2.big-title, 
	.section-six h2.big-title {
		width: 100%;
		max-width: 100%;
        margin-top: 0;
        font-size: 42px;
        line-height: normal;
        text-align: center;
        margin-bottom: 15px;
	}
	.home-section.section-two h2.section-title, 
	.home-section.section-five h2.section-title, 
	.home-section.section-seven h2.section-title,
	.home-section h2.section-title {
	    font-size: 42px;
	    text-align: center;
	    line-height: normal;
	    margin-bottom: 15px;
	}
	.home-section h3.subhead-title,
	.section-eight.home-section .get-in-touch-left h2 {
		text-align: center;
	}
	.our-residents-say-curve div {
	    padding: 50px;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    min-height: unset;
	}
	.awards-list {
		margin: 30px 0;
	    text-align: center;
	}
	.section-one.home-section div.learn-more, .section-four.home-section div.learn-more, .section-six.home-section div.learn-more {
	 	margin-top: 50px;
	    margin-bottom: 50px;
	}
	header.navigation-header > nav ul.navbar-nav li a {
        width: 100%;
    }
    .facilities_facilities__v_r4G {
    	flex-direction: column;
    	height: auto !important;
    	align-items: start !important;
    	padding: 25px !important;
    	gap: 25px;
    }
    .facilities_facilities__v_r4G .facilities_facility__nECVj:after {
    	display: none;
    }
    .leaderboard-outer {
	    padding-left: 0 !important;
	}
    .amenities-included-top.bordered .col-lg-3:after {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
	.homepage-banner-content h2,
	.homepage-banner-content h1 {
		font-size: 42px;
	}
	.homepage-banner-content h3 {
        font-size: 28px;
    }
	.section-one h2.big-title,
	.section-four h2.big-title, 
	.section-six h2.big-title,
	.home-section.section-two h2.section-title, 
	.home-section.section-five h2.section-title, 
	.home-section.section-seven h2.section-title,
	.home-section h2.section-title,
	.home-section h3.subhead-title,
	.get-in-touch-left h2  {
        font-size: 32px !important;
    }
    .leaderboard_links__eiKyF {
	    flex-direction: column;
	}
	.leaderboard_links__eiKyF > a {
		width: 100%;
		max-width: 100% !important;
	}
    .header_links__VELTz > a.button {
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}