/* Base CSS */
/* Briarcliff Estates color scheme — wine & antique gold (refined / estate)
   header     #231a1d   dark wine-charcoal
   primary    #c14d5f   rose-wine       logo, nav hover/active, submit btn
   secondary  #a8842c   antique gold    logo accent, footer heading, copyright, section headings
   highlight  #e8cd82   champagne gold  hero text, scroll-up
   section bg #7a2c3c   deep wine       why-choose band (cream #f7ede9 text)
*/
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
img, a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
button:focus {
    outline: 1px dotted;
    outline: 0px;
}
a.navbar-brand {
    display: none;
    visibility: hidden!important;
}
/*
a.navbar-brand {
    display: block;
    visibility: hidden!important;
}
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
body {
    font-family: 'Open Sans', sans-serif;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
a:hover { text-decoration: none }

/*Font*/
@font-face {
    font-family: brandon_black;
    src: url("../fonts/Lato-Black.ttf");
}

@font-face {
    font-family: brandon_med;
    src: url("../fonts/Lato-Regular.ttf");
}


/*Start main css*/
.header {
    background: #231a1d;
    color: #fff;
    padding: 21px 0;
    z-index: 999;
}

.mainmenu ul li a {
    color: #b0b0b0!important;
}
.mainmenu ul li a:hover {
    color: #c14d5f!important;
}
a.nav-link.active {
    color: #c14d5f!important;
}

.logo {
    /* padding-top: 6px; */
}
.logo a:hover {
    color: inherit;
}
.logo h2 {
    color: #c14d5f;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 26px;
    font-family: brandon_black;
}

.logo h2 span {
    color: #a8842c;
}

.logo h3 {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    font-size: 19px;
    font-family: brandon_med;
}

.logo img {
    margin-top: -5px;
}
.welcome_area {
    background: linear-gradient(rgba(24,14,17,0.48), rgba(24,14,17,0.48)), url(../img/briarcliff-estates-mobile-home-community-sparks-ga.jpg);
    background-size: cover;
    background-position: center center;
    color: #e8cd82;
    padding: 140px 0;
    /* background-attachment: fixed; */
}

.form {
    position: relative;
    /* padding: 30px; */
    z-index: 1;
    padding: 60px 0;
    margin: 50px 0;
}

.form:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.7;
    z-index: -1;
}
.mainmenu ul li a {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.form h3 {
    color: #000;
}

.form input {
    padding: 7px 30px;
    border: 1px solid #b7b7b7;
}

input::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder {
    color: #000;
}

input::placeholder {
    color: #000;
}

.form input[type=submit] {
    background: #c14d5f;
    color: #fff;
    border: 1px solid #c14d5f;
    text-transform: uppercase;
    cursor: pointer;
}

.form:after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    content: "";
    height: 53px;
    background: url(../img/or-after.png);
    background-repeat: no-repeat;
    width: 53px;
    margin-left: -26.5px;
}
h2.welcome_heading {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 42px;
}

.welcome h1 {
    font-size: 60px;
    font-weight: bold;
}

h2.get_in_touch_text {
    text-shadow: 2px 2px 12px #000;
    font-size: 34px;
}
.why_choose_area {
    padding: 120px 0;
    background: #7a2c3c;
    color: #f7ede9;
    position: relative;
}

.why_choose_area h2 {
    font-size: 40px;
}

.why_choose_area:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #ffffff;
    content: "";
    width: 120px;
    height: 18px;
    margin-left: -60px;
}

/* Section headings (Property Pictures / Available Homes) */
.section_heading {
    font-size: 40px;
    color: #7a2c3c;
    margin-bottom: 12px;
}
.section_sub {
    max-width: 760px;
    margin: 0 auto 38px;
    color: #6a6a6a;
    font-size: 18px;
}
.homes_area {
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 10px;
}

.single_portfolio {
    width: 100%;
    float: none;
    /* overflow: hidden; */
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.portfolios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.portfolios .catering_play_button {
    width: 50%;
    display: block;
}

.portfolio_area {
    overflow: hidden;
    padding-top: 75px;
}

.single_portfolio > img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
}

.single_portfolio img {
    width: 100%;
    height: auto;
}

.single_portfolio_hover img {
    width: auto;
    height: auto;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
}

.single_portfolio_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    cursor: pointer
}

.single_portfolio:hover .single_portfolio_hover {
    opacity: 1;
    cursor: pointer;
}
.single_portfolio img:hover {
    opacity: .8;
}
.footer {
    border: 1px solid #ebebeb;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.single_footer {
    width: 50%;
    /* padding: 50px; */
}

.footer_aea {
    padding: 90px 0;
    padding-bottom: 60px;
}

.single_footer.footer_left {
    padding: 50px 25px;
}

.single_footer.footer_left h2 {
    color: #a8842c;
    text-align: center;
}

.single_footer.footer_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.single_footer.footer_left ul li {
    padding-bottom: 30px;
    color: #1e1e1e;
}

.single_footer.footer_left ul li img {
    width: 30px;
    margin-right: 10px;
}

.single_footer ifram {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single_footer:last-child {
    text-align: right;
    display: flex;
    flex-direction: column;
}
.footer .single_footer:last-child iframe {
    width: 100%;
    flex: 1 1 auto;
    min-height: 456px;
    border: 0;
    display: block;
}

@media (max-width: 600px) {
    .footer { flex-direction: column; }
    .single_footer,
    .single_footer.footer_left { width: 100%; }
    .footer .single_footer:last-child iframe { min-height: 320px; }
}
.copyright_area {
    color: #a8842c;
    padding-bottom: 50px;
}


#scrollUp {
    background: #e8cd82 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    right: 20px;
    text-align: center;
    width: 35px;
    opacity: .9;
}

/* Apply Now button (nav CTA + footer) */
.mainmenu ul li.apply_nav .nav-link {
    color: #fff!important;
    background: #c14d5f;
    border-radius: 4px;
}
.mainmenu ul li.apply_nav .nav-link:hover {
    color: #fff!important;
    background: #a8842c;
}
.apply_btn {
    display: inline-block;
    margin-top: 18px;
    padding: 13px 40px;
    background: #c14d5f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
}
.apply_btn:hover {
    background: #a8842c;
    color: #fff;
}

/* Hide website form field for honeypot */
form #website{
  display:none;
}
