body {
    /* display: grid;
      grid: auto 1fr auto; */
    /* font-family: MS PGothic; */
}

label.tgc-main {
    color: var(--tgc-color-blue);
}

.golfhub {
    font-size: 19px !important;
    font-weight: bold !important;
}

#header_main {
    display: block;
    /*position: fixed;*/
    height: auto;
    z-index: 9999;
    border-bottom: 2px solid var(--tgc-color-blue);
    width: 100%;
    background-color: white;
}
/*
#header_main--wrapper {
  display: grid;
  display: -ms-grid;
  grid: 2fr / 3% 1.2fr 3fr 3%;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 3% 2fr 3fr 3%;
}*/

/*** December 8 changes for header menu **/

#header_main--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.menu-item a {
    color: #595959 !important;
}

li.menu--golfhub>a>span {
    color: rgba(0, 0, 0, 0);
    content: url(../_assets/svg/GolfHubIcon--vector.svg);
    width: 60%;
}

.header_nav--h5 {
    color: var(--perklee-color-sub);
    font-weight: 600;
}
/* Changes 14 dec */
.top {
    padding-top: 10px;
    position: relative;
}

/* Changes 14 dec */

.top ul#nav_user--ul {
    position: absolute;
    right: 0;
    top: 15px;
}

/* Changes 14 dec */

.top ul#nav_user--ul li a{
    white-space: nowrap
}
.top, .sub-top {
    display: grid;
    grid: 1fr / 1.4fr 1.3fr;
    padding-bottom: 1%;
    height: 50px;
}

@media only screen and (min-width: 1025px) {
    #header_mobile {
        display: none;
    }

    #header_mobile_nav {
        display: none;
    }

    #header_promo--info.mobile {
        display: none;
    }

    /* header changes  9 dec */

    #header_logo {
        /*    grid-column: 2/3;
            -ms-grid-column: 2;*/
        height: auto;
        width: 100%;
        flex: 1;
    }

    #header_nav--div {
        /*  grid-column: 3/4;
            grid-row: 1;*/
        display: flex;
        flex: 1;
        flex-flow: column nowrap;
        justify-content: space-evenly;
    }

    #header_nav--ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
        width: 100%;
    }

    .header_nav--li {
        width: 14%;
    }

    #header_nav--li-GolfHub {
        width: 16%;
    }

    .header_nav--li>a>h5 {
        /* color: rgb(89, 89, 89) !important; */
        cursor: pointer;
        /* font-size: var(--font-size-h5); */
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
    }

    #Golfhub--logo {
        width: 58%;
        align-self: center;
    }

    #header_promo {
        grid-column: 4/5;
        -ms-grid-column: 4;
        grid-row: 1;
        margin: 10%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
    }

    #header_promo--btn {
        width: 60%;
        height: 100%;
        padding: 5%;
    }

    #header_promo--info {
        background-color: var(--tgc-color-gold);
        text-align: right;
        font-size: var(--font-size-h5);
        box-sizing: border-box;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row: 2;
        padding: .5% 0;
        /* display: none; */
    }

    #header_promo--cta {
        grid-column: 3/4;
        grid-row: 2;
        color: #fff;
        text-align: center;
        font-weight: 700;
        padding-right: 1%;
    }

    .promo--btn {
        /* font-weight: 600; */
        margin-right: 1%;
        border-radius: 5px;
        padding: 0.3%;
        font-size: 15px;
        box-sizing: border-box;
    }

    button#getLocation {
        padding: 2px 6px;
    }

    .promo--btn {
        color: white;
        background-color: var(--tgc-color-blue);
    }

    #promo_btn--register {
        color: white;
        background-color: var(--tgc-color-blue);
    }

    /*#promo_btn--details{
          color: white;
          background-color: var(--tgc-color-gold);
      }
    */
    #header_promo--details {
        grid-column: 4/5;
        grid-row: 2;
    }


    /*after login header changes  9 dec */

    .nav_user--li {
        padding: 0 10px;
        font-size: var(--font-size-p);
    }

    .sub-top li {
        padding: 0px 10px;
        font-size: var(--font-size-p);
        height: 50px;
    }

    li.nav_user--li a {
        color: var(--perklee-color-blue);
    }

    .nav_user--li:nth-child(n) {
        border-right: 1px solid var(--perklee-color-blue);
    }
    /*** Changes 9 dec ***/
    .nav_user--li:last-child {
        border-right: 0;
    }

    #nav_user--logout a {
        /* color: #366 !important; */
    }

    #nav_user--logout {
        border-right: none;
    }

    #nav_user--ul, .sub-top ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        margin: 0;
        height: 24px;
        grid-column: -1;
        font:12px/1'WalburnBold', serif;
    }

    div.list-business {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        margin: 0;
        height: 32px;
        grid-column: 2;
    }

    button.list_your_business.btn {
        width: 200px;
        padding: 2px 17px;
    }

    button.list_your_business.btn a {
        color: #ffff;
    }
}

.nav_main ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.menu-item {
    display: inline-block;
    color: #595959 !important;
    cursor: pointer;
    font-size:  var(--font-size-h5);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 0 1 22.5%;
    text-align: center;
}

.menu--golfhub {
    padding-left: 1%;
    text-align: left;
    height: 1em;
}

#mobile_promo--cta {
    display: none;
}


#Golfhub--logo {
    height: auto;
    width: auto;
    max-height: 72px;
    min-width: 25px;
}

/***** Changes 9 dec ***/

.header {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    grid-column: 1/5;
    align-content: center;
    flex-direction: row;
    /*  background: #fecc5a;*/
    width: 100%;
    font-size: 21px !important;
}

/***** Changes 9 dec ***/
#header_nav li a {
    color: var(--perklee-color-sub) !important;
    font-family:'WalburnBold', serif
}

/***** Changes 9 dec ***/
.main_navigation_container {
    flex: 1;
}

/***** Changes 9 dec ***/

ul#header_nav {
    display: flex;
    justify-content: space-between;
}
/***** Changes 9 dec ***/
.header li.menu-item{
    padding: 0 15px;
}


#header_nav h5 {
    color: var(--perklee-color-sub);
}

@media only screen and (min-width: 1000px) {
    #Golfhub--logo {
        width: 90%;
    }
}

@media only screen and (max-width: 1025px) {
    /** Changes 14 Dec */

    .top ul#nav_user--ul {
        position: relative;
    }

    #header_nav--ul {
        width: 100%;
    }

    .top {
        display: grid;
        grid: 1fr / 1.3fr;
        padding-bottom: 2%;
    }

    #header_logo img {
        width: 80%;
    }
}

@media only screen and (min-width: 1100px) {
    #Golfhub--logo {
        width: 80%;
    }
}

@media only screen and (min-width: 1200px) {
    #header_logo {
        width: 100%;
        padding: 1% 0;
        max-height: 200px;
    }

    #header_nav--ul {
        /* width: 70%; */
        max-width: 1440px;
        width: 96%;
    }
}

@media only screen and (max-width: 1024px) {
    #header_mobile_nav {
        display: block;
        justify-content: flex-end;
        padding-top: 25px;
    }

    .nav_user--li strong {
        display: block;
        padding: 5px 0;
    }

    #header_main--wrapper {
        display: grid;
        grid: auto auto auto / 1% 8fr 2fr 1%;
        /* width: 100%; */
        -ms-grid: 1fr / 8fr 2fr;
    }
    .list-business{
        /*display: none;*/
    text-align: center;
       
    }
    .list-business a{
       color: white;
        padding: 10px;
    }
    .sub-top{
        display: none;
    }
    #header_nav {
        display: none !important;
    }

    #header_logo {
        grid-column: 2/3;
        -ms-grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    #header_nav--div {
        display: none;
        grid-column: 2/4;
        grid-row: 2;
    }

    #header_mobile {
        padding: 20%;
        grid-column: 3/4;
        -ms-grid-column: 2;
        grid-row: 1;
        -ms-grid-row: 1;
        color: var(--tgc-color-prime);
    }

    #header_mobile--btn {
        width: 100%;
        height: 100%;
    }

    .header_nav--li, .nav_user--li {
        text-align: center;
        padding: 1.5%;
        /* color: #595959 !important; */
        cursor: pointer;
        font-size: var(--font-size-h5);
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .header_nav--li>a, .nav_user--li>a {
        color: #595959 !important;
        font-size: var(--font-size-h5);
        font-weight: 600;
    }

    #Golfhub--logo {
        width: 25%;
    }

    #header_promo {
        display: block;
    }

    .top {
        display: block;
        height: auto;
    }

    #header_promo--info {
        display: block;
        grid-column-start: 1;
        grid-column-end: 5;
        -ms-grid-column: 1;
        grid-row: 3;
        align-self: center;
    }

    #header_promo--info, #nav_promo--info {
        text-align: center;
        padding: 3% 0;
        background-color: var(--tgc-color-gold);
    }

    .promo--btn {
        font-weight: 600;
        margin: 0 1%;
        border-radius: 5px;
        padding: .6%;
    }

    #promo_btn--register {
        color: white;
        background-color: var(--tgc-color-blue);
    }

    #promo_btn--details {
        color: white;
        background-color: var(--tgc-color-blue);
    }

    #header_promo--cta {
        display: block;
        color: var(--tgc-color-gold);
    }

    #header_promo--cta {
        display: none;
    }
}

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

.magnify_glass {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: -35px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    top: -2px;
    right: -12px;
    color: #bcaaa3;
}
