/*
Theme Name: Edgewood Properties Extra
Theme URI: https://EdMauro.com
Author: Ed Mauro
Author URI: https://EdMauro.com
Description: Ed's Extra Response to the Challenge
Version: 1.0
Requires at least: 5.8
Tested up to: 6.0
Requires PHP: 8.0
Text Domain: edmauro
*/

body {
    background-color: var(--white);
    overflow: scroll;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    margin: 0;
    text-align: left;
    height: 100%;
    width: 100%;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0;
    background: var(--whiteish);
    font-size: 18px;
    line-height: 2;
    color: var(--blackish);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

#menu-primary-menu {
    display: block !important;
}
#menuContainer
{
    padding-right: 3rem !important;
}
#mobile_call_banner a {
    color: var(--whiteish);
    text-decoration: none;
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .07rem;
}

#mobile_call_banner a:hover {
    text-decoration: underline;
}

#directions_nav {
    height: 3rem;
    flex-basis: 100%;
}

#directions_nav a {
    text-align: right;
    color: var(--white) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: .7rem;
    letter-spacing: .07rem;
}

.bordered {
    border-bottom: 4px solid var(--yellow);
}

#carouselSlides {
    width: 100%;
    min-height: 400px;
}

#carouselSlides .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 50vh;
    min-height: 650px;
    overflow: hidden;
}

#headerMemo {
    background-color: var(--blueLight);
    font-weight: 400;
    padding: .25rem;
    font-size: .9rem;
    letter-spacing: 1.5px;
}

ul.nav a {
    font-family: "Oswald", sans-serif;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    padding: .5rem;
    background-color: inherit;
    transition: background-color .3s linear;
}

.checkList h2 {
    font-size: 1.5rem;
    letter-spacing: .12rem;
    font-weight: 400;
    margin: 0 0 1rem;
}

@media (min-width:1200px) {
    ul.nav a {
        font-size: 1rem;
    }
}

ul.nav a:hover {
    background-color: var(--blueDark);
}

.contentSecondary {
    background-color: var(--blueMed);
    color: var(--whiteish);
}

.learn-more-button {
    background: var(--learnMore);
    margin: 2rem auto;
    display: block;
    text-align: center;
    letter-spacing: .12rem;
    text-transform: uppercase;
    color: var(--white);
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
    font-weight: 900;
    text-decoration: none;
    width: fit-content;
    border-radius: 5px;
}
.learn-more-button:hover 
{
    background: var(--learnMoreHover);
}
.checkList ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: outside;
}

.checkList ul li:before {
    display: inline-block;
    content: '';
    background: url('./img/css_sprites.png') no-repeat left top;
    background-position-x: -155px;
    height: 38px;
    width: 26px;
}

.bgBlueMed {
    background-color: var(--blueMed);
}

#community {
    padding: 5rem 10px;
    color: var(--white);
    background-image: url(/wp-content/uploads/2024/05/front-desk-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
}

#features {
    padding: 3rem 10px;
    text-align: left;
}

#amenitiesList {
    padding-top: 3rem;
}

#features ul li {
    padding-left: 1.65rem;
    text-indent: -1.65rem;
    line-height: 1.5;
    font-weight: bold;
}

#floorplans .floorplan {
    padding: 1rem;
    margin: 1rem auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    background-color: var(--white);
    color: var(--blackish);
    border: 2px solid var(--blueBright);
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    max-width: 300px;
    font-family: Oswald, sans-serif;
}

img.floorplanImg {
    width: 100%;
    max-width: 250px;
}

#intro_text {
    padding: 5rem 10px;
}

#intro_text h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    margin-top: 0;
}

.sprite {
    background-image: url(./img/css_sprites.png);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.arrow-icon {
    width: 23px;
    height: 24px;
    background-position: -90px -130px;
}

.marker-icon {
    width: 19px;
    height: 31px;
    background-position: -51px -130px;
}

.comingSoon {
    padding-top: 1.5rem;
}

.section_title {
    font-size: 1.5rem;
    letter-spacing: .12rem;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin: 24px 0;
}

.modal-content h3 {
    border-bottom: 2px solid #ffc704;
    font-size: 2rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
}
.section_subtitle
{
    border-bottom: 2px solid #ffc704;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;   
    line-height: 2;
}
.underlinePrimary::after {
    content: " ";
    display: block;
    height: 1px;
    width: 30%;
    background: var(--blueBright);
    margin: 1rem auto 2rem;
}

.underlineSecondary::after {
    content: " ";
    display: block;
    height: 1px;
    width: 30%;
    background-color: var(--blueMed);
    margin: 1rem auto 2rem;
}
#floorplans .section_title::after
{
    content: " ";
    display: block;
    height: 1px;
    width: 30%;
    background: var(--whiteish);
    margin: 1.5rem auto 2rem;
}
.wideImg {
    width: 100%;
    max-width: 1200px;
}


.thinBorder {
    border-top: 1px solid #003b5d;
}

.standardSection {
    padding: 3rem 10px;
    text-align: center;
}

/* MEDIA QUERIES */

@media (min-width:768px) {
   
}

@media (min-width:992px) {
    #floorplans .floorplan {
        margin: 1rem;
        flex: 0 1;
    }
    #amenitiesList {
        padding-top: 0;
    }
    #headerMemo {
        font-weight: 400;
        padding: .25rem;
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }

    #menu-primary-menu {
        display: flex !important;
    }

    .learn-more-button {
        font-size: 1.3rem;
    }

    #menu-primary-menu li:nth-last-of-type(-n+2) a {
        background-color: var(--blueDark);
    }

    #menu-primary-menu li:nth-last-of-type(-n+2) a:hover {
        background-color: var(--yellowDark);
    }

    #intro_text h1 {
        font-size: 3rem;
        line-height: 2;
    }
    #intro_text .leadingContent {
        margin: 0 auto;
        font-size: 1.1rem;
    }
    #formWrapper {
        position: absolute;
        top: .25rem;
        right: .5rem;
        z-index: 10;
        max-width: 330px;
    }

    #carouselSlides {
        min-height: 400px;
    }
}

@media (max-width:991px) {
    #navContainer {
        max-width: unset;
    }

    #menu-primary-menu li a {
        font-size: 1rem;
        display: block;
        padding: 1rem 0;
    }
}