/*------------------------------
##  CLEAN UP
-------------------------------*/
.page-content, 
.entry-content, 
.entry-summary,
.post, 
.page {
	margin: 0 !important;
}
/*------------------------------
##  GENERAL CLASSES
-------------------------------*/
.container {
	max-width: 1170px !important;
}
.dodotrail-container{
	max-width: 1170px;
	margin: 0 auto !important;
	padding: 0 15px;
}
.valign {
    display: table-cell;
    vertical-align: middle;
}
.uppercase {
	text-transform: uppercase;
}
/*------------------------------
##  HEADER
-------------------------------*/
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.main-header {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 30px;
    margin-top: -30px;
}
.dodotrail-logo {
    max-width: 200px;
}
.dodotrail-menu-container {
    width: 100%;
}
.menu-container-items {
    display: table;
    float: right;
}
div#navbarNavDropdown {
    float: left;
}
.menu-container-items .navbar-collapse > ul > li {
	margin-right: 7px;
	position: relative;
	transition: 0.3s ease-in-out;
}
.menu-container-items ul li a {
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
	font-size: 12px;
	padding: 20px 0;
	text-decoration: none !important;
    letter-spacing: 0.8px;
}
.menu-container-items ul li a:focus {
    outline: none;
}
.menu-container-items .navbar-collapse > ul > li:hover,
.menu-container-items .navbar-collapse > ul > li.active {
    padding: 0 10px;
}
.menu-container-items li:hover ul.dropdown-menu {
    display: block;
    top: 42px;
	padding: 0;
	border-radius: 0;
	border: none;
	width: 200px;
    background: #D8D8D8;
}
.menu-container-items ul.dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
	top: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #D8D8D8;
}
.menu-container-items .dropdown-toggle::after {
	display: none;
}
.menu-container-items ul.dropdown-menu li {
	padding: 10px 0;
	line-height: 20px;
    border-top: 1px solid #FFFFFF;
}
.menu-container-items ul.dropdown-menu li:first-child {
    border-top: none;
}
.menu-container-items ul.dropdown-menu li:hover {
	border-top: none;
}
.menu-container-items ul.dropdown-menu li:hover a {
	color: #fff;
}
.header-socials {
    float: left;
    margin-left: 50px;
    position: relative;
    top: 2px;
}
.header-socials ul li {
    display: inline-block;
}
.header-socials ul {
    padding: 0;
    margin: 0;
}
/*------------------------------
##  FOOTER
-------------------------------*/
footer#colophon {
	background: #000;
	padding: 60px 0;
}
.footer-title,.footer-logos {
    padding-top: 15px;
    border-top: 1px solid #808080;
}
.footer-title p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 600;
    letter-spacing: 0.45px;
}
.newsletter-footer label {
    display: none !important;
}
.newsletter-footer input[type="text"],
.newsletter-footer input[type="email"] {
    width: 100% !important;
    background: transparent;
	padding-left: 10px !important;
	border: 1px solid;
	font-size: 12px !important;
	border-radius: inherit !important;
}
.newsletter-footer input[type="text"]::placeholder,
.newsletter-footer input[type="email"]::placeholder  {
	text-transform: uppercase;
}
.newsletter-footer input[type=submit] {
    border: 1px solid #fff;
    background: transparent;
    color:#fff;
	padding: 8px 15px 9px;
    font-size: 13px !important;
    text-transform: uppercase;
    border-radius: inherit !important;
    width: 150px !important;
}
.newsletter-footer .gform_body ul li:first-child input {
	color:#fff;
	border-color: #fff;
}
.newsletter-footer  .gform_body ul li:last-child input {
    color: #808080;
    border-color: #808080 !important;
}
.newsletter-footer  .gform_body ul li:first-child input::placeholder {
	color: #fff;
}
.newsletter-footer  .gform_body ul li:last-child input::placeholder {
	color:#808080;
}
.links a, .footer-races a {
    display: block;
    color: #808080 !important;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-socials ul {
    padding: 0;
    margin: 0;
}
.footer-socials ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-socials ul li i {
    color: #808080;
    font-weight: 700;
}
.media-kit a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2021/04/Path-5336.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	top: -2px;
    left: 0;
}
.media-kit {
	padding-top: 40px;
}
.media-kit a {
	position: relative;
	padding-left: 30px;
	color: #808080 !important;
    font-size: 12px;
    text-transform: uppercase;
}
.iblgroup {
    padding: 20px 0 25px;
}
.iblgroup a {
    text-transform: uppercase;
    font-size: 12px;
    color: #808080 !important;
}
.itra-logo {
    max-width: 70px;
    float: left;
    margin-right: 20px;
}
/*------------------------------
##  GRAPH
-------------------------------*/

circle.amcharts-graph-bullet {
    fill: transparent !important;
    stroke: none;
}

/*------------------------------
##  HOMEPAGE
-------------------------------*/
.homepage-banner .banner-image img{
    /* object-position: bottom; */
    object-position: top;
    
}
.banner-text-wrapper {
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
   
}
.homepage-banner .banner-text-wrapper {
    top: -30px;
}
.banner-image {
    height: 700px;
}
.banner-image img{
	object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
}
.homepage-banner .banner-text {
    /* height: 720px; */
    height: 800px;
    display: table;
}
.homepage-banner .banner-title p {
    margin-top: -35px;
}
.banner-text {
    height: 840px;
    display: table;
}
.homepage-banner .banner-text-wrapper {
    max-width: inherit;
    padding: 0;
}
.homepage-banner .banner-text {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.banner-date{
	position: relative;
    z-index: 1;
    max-width: 350px;
    text-align: center;
    top: -17px;
    transform: rotate(  -1deg );
}

.banner-date p{
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.banner-date:after {
    background-color: #97D700;
    transform: rotate( -3deg );
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.homepage-banner{
    position: relative;
}
.banner-title{
	font-size: 150px;
	color: rgb(0, 0, 0);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: 2px;
}
.banner-bottom-design{
	position: absolute;
    bottom: 0;
    height: 220px;
	width: 100%;
}
.banner-bottom-design img {
	object-fit: cover;
    width: 100%;
    position: absolute;
    top: -50px;

}
.trail-in-pradise-title {
    padding-top: 70px;
}
.trail-in-paradise-col.vc_column_container{
	padding-left: 5%;
	padding-right: 5%;
}
p.section-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
	line-height:52px;
	letter-spacing: 1.04px;
	color: #000;
}
p.trail-paradise-content{
	margin-bottom: 40px;
}
.trail-in-pradise-title p.section-title,
.trails-title p.section-title {
	color: #fff;
}
.trail-in-pradise-title.wpb_content_element{
	margin-bottom: 0;
}
.trail-in-paradise-text{
	margin-bottom: 0;
	padding-top: 39px;
	padding-bottom: 97px;
	font-size: 16px;
	color: rgb(255, 255, 255);
    line-height: 2;
    max-width: 950px;
    margin: 0 auto;
}
.trail-row.vc_row{
	/* height: 570px; */
	z-index: 1;
	overflow: visible !important;
}
.trail-row.vc_row.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0;
}
.trails-title.wpb_content_element{
	margin-bottom: 0;
}
.trails-title{
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	color: rgb(255, 255, 255);
	padding-top: 62px;
	padding-bottom: 52px;
}
.trail-row .container{
	position: relative;
	bottom: -55px;
}

.trail-box.col-md{
	padding-right: 0;
	padding-left: 0;
}
.trail-box{
	background-color: rgb(0, 0, 0);
	margin-left: 15px;
	margin-right: 15px;
}
.trail-logo{
	/* margin-top: 50px; */
	/* margin-left: 15px; */
	margin-right: 15px;
	width: 100%;
	height: 165px;
}
.trail-distance{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	font-size: 22px;
	letter-spacing: 0.88px;
	font-weight: 700;
	color: rgb(26, 26, 26);
	text-align: center;
	position: relative;
	transform: rotate(-2deg);
}
.trail-distance p{
	transform: rotate(2deg);
	margin-bottom: 0;
	text-transform: uppercase;
    font-weight: 900;
	padding: 5px;
}
#trail-xtreme-50km .trail-distance{
	background-color: rgb(230, 41, 28);
}
#trail-relay-25kmx2 .trail-distance{
	background-color: rgb(138, 138, 138);
}
#trail-trooper-25km .trail-distance{
	background-color: rgb(151, 215, 0);
}
#trail-venture-10km .trail-distance{
	background-color: rgb(0, 163, 224);
}
#trail-dodo-rookie-5km .trail-distance{
 	background-color: rgb(255, 209, 0);
}
.trails-links{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.48px;
	margin-top: 35px;
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}
.trails-links a{
	color: #fff !important;
}
.race-link{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: rgb(64, 64, 64);
	border-width: 1px;
}
.results-link{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-color: rgb(64, 64, 64);
	border-width: 1px;
}
.registration {
	text-align: center;
	height: 34px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.registration a {
	width: 100%;
	font-size: 10px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	position: relative;
	padding: 10px 10px;
	color: #fff !important;
	text-decoration: none !important;
	transition: 0.3s ease-in-out;
}
#trail-xtreme-50km .registration a {
	border: 1px solid #d53e2c;
}
#trail-xtreme-50km .registration a:hover {
	background:#d53e2c;
}
#trail-relay-25kmx2 .registration a {
	border: 1px solid #8a8a8a;
}
#trail-relay-25kmx2 .registration a:hover {
	background: #8a8a8a;
}
#trail-trooper-25km .registration a {
	border: 1px solid #a5d442;
}
#trail-trooper-25km .registration a:hover {
	background: #a5d442;
}
#trail-venture-10km .registration a {
	border: 1px solid #45a2db;
}
#trail-venture-10km .registration a:hover {
	background: #45a2db;
}
#trail-dodo-rookie-5km .registration a {
	border: 1px solid #f9d247;
}
#trail-dodo-rookie-5km .registration a:hover {
	background: #f9d247;
}
#trail-dodo-rookie-5km .trails-links .race-link a:hover,
#trail-dodo-rookie-5km .trails-links .results-link a:hover {
    color: rgb(255, 190, 5) !important;
}
.up-for-it-row{
	height: 500px;
}
.up-for-it-text{
    /* padding-top: 30px; */
	font-size: 80px;
}
.race-link i,
.results-link i {
	float: right;
	font-size: 25px;
    position: relative;
    top: -5px;
}
.runner-image {
    margin-top: -300px;
}
.img-1-row > .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
}
.img-1-row img {
	height: 960px !important;
    /* width: 100vw; */
    object-fit: cover;
    object-position: center;
}
.img-1-row .wpb_content_element {
	margin-bottom: 0 !important;
}
.up-for-it-col {
    height: 100%;
    display: table;
}
.up-for-it-col > .vc_column-inner {
    display: table-cell;
    vertical-align: middle;
}
p.big-section-title {
    font-weight: 600;
    color: #fff;
}
.up-for-it-text p.big-section-title {
    font-weight: 800;
    text-transform: uppercase;
}
span.green-bg {
	padding: 0 15px;
    color: #000;
    position: relative;
    z-index: 1;
}
span.green-bg:after {
    background-color: #97D700;
    transform: rotate(-3deg);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.register-link {
    padding-top: 30px;
    max-width: 256px;
    margin: 0 auto;
}
.register-link a {
    padding: 12px 15px;
    display: block;
	border: 1px solid #97D700;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff !important;
	transition: 0.3s ease-in-out;
	font-size: 20px;
    font-weight: 500;
}
.register-link a:hover {
	background: #97D700;
	text-decoration: none;
}
.trail-images > .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
}
.trail-images .wpb_content_element {
	margin-bottom: 0 !important;
}
.volunteer-row {
    padding-top: 150px;
}
p.become-volunteer-title {
	font-size: 90px;
    text-transform: uppercase;
    color: #fff;
    text-align: left !important;
    padding-left: 35px;
    line-height: 1.2;
    font-weight: 700;
}
.volunteer-inner-row {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	padding: 0 !important;
}
.volunteer-img {
	margin-bottom: 0 !important;
}
.volunteer-text-wrapper {
    padding: 20px 0 0 34px;
}
.volunteer-text p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
a.volunteer-btn {
    border: 1px solid #97D700;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 20px;
	 font-weight: 500;
	padding: 12px 25px;
	transition: 0.3s ease-in-out;
    width: 260px;
    display: block;
    text-align: center;
}
a.volunteer-btn:hover {
	background: #97D700;
	text-decoration: none;
}

/* partners/ sponsors */
.partners-slider-container .container {
    overflow: hidden;
}

.sponsor-slider-row {
    position: relative;
    background: #fff;
}

.partner-slider-row {
    position: relative;
}

.sponsor-slider-row p.section-title {
    color: #000;
}
.sponsor-slider .slick-slide > div {
    padding: 0 15px;
    margin: 0 auto;
}
.partner-sponsor-slider img {
	max-width: 240px;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
    object-position: bottom;
}
.partners-slider-row > .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
}
.partners-slider-row  {
	padding: 80px 0;
}

.partner-sponsor-slider .slick-dots {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    padding-top: 60px;
}
.partner-sponsor-slider .slick-dots li.slick-active button {
    background: #B2B2B2; 
}
.partner-sponsor-slider .slick-dots li {
    margin: 0 12px;
    display: inline-block;
}
.partner-sponsor-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #E0E0E0;
    text-indent: -9999px;
    outline: none;
}
.sponsor-type {
    padding-top: 30px;
    text-align: center;
}
.sponsor-type {
    font-weight: 600;
}
.sponsor-slider-container {
    padding: 80px 0;
    background-color: black;
}
.sponsor-slider-container p.section-title{
    color: #FFFFFF  !important;
}
.sponsor-slider-container  .sponsor-type p{
    color: #FFFFFF !important;
}
/*------------------------------
##  VOLUNTEER POP UP
-------------------------------*/
.container.popup-container {
    background-color: #393939;
    position: relative;
    top: 88px;
    width: 740px;
    display: block !important;
}
.form-volunteer-title p,
.need-help p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: #97D700;
    letter-spacing: 2px;
    line-height: 28px !important;
    text-align: left;
    font-family: aktiv-grotesk-extended, sans-serif !important;
}
.volunteer-form-popup_wrapper .top_label .gfield_label,
.contact-us .top_label .gfield_label{
    font-size: 16px !important;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-family: aktiv-grotesk-extended, sans-serif !important;
    margin-top: 30px;
}
.popup-main {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #141414;
    z-index: 99999;
    display: none;
}

.volunteer-form-popup_wrapper {
    padding: 35px 25px;
    margin-top: 0  !important;
    margin-bottom: 0  !important;
}
.volunteer-form-popup_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #393939;
    padding: 7px 10px;
    font-size: 14px;
    font-family: aktiv-grotesk-extended, sans-serif !important;
    color: #97d71e;
    border: 1px solid #707070;
    text-transform: uppercase;
    border-radius: 0;
}
.volunteer-form-popup_wrapper .gfield_required {
    display: none;
}
.volunteer-form-popup_wrapper .gfield_checkbox li label {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 9px 22px 0 7px !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    letter-spacing: 1px !important;
}
.volunteer-form-popup_wrapper .gform_footer input[type=submit],
.contact-us_wrapper .gform_footer input[type=submit] {
    font-size: 12px;
    background: transparent;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-weight: 500;
    padding: 10px 50px;
    border: 1px solid #97d700;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
}
.volunteer-form-popup_wrapper .gform_footer input[type=submit]:hover,
.contact-us_wrapper .gform_footer input[type=submit]:hover {
    background: #97D700;
    text-decoration: none;
}
.volunteer-form-popup_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible ,
.contact-us_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible,
.contact-us_wrapper.gform_wrapper textarea:focus-visible {
    border: 1px solid #97d71e;
    outline: 0;
}
.volunteer-form-popup_wrapper li#field_11_3 {
    margin-top: 0;
}
.popup-container .close-btn:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    transform: rotate(-40deg);
}
.popup-container .close-btn:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 20px;
    right: 25px;
    transform: rotate(40deg);
}
.close-btn {
    position: absolute;
    right: 31px;
    top: 30px;
    width: 60px;
    height: 60px;
    z-index:999999;
    cursor: pointer;
}
.volunteer-form-popup ul li:last-child ul.gfield_checkbox li:last-child {
    width: 35% !important;
}
.volunteer-form-popup input[type="checkbox"] {
    display: none !important;
}
.volunteer-form-popup input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 20px;
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.volunteer-form-popup input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #808080;
    position: absolute;
    left: -5px;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.volunteer-form-popup input[type="checkbox"]:checked + label:before {
    width: 7px;
    top: 1px;
    bottom: 0;
    left: 2px;
    height: 14px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    z-index: 1;
    border: 2px solid #000000;
}
.volunteer-form-popup input[type="checkbox"]:checked + label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    background: #97D700;
    z-index: 0;
    border: 1px solid #97D700;
    top: 0;
}

/*------------------------------
##  ABOUT US
-------------------------------*/
.about-us-logo-wrapper .col-md {
    padding: 0 0 0;
    max-width: 110px;
    height: 70px;
    display: flex;
}
/* .about-us-logo-wrapper .col-md:first-child {
    max-width: 109px;
} */
/* .about-us-logo-wrapper .col-md:nth-of-type(2) {
    margin-right: 10px;
} */




.about-us-logo-wrapper.row {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: flex-start;
    max-width: 1170px;
    padding-bottom: 30px;
}
/* .about-us-logo-wrapper .col-md:first-child img {
    max-width: 109px;
} */
.about-us-logo-wrapper .col-md:last-child img {
    width: 115px !important;
    padding-right: 0;
}
.about-us-logo-wrapper.row img {
    width: 100px;
    float: left;
    object-fit: contain;
    padding-right: 15px;
    display: flex;
    margin-right: 0;
}
.about-us-header .banner-image {
    float: right;
    height: 700px !important;
}
.about-us-header .banner-bottom-design{
    float: left;
    top: 0;
    z-index: -1;
    height: 700px;
    overflow: hidden;
    width: calc(100% + 8%);
}

.about-us-header .banner-bottom-design img {
    top: 0px;
    height: 100%;
    object-position: bottom right;
    right: 0px;
    left: -390px;

}
.about-us-header .banner-image img {
    object-fit: cover;
    float: right;
    object-position: left;
     width: calc(100% - 3%); 
}
.about-us-header .banner-title {  
    color: #FFF !important;
}
.about-us-header .banner-title p.top-banner-title,
.about-us-header .banner-title p.bottom-banner-title-last{
    font-size: 35px;
    font-weight: 500;    
}
.about-us-header .banner-text {
    height:520px;
    margin-left: 0;
    margin-right: 15px;
}
.about-us-header p.bottom-banner-title {
    margin-bottom: 25px;
}
.counter-wrapper ul > li:first-child {
    padding-right: 45px;
}


.about-us-header .valign{
    vertical-align: middle;
}
.about-us-header .banner-text-holder {
    margin-top: 0;
}
.about-us-header p.middle-banner-title,
.about-us-header  p.bottom-banner-title {
    font-size: 106px;
    line-height: 110px;
    font-weight: 900;
}
.about-us-header .banner-title p.top-banner-title{
    margin-bottom: 25px;
    letter-spacing: 0.8px;
}
.about-us-header .counter-wrapper {
    color: #FFFF;
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
    bottom: 125px;
    right: 0;
    left: 0;
}
.counter-wrapper ul {
    padding-left: 15px;
    margin: 0 !important;
}
.counter-wrapper ul > li {
    display: inline-block;
    position: relative;
    padding-left: 19px;
    padding-right: 5px;
}
.counter-wrapper ul > li > p{
    display: inline-grid;
    color: #808080;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    max-width: 100px;
}
.counter-wrapper ul > li > p > span.countfect {
    color: #FFD100;
    font-size: 40px;
    font-weight: 500;
}

.counter-wrapper ul > li.counter-logo img {
    position: relative;
    max-width: 115px;
    top: 15px;
}
.counter-wrapper ul > li:nth-of-type(4) img {
    max-width: 90px;
}
.counter-wrapper ul > li:before {
    content: '';
    display: block;
    height: 85px;
    width: 1px;
    background-color: #808080;
    position: absolute;
    left: 0;
    bottom: 12px;
}
.counter-wrapper ul > li.counter-logo::before{
    display:none;
}
.about-us-content {
    max-width: 1170px;
    margin: 0 auto !important;
    padding-top: 70px;
}
.where-it-began p ,
.testimonials-title p{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-us-content .vc_column_container>.vc_column-inner{
     padding: 0 !important;;
}
.where-it-began-text p {
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'aktiv-grotesk',sans-serif;

}
.wpb_content_element.where-it-began-text {
    max-width: 1140px;
    margin: 0 auto 120px;
}
.what-they-say-wrapper {
    padding-top: 70px;
    margin-bottom: 90px;
}
.what-they-say-wrapper .quote-left img {
    float: right;
}
.testimonials-title p {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}
.testimonial-content p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.testimonial-details {
    text-align: center;
    text-transform: uppercase;
    margin: 40px auto;
}
.testimonial-details .name p {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 26px;
    color: #FFD100;
    margin-bottom: 0;
}
.testimonial-details .age-country p{
    font-size: 11px;
    font-weight: 800;
    margin-top: 5px;
    letter-spacing: 1px;
     display: inline-block;
     position: relative;
     padding: 0 10px 0;
}

.testimonial-details .age-country p:first-child::after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    height: 11px;
    width: 2px;
    background-color: #FFD100;
    top: 2px;
}


.what-they-say-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.what-they-say-wrapper ul.slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #C3C3C3;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}
.what-they-say-wrapper ul.slick-dots li.slick-active button {
    background-color: #FFD100;
}
.what-they-say-wrapper ul.slick-dots  li {
    margin: 0 10px;
}
.meet-team-title {
    margin-bottom: 126px !important;
}
.meet-team-title p {
    position: relative;
    z-index: 1;
    width: 310px;
    font-size: 26px;
    letter-spacing: 1.04px;
    line-height: 38.4px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    color: #141414;
}
.meet-team-title p:after {
    background-color: #FFD100;
    transform: rotate( -3deg );
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.meet-the-team {
    padding: 90px 0;
}
.meet-the-team .team-content {
    text-transform: uppercase;
    padding: 0;
}
.meet-the-team .team-content .name {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 700;    
    margin-bottom: 0;
}
.meet-the-team .team-content .job-title{
    font-size: 12px;
    color: #FFD100;
    font-weight: 700;
} 
.team-image .vc_figure{
    position: relative;
    z-index: 1;
}
.team-image .vc_figure:after {
    content: '';
    width: 258px;
    height: 32px;
    background-color: #FFD100;
    position: absolute;
    display: block;
    right: -10px;
    z-index: -1;
    bottom: -10px;
}
.participant1 img {
    width: 300px;
    height: 400px;
    object-fit: cover;
}
.participant2 img {
    width: 340px;
    height: 225px;
    object-fit: cover;
}
.participant3 img {
    height: 250px;
    width: 430px;
    object-fit: cover;
}
.participant4 img {
    width: 400px;
    height: 225px;
    object-fit: cover;    
    object-position: top center;
}
.participant5 img {
    width: 300px;
    height:390px;
    object-fit: cover;
}
.participant-name p.winner-details {
    font-size: 9px;
    line-height: 0;
    color: #ffd100;
    font-weight: 600;
}
.participant-name p:first-child {
    margin-bottom: 10px;
}
/*------------------------------
##  RACE RESULTS
-------------------------------*/
.races-results-banner img{
    max-width: 100%;
    height: auto;
    object-position: right;
    object-fit: cover;
}

.races-results-banner {
    position: relative;
}
span.yellow-bg {
    padding: 0 15px;
    color: #000;
    position: relative;
    z-index: 1;
}
span.yellow-bg:after {
    background-color: #FFD100;
    transform: rotate(-3deg);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
    z-index: -1;
}
.row.races-results-filter .col-md select {
    width: 100%;
}
.row.races-results-filter {
    margin: 70px 0;
}
.races-results-table th {
    color: #FFFFFF;
    padding: 15px;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-weight: 500;
    line-height: 12px;
    vertical-align: bottom;
}
.races-results-table tr:nth-child(even) {
    background-color: #E5E5E5;
}
.races-results-table td {
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-size: 12px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
}
.races-results-table  td:nth-child(2) {
    text-align: left;
}
.races-results-table td:first-child {
    font-weight: 900;
}
.races-results-table td:nth-child(4),
.races-results-table td:nth-child(5),
.races-results-table td:nth-last-child(2),
.races-results-table td:last-child {
    color: #8D8D8D;
}
.races-results-table th:nth-child(4),
.races-results-table th:nth-child(5),
.races-results-table th:last-child {
    width: 115px;
}
.races-results-filter i.fal.fa-chevron-right {
    color: #FFFFFF;
    padding: 10px 13px;
    background-color: #000000;
    font-size: 16px;
}
.row.races-results-filter .col-md select {
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    color: #C3C3C3;
}
.races-results-filter select> option {
    font-weight: 800;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    padding: 10px !important;
    min-height: 20px;
    white-space: normal;
    font-size: 12px;
    color: #000000;
}

.races-results-filter select> option:active,
.races-results-filter select> option:hover {
    background-color: #FFD100 !important;
}
.races-results-filter select> option:first-child {
    display: none;
}
.archive-pagination .nav-links {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.archive-pagination .nav-links .page-numbers {
    color: #000000;
    font-weight: 700;
    font-family: 'aktiv-grotesk-extended',sans,serif;
    text-decoration: none;
    padding: 0px 5px;
}
.archive-pagination .nav-links .page-numbers.current {
    color: #FFD100 !important;
    font-size: 18px;
}
.archive-pagination {
    margin-bottom: 30px;
}
/*------------------------------
##  THE RULES
-------------------------------*/
.the-rules .banner-text {
    height: 100%;
    display: table;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.the-rules .banner-title {
    color: #FFFFFF;
    font-size: 100px;
    font-weight: 700;
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
span.blue-bg {
    padding: 0 15px;
    color: #000;
    position: relative;
    z-index: 1;
}
span.blue-bg:after {
    background-color: #00A3E0;
    transform: rotate(-3deg);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
    z-index: -1;
}
.rules-accordion {
    max-width: 1170px;
    margin: auto;
}
.rules-content {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #141414;
}
.rules-content .vc_tta-panels-container h4.vc_tta-panel-title a {
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-size: 16px;
    color: #FFFFFF !important;
    font-weight: 700;
}
.rules-content  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #000000 !important;
}
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #000;
    background-color: #000000;
}
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:nth-child(even) .vc_tta-panel-heading {
    background-color: #141414;
    border-color: #141414;
}
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #00A3E0;
    border-color: #00A3E0;
}
.rules-accordion.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    background-color: #00A3E0;
    border-color: #00A3E0;
    opacity: 0.85;
}
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: #FFFFFF;
}
.rules-accordion.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
    border-width: 3px 0 0 0;
}
.rules-accordion.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0 0 0 3px;
}
.rules-accordion.vc_tta .vc_tta-controls-icon {
    height: 18px;
    width: 18px;
}
.rules-accordion {
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
.rules-accordion  .vc_tta-panel-body .inner-text-content {
    opacity: 1;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.rules-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #00A3E0 !important;
}
.rules-accordion.vc_tta-panel-heading:focus h4.vc_tta-panel-title:focus-visible {
    background-color: #00A3E0 !important;
    outline: none;
}
.rules-accordion .inner-text-content span.normal-text {
    font-weight: 400;
}
.rules-accordion .inner-text-content ul {
    padding-inline-start: 0;
    margin-left: 15px;
}
.rules-accordion ul li strong, .rules-accordion ul li b {
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-weight: 800 !important;
}
.rules-accordion .inner-text-content li {
    margin-bottom: 15px;
}

.rules-accordion .inner-text-content li a {
    color: #FFFFFF;
}
.rules-accordion .inner-text-content p a {
    color: #FFFFFF;
    text-decoration: underline;
}

.rules-accordion .inner-text-content li a:hover,
.rules-accordion .inner-text-content p a:hover {
    color: #000000;
}
.cut-off ul {
    padding-inline-start: 0;
    margin-left: 15px;
}
.rules-accordion #tablepress-2 th.column-2.sorting_disabled, 
.rules-accordion #tablepress-2 tr.row-5 td.column-2,
#tablepress-3 tr.row-1 th.column-2  {
    background-color: #71a60b !important;
}
#tablepress-2 th.column-3.sorting_disabled,
#tablepress-2 th.column-4.sorting_disabled,
#tablepress-2 th.column-5.sorting_disabled,
#tablepress-2 th.column-7.sorting_disabled,
#tablepress-2 th.column-8.sorting_disabled,
#tablepress-2 th.column-9.sorting_disabled,
#tablepress-3 tr.row-1 th.column-4,
#tablepress-3 tr.row-1 th.column-5 {
    background-color: #e3291d !important;
}
#tablepress-2 tr.row-2 td.column-1, 
#tablepress-2 tr.row-2 td.column-2,
#tablepress-2 tr.row-2 td.column-3,
#tablepress-2 tr.row-2 td.column-4,
#tablepress-2 tr.row-2 td.column-5, 
#tablepress-2 tr.row-2 td.column-6, 
#tablepress-2 tr.row-2 td.column-7, 
#tablepress-2 tr.row-2 td.column-8, 
#tablepress-2 tr.row-2 td.column-9,
#tablepress-3 tr.row-2 td.column-1, 
#tablepress-3 tr.row-2 td.column-2, 
#tablepress-3 tr.row-2 td.column-3, 
#tablepress-3 tr.row-2 td.column-4, 
#tablepress-3 tr.row-2 td.column-5 ,
#tablepress-2 tr.row-2 td.column-6{
    background-color: #777 !important;
    font-weight: 600;
    color: #fff;
    vertical-align: middle
}
#tablepress-2 tr.row-6 td.column-6 {
    color: #e62a1c !important;
    vertical-align: middle !important;
}
#tablepress-2 tr.row-2 td.column-10,
#tablepress-2 tr.row-6 td.column-10,
#tablepress-3 tr.row-2 td.column-6,
#tablepress-3 tr.row-6 td.column-6 {
    background-color: #005487 !important;
    font-weight: 600;
    color: #fff;
    vertical-align: middle
} 
#tablepress-2 tr.row-6 td.column-1, 
#tablepress-2 tr.row-6 td.column-3, 
#tablepress-2 tr.row-6 td.column-4, 
#tablepress-2 tr.row-6 td.column-5, 
#tablepress-2 tr.row-6 td.column-7, 
#tablepress-2 tr.row-6 td.column-8, 
#tablepress-2 tr.row-6 td.column-9 ,
#tablepress-3 tr.row-6 td.column-1, 
#tablepress-3 tr.row-6 td.column-4, 
#tablepress-3 tr.row-6 td.column-5{
    background: #e3291d !important;
    color: #fff;
    font-weight: 500;
    vertical-align: middle
}
#tablepress-5 thead th {
    color: #141414 !important;
}
#tablepress-5 tbody tr td {
    color: #141414 !important;
}
#tablepress-5 thead,
#tablepress-5 td.column-1 {
    text-transform: uppercase;
}
/*------------------------------
##  CONTACT US
-------------------------------*/
.contact-us-header .banner-text {
    height: 100%;
    display: table;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.contact-us-header .banner-title {
    color: #FFFFFF;
    font-size: 95px;
    font-weight: 700;
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
span.grey-bg {
    padding: 0 15px;
    color: #000;
    position: relative;
    z-index: 1;
}
span.grey-bg:after {
    background-color: #8A8A8A;
    transform: rotate(-3deg);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
    z-index: -1;
}
.contact-us-content {
    background-color: #141414;
    padding: 100px 0 135px;
}
.contact-us_wrapper {
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-us {
    max-width: 80% !important;
    padding: 0 15px;
}
.contact-us_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-us_wrapper.gform_wrapper textarea {
    background: #141414;
    padding: 7px 10px;
    font-size: 14px;
    font-family: aktiv-grotesk-extended, sans-serif !important;
    color: #97d71e;
    border: 1px solid #707070;
    text-transform: uppercase;
    border-radius: 0;
}
.contact-us_wrapper .gfield_required {
    display: none;
}


.contact-us_wrapper li#field_12_4 label.gfield_label,
.contact-us_wrapper li#field_12_5 label.gfield_label{
   display: none;
}
.contact-us_wrapper.gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 30px;
}
.contact-us_wrapper .gfield_checkbox li label {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 9px 22px 0 7px !important;
    font-size: 12px !important;
    font-weight: 500;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    letter-spacing: 1px !important;
}
.contact-us_wrapper.gform_wrapper li.gf_list_inline ul.gfield_checkbox li {
    width: auto!important;
    float: left !important;
    margin: 0 8px 10px 0;
    display: -moz-inline-stack;
    display: flex;
    max-width: 26%;
    padding: 0 15px 0 0 !important;
    margin: 0 50px;
}
.contact-us_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .contact-us_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    margin-top: 15px ;
    margin-right: 9px;
}
.contact-us_wrapper .gform_footer.top_label {
    padding-top: 70px !important;
}
.contact-us_wrapper.gform_wrapper .gfield_checkbox li label {
    font-size: 10px !important;
}
/*------------------------------
## THE ITINERARY
-------------------------------*/
.itinerary-header .banner-text {
height: 100%;
display: table;
text-transform: uppercase;
width: 100%;
text-align: center;
}
.itinerary-header .banner-title {
color: #FFFFFF;
font-size: 100px;
font-weight: 700;
font-family: 'aktiv-grotesk-extended',sans-serif;
}
.itinerary-content:not(:first-child) {
    padding: 30px;
}
.itinerary-content {
    background: #141414;
    color: #FFFFFF;
    padding: 100px 0;
}
.itinerary-details {
    margin: 0 auto !important;
    max-width: 1170px;
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
    
.itinerary-details.date-title {
    border-top: 2px solid #FFFFFF;
    padding-top: 20px;
}
.itinerary-details h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.08px;
    line-height: 37px;
}
.itinerary-details .itinerary-text p.title {
    font-size: 22px !important;
    font-weight: 500 !important;
    letter-spacing: 0.88px !important;
    font-family: 'aktiv-grotesk-extended',sans-serif !important;   
  
}
.itinerary-details .itinerary-text p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'aktiv-grotesk',sans-serif;
    line-height: 25px;
}
.itinerary-details .time p {
    font-size: 22px;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    letter-spacing: 0.66px;
    line-height: 42px;
}
.itinerary-details.time-details:not(first-child) {
    border-top: 1px solid #8A8A8A;
    padding-top: 20px;
    padding-bottom: 40px;
}
.itinerary-details .itinerary-text p.extreme ,
.itinerary-details .itinerary-text p.relay,
.itinerary-details .itinerary-text p.trooper,
.itinerary-details .itinerary-text p.active,
.itinerary-details .itinerary-text p.fun-run,
.itinerary-text p.le-morne-dash{
    font-size: 22px;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-weight: 800;
    letter-spacing: 0.88px;

}
.itinerary-details .itinerary-text p.extreme{
    color: #E6291C;    
    margin-bottom: 0;
}
.itinerary-details .itinerary-text p.relay{
    color: #8A8A8A;
}
.itinerary-details .itinerary-text p.active{
    color: #00A3E0;
}
.itinerary-details .itinerary-text p.trooper{
    color: #97D700;
}
.itinerary-details .itinerary-text p.fun-run{
    color: #FFD100;
}
.itinerary-details .itinerary-text.bus-departure p.title,
.itinerary-details .itinerary-text.start p.title,
.itinerary-details .itinerary-text.start p.active{
    margin-bottom: 0;
}
.itinerary-text.bus-departure,
.itinerary-text.start {
    position: relative;
}
.itinerary-text.bus-departure:before {
    content: '';
    display: block;
    height: 35px;
    width: 30px;
    background-image: url('/wp-content/uploads/2021/05/Path-5097@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -15px;
    position: absolute;
    top: 0;
}
.itinerary-text.start:before {
    content: '';
    display: block;
    height: 35px;
    width: 30px;
    background-image: url('/wp-content/uploads/2021/05/Path-5093@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: -15px;
    position: absolute;
    top: 0;
}
.itinerary-text.prize-giving:before {
    content: '';
    display: block;
    height: 35px;
    width: 30px;
    background-image: url('/wp-content/uploads/2021/05/Path-5096@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    top: 0;
}
.itinerary-text.closure:before {
    content: '';
    display: block;
    height: 35px;
    width: 30px;
    background-image: url('/wp-content/uploads/2021/05/Group-655@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    top: 0;
}


/*------------------------------
## XTREME 50KM
-------------------------------*/
.banner-title p > span.length-race:after {
    transform: rotate(-3deg);
    width: calc(100% + 11px);
    left: -11px;
}
    
.trails-banner-holder .banner-excerpt p:first-child {
    display: none;
}
.race-alti > div > p:first-child {
    font-weight: 500;
    font-size: 45px !important;
}
.race-alti > div > p:last-child {
    letter-spacing: 0.36px;
}
.race-box-title p{
    letter-spacing: 0.4px;
}
.race-box-details p {
    letter-spacing: 1.44px;
}
.race-chart-container text.amcharts-axis-title tspan{
    font-weight: 800;
    letter-spacing: 0.4px;
}
g.amcharts-value-axis.value-axis-v2 {
    display: none;
}

.race-table-container .tablepress thead th {
    font-weight: 900 !important;
    font-size: 11px;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    letter-spacing: 0.4px;
    line-height: 13px;
    text-align: right;
    padding: 14px 13px;
}
.race-table-container #tablepress-2 tr.row-2 td {
    font-weight: 500;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-size: 10px;
    padding: 11px 13px ;
    letter-spacing:0.4px;
}
.race-table-container table.tablepress tr td {
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
.race-table-container #tablepress-2 tr.row-2 td.column-10{
    text-align: right;
     padding-right: 100px;
}
.race-table-container #tablepress-2 tr.row-2 td.column-1 {
    text-align: left;
    padding-left: 75px;
}
.race-table-container #tablepress-2 tr:not(:first-child) td:first-child {
    font-weight: 600;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-size: 12px;
    padding: 11px 13px 11px 75px;
    text-align: left;
}
.race-table-container #tablepress-2 tr:last-child td:first-child {
    font-weight: 800;
}
.race-table-container #tablepress-2 tr:last-child td {
    font-weight: 800 !important;
}
.race-table-container #tablepress-2 tr:not(:first-child) td:not(:first-child) {
    font-weight: 700;
    font-family: 'aktiv-grotesk-extended',sans-serif;
    font-size: 12px;
    padding: 11px 13px ;
    text-align: right;
}
.race-table-container #tablepress-2 tr:not(:first-child) td:last-child {
    text-align: right;
    padding: 11px 100px 11px 13px;
}
.race-btn a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.previous-results-container .title p,
.previous-results-container .previous-results ul li a{
    font-weight: 700;
}
.about-route-wrapper .title p{
    font-weight: 700;
    letter-spacing: 1.04px; 
}
.about-route-wrapper .content p {
    font-size: 16px;
    font-family: 'aktiv-grotesk',sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.about-route-wrapper .read-more a, .about-route-wrapper .read-more p{
    font-weight: 600;
    letter-spacing: 1.05px;
}
.trails-banner.trail-50km .left-image  {
    margin-right: 122px;
}
.race-table-container #tablepress-2 th[class*="column-"],
.race-table-container #tablepress-2 td[class*="column-"]  {
    max-width: 75px !important;
    width: auto !important;
}

.race-table-container #tablepress-2 tr.row-2 td.column-6 {
    padding-left: 11px;
}
.race-table-container #tablepress-2 tr.row-2 td.column-2{
    padding-left: 30px;
}
.race-table-container #tablepress-2 tr.row-2 td.column-5{
    padding-left: 20px;
}
.race-table-container th.column-10.sorting_disabled {
    padding-right: 100px !important;
    text-align: right !important;
}
.race-table-container table#tablepress-3 th.column-6 {
    padding-right: 100px !important;
    text-align: right !important;
}

/*------------------------------
## XTREME 50KM
-------------------------------*/
.itra-logo-holder {   
    display: flex;
    height: 45px;
}
.itra-logo-holder img {
    margin-right: 15px;
    object-fit: contain;
    max-width: 130px;
}
.race-chart-container {
    background: black;
}
/*------------------------------
## RELAY 2x25
-------------------------------*/
.trail-2x50 .left-image {
    margin-right: 164px;
}
/*------------------------------
## TROOPER
-------------------------------*/
.trail-25km .trails-banner-holder .banner-excerpt {
    max-width: 570px;
}
.trail-25km  .left-image {
    margin-right: 55px;
}
.trails-banner.trail-25km .right-image img {
    width: auto;
}
/*------------------------------
## ACTIVE 10KM
-------------------------------*/
.trail-10km .left-image {
    margin-right: 159px;
}
.trail-10km  .trails-banner-holder .banner-excerpt {
    max-width: 590px;
}


footer.entry-footer {
    display: none;
}

.itinerary-header .banner-image,
.the-rules .banner-image,
.contact-us-header .banner-image {
    height: 100%;
}

/* FRENCH TITLE */
/* p.middle-banner-title:lang(fr), .about-us-header p.bottom-banner-title:lang(fr) {
    font-size: 80px;
} */
/* .homepage-banner .banner-title:lang(fr) {
    font-size: 75px;
    line-height: 80px;
} */
/* .race-box-details p:lang(fr) {
    font-size: 18px !important;
} */


/***AFTAAB**/
.header-menu-logo svg {
    position: relative;
    height: 18px;
    top: -2px;
}
.strava-logo svg {
    width: 18px;
    position: relative;
    top: 0px;
    
}
.strava-logo polygon {
    fill: #808080;
}
.dodo-rookie-5km-container .race-profile-container {
    padding-bottom: 0px;
}
.trail-distance {
    display: none;
}
.header-menu-logo polygon {
    fill: #808080;
}
/*------------------------------
##LOST PASSWORD 
-------------------------------*/

article#post-20944 {
    padding-top: 80px;
}
.lost_reset_password button.woocommerce-Button.button {
    background-color: transparent;
    border: 1px solid black;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
.lost_reset_password label {
    padding-right: 15px;
    
}
.lost_reset_password p,.lost_reset_password label{
    font-size: 16px !important;
    letter-spacing: 1px;
    font-family: 'aktiv-grotesk-extended', sans-serif !important;

}
.woocommerce-message {
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0,0,0,.15);
    padding: 1em 2em 1em 3.5em;
    position: relative;
    list-style: none outside;
    font-family: 'aktiv-grotesk-extended',sans-serif;
}
.team-content p:first-child {
    margin-bottom: 0px !important;
}


/**AFTAAB HOMEPAGE AMENDMENTS**/
.trail-box-row {
    justify-content: center;
}
.trail-logo {
    height: 200px !important;
}
.trail-logo img {
    max-width: 80%;
    margin: 0 auto;
    display: table;
}
.about-us-header .page-banner {
    overflow: hidden;
}

.trail-box {
    
    padding-bottom: 15px;
}

/* privacy policy */
.privacy-policy .privacy-container {
    margin: 0 auto;
    padding-top: 50px;
}
.privacy-policy .privacy-tick ul {
    list-style: none;
  }
  .privacy-policy .privacy-tick ul li:before {
    content: '✓';
    padding-right: 15px;
}
.privacy-policy .privacy-tick ul {
    list-style: none;
}
/* .privacy-policy  ul  {   
    padding-inline-start: 0;
    margin-left: 15px;
}
.privacy-policy  ul  li{

    padding: 0 15px;
    margin-bottom: 10px;
    font-family: aktiv-grotesk-extended, sans-serif;
} */

.newsletter-footer .gfield_consent_label {
    display: block !important;
    font-size: 10px;
    color: #FFF !important;
}
.newsletter-footer .gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 0;
    margin-right: 8px;
}
.newsletter-footer .ginput_container.ginput_container_consent {
    display: flex;
}
.newsletter-footer span.gfield_required{
    display: none !important;
}
.newsletter-footer .gfield_consent_label >a {
    font-weight: 600;
    color: #5ac3cd;
}

/* home[age banner  2022 date */
.homepage-banner span.green:after {
    background-color: #97D700;
    transform: rotate( -3deg );
    position: absolute;
    content: "";
    width: 100%;
    height: 81%;
    left: 0;
    top: 31px;
    z-index: -1;
}
.homepage-banner span.green {
    position: relative;
    z-index: 1;
    text-align: center;
    transform: rotate( -1deg );
    line-height: 5px;
    color: #FFFFFF !important;
}
.banner-img {
    margin-bottom: 0;
}


.menu-container-items .navbar-collapse > ul > li.register-now:after {
    background-color: #97d700;
    height: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
}
.menu-container-items .navbar-collapse > ul > li.register-now.active:after ,
.menu-container-items .navbar-collapse > ul > li.register-now:hover:after {
    background-color: #ffd100;    
   
}
span.length-race.length-le-morne-dash {
    width: 511px !important;
}
div#trail-le-morne-dash .registration a{
    border: 1px solid #c6b198;

}

