/**
 * Theme Name:        Park Centre Apartment Homes
 * Theme URI:         https://keymgmt.com
 * Description:       Custom theme designed for Park Centre Apartment Homes of Park City, Kansas
 * Version:           1.0.0
 * Author:            Jason Lewis
 * Author URI:        https://keymgmt.com
 **/

@import url("forms.css");

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

html, body {
	min-height: 100vh;
  	margin: 0;
}
* {
	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: "Source Sans 3", sans-serif;
	scroll-behavior: smooth;
}
body {
	background: url("img/main-bg.webp") repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Fauna One", serif;
	font-weight: bold;
	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;
}
input, textarea, select, button {
  font: inherit;
}
ul {
	list-style: none;
	margin-left: 32px;
}
li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 24px;
	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: url("img/header-bg.webp") repeat;
}
#site-header h1, #site-header p {
	margin: 0;
}
#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-navigation {
	display: none;
}
}
#site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
}
#site-footer {
	text-align: center;
	font-size: 0.7rem;
	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;
}


/* WORDPRESS OVERRIDES */


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


/* MOBILE MENU */


.mobile-navigation {
  display: none;
}
@media (max-width: 900px) {
.mobile-navigation {
	z-index: 10000;
    position: fixed;
    top: 5px;
    right: 5px;
    display: block;
}
.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: #000;
    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);
}
}
