/**
 * Theme Name:        Live Oak Apartments
 * Theme URI:         https://keymgmt.com
 * Description:       Custom theme designed for Live Oak Apartments of Branson, Missouri
 * Version:           1.0.0
 * Author:            Jason Lewis
 * Author URI:        https://keymgmt.com
 **/

@import url("forms.css");

@import url("https://use.typekit.net/ojr2tlg.css");

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Fauna+One&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
	min-height: 100vh;
  	margin: 0;
}
@media (max-width: 900px) {
html, body {
	overflow-x: clip;
}
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
:root {
    --h1-size: 2.25rem;
    --h2-size: 1.75rem;
    --h3-size: 1.5rem;
    --h4-size: 1.25rem;
    --h5-size: 1rem;
    --h6-size: 1rem;
	--p-size: 1rem;
    --h-scale-mobile: 0.9;
	--p-scale-mobile: 0.8;
}
html {
	font-size: 24px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	scroll-behavior: smooth;
}
body {
	background-image: linear-gradient(#a69f8833, #a69f8833), url('img/geometric-bg.webp');
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 100vh;
	}
h1, h2 {
	font-family: museo-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #425563;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}
h3, h4, h5, h6 {
	font-family: museo-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}
h1 { font-size: var(--h1-size); }
h2 { font-size: var(--h2-size); }
h3 { font-size: var(--h3-size); }
h4 { font-size: var(--h4-size); }
h5 { font-size: var(--h5-size); }
h6 { font-size: var(--h6-size); }
p {	font-size: var(--p-size); }
li { font-size: var(--p-size); }
@media (max-width: 900px) {
    h1 { font-size: calc(var(--h1-size) * var(--h-scale-mobile)); }
    h2 { font-size: calc(var(--h2-size) * var(--h-scale-mobile)); }
    h3 { font-size: calc(var(--h3-size) * var(--h-scale-mobile)); }
    h4 { font-size: calc(var(--h4-size) * var(--h-scale-mobile)); }
    h5 { font-size: calc(var(--h5-size) * var(--h-scale-mobile)); }
    h6 { font-size: calc(var(--h6-size) * var(--h-scale-mobile)); }
    p { font-size: calc(var(--p-size) * var(--p-scale-mobile)); }
	li { font-size: calc(var(--p-size) * var(--p-scale-mobile)); }
}
p, ul, li, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 32px;
}
p, li {
	line-height: 1.5;
}
strong {
	font-weight: 700;
}
input, textarea, select, button {
  font: inherit;
}
ul {
	list-style: none;
	margin-left: 32px;
}
li {
	position: relative;
	padding-left: 16px;
	line-height: 1.3;
	}
li > ul > li {
	position: relative;
	margin: 24px 0 24px -8px;
	line-height: 1.3;
}
li:before {
	content: "✓";
	position: absolute;
	left: -24px;
	top: 4px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #8a7a00;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
li > ul > li:before {
	content: "➙";
	position: absolute;
	top: 4px;
	width: 24px;
	height: 24px;
	padding-left:-24px;
	border-radius: 25%;
	background: #206a5f;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
li:before {
	top: 0px;
}
li > ul > li:before {
	top: 0px;
}
}
a {
	color:darkolivegreen;
	text-decoration: none;
}
a:hover {
	color:darkolivegreen;
	text-decoration: underline;
}
i {
	width: 35px;
	height: 50px;
	color: #333333;
	text-align: left;
	margin: 0 0 0 32px;
}
i:last-child {
	width: 35px;
	height: 0px;
}


/* CLASSES & IDS */


#site-header {
	text-align: center;
	padding: 12px 0;
	margin: 0;
  	background-color: #425563;
	background-image: repeating-linear-gradient(
	to bottom,
	#333333 0px,
	#425563 6px,
	#425563 31px,
	#333333 32px
	);
}
#site-header img {
	max-width:450px;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.9));
}
#site-header h1, #site-header p {
	margin: 0;
	color: #ffffff;
}
@media (max-width: 900px) {
#site-header {
	text-align: center;
	padding: 32px 0;
	margin: 0;
  	background-color: #425563;
	background-image: repeating-linear-gradient(
	to bottom,
	#333333 0px,
	#425563 6px,
	#425563 31px,
	#333333 32px
	);
}
}
#site-navigation {
	position: sticky;
	top: 0;
	z-index: 9999;
	height: 65px;
	background-color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.7rem;
	font-size: 1.25rem;
	color: #ffffff;
	margin: 0;
}
#site-navigation a {
	color: #eeeeee;
	margin: 0 10px;
}
#site-navigation a:hover {
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 900px) {
#site-header img {
	max-width:75%;
}
#site-navigation {
	display: none;
}
}
#site-content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 12px;
}
#site-footer {
	text-align: center;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #ffffff;
	background-color: #333333;
	padding: 25px;
	margin: 0;
}
#site-footer a {
	color:antiquewhite;
	text-decoration: none;

}
#site-footer a:hover {
	color:white;
	text-decoration: underline;
}
nav.footer-links a {
	font-size: 1rem;
	padding: 0 12px;
}
.google-map {
	width: 100%;
	height: 500px;
	border: 1px solid #999999;
	margin: 32px 0;
}
.floorplan-badge {
	text-align: center;
	margin: -24px 0 24px 0;
	font-size: 0.8rem;
	color: #FFFFFF;
	background-color: #425563;
	border-radius: 12px;
}
.anchor {
	scroll-margin-top: 85px;
}
@media (max-width: 900px) {
.anchor {
	scroll-margin-top: 30px;
}
}
.cta-bar {

}
.cta-bar p, .cta-bar a, .cta-bar i {
	font-size: 32px;
	color: #ffffff;
}


/* WORDPRESS OVERRIDES */


#n2-ss-2 div, #contact div {
	margin: 0;
}
.vc_row {
	margin-bottom: 32px;
}
.vc_floorplans {
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.grecaptcha-badge {
  visibility: hidden;
}


/* FONT-AWESOME LIST */


.feature-list li::before {
    content: none !important;
}

/* 1. Reset and Container */
.feature-list {
  list-style: none !important;
  padding: 0;
  margin: 16px 0 48px 0;
}

/* 2. Desktop View (Side-by-Side) */
.feature-list li {
  display: flex;
  align-items: center; 
  margin-bottom: 24px;
}

/* 3. The Icon Circle */
.feature-list i {
  background-color: #636b40;
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 32px 0 0; 
  flex-shrink: 0;
  font-size: 1.2rem;
  margin-top: 2px; 
}

/* 4. Kill the ghost <br> */
.feature-list li br {
  display: none !important;
}

/* 5. Mobile View (Centered & Stacked) */
@media (max-width: 600px) {
  .feature-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-list i {
    margin-right: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
  
  .feature-list span {
    width: 100%;
  }
}
div#n2-ss-2 .n-uc-v0mvIXQJYkAf-inner {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	background-color: #425563;
}


/* MOBILE MENU */


.mobile-navigation {
  display: none;
}
@media (max-width: 900px) {
.mobile-navigation {
	z-index: 10000;
    position: fixed;
    top: 5px;
    right: 5px;
    display: block;
	background-color: rgba(30, 30, 30, 0.35);
	padding: 0 2px 5px 7px;
}
.mobile-navigation ul li::before {
	display: none;
}
.mobile-navigation ul li {
	display: block;
	}
.hamburger {
    width: 30px;
    height: 30px;
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
    margin: 5px 5px 0 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
	opacity:0.5;
}
.hamburger span {
    height: 4px;
    width: 100%;
    background: #ccc;
    transition: transform .3s ease, opacity .3s ease;
}
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: 20px 15px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform .3s ease;
}
.mobile-menu.active {
    transform: translateY(0);
}
.mobile-menu h2{
	text-align: center;
	font-size: 2rem;
	}
.mobile-menu-logo {
    text-align: center;
    margin: 24px 0;
}
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.mobile-menu-list ul {
    margin: 0;
}
.mobile-menu-list li {
	list-style: none;
    margin: 0 0 12px 0;
}	
.mobile-menu-list a {
	text-decoration: none;
	font-size: 1.5rem;
	color: #206a5f;
}
.mobile-menu-list a:hover {
	color: #000000;
	text-decoration: underline;
}	
	
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
}
