@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --blue: #1b2938;
    --mutedblue: #303C48;
    --lightblue: #465768;
    --darkblue: #06111D;
    --green: #6ec176;
    --lightgreen: #9CD9A3;
    --darkgreen: #268532;
    --darkgrey: #101010;
    --black: #000000;
    --white: #ffffff;
}

body {
    background-color: var(--blue);
}

body.Id3166,
body.Id3241 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/Portals/147/four-wood-blue-bg-1000.png');
    background-size: 600px;
    background-repeat: repeat;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: var(--white);
    font-weight: 300;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

strong {
    font-weight: 700;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: var(--white);
    font-weight: 300;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--green);
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: var(--white);
}

a:visited {
    color: var(--green);
}

a:visited:hover {
    text-decoration: none;
    color: var(--white);
}

.border-5 {
    border-radius: 5px;
}

hr.grey {
    border-top: 1px solid rgba(255,255,255,.25);
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.large {
    font-size: 3rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
/* OVERLAY */
/*------------------------------------------------*/

body:not(.PageType_Home) #homeOverlay {
    display: none;
}

#homeOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.home-overlay-module {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-overlay-module img {
    max-height: 80vh;
}

#homeOverlayClose {
    color: #fff;
    cursor: pointer;
}

.home-overlay-open {
    visibility: visible !important;
    opacity: 1 !important;
}

#dnn_homeOverlayContent {
    background-color: var(--mutedblue);
    padding: 2rem;
}

#dnn_homeOverlayContent p,
#dnn_homeOverlayContent h1,
#dnn_homeOverlayContent h2,
#dnn_homeOverlayContent h3,
#dnn_homeOverlayContent h4,
#dnn_homeOverlayContent h5,
#dnn_homeOverlayContent h6 {
    color: #fff !important;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: var(--blue) !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 100px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-login {
    color: var(--white) !important;
    text-transform: uppercase;
    background-color: var(--green);
    border-radius: 30px;
    padding: 10px 20px;
    font-size: .85rem;
}

.nav-login:hover {
    color: var(--white) !important;
    background-color: var(--lightblue);
}

.nav-login .bi {
    color: var(--white) !important;
    font-size: 1rem;
    padding: 0;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--white) !important;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--lightgreen) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--lightgreen) !important;
}

.dropdown-menu {
    background-color: var(--darkblue);
    margin: 0;
    min-width: 10rem;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    height: 400px;
}

.Id3166 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/Portals/147/homebg.jpg');
    height: 450px;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/147/clubbg.jpg');
}

.PageType_Home .hero-bg {
    background-image: url('/Portals/147/homebg.jpg');
    height: 450px;
}

/* club */

.Id3146 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/Portals/147/clubbg.jpg');
    background-position: 50% 20%;
    height: 500px;
}

/* rates */

.Id3147 .hero-bg {
    background-image: url('/Portals/147/ratesbg.jpg');
    background-position: 50% 65%;
}

/* memberships */

.Id3243 .hero-bg {
    background-image: url('/Portals/147/membershipsbg.jpg');
}

/* events */

.Id3149 .hero-bg {
    background-image: url('/Portals/147/events.jpg');
    background-position: 50% 45%;
}

/* lessons */

.Id3148 .hero-bg {
    background-image: url('/Portals/147/lessonsbg.jpg');
    height: 500px;
}

/* bites */

.Id3150 .hero-bg {
    background-image: url('/Portals/147/bites.jpg');
}

/* experience */

.Id3151 .hero-bg {
    background-image: url('/Portals/147/golfexperience2.jpg');
    background-position: 50% 10%;
    height: 500px;
}

/* contact */

.Id3241 .hero-bg {
    display: none;
    background-position: 50% 35%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5 {
    color: #fff;
    font-weight: 600;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

body:not(.PageType_Home) #MosaicContainer {
    display: none;
}

#MainContent {
    /*padding-top: 2rem;*/
    padding-bottom: 2rem;
}

#dnn_PageTitle {
    margin-top: 1rem;
}

#dnn_PageTitle h1 {
    color: #fff;
    font-weight: 600;
}

.PageType_Home #MainContent {
    padding-top: 20px;
    padding-bottom: 20px;
}

.PageType_Home #PageTitleContainer {
    display: none;
}

/* membership */

.Id3147 #TwoColumnNarrow p,
.Id3147 #TwoColumnNarrow li {
    font-size: .85rem;
}

/* contact us */

.Id3241 #PageTitleRow {
    padding-top: 2rem;
}
.Id3241 #MainContent {
    padding-bottom: 5rem;
}

.Id3241 #TwoColumn {
    align-items: center;
}

.Id3241 #MainContent p,
.Id3241 #MainContent li {
    font-size: .9rem;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.lightblue {
    background-color: var(--lightblue);
    padding: .25rem;
}

.lightblue p,
.lightblue h1,
.lightblue h2,
.lightblue h3,
.lightblue h4,
.lightblue h5,
.lightblue h6 {
    color: #fff;
}

.lightblue p,
.lightblue li {
    font-size: .85rem;
}

.bordered-box {
    background-color: #273442;
    border: 1px solid #858585;
    padding: .5rem;
}

.bordered-box p,
.bordered-box li {
    font-size: .85rem;
}

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    background-color: var(--green);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.green-button:hover {
    background-color: var(--darkgreen);
    color: var(--white) !important;
    text-decoration: none;
}

.blue-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    background-color: var(--blue);
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blue-button:hover {
    background-color: var(--darkblue);
    color: var(--white) !important;
    text-decoration: none;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--white);
    background-color: transparent;
    color: var(--white) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}
.green-outline-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 25px;
    border: 2px solid var(--green);
    background-color: transparent;
    color: var(--green) !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.green-outline-button:hover {
    background-color: var(--green);
    color: var(--black) !important;
    text-decoration: none;
}

/* form overrides */

.sub-widget .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--white);
    background-color: var(--mutedblue);
    background-clip: padding-box;
    border: 1px solid var(--mutedblue);
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sub-widget .form-control:focus {
    color: var(--white);
    background-color: var(--mutedblue);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .05);
}



.sub-widget .form-control::placeholder {
    color: var(--white);
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/* reserve button */

#ReserveNow {
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 1100;
}

#ReserveNow a {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid var(--white);
    background: linear-gradient(-45deg, var(--green), var(--darkgreen));
    color: var(--white) !important;
    box-shadow: 5px 5px 8px rgba(0,0,0,.25);
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

.Id3166 footer {
    display: none;
}

footer {
    background-image: url('/Portals/147/four-wood-blue-bg-1000.png');
    background-size: 600px;
    background-repeat: repeat;
    border-top: 1px solid rgba(255,255,255,.05);
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.Id3241 footer {
    background-image: none;
    border-top: none;
}

footer .Normal {
    color: var(--white) !important;
    font-size: .8rem;
}

footer .Normal p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

footer .Normal a {
    color: var(--lightgreen);
}

footer .Normal a:hover {
    color: var(--white);
    text-decoration: none;
}

footer .Normal a:visited {
    color: var(--lightgreen);
}

footer .Normal a:visited:hover {
    color: var(--white);
    text-decoration: none;
}

footer .row {
    max-width: 1000px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 5rem;
    }

    #dnn_PageTitle h1 {
        font-size: 5rem;
        margin-bottom: 0;
    }

    .PageType_Home #dnn_ThreeColumnTwoLeft,
    .PageType_Home #dnn_ThreeColumnTwoMid {
        border-right: 1px solid rgba(255,255,255,.25);
    }
    
    /* lessons */

    .Id3148 #dnn_ThreeColumnThreeLeft,
    .Id3148 #dnn_ThreeColumnThreeMid {
        border-right: 1px solid rgba(255,255,255,.25);
    }

    /*#MainContent {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }*/
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 150px;
    }

    .PageType_Home #ThreeColumnOne {
        display: none;
    }
}

@media screen and (max-width: 768px) {

}
