/*
 Theme Name:   My CitiHomes
 Description:  My CitiHomes Theme
 Template:     onepress
 Version:      2.2.5
*/

/* Template CSS */
.guides-search__container{
    background-color: #1D8966;
}
.guides-search__container .wrapper{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 100px 10px;
    background-color: transparent;
}
.guides-search__title h1{
    text-transform: uppercase !important ;
    color: #fff;
    margin-bottom: 30px;
}
.guides__disclaimer{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    padding: 20px 10px;
}
.guides__description-container{
    display: flex;
}
.guides__description-left{
    width: 75%;
    padding: 20px;
}
.guides__description-right{
    width: 25%;
    padding: 20px;
}
.guides__description-right .card-body ul li a{
  text-decoration: none;
  color: #0c6448;
}
.guides__description-right .card-body ul li a:hover, .guides__description-right .card-body ul li a:visited{
  text-decoration: none;
  color: #13a073;
}
.guides__title-header{
    background-color: #B8BC4E;
}
.guides__title-header h2{
    color: #fff;
    font-size: 20px;
    padding: 15px;
}
.guides__title-nobox{
    color: #084632;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}
.accordion__communities .btn:hover{
    text-decoration: none;
}
.accordion__communities .btn{
    white-space: inherit;
    text-align: left;
    box-shadow: none;
    color: #084632;
    text-transform: capitalize;
    width: 100%;
}
.accordion__communities .btn[aria-expanded="true"]{
    color: #fff;
    background-color: #084632;
}
.accordion__communities .card{
    border-radius: 0;
    border: 0;
}
.accordion__communities .card-header{
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
.accordion__communities .card-body{
    padding: .5rem 1rem;
}
.accordion__communities .card-body ul{
    list-style-type: none;
    padding: 0;
}
.accordion__communities .card-body ul li{
    text-transform: uppercase;
}

.accordion__communitiesBody .card, .accordion__homeownersBody .card{
    border: unset;
}
.accordion__communitiesBody .card-header{
    padding-top: unset;
    padding-bottom: unset;
}
.accordion__communitiesBody .card-header .guides__title-nobox a{
    color: #084632;
    text-decoration: none;
}
.accordion__communitiesBody .card-header .guides__title-nobox a:hover{
    color: #109168;
    text-decoration: none;
}
.accordion__communitiesBodyCategory .card-header, .accordion__homeownersBody .card-header {
    padding: unset;
    height: fit-content;
    border: unset;
    /* margin-bottom: 15px; */
}
.accordion__communitiesBodyCategory .card-header a, .accordion__homeownersBody .card-header a{
    text-decoration: none;
}
.guides-search__container-homeowner{
    background-color: #92802C;
}

/* Community Details */
.community__details-header{
    padding: 150px 20px 40px 20px;
    background-size: cover !important;
}
.community__details-desc{
    max-width: 1000px;
    margin: 0 auto;
}
.community__details-title{
    text-align: center;
    padding-bottom: 150px;
}
.community__details-title h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 80px;
    margin: 0;
}
.community__details-info ul{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
    justify-content: space-between;
}
.community__details-info li{
    text-align: center;
    color: #fff;
    padding: 0 40px;
    font-size: 18px;
}
.community__details-info strong{
    text-transform: uppercase;
}

.community__details-map{
    background-color: #B8BC4E;
    padding: 60px 50px;
    text-align: center;
}
.community__details-content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
}
.community__details-content h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    color: #084632;
}
.community__details-video{
    padding: 185px 0;
    text-align: center;
    background-size: cover !important;
}
.community__details-video img{
    margin-bottom: 30px;
}
.community__details-video p{
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
}
.community__details-siteplan{
    padding: 50px;
    text-align: center;
}
.community__details-siteplan h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    color: #084632;
    margin-bottom: 50px;
}
.community__details-siteplan img{
    width: 100%;
}
.community__details-housemodels{
    padding: 50px;
    background-color: #B8BC4E;
    text-align: center;
}
.community__details-housemodels p{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}
.community__details-amenitiesprogress{
    display: flex;
    padding: 50px;
}
.community__details-amenitiesprogress p{
    color: #084632;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}
.community__details-amenitiesprogress .amenities{
    width: 50%;
    text-align: center;
    border-right: 2px solid #A2A2A2;
}
.community__details-amenitiesprogress .site-progress{
    width: 50%;
    text-align: center;
}
.community__details .disclaimer{
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}
.amenities__lightbox{
    padding-right: 40px;  
}
.site-progress__lightbox{
    padding-left: 40px;
}
.single-post .site-content{
  padding-bottom: 200px;
}

@media screen and (max-width: 1200px){
    .community__details-map iframe{
        width: 100% !important;
    }
}
@media screen and (min-width: 901px){
    .slide-notice{
        display: none;
    }
}
@media screen and (max-width: 900px){
    .slide-notice{
        display: block;
        background-color: #97ae555c;
        font-style: italic;
        font-weight: 600;
        padding: 5px;
        font-size: 12px;
    }
}
@media screen and (max-width: 768px){
    .guides__description-container{
        flex-direction: column-reverse;
    }
    .guides__description-right{
        padding: 0 20px;
    }
    .guides__description-left,.guides__description-right{
        width: 100%;
    }
    .community__details-info ul{
        flex-direction: column;
    }
    .community__details-info ul li{
        background-color: rgba(255,255,255,0.2);
        padding: 10px 15px;
        margin-bottom: 5px;
    }
    .community__details-info ul li:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 425px){
    .guides__title-nobox{
        font-size: 16px;
    }
    .guides__title-header h2{
        font-size: 14px;
    }
    .community__details-title h1{
        font-size: 11.7647058824vw;
    }
    .community__details-info li{
        font-size: 16px;
    }
    .community__details-map iframe{
        height: 300px;
    }
    .community__details-content h2{
        font-size: 7.52941176471vw;
    }
    .community__details-video p{
        font-size: 7.52941176471vw;
    }
    .community__details-siteplan h2{
        font-size: 7.52941176471vw;
    }
    .community__details-housemodels p{
        font-size: 7.52941176471vw;
    }
    .community__details-amenitiesprogress{
        flex-direction: column;
    }
    .community__details-amenitiesprogress .amenities{
        width: 100%;
        border: 0;
    }
    .community__details-amenitiesprogress .site-progress{
        width: 100%;
        border-bottom: 2px solid #A2A2A2;
    }
    .community__details-amenitiesprogress p{
        font-size: 7.52941176471vw;
    }
    .error-404 h2{
        font-size: 120px;
    }
    .error-404 p{
        font-size: 18px;
         margin-bottom: 60px;
    }
    .error-404 a{
        background-color: #084632;
        font-size: 18px;
    }
}

/*404*/
.error404 .content-area{
    width: 100%;
    padding-right: 0;
    border: 0;
}
.error404 .site-content{
    background-color: #b8bc4e;
}
.error-404{
    text-align: center;
    padding: 80px 20px;
}
.error-404 h2{
    font-size: 240px;
    color: #084632;
}
.error-404 p{
    font-size: 20px;
    font-style: italic;
    margin-bottom: 100px;
    color: #fff;
}
.error-404 a{
    background-color: #084632;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
}
.widget_categories {
    display:none;
}

/* HOVER EFFECTS: Location Cards */
.location-item {
    transition: all 0.3s ease;
    overflow: hidden;
}

.location-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    border-color: #007cba;
	
}

.location-item img {
    transition: transform 0.4s ease;

}

.location-item:hover img {
    transform: scale(1.05);
    transition: transform 0.4s ease;

}

.location-item a {
    transition: color 0.3s ease;
}

.location-item:hover h3 {
    color: #007cba;
}
/* 20th Anniversary logo — expand header to fit */
#masthead,
.site-header,
.site-header.header-fixed,
.site-header.is-sticky {
    height: auto !important;
    min-height: 130px !important;
}
.site-header .container {
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-logo {
    max-height: 90px !important;
    width: auto !important;
}


@media (max-width: 767px) {
    .custom-logo {
        max-height: 140px !important;
    }
    #masthead,
    .site-header,
    .site-header.header-fixed,
    .site-header.is-sticky {
        min-height: 150px !important;
    }
    .site-header .container {
        min-height: 150px;
    }
}