@import url("//hello.myfonts.net/count/2c6f0b");

@font-face {
    font-family: 'ZapfHumanist601BT-Roman';
    src: url('https://www.libertyranchliving.com/webfonts/2C6F0B_0_0.eot');
    src: url('https://www.libertyranchliving.com/webfonts/2C6F0B_0_0.eot?#iefix') format('embedded-opentype'),
         url('https://www.libertyranchliving.com/webfonts/2C6F0B_0_0.woff2') format('woff2'),
         url('https://www.libertyranchliving.com/webfonts/2C6F0B_0_0.woff') format('woff'),
         url('https://www.libertyranchliving.com/webfonts/2C6F0B_0_0.ttf') format('truetype');
}

/* ==========================================================================
   Base
   ========================================================================== */

html,
body {
    margin: 0;
    min-height: 100%;
}

body.pageLanding {
    background: #e5c68c;
    color: #584742;
    font-family: 'Whitney A', 'Whitney B', Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.lr-page {
    overflow: hidden;
}

.lr-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.lr-container--narrow {
    max-width: 1180px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.lr-hero {
    position: relative;
    min-height: 100vh;
    background: #000;
    overflow: hidden;
}

.lr-hero__logo {
    position: relative;
    z-index: 2;
    background: #e5c68c;
    text-align: center;
    padding: 46px 0 54px;
}

.lr-hero__logo img {
    display: inline-block;
    width: 720px;
    max-width: 100%;
}

.lr-hero__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 185px;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
	background-image: url('../img/bgVideo.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.lr-hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* ==========================================================================
   Intro
   ========================================================================== */

.lr-intro {
    position: relative;
    background: #e5c68c;
    padding: 38px 0 42px;
}

.lr-intro p {
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.5;
    font-weight: 400;
}

.lr-intro p:last-child {
    margin-bottom: 0;
}

.lr-intro strong,
.lr-intro em {
    font-weight: 700;
}

/* ==========================================================================
   Form
   ========================================================================== */

.lr-form-section {
    background: #fffaf2;
    padding: 26px 0 38px;
    text-align: center;
}

.lr-section-heading h2 {
    margin: 0;
    font-family: 'ZapfHumanist601BT-Roman', Georgia, serif;
    font-size: 34px;
    line-height: 1.1;
}

.lr-section-heading p {
    margin: 6px 0 24px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.lr-interest-form input {
    width: 100%;
    height: 48px;
    margin-bottom: 18px;
    padding: 0 22px;
    border: 1px solid #c9aa6c;
    border-radius: 7px;
    background: #fffdf8;
    font-size: 13px;
    font-weight: 700;
    outline: none;
	color: #584742;
}

.lr-interest-form input:focus {
    border-color: #9a7a3f;
}

.lr-form-submit {
    padding-top: 54px;
}

.lr-form-submit button {
    min-width: 250px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    background: #f2ca7d;
    color: #6f4d22;
    font-size: 14px;
    font-weight: 700;
}

/* ==========================================================================
   New Homes
   ========================================================================== */

.lr-new-homes {
    background: transparent;
    padding: 36px 0 46px;
    text-align: center;
}

.lr-new-homes h2,
.lr-school h2 {
    margin: 0 0 38px;
    font-size: 78px;
    line-height: 1;
    font-weight: 300;
    color: #333;
	font-family: 'ZapfHumanist601BT-Roman', Georgia, serif;
}

.lr-new-homes img {
    display: block;
    width: 100%;
}

/* ==========================================================================
   School
   ========================================================================== */

.lr-school {
    background: transparent;
    text-align: center;
    padding-top: 20px;
}

.lr-school h2 {
    margin-bottom: 36px;
}

.lr-school > img {
    display: block;
    width: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.lr-footer {
    background: #e8cd9b;
    padding: 38px 0 46px;
    text-align: center;
}

.lr-footer__disclaimer {
    max-width: 1100px;
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.lr-footer__copyright {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
}

.lr-footer__copyright a {
    color: inherit;
    text-decoration: underline;
}

.lr-footer__copyright a:hover {
    text-decoration: none;
}

/* ==========================================================================
   Hero Height Override
   ========================================================================== */

.lr-hero {
    min-height: 0;
}

.lr-hero__video {
    position: relative;
    top: auto;
    height: 85vh;
}

.lr-hero__video iframe {
    min-height: 85vh;
}

/* ==========================================================================
   Intro Background Image
   ========================================================================== */

.lr-intro {
    background-image: url('../img/bg1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Form Button Hover
   ========================================================================== */

.lr-form-submit button {
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.lr-form-submit button:hover {
    background: #6f4d22;
    color: #f2ca7d;
}

/* ==========================================================================
   Form Placeholder Color
   ========================================================================== */

.lr-interest-form input::placeholder {
    color: #c0a167;
    opacity: 1;
}

.lr-interest-form input::-webkit-input-placeholder {
    color: #c0a167;
}

.lr-interest-form input::-moz-placeholder {
    color: #c0a167;
    opacity: 1;
}

.lr-interest-form input:-ms-input-placeholder {
    color: #c0a167;
}

.lr-interest-form input:-moz-placeholder {
    color: #c0a167;
    opacity: 1;
}

/* ==========================================================================
   Neighborhood Background Wrapper
   ========================================================================== */

.lr-neighborhood {
    background-image: url('../img/bg1.jpg');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Footer Background Image
   ========================================================================== */

.lr-footer {
    background-image: url('../img/bg2.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}





/* ==========================================================================
   CF7 Form Overrides
   ========================================================================== */

.lr-interest-form .wpcf7-form-control-wrap {
    display: block;
}

.lr-interest-form p {
    margin: 0;
}

.lr-form-submit input.wpcf7-submit {
    width: auto;
    min-width: 250px;
    height: 48px;
    margin: 0;
    padding: 0 28px;
    border: 0;
    border-radius: 8px;
    background: #f2ca7d;
    color: #6f4d22;
    font-size: 14px;
    font-weight: 700;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.lr-form-submit input.wpcf7-submit:hover {
    background: #6f4d22;
    color: #f2ca7d;
}

.lr-form-submit .wpcf7-spinner {
    position: absolute;
    margin: 12px 0 0 12px;
}

.lr-interest-form .wpcf7-not-valid-tip {
    margin-top: 6px;
	margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
}

.lr-interest-form input.wpcf7-not-valid {
    border-color: #dc3232;
}

.lr-interest-form input {
    margin-bottom: 8px;
}






/* ==========================================================================
   Responsive
   ========================================================================== */

/* Large tablets / small desktops */
@media (max-width: 1199px) {
    .lr-hero__logo {
        padding: 38px 0 44px;
    }

    .lr-hero__logo img {
        width: 600px;
    }

    .lr-hero__video {
        height: 70vh;
    }

    .lr-hero__video iframe {
        min-height: 70vh;
    }

    .lr-intro p {
        font-size: 23px;
    }

    .lr-new-homes h2,
    .lr-school h2 {
        font-size: 64px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .lr-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .lr-hero__logo img {
        width: 500px;
    }

    .lr-hero__video {
        height: 54vh;
    }

    .lr-hero__video iframe {
        min-height: 54vh;
    }

    .lr-intro {
        padding: 30px 0 34px;
    }

    .lr-intro p {
        font-size: 20px;
        line-height: 1.45;
    }

    .lr-section-heading h2 {
        font-size: 30px;
    }

    .lr-form-submit {
        padding-top: 30px;
    }

    .lr-new-homes h2,
    .lr-school h2 {
        font-size: 54px;
        margin-bottom: 28px;
    }

    .lr-new-homes {
        padding-bottom: 34px;
    }
}

/* Phones */
@media (max-width: 767px) {
    .lr-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .lr-hero__logo {
        padding: 26px 18px 30px;
    }

    .lr-hero__logo img {
        width: 390px;
    }

    .lr-hero__video {
        height: 34vh;
    }

    .lr-hero__video iframe {
        min-height: 34vh;
    }

    .lr-intro {
        padding: 26px 0 30px;
    }

    .lr-intro p {
        font-size: 18px;
        line-height: 1.45;
    }

    .lr-form-section {
        padding: 24px 0 34px;
    }

    .lr-section-heading h2 {
        font-size: 28px;
    }

    .lr-section-heading p {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .lr-interest-form input {
        height: 46px;
        margin-bottom: 14px;
    }

    .lr-form-submit {
        padding-top: 12px;
    }

    .lr-form-submit button {
        width: 100%;
        min-width: 0;
    }

    .lr-new-homes {
        padding: 30px 0 30px;
    }

    .lr-new-homes h2,
    .lr-school h2 {
        font-size: 44px;
        margin-bottom: 24px;
    }

    .lr-new-homes .row > div {
        margin-bottom: 20px;
    }

    .lr-new-homes .row > div:last-child {
        margin-bottom: 0;
    }

    .lr-school {
        padding-top: 10px;
    }

    .lr-footer {
        padding: 30px 0 36px;
    }

    .lr-footer__disclaimer {
        font-size: 11px;
        line-height: 1.45;
    }

    .lr-footer__copyright {
        font-size: 10px;
    }
	
	
	
	.lr-form-submit button,
    .lr-form-submit input.wpcf7-submit {
        width: 100%;
        min-width: 0;
    }

}

/* Small phones */
@media (max-width: 479px) {
    .lr-hero__logo img {
        width: 320px;
    }

    .lr-hero__video {
        height: 30vh;
    }

    .lr-hero__video iframe {
        min-height: 30vh;
    }

    .lr-intro p {
        font-size: 16px;
    }

    .lr-new-homes h2,
    .lr-school h2 {
        font-size: 38px;
    }
}


/* ==========================================================================
   Thank You
   ========================================================================== */

.lr-thank-you {
    background: #fffaf2;
    padding: 90px 0 100px;
    text-align: center;
}

.lr-thank-you h1 {
    margin: 0 0 22px;
    font-family: 'ZapfHumanist601BT-Roman', Georgia, serif;
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    color: #584742;
}

.lr-thank-you p {
    max-width: 920px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
}

/* Responsive */

@media (max-width: 991px) {
    .lr-thank-you {
        padding: 70px 0 80px;
    }

    .lr-thank-you h1 {
        font-size: 56px;
    }

    .lr-thank-you p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .lr-thank-you {
        padding: 54px 0 60px;
    }

    .lr-thank-you h1 {
        font-size: 42px;
    }

    .lr-thank-you p {
        font-size: 18px;
        line-height: 1.45;
    }
}
