/**
 * Theme Name: JCMF Child Theme
 * Template: twentytwentythree
 */

 html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    scroll-behavior: inherit !important;
}

h1 {
    font-size: 36px;
    line-height: 1.3em
}

h2 {
    font-size: 28px;
    line-height: 1.4em
}

h2 a {
    color: #0a0a0a
}

h3 {
    font-size: 24px;
    line-height: 1.4em
}

h4 {
    font-size: 20px;
    line-height: 1.6em
}

h5 {
    font-size: 18px;
    line-height: 1.75em
}

h6 {
    font-size: 16px;
    line-height: 1.75em
}


audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,th,td {
    border: 1px solid #000
}

td,th {
    padding: 0
}

dfn,cite,em,i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

img.avatar {
    width: 100%
}

figure {
    margin: 1em 0
}

table {
    width: 100%
}

button,input[type=button],input[type=reset],input[type=submit] {
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    color: rgba(0,0,0,.8);
    font-size: 1rem;
    line-height: 20px;
    padding: 10px 20px
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

@media(max-width: 1023px) {
    h3 {
        font-size:22px
    }

    h2 {
        font-size: 26px
    }

    h1 {
        font-size: 32px
    }
}

@media(max-width: 767px) {
    h2 {
        font-size:24px
    }

    h1 {
        font-size: 28px
    }
}

input[type=search] {
    border: 1px solid rgba(0,0,0,.25);
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-sizing: border-box;
    -webkit-appearance: textfield
}

ul>li span,ol>li span {
    line-height: inherit
}

.tcb-post-content figure[id*=attachment_] {
    max-width: 100%
}

.tcb-post-content .wp-block-image .alignleft,.tcb-post-content .wp-block-image .alignright,.tcb-post-content .wp-block-image .aligncenter,.tcb-post-content .wp-block-image.is-resized {
    display: table
}

.tcb-post-content p.has-small-font-size {
    font-size: 13px
}

.tcb-post-content p.has-regular-font-size,.tcb-post-content p.has-normal-font-size {
    font-size: 16px
}

.tcb-post-content p.has-medium-font-size {
    font-size: 20px
}

.tcb-post-content p.has-large-font-size {
    font-size: 36px
}

.tcb-post-content p.has-larger-font-size,.tcb-post-content p.has-huge-font-size {
    font-size: 42px
}

body.theme-has-off-screen-sidebar {
    position: relative;
    transition: padding-left .42s ease-in-out,padding-right .42s ease-in-out
}

body.theme-has-off-screen-sidebar .main-container {
    z-index: 2
}

body.theme-has-off-screen-sidebar .sidebar-section:before {
    opacity: 0
}

body.theme-has-off-screen-sidebar .sidebar-section .section-background {
    background-color: #fff
}

body.theme-has-off-screen-sidebar .sidebar-section .trigger-expanded-icon {
    display: none
}

body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .select2-container--open {
    z-index: 9999
}

body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section:before {
    opacity: 1
}

body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-collapsed-icon {
    display: none
}

body.theme-has-off-screen-sidebar.visible-off-screen-sidebar .sidebar-section .trigger-expanded-icon {
    display: block
}

body.theme-has-off-screen-sidebar[data-off-screen-type=push] {
    padding-left: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=left] .sidebar-section {
    left: calc(-1*var(--off-screen-sidebar-size))
}

body.theme-has-off-screen-sidebar[data-off-screen-side=left] .tve-off-screen-sidebar-trigger {
    left: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar[data-off-screen-type=push] {
    padding-left: var(--off-screen-sidebar-size)
}

body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar .sidebar-section {
    left: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=left].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger {
    left: var(--off-screen-sidebar-size)
}

body.theme-has-off-screen-sidebar[data-off-screen-type=push] {
    padding-right: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=right] .sidebar-section {
    right: calc(-1*var(--off-screen-sidebar-size))
}

body.theme-has-off-screen-sidebar[data-off-screen-side=right] .tve-off-screen-sidebar-trigger {
    right: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar[data-off-screen-type=push] {
    padding-right: var(--off-screen-sidebar-size)
}

body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar .sidebar-section {
    right: 0
}

body.theme-has-off-screen-sidebar[data-off-screen-side=right].visible-off-screen-sidebar .tve-off-screen-sidebar-trigger {
    right: var(--off-screen-sidebar-size)
}

body.theme-has-off-screen-sidebar.tve-fullscreen-menu .sidebar-section {
    z-index: 8 !important
}

body .main-columns-separator:nth-child(2) {
    display: none
}

#wrapper {
    --layout-background-width: 1080px;
    --layout-content-width: 1080px;
    --tve-off-screen-overlay-color: rgba(0, 0, 0, .7);
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.admin-bar #wrapper {
    min-height: calc(100vh - 32px)
}

#wrapper .hide-section {
    position: relative
}

body:not(.thrive_show_hidden_elements) #wrapper .hide-section {
    display: none !important
}

#wrapper .hide-section:after {
    background-image: repeating-linear-gradient(135deg, rgba(148, 163, 176, 0.2), rgba(148, 163, 176, 0.2) 3px, transparent 3px, transparent 6px) !important;
    background-size: auto !important;
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

#wrapper .thrv_header .symbol-section-in,#wrapper .thrv_footer .symbol-section-in {
    box-sizing: border-box;
    max-width: 100%
}

#content {
    box-sizing: border-box !important;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    z-index: 2
}

div.main-container {
    --separator-size: 40px;
    --sidebar-size: 30%;
    width: var(--layout-content-width);
    box-sizing: border-box !important;
    display: flex;
    flex-grow: 1;
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 1
}

div.main-container .hide-section+.main-columns-separator {
    display: none
}

div.main-container.flip-sections .sidebar-section {
    order: 1
}

div.main-container.flip-sections .content-section {
    order: 3
}

.main-content-background {
    height: 100%;
    width: 1080px;
    width: var(--layout-background-width);
    max-width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0
}

.theme-section {
    flex-shrink: 1;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1
}

.theme-section.top-section .section-background {
    max-width: 100%;
    width: 1080px;
    width: var(--top-background-width, var(--layout-background-width, 1080px))
}

.theme-section.top-section .section-content {
    max-width: 100%;
    width: 1080px;
    width: var(--top-content-width, var(--layout-content-width, 1080px))
}

.theme-section.bottom-section .section-background {
    max-width: 100%;
    width: 1080px;
    width: var(--bottom-background-width, var(--layout-background-width, 1080px))
}

.theme-section.bottom-section .section-content {
    max-width: 100%;
    width: 1080px;
    width: var(--bottom-content-width, var(--layout-content-width, 1080px))
}

.theme-section .section-content {
    box-sizing: border-box !important;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-width: 100%
}

.theme-section .section-content::after,.theme-section .section-content::before {
    content: "";
    display: block;
    overflow: auto
}

.theme-section .section-background {
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    z-index: 0
}

.content-section {
    flex-grow: 1;
    order: 1;
    width: calc(70% - 10px);
    width: calc(100% - var(--sidebar-size) - var(--separator-size)*.5) !important
}

.content-section.content-full-width {
    width: 100% !important
}

.sidebar-section {
    flex-grow: 1;
    order: 3;
    width: calc(30% - 10px);
    width: calc(var(--sidebar-size) - var(--separator-size)*.5) !important
}

.sidebar-section.tve-sticky-sidebar {
    align-items: flex-start;
    align-self: flex-start;
    min-height: 100vh
}

.sidebar-section.tve-is-sticky {
    position: absolute;
    z-index: 2
}

.sidebar-section:before {
    transition: opacity .42s ease-in-out
}

.sidebar-section .tve-sidebar-close-icon {
    display: none
}

.sidebar-section .tve-off-screen-sidebar-trigger {
    display: none
}

[data-off-screen-side=left].theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger {
    box-shadow: 1px 0 5px 0 rgba(25,31,40,.15)
}

.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section {
    transition: none
}

.theme-has-off-screen-sidebar.ttb-editor-page .sidebar-section .tve-off-screen-sidebar-trigger {
    transition: none
}

.theme-has-off-screen-sidebar .sidebar-section {
    display: none;
    height: 100vh;
    position: fixed !important;
    top: 0;
    transition: left .42s ease-in-out,right .42s ease-in-out;
    width: var(--off-screen-sidebar-size) !important;
    z-index: 9999 !important
}

.theme-has-off-screen-sidebar .sidebar-section .section-content {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(25,31,40,.2) transparent
}

.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar {
    width: 5px
}

.theme-has-off-screen-sidebar .sidebar-section .section-content::-webkit-scrollbar-thumb {
    background-color: rgba(25,31,40,.2);
    border-radius: 20px
}

html .theme-has-off-screen-sidebar .sidebar-section .section-content {
    min-height: 100% !important
}

.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon {
    background: transparent;
    border: 0;
    opacity: .8;
    position: absolute;
    display: block;
    line-height: 0;
    padding: 0;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 24;
    width: auto !important;
    height: auto !important
}

.theme-has-off-screen-sidebar .sidebar-section .tve-sidebar-close-icon:hover {
    opacity: 1
}

.theme-has-off-screen-sidebar .sidebar-section.theme-has-off-screen-overlay:before {
    content: "";
    position: fixed;
    background: var(--tve-off-screen-overlay-color);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=top] .tve-off-screen-sidebar-trigger {
    top: 0
}

.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=center] .tve-off-screen-sidebar-trigger {
    top: 50%
}

.theme-has-off-screen-sidebar .sidebar-section[data-trigger-position=bottom] .tve-off-screen-sidebar-trigger {
    bottom: 0
}

.theme-has-off-screen-sidebar .sidebar-section .tve-off-screen-sidebar-trigger {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    line-height: 1;
    position: fixed;
    min-height: 42px;
    min-width: 18px;
    transition: left .42s ease-in-out,right .42s ease-in-out;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: -1px 0 5px 0 rgba(25,31,40,.15)
}

.sidebar-section.sidebar-off-screen-on-desktop {
    display: none
}

@media(max-width: 1023px) {
    .sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-tablet) {
        display:flex
    }
}

@media(max-width: 767px) {
    .sidebar-section.sidebar-off-screen-on-desktop:not(.sidebar-off-screen-on-mobile) {
        display:flex
    }
}

@media(max-width: 1023px) {
    .sidebar-section.sidebar-off-screen-on-tablet {
        display:none
    }
}

@media(max-width: 767px) {
    .sidebar-section.sidebar-off-screen-on-tablet {
        display:none
    }

    .sidebar-section.sidebar-off-screen-on-tablet:not(.sidebar-off-screen-on-mobile) {
        display: flex
    }
}

@media(max-width: 767px) {
    .sidebar-section.sidebar-off-screen-on-mobile {
        display:none
    }
}

.main-columns-separator {
    width: 20px;
    width: var(--separator-size);
    height: 20px;
    height: var(--separator-size);
    order: 2;
    flex-shrink: 0
}

@media(max-width: 767px) {
    .main-columns-separator {
        display:none
    }
}

@media(max-width: 1023px) {
    .main-columns-separator.sidebar-off-screen-on-tablet {
        display:none
    }
}

@media(min-width: 1023px) {
    .main-columns-separator.sidebar-off-screen-on-desktop {
        display:none
    }
}

.theme-has-off-screen-sidebar .main-columns-separator {
    display: none
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-out {
    margin: auto;
    right: 0;
    left: 0;
    max-width: 100% !important;
    width: 1080px;
    width: var(--header-background-width, var(--layout-background-width))
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header .symbol-section-in {
    max-width: 100% !important;
    width: 1080px;
    width: var(--header-content-width, var(--layout-content-width))
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_header.thrv_wrapper {
    padding: 0
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-out {
    margin: auto;
    right: 0;
    left: 0;
    max-width: 100% !important;
    width: 1080px;
    width: var(--footer-background-width, var(--layout-background-width))
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer .symbol-section-in {
    max-width: 100% !important;
    width: 1080px;
    width: var(--footer-content-width, var(--layout-content-width))
}

body:not(.tve_lp):not(.single-tcb_symbol) .thrv_footer.thrv_wrapper {
    padding: 0
}

.gallery.gallery-columns-1 .gallery-item {
    width: calc(100% / 1)
}

.gallery.gallery-columns-1 .gallery-item:nth-child(1n+1) {
    clear: left
}

.gallery.gallery-columns-2 .gallery-item {
    width: calc(100% / 2)
}

.gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left
}

.gallery.gallery-columns-3 .gallery-item {
    width: calc(100% / 3)
}

.gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left
}

.gallery.gallery-columns-4 .gallery-item {
    width: calc(100% / 4)
}

.gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left
}

.gallery.gallery-columns-5 .gallery-item {
    width: calc(100% / 5)
}

.gallery.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left
}

.gallery.gallery-columns-6 .gallery-item {
    width: calc(100% / 6)
}

.gallery.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left
}

.gallery.gallery-columns-7 .gallery-item {
    width: calc(100% / 7)
}

.gallery.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left
}

.gallery.gallery-columns-8 .gallery-item {
    width: calc(100% / 8)
}

.gallery.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left
}

.gallery.gallery-columns-9 .gallery-item {
    width: calc(100% / 9)
}

.gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.gallery .gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center
}

.gallery .gallery-item .gallery-icon,.gallery .gallery-item .gallery-caption {
    display: inline-block
}

.gallery .gallery-item .gallery-caption {
    color: #757575;
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 2;
    margin: 10px 0 15px
}

.gallery .gallery-item img {
    border: 2px solid #cfcfcf;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-sizing: border-box;
    height: auto;
    max-width: 90%;
    padding: 5%
}

.gallery:after {
    clear: both;
    content: "";
    display: table
}

.tve-sidebar-close-icon {
    outline: 0
}

@media(max-width: 767px) {
    .main-container {
        flex-wrap:wrap
    }

    .main-container>.theme-section {
        min-width: 100%
    }
}


html,body{
  width:100%;
  overflow-x:hidden;
}

html {
  scroll-behavior: smooth;
}

.gcb-bubbles{
    position: relative;
}

.gcb-bubbles:before{
    position: absolute;
    content: '';
    left: -50px;
    top: -10px;
}


#gcb-bubbles{
    position: relative;
}

#gcb-bubbles:after{
    position: absolute;
    content: '';
    right: -60px;
    top: -10px;
}


.gcb-grow-effect {
  transition: transform 0.15s ease-in-out;
}

.gcb-grow-effect:hover {
  transform: scale(1.05);
}



/* Our Advocacy Leaders */  

@media only screen and (max-width: 600px) {
  .page-id-3495 #content{
    overflow: hidden;
  }
    .page-id-3495 header#thrive-header {
        background: #0b9cd5;
    }
}
@media (max-width: 767px){
.page-id-3495 .thrv_symbol_189 [data-css="tve-u-181ebc12eba"] {
    margin-bottom: 0px !important;
}
}

/* PARTNER PORTAL */
@media screen and (max-width: 1023px) {
    .postid-2578 [data-css="tve-u-181f181ca2d"] {
        max-height: 180px;
    }

    .postid-2578 [data-css="tve-u-182f7c046dc"] {
        display: none;
    }

    .postid-2578 [data-css="tve-u-181ebb16f11"] {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .postid-2578 [data-css="tve-u-181f181ca2d"] {
        max-height: 150px;
    }
    
    .postid-2578 [data-css="tve-u-181dccad57a"],
    .postid-2578 [data-css="tve-u-181dccad57a"] > div,
    .postid-2578 [data-css="tve-u-181dcd77c0c"] > div {
        padding: 0 !important;
    }

    .postid-2578 [data-css="tve-u-181ebb1d2e2"] {
        left: 0 !important;
    }

    .tcb-button-link.tcb-plain-text {
        padding: 15px 20px !important;
    }
}

/* Resources Page */    


.shortcode-video .cstm-videos .video-item {
    margin: 0 auto !important;
    width: 100%;
}

/* Golf Event Page */

.join-the-fun ul {
    margin: 0 auto !important;
}
.join-the-fun{
    width:100%;
    margin: 0 auto !important;
}
.golf-event-wrapper .dp_pec_options_nav, .golf-event-wrapper .dp_pec_nav.dp_pec_nav_monthly, .golf-event-wrapper .dp_pec_layout{
    display:none !important;
}
.golf-event-wrapper .dp_pec_wrapper {
    box-shadow: none !important;
}
.golf-event-wrapper .pec_skin_light.dp_pec_wrapper .dp_pec_view.active, .golf-event-wrapper .pec_skin_light.dp_pec_wrapper .dp_pec_view:active {
    background: transparent;
    color: var(--tcb-local-color-e985e)!important;
}
.golf-event-wrapper .dp_pec_options_nav a {
    padding: 0 !important;
    text-transform: uppercase;
    margin-right: 20px;
}

.golf-event-wrapper .dp_pec_options_nav a:hover {
    color: var(--tcb-local-color-e985e)!important;
}
.golf-event-wrapper h2.dp_pec_event_title a {
    font-family: Montserrat !important;

    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(0, 79, 158) !important;
    font-size: 30px !important;
}
.golf-event-wrapper .dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_time {
    color: #1296d3 !important;
    text-transform: uppercase;
    font-size: 18px;
}
.golf-event-wrapper .dp_pec_wrapper .dp_pec_content .dp_pec_date_event .dp_pec_date_event_data .dp_pec_single_event_head .dp_pec_event_meta span {
    display: none;
}
.golf-event-wrapper .pec_skin_light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event h2.dp_pec_event_title, .pec_skin_light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event span {
    color: #000000 !important;
    font-size: 18px !important;
}
.golf-event-wrapper .dp_pec_content .dp_pec_event_description {
    color: #707070;
    padding: 0;
}
.golf-event-wrapper a.dp_pec_event_description_more {
    letter-spacing: 2px;
    border-radius: 100px;
    overflow: hidden;
    border: 6px solid rgba(255,255,255,0.2);
    --tve-applied-border: 6px solid rgba(255,255,255,0.2);
    background-color: transparent !important;
    background-image: linear-gradient(rgb(253,206,0),rgb(253,206,0)) !important;
    --tve-applied-background-image: linear-gradient(rgb(253,206,0),rgb(253,206,0)) !important;
    padding: 15px 30px !important;
    --background-image: linear-gradient(rgb(253,206,0),rgb(253,206,0)) !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    --background-size: auto !important;
    --background-position: 50% 50% !important;
    --background-attachment: scroll !important;
    --background-repeat: no-repeat !important;
}
.golf-event-wrapper .dp_pec_content {
    background: #c0e4fd;
}
.golf-event-wrapper .dp_pec_wrapper .dp_pec_content .dp_pec_date_block_wrap span {
    background: #fdce00;
    color: #fdf0b9;
}
.golf-event-wrapper .dp_pec_date_block {
    font-family: Montserrat !important;
    font-weight: var(--g-bold-weight, bold) !important;
    color: rgb(0, 79, 158) !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}
.golf-event-wrapper .dp_pec_nav.dp_pec_nav_monthly {
    border-radius: 50px;
    background: #004f9e;
}
.golf-event-wrapper .dp_pec_wrapper .dp_pec_nav .selectric .label {
    font-size: 24px;
    color: #fff;
}
.golf-event-wrapper .pec_skin_light.dp_pec_wrapper .dp_pec_nav span {
    color: #fdce00;
}
.golf-event-wrapper a.dp_pec_view.dp_pec_view_action {
    border: 1px solid #e7e7e7 !important;
    padding: 10px 20px !important;
    border-radius: 50px;
}
.golf-event-wrapper a.dp_pec_view.dp_pec_view_action:hover {
    background:#2196f3!important;
        color: #fff !important;
}
.flip-box .card-front {
height: inherit;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}


.flip-box .card-back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
       -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
}

.flip-box .tcb-col.flip .card-front {
        z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}
.flip-box .tcb-col.flip .card-back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}


.flip-box .tcb-col {
    margin: 0 auto;
    height: 420px;
    max-width:398px;
    margin-bottom:35px;
    position: relative;
}

 .flip-box .card-back {
    -webkit-transform: rotateX(0deg) rotateY(-180deg) !important;
    -moz-transform: rotateX(0deg) rotateY(-180deg) !important;
}
.flip-box .tcb-col.flip .card-back {
    -webkit-transform: rotateX(0deg) rotateY(0deg) !important;
    -moz-transform: rotateX(0deg) rotateY(0deg) !important;
} 
/*  .flip-box .tcb-flex-row .card-front {
    transform: unset !important;
}  */
  .tcb-flex-row {
    margin-left: 0 !important;
}
.flip-box .tcb-flex-row .card-front {
    margin: 10px !important;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card .tve-cb,.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-hover.flip-card .flip-card-front,
.flip-hover.flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
    background:#fff;
  align-items: center;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  justify-content: center;
  align-items: center;
}

/* Become Partner Page */

/* Gravity Form*/ 
#gform_wrapper_2 input {
    padding: 20px;
}

#gform_wrapper_2 .gfield_label, #gform_wrapper_2 label{
    color: #fff !important;
}
#gform_wrapper_2 input[type=submit] {
    background: #004f9e;
    color: #fff !important;
    border-radius: 50px;
    padding: 20px 30px;
    margin-top: 20px;
}
#gform_wrapper_2 select {
    padding: 19px !important;
}
@media only screen and (max-width: 767px) {
    .tcb-col.kmywgrq7 {
        height: auto!important;
    }
    .dynamic-group-kmywgu6w .tcb-flex-col {
        height: auto;
        margin-bottom: 30px;
    }
}


/* new styles updates*/
#thrive-header {
  display: none;
}
#thrive-footer {
  display: none;
}

#scrolltop {
  position: fixed;
  right: 45px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  color: #fff;
	background: #fff;
	box-shadow: inset 0 0 0 2px #cccccc;
	z-index: 9999;
}

#scrolltop i::before {
  width: 50px;
  height: 50px;
  color: #4ea5ff;
  font-size: 14px;
  line-height: 50px;
	top: 0;
  left: 0;
  z-index: 1;
  display: block;
  text-align: center;
  position: absolute;
  cursor: pointer;

}

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	    background-color: #FCCE00 !important;
	color: #000 !important;
	text-decoration: none !important;
}

.elementor-menu-cart__container.elementor-lightbox {
    display: none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top-color: #0B98D3 !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	background: #0B98D3;
	color: #fff;
}

.single-product.woocommerce img, .woocommerce-page img {
	width: 100%;
}

.woocommerce div.product div.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
	height: 30px;
    width: 30px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin-bottom: 0 !important;
}

.woocommerce .quantity input[type=number] {
	    width: 6em !important;
}

.woocommerce .description_tab.active {
    border-bottom: 5px solid #00334E !important;
    padding: 0px !important;
}

.woocommerce .description_tab a {
    padding: 0px !important;
}

.woocommerce div.product.elementor ul.tabs {
    border: 0;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px 0 !important;
}

.woocommerce div.product.elementor ul.tabs li {
    margin: 0;
}

.footer-newsletter .gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
}

.footer-newsletter .gform_wrapper .gfield_validation_message {
    display: none;
}
/* add to cart page 20-05-24 */
p.club-members-message {
    padding: 10px 17px;
    background-color: #FCCE001A;
    text-align: center;
    font-size: 14px;
}

.coupon.e-cart-section.shop_table {
    display: flex !important;
    flex-direction: column !important;
}

.ctm-div-new {
    width: 100%;
}

body.logged-in.admin-bar .ctm-div-new {
    display: none;
}