:root {
    --main-theme-color: #FF801A;
    --dark-color: #202026;
    --light-color: #ffffff;
    --newnord-wide-font-family: "newnord-wide", sans-serif;
    --area-normal-font-family: "area-normal", sans-serif;
    --sub-heading-1-font-size: 14px;
    --sub-heading-1-line-height: 20px;
    --sub-heading-2-font-size: 18px;
    --sub-heading-2-line-height: 24px;
    --sub-heading-3-font-size: 20px;
    --sub-heading-3-line-height: 24px;
    --sub-heading-4-font-size: 16px;
    --sub-heading-4-line-height: 22px;
    --h1-font-size: 70px;
    --h1-line-height: 70px;
    --h2-font-size: 50px;
    --h2-line-height: 50px;
    --h3-font-size: 36px;
    --h3-line-height: 36px;
    --h4-font-size: 30px;
    --h4-line-height: 66px;
}



body.page-template-putt-tour h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-family: var(--newnord-wide-font-family);
}

body.page-template-putt-tour h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-family: var(--newnord-wide-font-family);
}

body.page-template-putt-tour h3 {
    font-size: var(--sub-heading-1-font-size);
    line-height: var(--h3-line-height);
    font-family: var(--newnord-wide-font-family);
}

body.page-template-putt-tour p {
    font-size: var(--sub-heading-1-font-size);
    line-height: var(--sub-heading-1-line-height);
}

body .car-jitsu-menu-section {
    z-index: 2;
}

body.page-template-putt-tour {
    background-color: #202026;
}

body .plnScoreTableWrapper {
    width: 100%;
    max-width: 1244px;
    margin: 0 auto;
}

.plnScoreTableSection {
    padding: 45px 30px 20px;
    background-image: url('/wp-content/themes/hello-elementor-child/modules/putt-tour-module/images/pt-bg.png');
}

.plnScoreTableTitle {
    text-align: center;
}

.plnScoreTableTitleWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: initial;
    width: 100%;
    max-width: 1368px;
    margin: 0 auto;
}

.plnScoreTable table thead tr th {
    border: 2px solid #ff801a !important;
}

.plnScoreTableTitle>span {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}

.plnScoreTableTitle {
    width: 62%;
}

.plnScoreTableTitleImage {
    width: 38%;
    text-align: right;
}

body.page-template-putt-tour .plnScoreTableTitle span {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

body.page-template-putt-tour .plnScoreTableTitleWrapper h2 {
    font-size: 94px;
    line-height: 100px;
    font-family: 'newnord-wide';
    font-style: italic;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 100px;
    margin-top: 7px;
}

body.page-template-putt-tour .plnScoreTableTitleWrapper h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 215px;
    height: 4px;
    background-color: #00857F;
}

body table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background: transparent;
}

body.page-template-putt-tour .plnScoreTableTitleWrapper h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #FF801A;
    text-stroke: 2px #FF801A;
    font-family: 'newnord-wide';
    font-style: italic;
}

body.page-template-putt-tour h3.pt_event_date {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: 800;
    /* font-family: var(--newnord-wide-font-family); */
    font-style: italic;
}

body.page-template-putt-tour .plnScoreTable table td.plnTableCol {
    border: 2px solid #ff801a !important;
}

body.page-template-putt-tour .plnScoreTable table td.plnTableCol.plnScoreCol {
    background: url('/wp-content/themes/hello-elementor-child/modules/putt-tour-module/images/Green.gif');
    background-size: cover;
}

.putt-tour-banner-section {
    position: relative;
    width: 100%;
    min-height: 937px;
    overflow: hidden;
}

.putt-tour-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(246deg, #11111100 0%, #000000 200%);
    z-index: 1;
}


.putt-tour-banner-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.putt-tour-banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 80px 60px;
    max-width: 56%;
    margin: 0 auto 0 0;
    top: 180px;
    bottom: 0;
    background: #32323C;
    border-radius: 0 10px 10px 0px;
    border: 4px solid #0C6C65;
    border-left: unset;
}

.putt-tour-banner-content h1 {
    /* font-size: 2.5rem;
    margin-bottom: 1rem; */
}

.putt-tour-banner-content p {
    /* font-size: 1.1rem; */
    margin-bottom: 1.5rem;
    /* line-height: 1.6; */
}

.putt-tour-banner-content a {
    display: inline-block;
    background-color: #ff9900;
    color: #fff;
    text-decoration: none;
    padding: 0.8rem 1.5rem;
    font-size: var(--sub-heading-3-font-size);
    border-radius: var(--sub-heading-3-line-height);
    transition: background-color 0.3s ease;
}

.putt-tour-banner-content a:hover {
    background-color: #e07e00;
}



body.page-template-putt-tour .putt-tour-banner-content h1 {
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-style: italic;
}

body.page-template-putt-tour .putt-tour-banner-content {
    text-align: left;
}

body.page-template-putt-tour .putt-tour-banner-content p {
    color: #FFFFFF;
    font-weight: 500;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin: 30px 0;
    text-align: left;
}

body.page-template-putt-tour .putt-tour-banner-content a {
    font-size: var(--sub-heading-3-font-size);
    line-height: 29px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FF801A;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 015px 30px 15px 30px;
    position: relative;
}

body.page-template-putt-tour .putt-tour-banner-content a::before {
    content: "";
    position: absolute;
    border: 2px solid #000000;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    bottom: 0;
    right: 6px;
}

.merchSection {
    padding: 30px 30px;
    background-color: #121212;
    text-align: center;
}

body .merchSection .ourathletesTitle span {
    color: #00C6BD;
    text-align: center;
    font-size: var(--sub-heading-4-font-size);
    line-height: 50px;
    font-family: var(--newnord-wide-font-family);
    text-transform: uppercase;
    font-style: italic;
}

body .merchSection .ourathletesTitle h2 {
    color: #FFFFFF;
    text-align: center;
    position: relative;
    /* font-family: var(--newnord-wide-font-family); */
    font-size: 50px;
    line-height: 1;
    margin: 20px 0 50px;
    font-style: italic;
}

body .merchSection .ourathletesTitle h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 250px;
    height: 4px;
    background-color: #00C6BD;
    margin: 0 auto;
}

body .merchSection .ourathletesTitle p {
    color: #FFFFFF;
    /* font-size: 14px; */
    font-weight: 500;
    /* line-height: 20px; */
    margin: 0 auto;
    text-align: center;
}

.merchProductWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin: 20px auto 0;
}

body.wp-singular .merchProductWrapper p.productName {
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

body.wp-singular .merchProductWrapper p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px;
    text-align: left;
    font-family: "Mukta", Sans-serif;
}

body .merchSection .ourAthletesBtn,
body .core-golf-section .ourAthletesBtn {
    font-size: 20px;
    line-height: 29px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FF801A;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 015px 30px 15px 30px;
    position: relative;
}

body .merchSection .ourAthletesBtn::before,
body .core-golf-section .ourAthletesBtn::before {
    content: "";
    position: absolute;
    border: 2px solid #000000;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    bottom: 0;
    right: 6px;
}

.merchSection .ourAthletesBtnWrapper {
    text-align: center;
    padding: 80px 0;
}

.productImage {
    height: 100%;
    max-height: 266px;
    width: 100%;
    background-color: #FFFFFF;
}

/* .productImage img {
    height: inherit;
} */

.ourTeamWrapper {
    padding: 0 30px 15px;
    background-image: url('/wp-content/themes/hello-elementor-child/modules/putt-tour-module/images/pt-bg.png');
}

.core-golf-wrapper .ourAthletesBtnWrapper {
    padding: 0 0 0;
    text-align: center;
}

.ourAthletesBtnWrapper {
    padding: 60px 0 30px;
    text-align: center;
}

body .ourAthletesBtnWrapper a {
    font-size: 20px;
    line-height: 29px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FF801A;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 015px 30px 15px 30px;
    position: relative;
}

body .ourAthletesBtnWrapper a:before {
    content: "";
    position: absolute;
    border: 2px solid #000000;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    bottom: 0;
    right: 6px;
}

.core-golf-section {
    padding: 135px 0;
    position: relative;
    background: url('/wp-content/themes/hello-elementor-child/modules/putt-tour-module/images/PUTT-TOUR-PR-VERO-X2-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.core-golf-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-color: transparent;
    background: #0000008a;
    z-index: 0;
}

.core-golf-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

body.page-template-putt-tour .core-golf-wrapper span {
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
    color: #FF801A;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin: 0;
}

body.page-template-putt-tour .core-golf-wrapper h2 {
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
    color: #FFFFFF;
    font-weight: 800;
    text-transform: uppercase;
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    line-height: 1;
    text-align: center;
    margin: 30px 0 20px 0;
}

body .socialMediaFeedSection {
    padding: 30px;
}

body.page-template-past-results .plnScoreTableTitleMainWrapper {
    padding: 90px 88px 60px;
    text-align: center;
    background-image: url('/wp-content/themes/hello-elementor-child/modules/putt-tour-module/images/download-3-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-past-results .plnScoreTableTitleMainWrapper img {
    margin-bottom: 60px;
}

body.page-template-past-results .plnScoreTableSection {
    padding: 30px;
    margin: 0 30px;
}

body.page-template-past-results .plnScoreTableWrapper {
    max-width: 100%;
}

body.page-template-past-results h3.pt_event_date {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: 800;
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
    text-align: left;
}

body.page-template-past-results .plnScoreTableWrapper .slick-next {
    right: -115px;
    width: 40px;
    z-index: 99;
}

body.page-template-past-results .plnScoreTableWrapper .slick-prev {
    left: -115px;
    width: 40px;
    z-index: 99;
}


/* putt-tour-athletes-page-css */

body.page-template-putt-tour-athletes {
    background: #202026;
}

body.page-template-putt-tour-athletes .ourTeamWrapper {
    background-image: unset;
}

body.page-template-putt-tour-athletes .ourAthletesBtnWrapper {
    display: none;
}

body.page-template-putt-tour-athletes .slap-fight-athletes-banner-section {
    position: relative;
    width: 100%;
    min-height: 530px;
    overflow: hidden;
}

body.page-template-putt-tour-athletes .slap-fight-athletes-banner-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

body.page-template-putt-tour-athletes .slap-fight-athletes-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-color: transparent;
    background: #000000af;
    z-index: 1;
}

.slap-fight-athletes-banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    max-width: 478px;
    margin: 0 auto;
    top: 140px;
    left: 0;
    right: 0;
}

body.page-template-putt-tour-athletes .slap-fight-athletes-banner-content h1 {
    color: #fff;
    font-size: var(--h2-PT-font-size);
    line-height: var(--h2-PT-line-height);
    margin: 0;
    font-family: var(--newnord-wide-font-family);
    font-style: italic;
}

body.page-template-putt-tour-athletes .slap-fight-athletes-banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0 0;
}

body.page-template-putt-tour-athletes .ourathletesTitle {
    display: none;
}

body.page-template-putt-tour-athletes .ourAthletesSection {
    padding: 30px;
}

.productImage img {
    height: 260px;
    object-fit: cover;
}

img.instaFeedIcon {
    margin-bottom: 15px;
}

body.page-template-putt-tour .ourTeamMHover .sub-heading-1 {
    font-family: newnord-wide;
    font-size: 16px;
    line-height: 26px;
}

body.body-proleaguecorp .ourTeamItem.ourTeamHeading h1,
body.body-proleaguecorp .ourTeamItem.ourTeamHeading .sub-heading-1{
    font-family: var(--newnord-wide-font-family);
        font-size: 30px;
    line-height: 30px;
        font-style: italic;
}