h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
    display: block;
    font-weight: 400;
    font-size: 75%;
    line-height: 2;
}
@media only screen and (min-width: 768px) {
    .desktop-only{display: block!important;}
    .mobile-only{display: none!important;}
}
@media only screen and (max-width: 767px) {
    .desktop-only{display: none!important;}
    .mobile-only{display: block!important;}
}
.fa.fa-fw{
    width: 1.5rem;
    text-align: center;
}
.btn-lc{
    display: inline-block;
    padding: 10px 30px;
    font: 600 20px/30px 'Work Sans',sans-serif;
    color: #181847;
    background-color: #F8EDA9;
    border: none;
    border-radius: 30px;
    appearance: none;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
}
.btn-lc.btn-lc-sm{
    padding: 7px 20px;
    font-size: 16px;
    line-height: 24px;
}
.btn-lc:hover{
    background-color: #F8AA28;
    color: #181847;
}

#ht-responsive-menu{
    box-shadow: 0 0 24px -6px #555;
}
#ht-responsive-menu ul li.menu-item>a{
    padding-top: 8px;
    padding-left: 50px;
    padding-bottom: 8px;
    font-size: 90%;
}
#ht-responsive-menu ul li.menu-item>a::before{
    content: "· ";
    position: absolute;
    top: 50%;
    left: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #555;
    transform: translateY(-50%);
}

.ht-menu > ul > li > a,
a.ht-header-bttn{
    font-size: 16px!important;
}
.ht-menu>ul>li.menu-item{
    margin-left: 0;
}
.ht-menu>ul>li.menu-item>a{
    padding: 0 10px;
}
a.ht-header-bttn{
    margin-left: 10px!important;
}
.ht-header-one #ht-site-branding img{
    height: auto!important;
}

@media only screen and (max-width: 767px) {
    .custom-logo{display: none;}
    .ht-main-title{
        font-size: 40px!important;
    }
}
.hero-wrapper .block-hero-details{
    /* background: rgba(255,255,255,.85); */
    /* padding: 30px 40px; */
    font-family: 'Work Sans', sans-serif;
    text-align: left;
    color: #FFFFFF;
}
.hero-wrapper .block-hero-details .main{
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
}
.hero-wrapper .block-hero-details .main small{
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
}
.hero-wrapper .block-participants{
    position: relative;
}
.hero-wrapper .block-participants.closed::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: calc( 100% - 20px );
    background-color: rgba(0,0,0,.75);
    z-index: 9;
}
.hero-wrapper .block-participants.closed::after{
    content: "Registration Closed";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 75%;
    height: auto;
    transform: translate(-50%, -50%);
    color: #ED2724;
    font: 600 14px/20px 'Work Sans',sans-serif;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}
.hero-wrapper .block-participants.closed .tp-counter-icon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0,0,0,.75);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    margin-top: -2px;
}

@media only screen and (max-width: 1024px) {
    .hero-wrapper .block-hero-details .main{
        font-size: 48px;
        line-height: 56px;
    }
    .hero-wrapper .block-hero-details .main small{
        font-size: 24px;
    }
    .hero-wrapper .block-hero-details .main br{
        display: inline-block;
        width: 1rem;
    }
}
@media only screen and (max-width: 767px) {
    .hero-wrapper .block-hero-details .main{
        font-size: 40px;
        line-height: 48px;
    }
    .hero-wrapper .block-hero-details .main small{
        font-size: 20px;
        line-height: 24px;
    }
}

.section-why-join h2{
    margin-bottom: 30px;
}
.section-why-join .why-blocks-wrapper img{
    display: block;
    margin: 0 auto 15px;
}
.section-why-join .why-blocks-wrapper h4{
    margin-bottom: 20px;
}
.img-artwork-left{
    position: absolute;
    top: -160px;
    left: -10px;
    z-index: -1;
}
.img-artwork-right{
    position: absolute;
    top: -200px;
    right: -10px;
    z-index: -1;
}
@media only screen and (max-width: 1280px) {
    .img-artwork-left{
        top: -80px;
        max-height: 200px;
        width: auto;
    }
    .img-artwork-right{
        top: -100px;
        max-height: 280px;
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .img-artwork-left,
    .img-artwork-right{display: none;}
}

.section-schedules .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{
    margin-right: 10px;
}
.section-schedules .elementor-widget-n-tabs .e-n-tab-title-text{
    display: block!important;
    text-align: left!important;

}
.section-schedules .elementor-widget-n-tabs .e-n-tab-title-text small{
    display: block;
    line-height: 1;
}
.section-schedules table thead tr th:nth-child(1){
    width: 20%;
}
.section-schedules table thead tr th:nth-child(2){
    width: 50%;
}
.section-schedules table thead tr th:nth-child(3){
    width: 30%;
}
.section-schedules table tbody tr td{
    vertical-align: top;
}
.section-schedules table{
    border: none;
}
.section-schedules table thead tr th,
.section-schedules table tbody tr td{
    border: none;
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
}
.section-schedules table tbody tr td ul{
    margin-bottom: 0;
}

.ht-contact-box.style1 .ht-contact-text{
    word-break: break-all;
}

.block-venue{
    margin-bottom: 15px;
    font-size: 0;
}
.block-venue img{
    display: inline-block;
    width: 35%;
    max-width: 160px;
    height: auto;
    vertical-align: top;
}
.block-venue .info{
    display: inline-block;
    width: 65%;
    padding-left: 10px;
    font-family: 'Work Sans',sans-serif;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
}
.block-venue .info b{
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .col-3-1-1-1 .ht-footer{
        margin-bottom: 0!important;
    }
    .widget_block#block-6 h3{
        display: none;
    }
}
.block-venue-big{
    position: relative;
}
.block-venue-big .details{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,.4);
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
}
.block-venue-big .details b{
    display: block;
    font-weight: 700;
    font-size: 24px;
}
.block-venue-big .btn-lc{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 99;
    transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
}
.block-venue-big:hover .btn-lc{
    top: 50%;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .block-venue-big .details{
        font-size: 14px;
    }
    .block-venue-big .details b{
        font-size: 18px;
    }
}

.section-registration .block-registration{
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: rgba(239,235,231,.85);
    border-radius: 15px;
}
.section-registration .block-registration.past::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: rgba(255,255,255,.75);
    z-index: 10;
}
.section-registration .block-registration.past::after{
    content: 'Ended';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 5px 10px;
    transform: translate(-50%, -50%) rotate(-8deg);
    font-size: 14px;
    line-height: 20px;
    color: #ed2724;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: solid 1px #555;
    border-bottom: solid 1px #555;
    z-index: 11;
}
.section-registration .block-registration .title{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
}
.section-registration > :nth-child(1) .title{color: #f0522b;}
.section-registration > :nth-child(2) .title{color: #2b928e;}
.section-registration > :nth-child(3) .title{color: #062f87;}
.section-registration > :nth-child(4) .title{color: #ed2724;}
.section-registration > :nth-child(5) .title{color: #333333;}
.section-registration .block-registration .dates{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #888;
}
.section-registration .block-registration .price{
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3;
    color: #062f87;
    text-align: right;
}
.section-registration .block-registration .price small{
    display: block;
    font-size: 14px;
    color: #181847;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .section-registration .block-registration.past::after{
        font-size: 20px;
        padding: 10px 15px;
    }
    .section-registration .block-registration .title{
        font-size: 24px;
    }
    .section-registration .block-registration .price{
        font-size: 36px;
    }
}

.golf-programs h4{
    margin-bottom: 0!important;
}

.block-room table,
.block-room table tbody tr td{
    border-left: none;
    border-right: none;
}
.block-room table tbody tr td:last-child{
    text-align: right;
}

.btn-float{
    position: fixed;
    left: 15px;
    bottom: -2px;
    display: block;
    padding: 5px 15px 5px 10px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #F8AA28;
    color: #111;
    z-index: 998;
}
.btn-float:hover{
    bottom: 0;
}
.lions-popup-overlay{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}
.lions-popup{
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-height: 80%;
    background-color: #FFF;
    transform: translateX(-50%);
    z-index: 1001;
}
.lions-popup-overlay.active,
.lions-popup.active{
    display: block;
}
.lions-popup .head{
    position: relative;
    padding: 15px 30px;
}
.lions-popup .head h3{
    margin: 0;
    line-height: 40px;
}
.lions-popup .head .lions-popup-close{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #555;
}
.lions-popup .body{
    position: relative;
    height: calc( 100% - 70px );
    padding: 0 30px 20px;
    overflow: auto;
}
.lions-popup .btn-link{
    display: inline-block;
    padding: 2px 10px;
    background-color: #F8F8F8;
    border: solid 1px #DDD;
    border-radius: 10px;
}
.lions-popup .btn-link:hover{
    border-color: #888;
}

@media only screen and (max-width: 767px) {
    .lions-popup{
        top: 5%;
        max-width: 90%;
        max-height: 90%;
    }
    .lions-popup .head{
        padding: 15px 20px;
    }
    .lions-popup .head h3{
        font-size: 24px;
    }
    .lions-popup .body{
        padding: 0 20px 15px;
    }
    .lions-popup .body h4{
        font-size: 20px;
    }
    .lions-popup .btn-link{
        font-size: 16px;
    }
}

.registration-checker{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.registration-checker form{
    position: relative;
    font-size: 0;
}
.registration-checker input[type='email']{
    display: inline-block;
    width: calc( 100% - 200px );
}
.registration-checker button[type='submit']{
    display: inline-block;
    width: 200px;
}

.registration-checker-result{
    width: 100%;
    max-width: 640px;
    margin: 30px auto 0;
    border: solid 1px #DDD;
    padding: 20px 25px;
    background: #FAFAFA;
}
.registration-checker-result .result-success{
    margin-bottom: 10px;
    color: green;
}
.registration-checker-result .result-failure{
    color: red;
}

@media only screen and (max-width: 767px) {
    .registration-checker input[type='email'],
    .registration-checker button[type='submit']{
        display: block;
        width: 100%;
    }
}