/*!
Theme Name: Lanai
Theme URI: digitaldudesmarketing.com
Author: Austin Schuetz
Author URI: https://austinschuetz.com
Description: Official Theme for lovelanai.com
Version: 1.0.6
*/
@font-face {
    font-family: 'Leifa';
    src: url('/assets/fonts/Leifa-Thin.woff2') format('woff2'),
    url('/assets/fonts/Leifa-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jazmin';
    src: url('/assets/fonts/Jazmin-Thin.woff2') format('woff2'),
    url('/assets/fonts/Jazmin-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quickpen';
    src: url('/assets/fonts/Quickpen.woff2') format('woff2'),
    url('/assets/fonts/Quickpen.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('/assets/fonts/AcuminPro-Bold.woff2') format('woff2'),
    url('/assets/fonts/AcuminPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('/assets/fonts/AcuminPro-ExtraLight.woff2') format('woff2'),
    url('/assets/fonts/AcuminPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}
.post, .page {
    margin: 0;
}
* {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Acumin Pro', sans-serif;
}
.uppercase {
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1px;
}
p {
    font-size: 15px;
}
a {
    text-decoration: none;
}
a:visited, a:focus, a:focus-within, a:active {
    color: inherit;
    background: inherit;
    outline: 0;
}
.btn-holder {
    width: 250px;
    max-width: 90%;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.btn-holder-left {
    margin: 30px 0;
    width: 180px;
}
.grecaptcha-badge {
    display: none !important;
}

.lanai-opening-text-holder {
    position: absolute;
    z-index: 5;
    bottom: 10%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.35s ease opacity;
}
.lanai-opening-text-holder h1 {
    display: none;
}
.mobile-opened .lanai-opening-text-holder {
    opacity: 0;
}
.lanai-opening-text-holder img {
    width: 600px;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
}

/************************************

MAIN NAV

************************************/

header {
    width: 100%;
    margin: 0 auto;
    height: 116px;
    position: fixed;
    z-index: 14;
    /*background: linear-gradient(rgba(0,0,0,0.75), transparent);*/
    transition: 0.5s ease all;
}
.header-frame {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #4a4a4a;
    height: 80px;
    font-size: 16px;
}
.main-logo {
    height: 50px;
}
.main-logo-holder {
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
    display: block;
    text-align: center;
}
.header-frame .main-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 120px);
    margin: 0 0 0 5%;
}
.header-frame .main-nav ul, .header-frame .main-nav .left-nav {
    margin: 0;
}
.header-frame .main-nav .left-nav, .header-frame .right-nav {
    display: flex;
    flex-direction: row;
}
.header-frame ul .main-nav-item {
    height: 80px;
    padding-top: 0;
    display: flex;
    align-items: center;
}
.header-frame ul .main-nav-item i {
    margin-left: 5px;
}
.header-frame ul .main-nav-item a {
    margin: 0 auto;
    padding: 0 15px;
    color: #4a4a4a;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
}
.header-frame ul .main-nav-item a:hover {
    color: #0f2c52;
    text-decoration: none;
    opacity: 0.85;
}
.header-frame ul .main-nav-item .cta-btn, .footer-nav-item .cta-btn, .cta-btn, .btn-holder .cta-btn {
    border-radius: 6px;
    background: none;
    padding: 8px 15px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    transition: 0.35s ease all;
    font-size: 0.9rem;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1.5;
}
.header-frame ul .main-nav-item .cta-btn:hover, .footer-nav-item .cta-btn:hover, .cta-btn:hover, .cta-btn:focus, .cta-btn:active, .btn-holder .cta-btn:hover, .btn-holder .cta-btn:active {
    background: #fff;
    color: #bfb7b0;
    text-decoration: none;
}
.btn-holder .cta-btn-orange {
    color: #ac441e;
    border-color: #6f6259;
}
.btn-holder .cta-btn-orange:hover {
    color: #fff;
    background-color: #ac441e;
    border-color: #ac441e;
}
.inner-nav {
    position: absolute;
    margin-top: 0;
    background: transparent;
    border-bottom: 5px solid #0f2c52;
    border-radius: 5px;
    opacity: 0;
    z-index: -1;
    top: -1000px;
    transition: 0.25s ease-in opacity;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}
.header-frame ul .main-nav-item .inner-nav ul li a {
    margin: 0;
    padding: 15px;
    width: 100%;
    display: block;
    color: #4a4a4a;
    height: inherit;
    border-bottom: 1px solid rgba(155,155,155,0.15);
}
.header-frame ul .main-nav-item .inner-nav ul li a:hover {
    background: rgba(5, 86, 184,0.1);
    opacity: 1;
}
.main-nav-item-hovered .inner-nav {
    opacity: 1;
    background: #fff;
    z-index: 200;
    top: 65px;
}
.sticky-header {
    position: relative;
    z-index: 100;
    width: 100%;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    transition: 0.5s ease all;
}
.preheader {
    color: #fff;
    background: #2C5282;
    width: 100%;
    padding: 7px 15px 0;
    height: 36px;
    max-width: 100%;
    margin: 0 auto;
}
.preheader .wrap {
    width: 1250px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.preheader .wrap p {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 18px;
}
.preheader-left, .preheader-right {
    display: flex;
    flex-direction: row;    
}
.sticky-header-locked {
    top: 0;
    background: rgba(0,0,0,0.45);
}
.mobile-search {
    display: none;
}
.preheader-right i, .preheader i, .mobile-search i {
    font-size: 18px;
    color: #fff;
    margin: 0 8px;
}
.preheader-right a .fa-linkedin:hover, .blog-share-holder .fa-linkedin:hover {
    color: #0077B5;
}
.preheader-right a .fa-facebook-f:hover, .blog-share-holder .fa-facebook-f:hover {
    color: #3C5A99;
}
.preheader-right a .fa-twitter:hover, .blog-share-holder .fa-twitter:hover {
    color: #1DA1F2;
}
.preheader .wrap .search-form, .mobile-search .search-form {
    margin-top: -2px;
    display: flex;
    flex-direction: row;
}
.preheader .wrap .search-form input, .mobile-search .search-form input {
    font-size: 14px;
    vertical-align: top;
    z-index: 10;
    position: relative;
    border: none;
    height: 26px;
    padding: 3px 3px 3px 10px;
    border-top-left-radius: 5000px;
    border-bottom-left-radius: 5000px;
}
.preheader .wrap .search-form input:focus, .mobile-search .search-form input:focus {
    outline: none;
}
.preheader .wrap .search-submit, .mobile-search .search-submit {
    height: 26px;
    padding: 0 3px;
    padding-left: 10px;
    margin-left: -10px;
    background: none;
    border: 2px solid #fff;
    border-left: none;
    border-top-right-radius: 5000px;
    border-bottom-right-radius: 5000px;
    cursor: pointer;
}
.preheader .wrap .search-form i, .mobile-search .search-form i {
    font-size: 14px;
}
.preheader {
    display: none;
}
.mobile-search {
    display: none;
    margin: 0 auto;
}
.header-frame ul .main-nav-item .inner-nav ul li a {
    padding: 10px;
}
.header-frame .main-logo {
    height: 35px;
    margin-top: 0px;
}
header {
    height: 120px;
}
.header-frame {
    height: 120px;
    background: none;
    position: relative;
    z-index: 101;
}
body.mobile-opened .content-area {
    overflow: hidden;
}
body.mobile-opened .sticky-header {
    background: rgba(0,0,0,0.85);
}
.fa-bars {
    margin-top: 0px;
    margin-right: 15px;
    font-size: 2em;
    color: #2C5282;
    display: inline-block;
    line-height: 60px;
    text-decoration: none;
}
.mobile-menu-btn-holder {
    display: block;
    position: relative;
}
#nav-icon {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 8px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: url(/assets/menu-btn.svg) 50% 50% no-repeat;
    background-size: 40px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 1.2px;
    width: 100%;
    background: none;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-icon.open {
    background: none;
}
#nav-icon.open span {
    background: #fff;
}
#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 27px;
    left: 6px;
}
.header-frame .main-nav {
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s, background 0.5s;
    background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.85));
    width: 100%;
    padding-bottom: 15px;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;
    position: fixed !important;
    z-index: 999;
    -webkit-overflow: auto !important;
    overflow: auto !important;
    margin: 0;
    height: calc(100vh - 120px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.main-nav li {
    padding: 0;
    margin: 0;
}
.header-frame .main-nav .main-nav-item a:not(.cta-btn) {
    height: inherit;
    color: #bfb7b0;
    padding: 15px 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Jazmin', serif;
    font-size: 1.4rem;
    font-weight: bold;
}
.header-frame .main-nav .menu-social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 250px;
    max-width: 95%;
    margin: 0 auto;
    color: #6f6259;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 0.85rem;
    position: absolute;
    bottom: 5%;
}
.header-frame .main-nav .menu-social li a {
    color: #6f6259;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 0.75rem;
}
.header-frame .main-nav .main-nav-item .inner-nav a:not(.cta-btn) {
    color: #4a4a4a;
}
.header-frame .main-nav .main-nav-item a:hover {
    color: #ac441e;
}
.header-frame .menu-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    width: 100%;
}
.header-frame ul .main-nav-item .cta-btn {
    margin: 35px auto;
    color: #fff;
    text-align: center;
    width: 110px;
    display: block;
    border: 1px solid rgba(255,255,255,0.5);
    line-height: 1.5;
    height: 40px;
}
.main-nav li.request-mobile-menu-holder {
    text-align: center;
    margin: 5px auto;
    width: 100%;
}
.header-frame .main-nav .left-nav, .header-frame .right-nav {
    display: flex;
    flex-direction: column;
}
.header-frame .main-nav .left-nav {
    margin-top: -5%;
}
.header-frame .right-nav {
    margin: 0;
}
.header-frame .main-nav .main-nav-item {
    display: block;
    height: initial;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.inner-nav {
    position: relative;
    margin-top: 0;
    background: #fff;
    border-bottom: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
    top: initial;
    box-shadow: none;
}
.main-nav-item-hovered .inner-nav {
    top: initial;
}
/************ END HEADER / MENU ***************/




/************ SEARCH ***************/

.search-header {
    background: linear-gradient(rgba(4, 42, 66, 0.95),rgba(8, 66, 94,0.8)), url(https://source.unsplash.com/random/?nature,mountains) 50% 50% no-repeat;
    background-size: cover;
    padding: 70px 10px;
    width: 100%;
}
.search-wrap {
    padding: 0px 0px 50px;
}
.search-title {
    text-align: center;
    font-size: 2em;
    color: #fff;
    display: flex;
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-around;
}
.search-result {
    margin: 30px auto;
    width: 750px;
    max-width: 95%;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #fff;
}
.search-result > a {    
    display: flex;
    width: 100%;
    margin: 0;
}
.search-result .search-thumbnail {
    position: relative;
    width: 200px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
}
.search-result .search-result-content {
    padding: 25px;
    width: calc(100% - 200px);
}
.search-result .search-result-content .tag-search-result .tag-link {
    color: #2C5282;
    display: inline-block;
    margin-right: 5px;
}
.search-result .search-result-content .tag-search-result .tag-link:hover {
    text-decoration: underline;
}
.search-result .search-result-content .tag-search-result p {
    display: inline-block;    
    margin-right: 5px;
}
.searchpage-box-form {    
    margin-top: -5px;
}
.search-btn {
    display: inline-block;
    margin: 0;
    height: 34px;
    border-radius: 5px;
    line-height: 0.9;
    border-color: #369e5f;
}
.search-btn:hover {
    display: inline-block;
    margin: 0;
    border-color: #369e5f;
    color: #369e5f;    
}
.tag-section {
    display: block;
    width: 1250px;
    max-width: 100%;
    margin: -34vh auto 0;
    padding: 50px 10px;
    color: #fff;
}
.tag-section a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 1.1em;
    display: inline-block;
    margin-left: 10px;
}
.tag-section a:hover {
    color: #f2f2f2;
    text-decoration: none;
    opacity: 0.8;
}
.tag-section h1 {
    font-size: 1.8em;
    color: #fff;
    margin: 15px 0 25px;
    text-decoration: underline;
    text-align: center
}
.search-result:hover {
    background: rgba(5, 86, 184, 0.15);   
}
.search-result:hover .search-thumbnail::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(5, 86, 184, 0.15);    
}
@media only screen and (max-width:500px) {
    .search-result {
        width: 300px;
    }
    .search-result > a {
        flex-direction: column;        
    } 
    .search-result .search-result-content {        
        width: 100%;
    }
    .search-result .search-thumbnail {
        width: 100%;
        height: 200px;        
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;    
    }
}


/************ END SEARCH ***************/





/************ FOOTER ***************/


footer {
    position: relative;
    padding: 50px 10px;
    background-color: #2C5282;
    background-size: 12px 12px;
}
footer .btn-holder {
    width: 250px;
    max-width: 90%;
    margin: 30px auto 50px;
    display: block;
    text-align: center;
}
footer, footer div {
    position: relative;
    z-index: 3;
}
footer .top-footer {
    text-align: center;
    color: #fff;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 15px;
}
footer .top-footer h2 {
    color: #E2E8F0;
    font-weight: 300;
    margin: 0;
}
footer .footer-content {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 100%;
    padding: 0;
}
footer .footer-item {
    width: 300px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
}
footer .footer-item a {
    color: #CBD5E0;
    margin: 5px 0;
    display: block;
    font-weight: 700;
}
footer .footer-item a:hover {
    color: #ccc;
}
footer .footer-item a.footer-link-title {
    color: #E2E8F0;
    margin-bottom: 10px;
}
.sub-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    width: 1250px;
    max-width: 95%;
}
footer .sub-footer img {
    height: 50px;
    margin: 0 10px;
}
footer p {
    color: #CBD5E0;    
}
footer .sub-footer p {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-social {
    justify-content: center;
}


/************ END FOOTER ***************/






/************ HOME / HERO SLIDER ***************/

.hero-slider {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
}
.hero-slider .slide-holder {
     width: 100%;
     min-height: 100vh;
}
.hero-slider .slide-holder .slide {
    width: 100%;
    min-height: 100vh;
    transform: scale(1);
    transition: 6s cubic-bezier(1,0,1,-0.15) transform;
}
.hero-slider .slide-1 {
    background: url(/assets/Cliff-Shadowed.jpg) 50% 75% no-repeat;
    background-size: cover;
}
.hero-slider .slick-active .slide {
    transform: scale(1.06);
    transition: 6s linear transform;
}
.hero-slider .slick-active .slide-1.opening-zoom {
    transform: scale(1);
}
.hero-slider .slick-active .slide-1.opening-zoom-real {
    transform: scale(1.06);
}
.hero-slider .slide-2 {
    background: url(/assets/Alcove-Beach.jpg) 50% 45% no-repeat;
    background-size: cover;
}
.hero-slider .slide-3 {
    background: url(/assets/Rock-Pools-Dress.jpg) 50% 58% no-repeat;
    background-size: cover;
}
.hero-slider .slide-4 {
    background: url(/assets/Coastal-Cliff.jpg) 50% 50% no-repeat;
    background-size: cover;
}
@media only screen and (max-width:500px) {
    .main-logo-holder {
        position: relative;
        left: unset;
    }
    .header-frame .main-logo {
        height: 25px;
    }
    .header-frame ul .main-nav-item .cta-btn {
        width: 102px;
        display: none;
    }
    .lanai-opening-text-holder {
        bottom: 10px;
    }
    .lanai-opening-text-holder h1 {
        display: block;
        font-family: 'Quickpen', sans-serif;
        font-size: 1.65rem;
        color: #bfb7b0;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
        text-shadow: 0 1px rgba(0,0,0,0.5);
    }
    .lanai-opening-text-holder img {
        display: none;
    }
    .header-frame .main-nav .main-nav-item a:not(.cta-btn) {
        font-size: 1rem;
    }
    .header-frame .main-nav {
        justify-content: flex-start;
    }
    .header-frame .main-nav .left-nav {
        margin-top: 0;
    }
}
/************ END HOME / HERO SLIDER ***************/



/************ HOME BLOG ***************/

.home-blog {
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
    background: #fff;
    text-align: center;
    position: relative;
}
.home-blog .blog-wrap {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-grow: 1;
}
.home-blog .subtitle-wrap {
    color: #4a4a4a;
    width: 750px;
    max-width: 95%;
    margin: 0 auto 25px;
}
.blog-wrap .blog-item {
    width: 300px;  
    display: inline-block;
    background: #fff;
    color: #4a4a4a;
    vertical-align: top;
    text-align: left;
    margin: 25px;
    font-weight: bold;    
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.blog-wrap .blog-item h6 {
    color: #9B9B9B;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 400;
}
.blog-wrap .blog-item .blog-link {
    color: #4a4a4a;
    text-decoration: none;
}
.blog-wrap .blog-item .blog-link:hover {
    color: #4a4a4a;
    text-decoration: none;
}
.blog-wrap .blog-item .blog-item-text {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 150px);
    background: #fff;
}
.blog-wrap .blog-item .blog-link:hover .blog-item-text {
    background: rgba(5, 86, 184, 0.15);   
}
.blog-wrap .blog-item .blog-link .blog-img {
    position: relative;
}
.blog-wrap .blog-item .blog-link .blog-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(5, 86, 184, 0);
}
.blog-wrap .blog-item .blog-link:hover .blog-img::after {
    background: rgba(5, 86, 184, 0.15);    
}
.blog-wrap .blog-item h5 {
    font-weight: bold;
    min-height: 54px;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.blog-wrap .blog-item p {
    color: #575757;
    font-weight: normal;
}
.blog-wrap .blog-item .blog-item-text .date {
    border-bottom: 5px solid #2C5282;
    padding-bottom: 5px;
    color: #575757;
}


@media only screen and (max-width:850px) {
    .home-blog {
        padding: 50px 15px;
    }
}

/************ END HOME BLOG ***************/





/************ CATEGORY PAGES / BASICS ***************/


.category-hero {
    padding: 40px 25px 80px;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(45deg, #2C5282, #4299E1);
}
.category-wrap .blog-wrap {    
    width: 1050px;
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-grow: 1;
}
.category-wrap .blog-item {    
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.category-hero .text-content {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center
}


/************ END CATEGORY PAGES / BASICS ***************/

/************ SINGLE PAGES / BASICS***************/

.single-hero {
    color: #fff;
    padding: 100px 25px 175px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.single-hero::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
}
.single-hero-text {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.single-content {
    margin: -75px auto 0;
    background: #fff;
    width: 850px;
    max-width: 100%;
    border-top: 5px solid #2C5282;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 3;
    position: relative;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}
.single-content .more-blogs {
    margin: 50px auto 100px;
    max-width: 100%;
    text-align: center;
}
.single-content p {
    line-height: 1.6;
    color: #1d1d1d;
    margin-bottom: 20px;
}
.single-content ul li {
    list-style: initial;
    margin: 5px 0;
}
.single-content ul {
    margin-left: 35px;
}
.prev-next-nav {
    width: 40%;
    margin: 10px 5%;
    display: flex;
    align-items: center;
    color: #2C5282;
}
.blog-nav-holder {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.blog-nav-holder a {
    padding: 10px;
}
.blog-share-holder {
    display: block;
    border-top: 3px solid rgba(155,155,155,0.2);
    padding-top: 50px;
    margin: 50px auto 0;
    width: 650px;
    text-align: center;
    max-width: 100%;
}
.blog-share-holder h5 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #8e8e8e;
    font-weight: bold;
}
.blog-share-holder .fab {
    font-size: 24px;
    color: #8e8e8e;
    text-decoration: none;
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}
 .blog-share-holder .fa-linkedin:hover {
    color: #0077B5;
}
.blog-share-holder .fa-facebook-f:hover {
    color: #3C5A99;
}
.blog-share-holder .fa-twitter:hover {
    color: #1DA1F2;
}



/************ END SINGLE PAGES / BASICS***************/

.uppercase {
    text-transform: uppercase;
}
.line-break {
    margin: 20px 0;
    height: 3px;
    width: 30px;
    max-width: 50%;
    background: #ac441e;
    position: relative;
    z-index: 2;
}
.line-break-white {
    background: #fff;
}
.full-height-hero {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    position: relative;
}
.sensei-lanai-hero {
    background: url(/assets/Sensei-Lanai-Hero.jpg) 50% 90%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culture-hero {
    background: url(/assets/Culture-Hero.jpg) 50% 20%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stewardship-hero {
    background: url(/assets/Stewardship-Hero.jpg) 50% 95%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resorts-hero {
    background: url(/assets/Resorts-Hero.jpg) 10% 15%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experiences-hero {
    background: url(/assets/Experiences-Hero.jpg) 60% 15%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visit-hero {
    background: url(/assets/Lanai_May_June.jpg) 50% 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.four-seasons-hero {
    background: url(/assets/Coastal-Cliff.jpg) 50% 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotel-lanai-hero {
    background: url(/assets/Hotel-Lanai-Hero.jpg) 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.the-arts-hero {
    background: url(/assets/The-Arts-Hero.jpg) 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lanai-city-hero {
    background: url(/assets/Lanai-City-Hero-Darker.jpg) 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-height-hero .hero-text-content, .title-section .hero-text-content {
    width: 960px;
    max-width: 100%;
    padding: 100px 20px 0;
}
.full-height-hero .hero-text-content .inner, .title-section .hero-text-content .inner {
    width: 400px;
    max-width: 80%;
}
.resorts-hero .hero-text-content .inner {
    width: 320px;
    max-width: 80%;
}
.title-section {
    padding-bottom: 75px;
}
.title-section .hero-text-content {
    margin: 0 auto;
}
.full-height-hero .hero-text-content h1, .title-section .hero-text-content h2 {
    font-family: 'Leifa', serif;
    color: #fff;
    font-weight: 200;
    font-size: 2.25rem;
    letter-spacing: 4px;
    line-height: 1.4;
}
.title-section .hero-text-content h2 {
    color: #6f6259;
    margin-bottom: 50px;
    width: 324px;
    max-width: 100%;
}
.title-section .hero-text-content .inner {
    width: 650px;
}
.full-height-hero .hero-text-content .inner img {
    height: 40px;
}
.full-height-hero .hero-text-content .inner .logo-in-hero {
    height: 120px;
}
.resort-featured {
    background: url(/assets/Resorts-hero-four-seasons.jpg) 65% 95%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.resort-featured-sensei {
    background: url(/assets/Resorts-hero-sensei-lanai.jpg) 50% 55%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.resort-featured-hotel {
    background: url(/assets/Resorts-hero-hotel-lanai.jpg) 50% 55%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.resort-featured .resort-logo {
    width: 200px;
    max-width: 35%;
    height: auto;
}
.resort-featured .resort-info {
    background: rgba(100,100,100,0.65);
    display: flex;
    width: 100%;
}
.resort-featured .resort-info .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    max-width: 100%;
    padding: 50px 10px;
    margin: 0 auto;
}
.resort-featured .resort-info .inner div {
    margin-left: 10%;
    width: 550px;
    max-width: 65%;
}
.resort-featured .resort-info .inner div p {
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}
.resort-featured .hero-text-content .inner {
    width: 600px;
}
footer {
    background: #6f6259;
    padding: 0;
}
.pre-footer {
    background: #c8c1bb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.pre-footer a {
    padding: 46px 50px;
    font-family: 'Jazmin', serif;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 4px;
    min-width: 33.33%;
    color: #6f6259;
}
.pre-footer a:nth-of-type(2) {
    background: #bfb7b0;
}
.pre-footer a:nth-of-type(3) {
    background: #b6ada5;
}
.pre-footer a span {
    display: block;
    margin-top: 25px;
}
.footer-social-policy a {
    color: #bfb7b0;
}
.pre-footer a img, .resort-featured .resort-info span img {
    height: 18px;
    transition: 0.35s ease margin;
    margin-left: 0;
}
.pre-footer a:hover img, .resort-featured .resort-info:hover span img {
    margin-left: 8px;
}
.footer-email-wrap {
    padding: 50px 10px;
    text-align: center;
    color: #bfb7b0;
}
.footer-email-wrap .stay-informed {
    padding: 50px 5px;
}
.footer-email-wrap .stay-informed input[type="email"], .footer-email-wrap .stay-informed input[type="email"]:focus {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    outline: none;
    width: 300px;
    max-width: 95%;
    padding: 20px;
    font-family: 'Leifa', serif;
    font-size: 24px;
    text-align: center;
    color: #bfb7b0;
    background: none;
}
.footer-email-wrap .stay-informed input::placeholder {
    color: #bfb7b0;
}
.footer-email-wrap .stay-informed .cta-btn {
    color: rgba(255,255,255,0.5);
}
.footer-email-wrap .stay-informed .cta-btn:hover {
    color: #bfb7b0;
}
.footer-email-wrap .menu-social, .footer-email-wrap h6 {
    display: flex;
    justify-content: space-around;
    width: 220px;
    align-items: center;
    max-width: 100%;
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 0.75rem;
    margin: 0 auto 30px;
}
footer .btn-holder .cta-btn {
    width: 150px;
}
.slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 32px;
    top: calc(50% - 33px);
    right: 15%;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
}
.slick-arrow img {
    height: 36px;
}
.slick-next {
    right: unset;
    left: 15%;
}
.slick-dots li button:before {
    content: '';
    opacity: 1;
    background: #bfb7b0;
    width: 30px;
    height: 4px;
    font-size: 0;
}
.slick-dots li.slick-active button:before {
    background: #ac441e;
    opacity: 1;
}
.slick-dots li {
    width: unset;
    padding: 0 5px;
}
.slick-dots {
    bottom: 10px;
}
.slider-overflow-section .slide {
    min-height: 600px;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.slider-overflow-section .slide::after {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
}
.pine-bg {
    background: #373a36;
}
.brown-bg {
    background: #6f6259;
}
.dark-brown-bg {
    background: #2d2a26;
}
.gray-bg {
    background: #373a36;
}
.dark-gray-bg {
    background: #383934;
}
.darker-gray-bg {
    background: #212322;
}
.light-tan-bg {
    background: #f2edea;
}
.slider-overflow-section .text-holder, .section-standard .text-holder {
    width: 920px;
    max-width: 90%;
    margin: 50px auto 100px;
}
.section-standard .text-holder {
    margin: 50px auto;
}
.slider-overflow-section p, .section-standard .text-holder p {
    font-size: 20px;
    width: 690px;
    max-width: 100%;
    color: #bfb7b0;
    font-family: 'Leifa', sans-serif;
}
.light-tan-bg p, .light-tan-bg .inner p {
    font-family: 'Acumin Pro', sans-serif;
    font-size: 15px;
}
.slider-overflow {
    margin-bottom: -200px;
}
.section-standard {
    width: 100%;
    padding: 50px 10px;
    margin: 0 auto;
}
.section-standard .inner {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    color: #6f6259;
    padding: 50px 10px;
}
.right-text-float {
    padding: 15px;
}
.right-text-float p {
    color: #6f6259;
    margin-left: 50%;
    width: 480px;
    max-width: 45%;
    line-height: 1.5;
}
.section-standard .inner h2, .slider-overflow-section h2, .section-flex h2 {
    font-family: 'Leifa', serif;
}
.light-tan-bg h2, .light-tan-bg p {
    color: #6f6259;
}
.pine-bg .inner, .brown-bg .inner, .dark-gray-bg .inner, .darker-gray-bg .inner, .gray-bg .inner {
    color: #bfb7b0;
    padding: 50px 10px;
}
.pine-bg h2, .dark-gray-bg h2 {
    color: #bfb7b0;
}
.section-standard .inner h2, .section-standard .inner p, .slider-overflow-section .text-holder h2, .section-standard .inner p, .slider-overflow-section .inner p {
    width: 720px;
    max-width: 100%;
    margin: 0 0 30px;
    line-height: 1.7;
}
.section-standard .inner h2, .slider-overflow-section .text-holder h2, .section-flex h2 {
    font-weight: normal;
}
.section-flex h2 {
    padding: 10px 30px;
}
.slider-overflow-margin {
    padding: 150px 10px;
    background: #fff;
    width: 100%;
}
.slider-overflow-section {
    width: 100%;
    margin: 0 auto -300px;
    padding: 100px 5% 150px;
}
.slider-overflow {
    position: relative;
}
.page-template-page-the-arts .slider-overflow-section {
    margin: 0 auto -150px;
}
.full-width-slider {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-width: 2800px;
    margin: 0 auto;
}
.full-width-slider .slide {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    margin: 0 auto;
}
.standard-slider, .standard-slider .slide {
    width: 1050px;
    max-width: 95%;
    min-height: 600px;
    margin: 0 auto;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.section-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1016px;
    max-width: 100%;
    padding: 130px 10px 70px;
    margin: 0 auto;
}
.section-flex-reserve {
    flex-direction: row-reverse;
}
.section-flex div {
    max-width: 100%;
}
.section-flex p {
    padding: 10px 30px;
    color: #bfb7b0;
    width: 450px;
    max-width: 100%;
    line-height: 1.7;
}
.section-flex-light p {
    color: #6f6259;
}
.section-flex h4 {
    color: #bfb7b0;
}
.p-normal {
    justify-content: space-between;
    width: 1140px;
    max-width: 100%;
    padding: 0px 10px 70px;
}
.p-normal p {
    padding: 0;
}
.section-flex .lanai-bedroom {
    width: 520px;
    max-width: 95%;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.full-page {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
}
.large-p {
    font-size: 22px;
    font-family: 'Leifa', serif;
}
.center {
    margin: 0 auto!important;
    text-align: center;
}
.line-h-mid {
    line-height: 1.8;
}
.right-text-float-alt {
    justify-content: flex-end;
    padding-top: 0;
}
.right-text-float-alt p {
    color: #6f6259;
}
.book-btn-holder .cta-btn {
    width: 220px;
}
.book-btn-holder {
    margin: 80px auto;
}
.btn-holder-large {
    width: 300px;
}
.section-flex .three-wide-image {
    width: 305px;
    height: 238px;
    max-width: 100%;
    margin: 10px;
}
.padding-less-section {
    padding: 0;
}
.visit-masonry {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 30px;
    width: 1050px;
    max-width: 100%;
    margin: 50px auto;
}
.visit-masonry .visit-resort {
    padding: 30px;
    position: relative;
}
.visit-masonry .visit-four-seasons {
    background: url(/assets/Four-Seasons-Lanai-BG.jpg) 50% 50%;
    background-size: cover;
    height: 700px;
}
.visit-masonry .visit-hotel-lanai {
    background: url(/assets/Hotel-Lanai.jpg) 50% 50%;
    background-size: cover;
    height: 440px;
}
.visit-masonry .visit-lanai-air {
    background: url(/assets/Lanai-Air.jpg) 50% 50%;
    background-size: cover;
    height: 440px;
}
.visit-masonry .visit-sensai-lanai {
    background: url(/assets/Pond-Stroll.jpg) 50% 50%;
    background-size: cover;
    height: 700px;
    top: -260px;
    position: relative;
    margin-bottom: -260px;
}
.visit-masonry .visit-text-holder {
    margin-top: 60px;
    position: relative;
    opacity: 0;
    transition: 0.35s ease all;
    z-index: 2;
}
.visit-masonry .visit-resort .btn-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    position: relative;
}
.visit-masonry .visit-resort::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55, 58, 54, 0.75);
    opacity: 0;
    transition: 0.35s ease all;
}
.visit-masonry .visit-resort:hover::after {
    opacity: 1;
}
.visit-masonry .visit-resort img {
    width: 180px;
    height: auto;
    position: relative;
    z-index: 3;
}
.visit-masonry .visit-resort p {
    color: #fff;
    max-width: 85%;
}
.visit-masonry .visit-resort .btn-holder .cta-btn {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: unset;
}
.visit-masonry .visit-resort:hover .visit-text-holder {
    opacity: 1;
}
@media only screen and (max-width:850px) {
    .pre-footer a {
        min-width: 100%;
    }
    .right-text-float p {
        margin: 0;
        padding: 15px;
        max-width: 100%;
    }
    .standard-slider, .standard-slider .slide {
        min-height: 400px;
    }
    .visit-masonry {
        grid-template-columns: 100%;
    }
    .visit-masonry .visit-sensai-lanai {
        top: unset;
        position: relative;
    }
}
.arts-hero-caption-wrap {
    width: 960px;
    max-width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 50px;
}
.arts-hero-caption-wrap p {
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
@media only screen and (max-height:400px) {
    .the-arts-hero {
        flex-wrap: wrap;
    }
    .arts-hero-caption-wrap {
        position: relative;
    }
}
.festive-hero {
    background: url(/assets/festive-guide-hero.jpg) 40% 100% no-repeat;
    background-size: cover;
}
.festive-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}
.festive-wrap .festive-item {
    width: 600px;
    max-width: 100%;
    margin: 30px;
    margin-left: 0;
}
.festive-wrap .festive-item .festive-logo {
    width: 200px;
    height: auto;
    max-width: 40%;
    margin-bottom: 20px;
}














