body.page-template-car-jitsu {
    background-color: #202026;
}

body .slap-fight-menu ul li a {
    color: #18181E !important;
}

.car-jitsu-banner-section {
    padding: 140px 50px 100px;
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 700px;
    z-index: 0;
}

.car-jitsu-banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(246deg, #00000000 0%, #000000 130%);
    z-index: 1;
}

.car-jitsu-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;
}

.car-jitsu-banner-content {
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
    max-width: 960px;
    margin: 0 auto 0 ;
    top: 0;
    bottom: 0;
}

body .car-jitsu-banner-section h1 {
    text-align: center;
    font-size: 80px;
    line-height: 92px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--zuume-font-family);
    color: #FFFFFF;
    margin: 15px 0 0;
}

body .car-jitsu-banner-section h1 span {
    color: #EE1C24;
    text-align: center;
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--zuume-font-family);
}

body.page-template-car-jitsu .car-jitsu-banner-section p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    max-width: 1150px;
    margin: 15px auto;
}

body.page-template-car-jitsu .car-jitsu-banner-section a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EE1C24;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
}

.ourTeamsection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 15px 30px;
}

.ourTeamsection .outTeamHeading {
    width: 25%;
    padding: 0 10px;
}

.ourTeamsection .outTeamHeading h2 {
    font-family: var(--zuume-font-family);
    color: #FFFFFF;
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}

.ourTeamsection .outTeamHeading h2:last-child {
    color: #DF4661;
}

.ourTeamsection .ourTeamWrapper {
    width: 75%;
    height: 650px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}

.plnScoreTableSection {
    padding: 20px 60px 0 ;
}

body.page-template-car-jitsu .plnScoreTableSection h3.pt_event_date {
    color: #EE1C25 !important;
    margin: 10px 0 15px;
}

body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable thead tr th {
    border: 2px solid #ee1c25;
    background-color: #3a3a3a;
}

body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable table td,
.plnScoreTable table h3 {
    border: 1px solid #ff575e;
}

body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable table td.plnTableCol.plnScoreCol {
    background: #ee1c25;
}

body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable table tr:nth-child(even) td {
    background-color: #3a3a3a;
}

body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable table tbody>tr:nth-child(odd)>td,
body.page-template-car-jitsu .plnScoreTableSection .plnScoreTable table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, -0.929412);
}



/* .faqSection {
    padding: 20px 30px;
} */

.faqWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #ee1c25;
}

body .faqAccordianWrapper h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    font-family: var(--zuume-font-family);
    margin: 0 0 15px;
}

.faqImage {
    width: 33.33%;
}

.faqAccordianWrapper {
    width: 66.66%;
    padding: 30px;
}

.faqAccordianHead {
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 30px;
    margin: 0px;
}

body .faqAccordianHead h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 36px;
    color: #FFFFFF;
    font-family: var(--area-normal-font-family);
    margin: 0;
    text-transform: uppercase;
}

.faqAccordianHead::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 26px;
    height: 26px;
    background-image: url('/wp-content/themes/hello-elementor-child/modules/car-jitsu-module/images/right-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

body .faqAccordianBody {
    display: none;
    padding: 5px 0;
    margin-left: 40px;
}

body .faqAccordianBody p {
    font-family: 14px;
    line-height: 20px;
}

.merchSection {
    padding: 30px;
    background-color: #121212;
    text-align: center;
}

body .merchSection .ourathletesTitle span {
    color: #EE1C24;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-family: var(--zuume-font-family);
    text-transform: uppercase;
}

body .merchSection .ourathletesTitle h2 {
    color: #FFFFFF;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
    margin: 20px 0 0 ;
}

body .merchSection .ourathletesTitle h2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 300px;
    height: 4px;
    background-color: #EE1C24;
    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(3, 1fr);
    grid-gap: 20px;
    margin: 20px auto 0;
}

body.wp-singular .merchProductWrapper p.productName {
    font-family: var(--zuume-font-family);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

body.wp-singular .merchProductWrapper p {
       color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin: 10px 10px;
    text-align: left;
    font-family: "Mukta", Sans-serif;
}

body .merchSection .ourAthletesBtn {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EE1C24;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
}

.ourTeamWrapper .ourAthletesBtn {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #EE1C24;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
}

.ourTeamWrapper .ourAthletesBtnWrapper {
    text-align: center;
    padding: 20px 0 0;
}

.merchSection .ourAthletesBtnWrapper {
    text-align: center;
    padding: 20px 0 0;
}

.productImage {
    height: 100%;
    max-height: 266px;
    width: 100%;
    background-color: #FFFFFF;
}

.productImage img {
    height: inherit;
}

.ourTeamWrapper {
    padding: 30px 30px 15px;
}

body .socialMediaFeedSection {
    padding: 30px;
}

body .socialMediaFeedSection .eapps-instagram-feed-title {
    color: #FFFFFF;
    /* display: none !important; */
}

img.instaFeedIcon {
    margin-bottom: 16px;
}

body .car-jitsu-menu-section{
    z-index: 2;
}

/* #eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more{
    background-color: #EE1C24 !important;
} */





/* putt-tour-athletes-page-css */

body.page-template-car-jitsu-athletes {
    background: #202026;
}

body.page-template-car-jitsu-athletes  .ourTeamWrapper{
    background-image: unset;
    padding: 15px 30px 15px;
}

body.page-template-car-jitsu-athletes .ourAthletesBtnWrapper{
    display: none;
}

body.page-template-car-jitsu-athletes .slap-fight-athletes-banner-section {
    position: relative;
    width: 100%;
    min-height: 530px;
    overflow: hidden;
}

body.page-template-car-jitsu-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-car-jitsu-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: 550px;
    margin: 0 auto;
    top: 140px;
    left: 0;
    right: 0;
}

body.page-template-car-jitsu-athletes .slap-fight-athletes-banner-content h1 {
    color: #fff;
    font-size: 106px;
    line-height: 102px;
    margin: 0;
}

body.page-template-car-jitsu-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-car-jitsu-athletes .ourathletesTitle {
    display: none;
}

body.page-template-car-jitsu-athletes .ourAthletesSection {
    padding: 30px;
}

.faqImage img{
    height: 425px;
    object-fit: cover;
}

a.skip-link.screen-reader-text{
    display: none;
}