/*
Theme Name:         Bike Auckland Theme
Theme URI:          
Description:        Bike Auckland - For a better city
Version:            v5.0.1
Author:             Sandfield Associates
Author URI:         https://www.sandfield.co.nz/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***Animation Presets***/
@-webkit-keyframes bounce-right {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	40% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
}

@-webkit-keyframes bounce-left {
	0%, 20%, 60%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	40% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

/***Iframe max-width***/
iframe {
    width: 100%;
    max-width: 100%;
}

/***Typography Presets***/
h1, h2, h3, h4, h5, h6, 
.card-title, 
.home-content-body .news-card .meta-category .post-categories li a,
.post-type-archive .tribe-events.tribe-events-view h1,
.post-type-archive .tribe-events.tribe-events-view h2,
.post-type-archive .tribe-events.tribe-events-view h3,
.post-type-archive .tribe-events.tribe-events-view h4 { 
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
}
footer .widget-title, 
footer ul li, 
footer p, 
.card-text, 
.home-content-body .alm-load-more-btn, 
.post-template-default .related-posts .section-heading h3,
article.post .entry-content p,
.post-type-archive .tribe-events.tribe-events-view p,
.tribe-events-calendar-list__event-datetime *,
#primary ul li, 
#primary ol li,
.entry-content p,
p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.content-body ul {
	padding-left: 20px !important;
}
.content-body ul li {
	margin-bottom: 10px;
}
.content-body ul li::marker {
	color: #EF5C74;
}

h1, .post-type-archive .tribe-events.tribe-events-view h1 {
    font-size: 39px;
    line-height: 63px;
    font-weight: bold;
}
h2, article.post .entry-content h2, .wp-block-column h2, .post-type-archive .tribe-events.tribe-events-view h2 {
    font-size: 24px;
    line-height: 41px;
    font-weight: bold;
}
h3, article.post .entry-content h3, .wp-block-column h3, .post-type-archive .tribe-events.tribe-events-view h3 {
    font-size: 19px;
    line-height: 34px;
    font-weight: bold;
}
p, .wp-block-column p, .post-type-archive .tribe-events.tribe-events-view p {
    font-size: 17px;
    line-height: 30px;
}
header.entry-header h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}
p {
    font-size: 15px;
    line-height: 21px;
}
p a,
#primary ul li a,
#primary ol li a {
    color: #2D9DB6;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.page-template-default .wp-block-column h2, 
.post-template-default h1 {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #212121;
}
.page-template-default .wp-block-column p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}
article.post .entry-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 35px;
}

/***AddThis Override***/
body.single-post .at-expanding-share-button[data-position=bottom-right] { 
    right: 50px;
    bottom: 50px;
}

/***Button Presets***/
.sa-btn-white { 
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    background-color: #fff;
    padding: 10px 20px;
    color: #EF5C74;
    border-radius: 20px;
    text-decoration: none;
}
.sa-btn-pink, input[type="submit"],
.tribe-events-after-html #addEvent .sa-pink-button {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
	background-color: #EF5C74;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
	border: unset;
	outline: unset;
}
.sa-btn-pink:hover , input[type="submit"]:hover,
.tribe-events-after-html #addEvent .sa-pink-button:hover {
	background-color: #083157;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.sa-btn-yellow,
.page-template-page-contact-us .contact-form input[type="submit"] {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    background-color: #FCCD42;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}
.sa-btn-white, 
.sa-btn-pink, 
.sa-btn-yellow, 
.page-template-page-contact-us .contact-form input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.sa-btn-white:hover, 
.sa-btn-yellow:hover, 
.sa-btn-pink:hover, 
.page-template-page-contact-us .contact-form input[type="submit"]:hover {
    background-color: #083157;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.wp-block-image img {
	height: auto;
}
/***Header***/
.header-parent-wrap {
    box-shadow: 0px 3px 20px rgba(80, 80, 80, 0.16);
    -webkit-box-shadow: 0px 3px 20px rgba(80, 80, 80, 0.16);
}
header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav .menu-item { 
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-weight: bold; 
    font-size: 16px; 
    line-height: 20px; 
}
.nav .menu-item:not(:last-child) {
    margin-right: 20px;
}
.navbar-nav {
    align-items: center;
}
.menu-primary-menu-container {
    margin-top: 20px;
}
#masthead .site-logo { 
    max-width: 180px; 
}
.nav .menu-item a { 
    color: #747474; 
    text-decoration: none;
}
.nav .btn-pink > a {
    background-color: #EF5C74;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.nav .btn-pink > a:hover {
    background-color: #083157;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.nav .btn-pink::after {
    display: none;
}
#menu-primary-menu li.menu-item.dropdown-toggle::after {
    border-top: 5px solid rgba(116, 116, 116, 1);
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    position: absolute;
    right: -8px;
    top: 17px;
}
#menu-primary-menu li .dropdown-menu { 
    border-radius: 5px;
    overflow: hidden;
    border: unset; 
    box-shadow: 0px 3px 10px rgba(105, 105, 105, 0.5);
}
#menu-primary-menu li .dropdown-menu li {
    margin-right: 0;
    width: 100%;
}
#menu-primary-menu li .dropdown-menu {
    padding: 0;
}
#menu-primary-menu li .dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0;
}
#menu-primary-menu li .dropdown-menu li a span {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
    display: block;
}
#menu-primary-menu li .dropdown-menu li a:focus, 
#menu-primary-menu li .dropdown-menu li a:active,
#menu-primary-menu li .dropdown-menu li a:hover {
    background-color: #F4F6F6
}
@media screen and (min-width: 1350px) {
    .container.header-wrap {
        max-width: 90%;
    }
}
@media screen and (max-width: 1349px) {
    .container.header-wrap {
        max-width: 95%;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1300px) {
    .container.header-wrap {
        max-width: 98%;
    }
}


/****Home****/
.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.carousel-item .carousel-caption-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-item .video-fluid {
    object-fit: cover;
	object-position: center 0;
    width: 100%;
}
.carousel-item.video .carousel-caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.carousel-item .carousel-caption h2 {
    max-width: 560px; 
    font-size: 38px;
    line-height: 42px;
}
#heroCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    background-clip: unset;
    padding: 0;
    border: unset;
    margin: 0 10px 20px 10px;
}
@media screen and (min-width: 1590px){
	.carousel-item .video-fluid { 
		object-position: center -300px;
	}
}
.home-content-body {
    background-color: #F4F6F6; 
    padding-bottom: 50px;
}
.home-content-body .container {
    max-width: 1098px;
}
.home-content-body .member-section {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-content-body .member-section.bg-grey {
    background-color: #F4F6F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-content-body .member-section .membership-header-content {
    margin-bottom: 20px;
    display: block;
}
.home-content-body .member-section .membership-btn-cta {
    display: inline-block;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    padding: 22px 36px;
    border-radius: 50px;
}
.home-content-body .member-section .membership-header-content p {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 24px;
    line-height: 31px;
}
.home-content-body .member-section .member-benefit-toggle-btn {
    display: block;
    margin: 30px auto 0 auto;
    outline: unset;
    box-shadow: unset;
}
.home-content-body .member-section .member-benefit-toggle-btn .btn-text, 
.home-content-body .member-section .member-benefit-toggle-btn i {
    display: block;
}
.home-content-body .member-section .member-benefit-toggle-btn .btn-text {
    color: #A6A6A6;
    font-size: 12px;
    line-height: 16px;
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.home-content-body .member-section .member-benefit-toggle-btn.expanded i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.home-content-body .member-section .member-benefit-toggle-btn .btn-text, 
.home-content-body .member-section .member-benefit-toggle-btn i {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-content-body .member-section .member-benefit-toggle-btn i {
    color: #A6A6A6;
}
.home-content-body .member-section .testimonial-container {
    padding-top: 70px;
    padding-bottom: 60px;
}
.home-content-body .member-section .testimonial-container .container {
    max-width: 850px;
}
.home-content-body .member-section .testimonial-container .content p {
    font-size: 19px;
    line-height: 30px;
}
.home-content-body .member-section .testimonial-container img {
    width: 100%;
    border-radius: 100%;
}
.home-content-body .member-section .testimonial-container .col-md-3 {
    max-width: 145px;
}
.home-content-body .member-section .membership-benefit-container {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
}
.home-content-body .member-section .membership-benefit-container h3.section-title {
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 70px;
}
.home-content-body .member-section .membership-benefit-container .benefit-item {
    margin: 20px 15px 15px 15px;
    box-shadow: 0px 2px 6px rgba(93, 93, 93, 0.16);
    border-radius: 5px;
    max-width: 280px;
    padding: 70px 40px 20px 40px;
    position: relative;
    text-align: center;
}
.home-content-body .member-section .membership-benefit-container .benefit-item .benefit-icon {
    background-color: #329DB6;
    border-radius: 50px;
    position: absolute;
    width: 95px;
    height: 95px;
    text-align: center;
    top: -50px;
    left: calc(50% - 42.5px);
    padding-top: 26px;
}
.home-content-body .member-section .membership-benefit-container .benefit-item .benefit-title {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.home-content-body .member-section .membership-benefit-container .benefit-item .benefit-content p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.home-content-body .member-section .membership-benefit-container .benefit-item .benefit-icon i {
    color: #fff;
    font-size: 40px;
}
.home-content-body .member-section .membership-footer-content {
    max-width: 635px;
    margin: 40px 0 20px 0;
    text-align: center;
}
.home-content-body .member-section .membership-footer-content strong {
    font-weight: bold;
    color: #EB5F76;
}
.home-content-body .member-section .membership-footer-content p {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 15px;
    line-height: 20px;
}
.home-content-body .member-section .membership-footer-content h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}
.home-content-body .news-card,
.related-posts .news-card {
    margin-bottom: 40px;
    box-shadow: 0px 3px 20px rgba(98, 98, 98, 0.16);
    border: none;
    border-radius: 5px;
}
.home-content-body .news-card:first-child {
    width: 100%;
}
.home-content-body .news-card .card-body,
.related-posts .news-card .card-body {
    padding-left: 25px;
    padding-right: 25px; 
    padding-top: 25px;
    padding-bottom: 30px;
}
.home-content-body .news-card .image-holder,
.related-posts .news-card .image-holder {
    border-radius: 5px 5px 0 0;
    position: relative;
    overflow: hidden;
    max-height: 200px;
}
.home-content-body .news-card .image-holder a, 
.related-posts .news-card .image-holder a {
    position: relative;
    min-height: 200px;
    width: 100%;
    display: block;
}
.home-content-body .news-card .image-holder img,
.related-posts .news-card .image-holder img {
   width: 100%;
   height: auto;
   min-width: 100%;
   position: absolute;
}
.home-content-body .news-card .image-holder a:hover img,
.related-posts .news-card .image-holder a:hover img {
    transform: scale(1.2);
 }
.home-content-body .news-card .image-holder a img, 
.home-content-body .news-card .image-holder a:hover img, 
.related-posts .news-card .image-holder a img, 
.related-posts .news-card .image-holder a:hover img {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}
.home-content-body .news-card .card-body .card-title a,
.related-posts .news-card .card-body .card-title a {
    display: block;
    font-size: 18px; 
    line-height: 24px;
    color: #212121;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 15px;
}
.home-content-body .news-card .card-body .card-title a:hover,
.related-posts .news-card .card-body .card-title a:hover {
    color: #EF5C74;
}
.home-content-body .news-card .card-body .card-title a,
.home-content-body .news-card .card-body .card-title a:hover,
.related-posts .news-card .card-body .card-title a,
.related-posts .news-card .card-body .card-title a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.home-content-body .news-card .card-body .card-text p,
.related-posts .news-card .card-body .card-text p  {
    font-size: 13px; 
    line-height: 22px;
    color: #575757;
}
.home-content-body .news-card.full {
    max-width: calc(100% - 5px);
}
    .home-content-body .news-card.full .image-holder {
        max-height: 350px;
        overflow: hidden;
    }
.home-content-body .news-card.full .image-holder a {
    display: block;
    width: 100%;
    height: 350px;
    position: relative;
}
.home-content-body .news-card.full .image-holder img {
    width: 100%;
    height: auto; 
    max-height: unset;

}
.home-content-body .news-card:not(.full) {
    max-width: 335px;
    display: inline-flex;
}
.home-content-body .news-card:nth-child(odd) {
    margin-right: 15px;
}

.news-content-body .news-card:nth-child(odd) {
    margin-right: unset;
    margin-left: 15px;
}

.home-content-body .news-card:nth-child(even):not(.full) {
    margin-left: 15px;
}
.home-content-body .news-card .meta-category .post-categories {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.home-content-body .news-card .meta-category .post-categories li,
.related-posts .news-card .meta-category .post-categories li {
    display: inline-block;
}
.home-content-body .news-card .meta-category .post-categories li:not(:last-child),
.related-posts .news-card .meta-category .post-categories li:not(:last-child)  {
    margin-right: 5px;
}
.home-content-body .news-card .meta-category .post-categories li a,
.related-posts .news-card .meta-category .post-categories li a {
    color: #82888C;
    text-decoration: none;
    font-size: 10px; 
    line-height: 14px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A8A8A8;
}
.home-content-body .news-card .meta-category .post-categories li a:hover,
.related-posts .news-card .meta-category .post-categories li a:hover {
    opacity: 0.5;
}
.home-content-body .news-card .meta-category, .home-content-body .news-card .meta-time,
.related-posts .news-card .meta-category, .home-content-body .news-card .meta-time {
    display: inline-block;
    width: auto;
}
.home-content-body .news-card .meta-category,
.related-posts .news-card .meta-category {
    position: relative;
}
.home-content-body .news-card .meta-category::after,
.related-posts .news-card .meta-category::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #A8A8A8;
    position: absolute;
    right: 0px;
    top: 8px;
}
.home-content-body .news-card .meta-time,
.related-posts .news-card .meta-time {
    color: #A6A6A6;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    padding-top: 5px;
}
.related-posts .news-card .meta-time {
    padding-top: 7px;
    padding-left: 5px;
}
.home-content-body .news-card .meta-time i,
.related-posts .news-card .meta-time i {
    color: #329DB6;
}
.home-content-body .alm-btn-wrap {
    text-align: left;
}
.home-content-body .alm-btn-wrap .alm-load-more-btn {
    background: #f7f7f7;
    -webkit-appearance: unset;
    border: none;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 30px;
    border-radius: 5px;
    color: #909599;
    box-shadow: 0px 3px 20px rgba(98, 98, 98, 0.16);
}
.home-content-body .alm-load-more-btn:hover {
    background-color: #EF5C74;
    color: #fff;
}
.home-content-body .alm-load-more-btn, 
.home-content-body .alm-load-more-btn:hover,
.home-content-body .news-card .meta-category .post-categories li a:hover,
.home-content-body .news-card .meta-category .post-categories li a {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.home-content-body .alm-load-more-btn.done {
    opacity: 0;
}
.home-content-body .left-column h3 {
    font-size: 24px;
    line-height: 32px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 25px;
}

.home-content-body .right-column {
    padding-left: 40px;
    padding-top: 55px;
}
.home-content-body .right-column .widget-title,
.home-content-body .right-column .tribe-compatibility-container .tribe-events-widget-events-list .tribe-events-widget-events-list__header,
.home-content-body .right-column .tribe-events-widget-events-list__event-details {
    margin-bottom: 15px;
}
.home-content-body .right-column h5, 
.home-content-body .right-column .tribe-events-widget-events-list__header-title {
    font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #212121;
}
.home-content-body .right-column .custom-widget-box {
    margin-bottom: 40px;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 {
    box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08) !important;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .probox {
    height: 45px;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .probox form input {
    height: 45px;
    font-size: 16px;
    line-height: 20px;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .promagnifier svg {
    width: 20px;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .innericon {
    margin-top: 8px;
    margin-left: -8px;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .autocomplete {
    opacity: 0;
}
.home-content-body .right-column .search-box #ajaxsearchlite1 .proclose {
    margin-top: 7px;
    margin-right: 5px;
}
.home-content-body .right-column .post-list.list-group .item .col-3.image {
    width: 105px;
    height: 105px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}
.home-content-body .right-column .post-list.list-group .item .col-3.image img {
    width: auto;
    max-height: 105px;
    min-width: 100%;
}
.home-content-body .right-column .post-list.list-group .item {
    margin-bottom: 30px;
    box-shadow: 0px 3px 6px rgba(105, 105, 105, 0.08);
    border-radius: 5px;
    background-color: #fff;
}
.home-content-body .right-column .post-list.list-group .item .col-9.content-body {
    min-height: 105px;
    width: calc(100% - 105px);
    padding: 18px;
}
.home-content-body .right-column .post-list.list-group .item .col-9.content-body .date {
    display: block;
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 10px; 
    line-height: 12px;
    color: #A6A6A6;
    text-decoration: none;
    margin-bottom: 10px;
}
.home-content-body .right-column .post-list.list-group .item .col-9.content-body strong a {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px; 
    line-height: 18px;
    color: #212121;
    text-decoration: none;
}
.home-content-body .right-column .post-list.list-group .item .col-9.content-body .title {
    line-height: 18px !important;
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_body, 
.home-content-body .right-column .custom-widget-box.gform_widget .gform_footer {
    display: inline-block;
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_footer {
    max-width: 100px;
    padding: 0;
    margin: 0;
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_body {
    width: calc(100% - 105px);
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_body input {
    border: unset;
    height: 45px;
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px; 
    line-height: 18px;
    padding: 10px 15px;
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_body input:focus {
    outline: none;
}
.home-content-body .right-column .custom-widget-box.gform_widget .gform_footer input {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    background-color: #FCCD42;
    color: #fff;
    border: unset;
    font-weight: bold; 
    padding: 14px;
    border-radius: 0 5px 5px 0;
}
.home-content-body .right-column .custom-widget-box.gform_widget form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
}
#text-2 {
    margin-bottom: 10px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag {
    background-color: #30CE91;
    color: #fff;
    width: 105px;
    min-height: 105px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime {
    justify-content: center;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-datetime * {
    color: #fff;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-daynum {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 38px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-date-tag .tribe-events-widget-events-list__event-date-tag-month {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
}
.home-content-body .right-column .tribe-events-widget-events-list__event-row {
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-wrapper {
    background-color: #fff;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-title-link {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13x;
    line-height: 16px;
    color: #212121;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-venue-name, 
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-datetime {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #A6A6A6;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-datetime, 
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-venue {
    position: relative;
    padding-left: 14px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-datetime::before {
    content: '\f017';
    width: 10px;
    height: 10px;
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
}
.home-content-body .right-column .tribe-events .tribe-common-g-row .tribe-events-widget-events-list__event-venue::before {
    content: '\f3c5';
    width: 10px;
    height: 10px;
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: #A6A6A6;
}
.home-content-body .right-column #block-5 img {
    width: 100%;
    height: auto;
}
.home-content-body .right-column .tribe-events-widget-events-list__view-more {
    display: none;
}
.home-content-body .right-column #block-5 {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
    text-align: center;
}
.home-content-body .right-column #block-5 p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    color: #212121;
}
.home-content-body .right-column #block-5 a.sa-btn-yellow {
    margin-top: 20px;
    display: inline-block;
}

.home-content-body .right-column #block-6 img {
    width: 100%;
    height: auto;
}
.home-content-body .right-column .tribe-events-widget-events-list__view-more {
    display: none;
}
.home-content-body .right-column #block-6 {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
    text-align: center;
}
.home-content-body .right-column #block-6 p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    color: #212121;
}
.home-content-body .right-column #block-6 a.sa-btn-yellow {
    margin-top: 20px;
    display: inline-block;
}

.search-btn-menu{ display: none;}

@media screen and (max-width: 1200px) {
    .carousel-item .video-fluid { height: 100%; }
    .home-content-body .news-card:not(.full) { max-width: 290px; }
    .home-content-body .container { max-width: 960px; }
    body .container.footer-wrap { max-width: 100%; }
    body footer { padding-bottom: 180px; background-size: 450px;}
    body footer .gallery-item { max-width: calc( 40% - 40px); }
}
@media screen and (min-width: 769px) {
    .home-content-body .right-column .gravity-theme .gform_title, .home-content-body .right-column .gravity-theme .gfield_html { display: none; }
}
@media screen and (max-width: 768px) {
    body .home-content-body .left-column, 
    body .home-content-body .left-column { width: 100%; max-width: 100%; }
    .home-content-body .container { max-width: 90%; }
    .home-content-body .news-card:not(.full) { max-width: 315px; }
    .home-content-body .search-box.custom-widget-box, #block-4, .tribe-compatibility-container, #block-5 { display: none; }
    .home-content-body .search-box.custom-widget-box, #block-4, .tribe-compatibility-container, #block-6 { display: none; }
    .home-content-body .alm-btn-wrap { text-align: center; }
    .home-content-body .right-column { width: 100%; padding-left: 0; }
    .home-content-body .right-column .gravity-theme { position: relative; padding-bottom: 50px; }
    .home-content-body .right-column .gravity-theme .gfield_html { position: absolute; width: 100%; text-align: center; bottom: 0; left: 0; font-size: 10px; line-height: 16px; font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif;  }
    .home-content-body .right-column .widget-title, .home-content-body .right-column .gform_title { text-align: center; }
    .home-content-body .right-column .widget-title { font-size: 21px; line-height: 24px; } 
    .home-content-body .right-column .gform_title { font-size: 12px; line-height: 16px; }
    .home-content-body .right-column .gravity-theme form { max-width: 450px; margin: 0 auto;}
    .home-content-body .right-column .gravity-theme .gform_heading { margin-bottom: 30px; }
    .home-content-body .member-section .membership-benefit-container .benefit-item { margin: 20px 10px 15px 10px; padding: 70px 20px 20px 20px; max-width: 210px; }
    .home-content-body .member-section .testimonial-container .col-md-3 { margin-left: 30px; }
}
@media screen and (max-width: 767px) {
    .carousel-item { height: 300px; }
    .carousel-item .carousel-caption h2 { font-size: 22px; line-height: 30px; margin-top: 50px; }
    #heroCarousel .carousel-indicators button { width: 6px; height: 6px; margin: 0 5px 5px 5px; }
    .home-content-body .news-card:not(.full) {  max-width: 100%; }
    .home-content-body .news-card.full .image-holder { max-height: 200px; }
    .home-content-body .news-card.full .image-holder a { height: auto; }
    .home-content-body .news-card.full .image-holder img { max-height: 200px; margin-top: 0; }
    .home-content-body .news-card:nth-child(even):not(.full) { margin-left: 0; }
    .home-content-body .news-card:nth-child(odd):not(.full) { margin-right: 0; }
    .container.footer-wrap .widget_nav_menu, .container.footer-wrap .wp-block-gallery { width: 100%; flex: 0 0 100%; }
    body footer { padding-bottom: 20px; background-size: 0; }
    .container.footer-wrap .wp-block-gallery { margin-bottom: 30px; }
	body footer #block-3 {  flex: 0 0 100%; }
    body footer .gallery-item, body footer .gallery-item:nth-child(1), body footer .gallery-item, body footer .gallery-item:nth-child(2) { max-width: calc( 54% - 30px ); display: inline-block; margin-bottom: 30px; }
    body footer .gallery-item, body footer .gallery-item:nth-child(1) { margin-left: 0; margin-right: 15px; }
    body footer .gallery-item, body footer .gallery-item:nth-child(2) { margin-right: 0; margin-left: 15px; }
    body footer .gallery-item, body footer .gallery-item:nth-child(3) { max-width: 100%; width: 100%; text-align: center; margin-left: 0; }
    body footer .gallery-item, body footer .gallery-item:nth-child(3) img { max-width: 180px; }
    footer .bottom-bar { padding-left: 0; text-align: center; }
    .cta-row, .cta-row h2 {  text-align: center !important; }
    .home-content-body .testimonial-container .col-md-3 { margin: 0 auto !important; }
    .home-content-body .testimonial-container .content { text-align: center; }
    .home-content-body .member-section .testimonial-container .content p { margin-top: 20px; font-size: 16px; line-height: 24px; }
    .home-content-body .member-section .benefit-item { margin-bottom: 60px !important; }
    .search-btn-menu{ display: inline;}

}

/****Mobile Menu*****/
@media screen and (max-width: 1199px) {
    
    header {
        position: relative;
    }
    header .navbar {
        position: absolute;
        right: 0;
        bottom: 10px;
    }
    header#masthead .site-branding {
        margin-bottom: 0 !important;
    }
    .navbar .navbar-collapse {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        top: 50px;
        width: 100%;
        right: 0;
        min-width: 330px;
        width: 90%;
        box-shadow: 0px 3px 10px rgba(105, 105, 105, 0.5);
        border-radius: 5px;
    }
    .navbar .container {
        padding: 0;
    }
    .navbar .navbar-toggler {
        padding: 0;
    }
    .navbar .navbar-toggler.clicked:not(.collapsed) .navbar-toggler-icon i {
        background-color: transparent;
    }
    .navbar .navbar-toggler.clicked .navbar-toggler-icon i::before, 
    .navbar .navbar-toggler.clicked .navbar-toggler-icon i::after {
        transition: transform 0.5s;
    }
    .navbar .navbar-toggler.clicked:not(.collapsed) .navbar-toggler-icon i::before {
        transform: rotate(45deg);
        top: 0;
        transition: transform 0.5s;
    }
    .navbar .navbar-toggler.clicked:not(.collapsed) .navbar-toggler-icon i::after {
        transform: rotate(-45deg);
        top: 0;
        transition: transform 0.5s;
    }
    .navbar .navbar-toggler:focus, 
    .navbar .navbar-toggler:active {
        outline: unset;
        box-shadow: unset;
    }
    .navbar-toggler .navbar-toggler-icon {
        padding-top: 15px; 
        padding-bottom: 15px;
    }
    .navbar-toggler .navbar-toggler-icon i {
        background-color: #212121;
        display: block; 
        width: 18px;
        height: 3px;
        position: relative;
    }
    .navbar-toggler .navbar-toggler-icon i::before, 
    .navbar-toggler .navbar-toggler-icon i::after {
        width: 18px;
        height: 3px;
        content: '';
        display: block;
        background-color: #212121;
        position: absolute;
    }
    .navbar-toggler .navbar-toggler-icon i::before {
        top: -6px;
    }
    .navbar-toggler .navbar-toggler-icon i::after {
        top: 6px;
    }
    #menu-primary-menu {
        padding: 0 25px !important;
    }
    #menu-primary-menu li:not(.btn-pink) {
        border-bottom: 1px solid rgba(236, 236, 236, 1);
    }
    #menu-primary-menu li.btn-pink {
        padding-top: 15px; 
        padding-bottom: 15px;
    }
    #menu-primary-menu li:not(.btn-pink) {
        width: 100%;
        display: block;
        margin-right: 0;
    }
    #menu-primary-menu li:not(.btn-pink) > a {
        width: 75%;
        display: block;
        padding: 0;
    }
    #menu-primary-menu li:not(.btn-pink) > a > span {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        display: block;
    }
    #menu-primary-menu li .dropdown-menu li a span {
        border-bottom: unset;
    }
    #menu-primary-menu li.menu-item-has-children ul.dropdown-menu {
        padding: 0 25px !important;
    }
    #menu-primary-menu li.menu-item.dropdown-toggle::after {
        top: 20px;
        right: 15px;
    }
    #menu-primary-menu li.menu-item.dropdown-toggle.expanded::after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    #menu-primary-menu li.menu-item.dropdown-toggle:not(.expanded)::after {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    #menu-primary-menu li.menu-item.dropdown-toggle.expanded ul.dropdown-menu {
        opacity: 1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    #menu-primary-menu li.menu-item.dropdown-toggle:not(.expanded) ul.dropdown-menu {
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

}

/****Footer****/
.container.footer-wrap {
    max-width: 80%;
}
footer {
    background-color: #298095;
    padding-top: 65px;
    padding-bottom: 10px;
    background-image: url('../bikeauckland/assets/images/bike-bg.svg');
    background-repeat: no-repeat;
    background-size: 410px;
    background-position: 116% 110%;
}

.site-footer .wp-image-50588 {
    width: 175px !important;
    max-width: 175px !important;
}

@media screen and (min-width: 769px) and (max-width: 1440px){
	footer { background-position: 121% 110%; }
}
@media screen and (min-width: 1750px) {
	footer { background-position: 110% 110%; }
}
footer .gallery-item {
    max-width: calc( 30% - 40px); 
    margin-right: 50px;
    display: inline-block;
    margin-right: 15px;
}
footer .gallery-item img { 
    width: 100%; 
    height: auto;
}
footer * {
    color: #fff;
}
footer .widget-title {
    font-size: 15px;
    line-height: 20px;
}
footer .widget_custom_html p {
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}
footer .widget_custom_html p strong {
    font-weight: 600;
}
footer .widget_custom_html ul {
    padding: 0;
}
footer .widget_custom_html ul li {
    list-style: none;
    display: inline-block;
}
footer .widget_custom_html ul li a {
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    border-radius: 3px;
}
footer #menu-footer-menu {
    padding-left: 0;
}
footer #menu-footer-menu li {
    list-style: none;
    display: inline-block;
    min-width: 45%;
}
footer #menu-footer-menu li a {
    text-decoration: none;
    color: #fff;
}
footer #menu-footer-menu li a:hover {
    text-decoration: underline;
}
footer .footer-wrap .row .col {
    padding-left: 25px;
    padding-right: 25px;
}
footer .footer-wrap .row .col:nth-child(1), footer .footer-wrap .row .col:nth-child(2) { 
    max-width: 350px; 
}
footer .footer-wrap .row .widget_nav_menu, footer .footer-wrap .row .wp-block-gallery {
    margin-top: 30px;
}
footer .footer-wrap .row .wp-block-gallery {
	position: relative;
	padding-top: 60px;
}
footer .footer-wrap .row .wp-block-gallery .blocks-gallery-caption {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
footer .footer-wrap .row .wp-block-gallery .blocks-gallery-grid img{
	max-width: 190px;
	height: auto;	
}
footer .footer-wrap .row .widget_nav_menu .widget-title, footer .footer-wrap .row .wp-block-gallery .widget-title {
    padding-bottom: 15px;
    font-weight: 600;
}
footer .bottom-bar * { 
    color: #D2D2D2;
    font-size: 12px;
    line-height: 21px;
    padding-left: 10px;
}
footer .widget_custom_html li {
    text-align: center;
}
footer .widget_custom_html li a, 
footer .widget_custom_html li a:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
footer .widget_custom_html li.facebook a {
    background-color: #3C5791;
}
footer .widget_custom_html li.facebook a:hover {
    background-color: #fff;
}
footer .widget_custom_html li.facebook a:hover i {
    color: #3C5791;
}
footer .widget_custom_html li.twitter a {
    background-color: #29A7E4;
}
footer .widget_custom_html li.twitter a:hover {
    background-color: #fff;
}
footer .widget_custom_html li.twitter a:hover i {
    color: #29A7E4;
}
footer .widget_custom_html li.linkedin a {
    background-color: #1F72A1;
}
footer .widget_custom_html li.linkedin a:hover {
    background-color: #fff;
}
footer .widget_custom_html li.linkedin a:hover i {
    color: #1F72A1;
}
footer .widget_custom_html li.instagram a {
    background-color: #DD386E;
}
footer .widget_custom_html li.instagram a:hover {
    background-color: #fff;
}
footer .widget_custom_html li.instagram a:hover i {
    color: #DD386E;
}
.cta-row { 
    background-color: #EF5C74; 
    padding-top: 30px; 
    padding-bottom: 15px;
}
.cta-row .container {
    max-width: 1400px;
}
.cta-row h2 {
    padding-right: 30px;
    text-align: right;
}
.cta-row h2, .cta-row p {
    color: #fff;
    margin-bottom: 15px;
} 
.cta-row p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.cta-row a {
    display: inline-block;
    margin-bottom: 15px;
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 15px; 
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
}


/****Sub Pages****/
header.entry-header {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
header.entry-header.bg-default {
    background-image: url('../bikeauckland/assets/images/default-header.png');
}
header.entry-header .heading-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(41, 128, 149, 0.88);
    z-index: 2;
}
header.entry-header h1 {
    color: #fff;
    z-index: 3;
}
.page .entry-content .contain {
    margin: 0 auto;
}
.page .entry-content .contain img { 
    height: auto; 
}
.wp-block-columns {
    padding-top: 80px;
    padding-bottom: 80px;
}

/***Getting Started - Page Template****/
.getting-started-body-container {
    padding-top: 7%;
    padding-bottom: 7%;
}

.getting-started-body-container figure {
    display: flex;
}

.getting-started-body-container .wp-block-pb-accordion-item {
    width: 60%;
    margin-bottom: 100px;
}

.getting-started-body-container .wp-block-pb-accordion-item h2 {
    margin-bottom: 30px;
}

.getting-started-body-container .wp-block-pb-accordion-item p {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.getting-started-body-container figure img,
.getting-started-body-container .wp-block-pb-accordion-item {
    margin-left: auto;
    margin-right: auto;
}
body.page-template-page-getting-started .max-width-1080,
body.page-template-page-discovery-map .max-width-1080,
body.page-template-page-bike-burbs .max-width-1080 {
	max-width: 1080px;
	margin: 0 auto;
}
body.page-template-page-getting-started #accordionSection *,
body.page-template-page-discovery-map #accordionSection *,
body.page-template-page-bike-burbs #accordionSection * {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
body.page-template-page-getting-started #accordionSection .accordion-header .accordion-button,
body.page-template-page-discovery-map #accordionSection .accordion-header .accordion-button,
body.page-template-page-bike-burbs #accordionSection .accordion-header .accordion-button {
	font-size: 18px;
    line-height: 22px;
    color: #212121;
    font-weight: bold;
}
body.page-template-page-getting-started #accordionSection .accordion-item,
body.page-template-page-discovery-map #accordionSection .accordion-item,
body.page-template-page-bike-burbs #accordionSection .accordion-item {
	margin-bottom: 15px;
    border: unset;
    border-radius: 5px;
    box-shadow: 0px 3px 20px rgb(98, 98, 98, 0.08);
    overflow: hidden;
}
body.page-template-page-getting-started #accordionSection .accordion-item .accordion-button:not(.collapsed),
body.page-template-page-discovery-map #accordionSection .accordion-item .accordion-button:not(.collapsed),
body.page-template-page-bike-burbs #accordionSection .accordion-item .accordion-button:not(.collapsed) {
	background-color: #083157;
	color: #fff;
}

/***News - Page Template****/
.news-content-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

/*** Sub Page - Carousel ***/
.page-template-page-sub-page .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.page-template-page-sub-page .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23309FB7' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    opacity: 1;
   }
   
.page-template-page-sub-page .carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23309FB7' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    opacity: 1;
    }

/***About Us - Page Template****/
body.page-template-page-who-we-are .content-body img, 
body.page-template-page-sub-page .content-body img, 
body.page-template-page-content-sub-page .content-body img, 
body.page-template-page-getting-started .content-body img,
body.page-template-page-discovery-map .content-body img, 
body.page-template-page-custom-content-template .content-body img {
    width: 100%;
}

body.page-template-page-sub-page .content-body ul li a img {
    width: 30px;
    height: 30px;
}

body.page-template-page-who-we-are .content-body .row-item,
body.page-template-page-sub-page .content-body .row-item,
body.page-template-page-getting-started .content-body .row-item,
body.page-template-page-discovery-map .content-body .row-item,
body.page-template-page-content-sub-page .content-body .row-item,
body.page-template-page-custom-content-template .content-body .row-item,
body.page-template-page-bike-burbs .content-body .row-item {
    padding-top: 5%;
    padding-bottom: 5%;
}
body.page-template-page-who-we-are .content-body .row-item:nth-child(even), 
body.page-template-page-sub-page .content-body .row-item:nth-child(even), 
body.page-template-page-getting-started .content-body .row-item:nth-child(even),
body.page-template-page-content-sub-page .content-body .row-item:nth-child(even),
body.page-template-page-discovery-map .content-body .row-item:nth-child(even),
body.page-template-page-bike-burbs .content-body .row-item:nth-child(even),
body.page-template-page-custom-content-template .content-body .row-item.grey,
body.page-template-page-bike-burbs .content-body .row-item.grey {
    background-color: #F4F6F6;
}
body.page-template-page-who-we-are .content-body h2,
body.page-template-page-sub-page .content-body h2,
body.page-template-page-getting-started .content-body h2,
body.page-template-page-content-sub-page .content-body h2,
body.page-template-page-discovery-map .content-body h2,
body.page-template-page-bike-burbs .content-body h2,
body.page-template-page-custom-content-template .content-body h2 {
    font-size: 39px;
    line-height: 48px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
	body.page-template-page-who-we-are .content-body h2,
	body.page-template-page-sub-page .content-body h2,
	body.page-template-page-getting-started .content-body h2,
	body.page-template-page-content-sub-page .content-body h2,
	body.page-template-page-discovery-map .content-body h2,
	body.page-template-page-bike-burbs .content-body h2,
	body.page-template-page-custom-content-template .content-body h2 {
		font-size: 28px;
		line-height: 32px;
		font-weight: bold;
	}
}

body.page-template-page-who-we-are .content-body p,
body.page-template-page-sub-page .content-body p,
body.page-template-page-getting-started .content-body p,
body.page-template-page-content-sub-page .content-body p,
body.page-template-page-discovery-map .content-body p,
body.page-template-page-bike-burbs .content-body p,
body.page-template-page-custom-content-template .content-body p {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 17px;
    line-height: 26px;
    font-weight: regular;
}
body.page-template-page-who-we-are .content-body .col-md-6,
body.page-template-page-sub-page .content-body .col-md-6,
body.page-template-page-getting-started .content-body .col-md-6,
body.page-template-page-content-sub-page .content-body .col-md-6,
body.page-template-page-discovery-map .content-body .col-md-6,
body.page-template-page-bike-burbs .content-body .col-md-6,
body.page-template-page-custom-content-template .content-body .col-md-6 {
    padding-left: 25px; 
    padding-right: 25px;
}

body.page-template-page-getting-started .content-body .col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}


body.page-template-page-getting-started .content-body .moreless-button {
font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #EF5C74;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
}

body.page-template-page-getting-started .content-body .read-more-text {
    display: none;
}

body.page-template-page-who-we-are .content-body .content-cta,
body.page-template-page-sub-page .content-body .content-cta {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #165E83;
}

body.page-template-page-sub-page .content-body .content-cta {
    margin-bottom: 75px;
}

body.page-template-page-who-we-are .content-body .content-cta .content,
body.page-template-page-sub-page .content-body .content-cta .content {
    margin-bottom: 20px;
}

body.page-template-page-who-we-are .content-body .content-cta *,
body.page-template-page-sub-page .content-body .content-cta .content * {
    color: #fff;
}
body.page-template-page-who-we-are .content-body .team-wrap {
    background-color: #F4F6F6;
    padding-top: 6%;
    padding-bottom: 6%;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member {
    position: relative;
    padding-top: 50px;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member .slick-list {
	padding-top: 10px;
	padding-bottom: 10px;
}
body.page-template-page-who-we-are .content-body .team-wrap .slick-arrow {
    position: absolute;
    width: auto;
    top: 0; 
    background: transparent;
    border: unset;
}
body.page-template-page-who-we-are .content-body .team-wrap .slick-next {
    right: 0;
}
body.page-template-page-who-we-are .content-body .team-wrap .slick-prev {
    right: 30px;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member .card {
    margin-left: 15px; 
    margin-right: 15px;
    box-shadow: 0px 2px 10px rgba(149, 149, 149, 0.16);
    border: unset;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member .card-body {
    min-height: 85px;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member .card-body .card-title {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
body.page-template-page-who-we-are .content-body .team-wrap .team-member .card-body .card-text {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px;
    line-height: 18px;
}

body.page-template-page-who-we-are .max-width-800 {
	max-width: 800px;
	margin: 0 auto;
}
body.page-template-page-who-we-are .video-row iframe {
	min-height: 350px;
	width: 100%;
}
body.page-template-page-who-we-are .stats-card {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 40px;
	overflow: hidden;
	box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
}
body.page-template-page-who-we-are .stats-card .stats-counter {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 38px;
	font-weight: 700;
	line-height: 42px;
	background-color: #30CE91;
    color: #fff;
    width: 110px;
    min-height: 90px;
	display: inline-block;
	vertical-align: top;
	padding: 50px 0 50px 0;
	text-align: center;
}
body.page-template-page-who-we-are .stats-card .stats-content-wrap {
	width: calc(97% - 105px);
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}
body.page-template-page-who-we-are .stats-card .stats-header {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #212121;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	body.page-template-page-who-we-are .stats-card .stats-counter {
		width: 100%;
		padding: 30px 0 30px 0;
	}
	body.page-template-page-who-we-are .stats-card .stats-content-wrap { 
		width: 100%;
	}
}


/****Posts***/
.post-template-default article.post .entry-content {
    width: 100%;
    overflow: hidden;
}

.post-template-default article.post .container {
    max-width: 750px;
}
.post-template-default .image-wrap img, 
.post-template-default { 
    width: 100%; 
    height: auto;
}
.post-template-default article.post { 
    padding-top: 80px;
}
.post-template-default .entry-meta {
    margin-top: 45px;
    margin-bottom: 15px;
}
.post-template-default .meta-category .post-categories {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.post-template-default .meta-category .post-categories li {
    display: inline-block;
}
.post-template-default .meta-category .post-categories li:not(:last-child) {
    margin-right: 5px;
}
.post-template-default .meta-category .post-categories li a {
    color: #82888C;
    text-decoration: none;
    font-size: 14px; 
    line-height: 18px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
    border-bottom: 1px solid #A8A8A8;
    font-weight: 600;
}
.post-template-default .meta-category .post-categories li a:hover {
    opacity: 0.5;
}
.post-template-default .meta-category, .post-template-default .meta-time {
    display: inline-block;
    width: auto;
}
.post-template-default .meta-category {
    position: relative;
    padding-right: 10px;
}
.post-template-default .heading-wrap {
    margin-bottom: 40px;
}
.post-template-default .image-wrap {
    margin-top: 15px;
    margin-bottom: 60px;
}
.post-template-default .meta-category::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #A8A8A8;
    position: absolute;
    right: 0px;
    top: 8px;
}
.post-template-default .meta-time {
    margin-left: 5px;
    color: #5F6568;
    font-size: 14px;
    line-height: 18px;
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-weight: 500;
}
.post-template-default .meta-author .profile-photo,
.post-template-default .meta-author .author-name {
    display: inline-block;
}
.post-template-default .meta-author .profile-photo {
    margin-right: 10px;
    border-radius: 50px;
}
.post-template-default .meta-author .author-name {
    text-transform: capitalize;
}
.post-template-default .author-section, .post-template-default .related-posts {
    background-color: #FAFAFA;
}
.post-template-default .signup-form {
    position: relative;
    z-index: 2;
}
.post-template-default .signup-form::before {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #FAFAFA;
    z-index: -1;
}
.post-template-default .signup-form .container {
    max-width: 750px;
    margin-top: 70px;
    padding: 50px;
    background-color: #F4F6F6;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(105,105,105,0.18);
}
.post-template-default .author-section {
    padding-top: 60px;
}
.post-template-default .author-section .container {
    max-width: 750px;
}
.post-template-default .related-posts .container {
    max-width: 1050px;
}
.post-template-default .related-posts .section-heading {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.post-template-default .related-posts .section-heading h3 {
    font-size: 22px; 
    line-height: 30px;
    font-weight: 500;
    color: #212121;
}
.post-template-default .related-posts .news-card {
    padding: 0;
    margin-bottom: 60px;
    max-width: 315px;
}
.post-template-default .related-posts .cards .news-card:nth-child(2) {
    margin-left: 50px;
    margin-right: 50px;
}
.post-template-default .related-posts .image-holder {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}
.post-template-default .related-posts .image-holder a {
    display: block;
}
.post-template-default .related-posts img { 
    width: auto;
    max-height: 200px;
    min-width: 100%;
}
.posts-footer .signup-form h3 {
    font-weight: bold;
    margin-bottom: 30px;
}
.posts-footer .signup-form input[type="email"] {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    border: 1.5px solid #D1D1D1;
    border-radius: 5px;
}
.posts-footer .signup-form .gform_title {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 18px;
    line-height: 22px;
    color: #212121;
}
.posts-footer .signup-form .gfield_html {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 12px;
    line-height: 16px;
    color: #212121;
}
.posts-footer .signup-form .gfield_html * {
    color: #212121;
}
.posts-footer .signup-form input[type="submit"] {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    border: unset;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.posts-footer .signup-form input[type="submit"]:hover {
    background-color: #083157;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.posts-footer .author-section .col-md-3 {
    max-width: 90px;
    margin-right: 30px;
}
.posts-footer .author-section .profile-photo {
    border-radius: 50px;
}
.posts-footer .author-section .author-name, .posts-footer .author-section .author-description {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.posts-footer .author-section .author-name {
    text-transform: capitalize; 
    font-size: 16px;
    line-height: 20px;
}
.posts-footer .author-section .author-description {
    font-size: 15px;
    line-height: 20px;
}

/*Hide Author section on posts*/
.author-section {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .post-template-default .related-posts .cards { justify-content: center; }
    .post-template-default .related-posts .cards .news-card:nth-child(2) { margin-left: 20px; margin-right: 20px; }
    .post-template-default .related-posts .news-card { max-width: 235px; }
    .post-template-default .related-posts .news-card .image-holder a { min-height: 160px; }
    .post-template-default .related-posts .news-card .image-holder img { width: auto; height: 100%; }
}
@media screen and (max-width: 767px) {
    .post-template-default .related-posts .news-card { margin: 30px auto; }
    .post-template-default .posts-footer .author-section .d-flex { justify-content: center; text-align: center; }
    .post-template-default article.post { padding-top: 40px; }
    body.single-post .at-expanding-share-button[data-position=bottom-right] { bottom: 25px; right: 25px; }
    body.single-post .header-wrap .text-end { text-align: left !important; }
    body.single-post .header-wrap .meta-author { margin-top: 10px; }
}

/***Progress Bar***/
:root {
    --progress-bar-height: 3px;
    --progress-bar-color: #ffffff;
    --progress-bar-pink-value-color: #EF5C74;
    --progress-bar-blue-value-color: #329DB6;
    --progress-bar-yellow-value-color: #FCCD42;
    --progress-bar-green-value-color: #30CE91;
    --progress-bar-brown-value-color: #764E2A;
    --progress-bar-value: 20%;
}
.progress-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
} 
.progress-label {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
} 
progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    height: var(--progress-bar-height);
    background-color: var(--progress-bar-color);
    border: none;
} 
progress::-moz-progress-bar {
    background-color: var(--progress-bar-value-color);
} 
progress::-webkit-progress-bar {
    background-color: var(--progress-bar-color);
} 
.progress-wrapper.pink progress::-webkit-progress-value, .progress-wrapper.default progress::-webkit-progress-value {
    background-color: var(--progress-bar-pink-value-color);
} 
.progress-wrapper.blue progress::-webkit-progress-value {
    background-color: var(--progress-bar-blue-value-color);
} 
.progress-wrapper.yellow progress::-webkit-progress-value {
    background-color: var(--progress-bar-yellow-value-color);
} 
.progress-wrapper.green progress::-webkit-progress-value {
    background-color: var(--progress-bar-green-value-color);
} 
.progress-wrapper.brown progress::-webkit-progress-value {
    background-color: var(--progress-bar-brown-value-color);
} 
.progress-wrapper.pink progress::-ms-fill, .progress-wrapper.default progress::-ms-fill {
    background-color: var(--progress-bar-pink-value-color);
} 
.progress-wrapper.blue progress::-ms-fill {
    background-color: var(--progress-bar-blue-value-color);
} 
.progress-wrapper.yellow progress::-ms-fill {
    background-color: var(--progress-bar-yellow-value-color);
} 
.progress-wrapper.green progress::-ms-fill {
    background-color: var(--progress-bar-green-value-color);
} 
.progress-wrapper.brown progress::-ms-fill {
    background-color: var(--progress-bar-brown-value-color);
} 

/****Page Template - Contact Us *****/
.page-template-page-contact-us {
    background-color: #F4F6F6;
}
.page-template-page-contact-us #primary * {
    font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.page-template-page-contact-us #primary .container { 
    max-width: 830px;
    padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 90px;
}

.bike-burbs-contact-form { 
    max-width: 1080px;
    padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 50px;
}

.bike-burbs-contact-form {
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-contact-us header.entry-header .heading-wrap {
    padding-bottom: 100px;
}
.page-template-page-contact-us .contact-form input[type="text"], 
.page-template-page-contact-us .contact-form input[type="email"],
.bike-burbs-contact-form input[type="text"],
.bike-burbs-contact-form input[type="email"],
.page-template-page-contact-us .contact-form textarea,
.page-template-page-contact-us .contact-form select,
.bike-burbs-contact-form select,
.bike-burbs-contact-form textarea,
.tribe-community-events form input[type="text"],
.tribe-community-events form textarea {
    background-color: #F1F5F5;
    border: unset;
    border-radius: 5px;
    color: #65686A;
}
.page-template-page-contact-us .contact-form-content h3,
.bike-burbs-contact-form .gform_description {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.bike-burbs-contact-form .gform_heading {
    text-align: center;
    margin-bottom: 50px;
}

.page-template-page-contact-us .contact-form-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
}
.page-template-page-contact-us .contact-form .gfield {
    margin-bottom: 15px;
    padding-right: 15px;
}
.page-template-page-contact-us .contact-form .gfield_checkbox {
    color: #65686A;
}
.page-template-page-contact-us .contact-form input[type="submit"] {
    border: unset;
    outline: unset;
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: bold;
}
.page-template-page-contact-us .contact-form form {
    position: relative;
}
.page-template-page-contact-us .contact-form form .gform_footer {
    position: absolute;
    right: 15px;
    bottom: -20px;
}

#privacy_statement_field, .checkbox {
    font-weight: 200 !important;
}

/***Tribe Events***/
.post-type-archive-tribe_events {
    background-color: #F4F6F6;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row {
    box-shadow: 0px 3px 6px rgba(105, 105, 105, 0.08);
    -webkit-box-shadow: 0px 3px 6px rgba(105, 105, 105, 0.08);
    background-color: #fff;
    border-radius: 5px;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-details {
    padding-top: 40px;
    padding-bottom: 40px;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
    background-color: rgba(48, 206, 145, 1);
    border-radius: 5px 0 0 5px;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .tribe-events-calendar-list__event-date-tag-datetime {
    justify-content: center;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 50px;
    color: #fff;
}
.post-type-archive .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 17px;
    color: #fff;
}

/*
body.post-type-archive #page .tribe-events.tribe-events-view .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag.tribe-common-g-col  .tribe-events-calendar-list__event-description.tribe-common-a11y-hidden {
    display: none !important;
}*/

/***Posts Category****/
.archive.category .home-content-body .news-card { 
    margin-left: 10px; 
    margin-right: 10px;
    vertical-align: top;
}
.archive.category #ajax-load-more {
    margin-left: -10px;
    margin-right: -10px;
}

/***Search Pages****/
.search-results .search-page-header,
.page-template-page-news .search-page-header {
    padding: 60px 15px 35px 15px;
}
.search-results .search-page-header form .screen-reader-text,
.page-template-page-news .search-page-header form .screen-reader-text {
    display: none;
}
.search-results .search-page-header form .search-field,
.page-template-page-news .search-page-header form .search-field {
    width: 100%;
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 38px;
    line-height: 51px;
    background-color: transparent;
    border: unset;
    outline: unset;
    color: #212121;
    
}
.search-results .search-page-header form.search-form,
.page-template-page-news .search-page-header form.search-form{
    position: relative;
    border-bottom: 2px solid #D5D5D5;
    padding-left: 50px;
}
.search-results .search-page-header form label,
.page-template-page-news .search-page-header form label{
    width: 100%;
}
.search-results .search-page-header form.search-form::after,
.page-template-page-news .search-page-header form.search-form::after{
    content: '\f002';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 1;
}
.search-results .search-page-header form .search-submit,
.page-template-page-news .search-page-header form .search-submit{
    font-size: 0;
    padding: 20px;
    border: unset;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: transparent;
}
.search-results .search-page-header form.sortby-form,
.page-template-page-news .search-page-header form.sortby-form,
.search-results .search-page-header .grid-btn-toggle,
.page-template-page-news .search-page-header .grid-btn-toggle{
    display: inline-block;
    vertical-align: bottom;
}
.search-results .search-page-header form.sortby-form,
.page-template-page-news .search-page-header form.sortby-form{
    border-bottom: 2px solid #D5D5D5;
    padding-bottom: 10px;
}
.search-results .search-page-header form.sortby-form select,
.page-template-page-news .search-page-header form.sortby-form select{
    border: unset;
    outline: unset;
    background-color: transparent;
    font-weight: 600;
}
.search-results .search-page-header form.sortby-form *,
.page-template-page-news .search-page-header form.sortby-form * {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
.search-results .search-page-header .grid-btn-toggle p.btn-toggle-text,
.page-template-page-news .search-page-header .grid-btn-toggle p.btn-toggle-text{
    display: block;
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.search-results .search-page-header .grid-btn-toggle p.soft-btn-toggle,
.page-template-page-news .search-page-header .grid-btn-toggle p.soft-btn-toggle{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
.search-results .search-page-header .grid-btn-toggle p.soft-btn-toggle a:nth-child(1),
.page-template-page-news .search-page-header .grid-btn-toggle p.soft-btn-toggle a:nth-child(1){
    margin-right: 15px;
}
.search-results .search-page-header .grid-btn-toggle p.soft-btn-toggle a.active,
.page-template-page-news .search-page-header .grid-btn-toggle p.soft-btn-toggle a.active {
    color: #000000
}
.search-results .search-page-header .grid-btn-toggle p.soft-btn-toggle a:not(.active),
.page-template-page-news .search-page-header .grid-btn-toggle p.soft-btn-toggle a:not(.active) {
    color: rgba(33, 33, 33, 0.35);
}
.search-results .row.grid .card.news-card,
.page-template-page-news .row.grid .card.news-card,
.page-template-page-kids-ride .search-results-row.grid .card.news-card { 
    padding: 0;
    margin-left: 25px !important;
    margin-right: 25px;
    margin-bottom: 50px;
}
.search-results .search-page-header .col-md-4,
.page-template-page-news .search-page-header .col-md-4 {
    padding-left: 30px;
}
.search-results .search-results-row.list .card.news-card,
.page-template-page-news .search-results-row.list .card.news-card { 
    width: 100%;
    max-width: 100%;
    flex-direction: row-reverse;
}
.search-results .search-results-row.list .card.news-card,
.page-template-page-news .search-results-row.list .card.news-card {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
.search-results .search-results-row.list .card.news-card .image-holder,
.page-template-page-news .search-results-row.list .card.news-card .image-holder {
    border-radius: 0 5px 5px 0;
}
.search-results .posts-navigation .screen-reader-text,
.page-template-page-news .posts-navigation .screen-reader-text {
    display: none;
}
.search-results .posts-navigation .nav-links,
.page-template-page-news .posts-navigation .nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 25px;
}
.search-results .posts-navigation .nav-links a,
.page-template-page-news .posts-navigation .nav-links a {
    position: relative;
    color: #212121;
    text-decoration: none;   
}
.search-results .posts-navigation .nav-links .nav-previous a::before,
.page-template-page-news .posts-navigation .nav-links .nav-previous a::before {
    content: '\f30a';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    left: -25px;
    top: -3px;
}
.search-results .posts-navigation .nav-links .nav-previous a:hover::before,
.page-template-page-news .posts-navigation .nav-links .nav-previous a:hover::before {
    animation: bounce-left 1s;
}
.search-results .posts-navigation .nav-links .nav-next a:hover::after,
.page-template-page-news .posts-navigation .nav-links .nav-next a:hover::after {
    animation: bounce-right 1s;
}
.search-results .posts-navigation .nav-links .nav-previous,
.page-template-page-news .posts-navigation .nav-links .nav-previous {
    margin-left: 25px;
}
.search-results .posts-navigation .nav-links .nav-next a::after,
.page-template-page-news .posts-navigation .nav-links .nav-next a::after {
    content: '\f30b';
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: -25px;
    top: -3px;
}
.search-results .posts-navigation .nav-links .nav-next,
.page-template-page-news .posts-navigation .nav-links .nav-next {
    margin-right: 25px;
}
@media screen and (min-width: 768px) {
    .search-results .row.grid .card.news-card,
	.page-template-page-news .row.grid .card.news-card,
	.page-template-page-kids-ride .row.grid .card.news-card 	{
        max-width: calc(33% - 50px);
    }
}


/****Donation Form*****/
#primary .widget_wc-donation-widget .wc-donation-in-action .wc-label-button {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
    font-size: 24px;
    line-height: 28px;
	background-color: #FFFFFF !important;
	border-radius: 5px;
	border: unset;
	box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08);
	min-height: 70px;
	color: #212121 !important;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#primary .widget_wc-donation-widget .wc-donation-in-action .wc-label-button:hover,
#primary .widget_wc-donation-widget .wc-donation-in-action .wc-label-button.wc-active {
	background-color: #30CE91 !important;
	color: #FFFFFF !important;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#primary .widget_wc-donation-widget .wc-input-text {
	border: unset;
	outline: unset;
	height: 45px;
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	padding: 15px;
	box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.08) !important;
}
#primary .widget_wc-donation-widget .wc-donation-f-submit-donation {
	border: unset;
	outline: unset;
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 500;
	font-size: 16px;
    line-height: 20px;
    background-color: #EF5C74 !important;
	color: #fff !important;
    padding: 14px 30px;
    border-radius: 30px;
    margin-top: 30px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
#primary .widget_wc-donation-widget .wc-donation-f-submit-donation:hover {
	background-color: #083157 !important;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}

/***Page Template - Become a Member ***/
body.page-template-page-become-member .member-section {
    background-color: #F4F6F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
body.page-template-page-become-member.member-section.bg-grey {
    background-color: #F4F6F6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
body.page-template-page-become-member .member-section .membership-header-content {
    margin-bottom: 20px;
    display: block;
}
body.page-template-page-become-member .member-section .membership-btn-cta {
    display: inline-block;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    padding: 22px 36px;
    border-radius: 50px;
}
body.page-template-page-become-member .member-section .membership-header-content p {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 24px;
    line-height: 31px;
}
body.page-template-page-become-member .member-section .membership-header-content p strong {
	color: #EF5C74;
}

/* hide learn more section content homepage */
.member-benefit-toggle-btn{
    display: none !important;
}


body.page-template-page-become-member .member-section .member-benefit-toggle-btn {
    display: block;
    margin: 30px auto 0 auto;
    outline: unset;
    box-shadow: unset;
}
body.page-template-page-become-member .member-section .member-benefit-toggle-btn .btn-text, 
body.page-template-page-become-member .member-section .member-benefit-toggle-btn i {
    display: block;
}
body.page-template-page-become-member .member-section .member-benefit-toggle-btn .btn-text {
    color: #A6A6A6;
    font-size: 12px;
    line-height: 16px;
    font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
body.page-template-page-become-member .member-section .member-benefit-toggle-btn.expanded i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
body.page-template-page-become-member .member-section .member-benefit-toggle-btn .btn-text, 
body.page-template-page-become-member .member-section .member-benefit-toggle-btn i {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
body.page-template-page-become-member .member-section .member-benefit-toggle-btn i {
    color: #A6A6A6;
}
body.page-template-page-become-member .member-section .testimonial-container {
    padding-bottom: 60px;
}
body.page-template-page-become-member .member-section .testimonial-container .container {
    max-width: 850px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: -40px;
	position: relative;
	padding: 45px 45px 45px 45px;
	box-shadow: 0px 1px 8px rgba(105,105,105,0.18);
	-webkit-box-shadow: 0px 1px 8px rgba(105,105,105,0.18);
}
body.page-template-page-become-member .member-section .testimonial-container .content p {
    font-size: 19px;
    line-height: 30px;
}
body.page-template-page-become-member .member-section .testimonial-container img {
    width: 100%;
    border-radius: 100%;
}
body.page-template-page-become-member .member-section .testimonial-container .col-md-3 {
    max-width: 145px;
}
body.page-template-page-become-member .member-section .membership-benefit-container {
    padding-top: 40px;
    padding-bottom: 50px;
}
body.page-template-page-become-member .member-section .membership-benefit-container h3.section-title {
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 70px;
}
body.page-template-page-become-member .member-section .membership-benefit-container .benefit-item {
    margin: 20px 15px 15px 15px;
    box-shadow: 0px 2px 6px rgba(93, 93, 93, 0.16);
    border-radius: 5px;
    max-width: 210px;
    padding: 70px 25px 20px 25px;
    position: relative;
    text-align: center;
}
body.page-template-page-become-member .member-section .membership-benefit-container .benefit-item .benefit-icon {
    background-color: #329DB6;
    border-radius: 50px;
    position: absolute;
    width: 95px;
    height: 95px;
    text-align: center;
    top: -50px;
    left: calc(50% - 42.5px);
    padding-top: 26px;
}
body.page-template-page-become-member .member-section .membership-benefit-container .benefit-item .benefit-title {
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
body.page-template-page-become-member .member-section .membership-benefit-container .benefit-item .benefit-content p {
    font-size: 13px;
    line-height: 20px;
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
body.page-template-page-become-member .member-section .membership-benefit-container .benefit-item .benefit-icon i {
    color: #fff;
    font-size: 40px;
}
body.page-template-page-become-member .member-section .membership-footer-content {
    max-width: 635px;
    margin: 40px 0 20px 0;
    text-align: center;
}
body.page-template-page-become-member .member-section .membership-footer-content strong {
    font-weight: bold;
    color: #EB5F76;
}
body.page-template-page-become-member .member-section .membership-footer-content p {
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 15px;
    line-height: 20px;
}
body.page-template-page-become-member .member-section .membership-footer-content h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 31px;
    font-weight: bold;
}
body.page-template-page-become-member .member-section .membership-plan-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.page-template-page-become-member .member-section .membership-plan-container h2 {
	font-weight: bold;
}
body.page-template-page-become-member .member-section .membership-plan-container p {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
}
body.page-template-page-become-member .member-section .membership-plan-container .container,
body.page-template-page-become-member .member-section .membership-impact-container .container,
body.page-template-page-become-member .member-section .membership-benefit-container .container {
	max-width: 850px;
	padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card {
	max-width: 90%;
    display: block;
    padding: 30px;
	margin: 20px auto;
	box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.18);
    -webkit-box-shadow: 0px 1px 8px rgba(105, 105, 105, 0.18);
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card * {
	color: #fff;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product1 {
	background-color: #30CE91;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product2 {
	background-color: #329DB6;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product1 #desktop-amount {
	display: inline-block;
	background-color: transparent;
	color: #fff !important;
	border: unset !important;
	outline: unset;
	width: 120px;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product1 span {
	display: inline-block;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product1,
body.page-template-page-become-member .member-section .membership-plan-container .product-card.product2 {
	position: relative;
}

body.page-template-page-become-member .member-section .membership-plan-container .product-card .product-price {
	font-size: 44px;
    line-height: 48px;
	margin-bottom: 5px;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card .product-price span.suffix {
	font-size: 14px;	
    line-height: 18px;
    margin-left: 5px;
    letter-spacing: 1px;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card .product-title {
	font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-decoration: none;
	margin-bottom: 15px;
}
body.page-template-page-become-member .member-section .membership-plan-container .product-card .product-desc {
	font-size: 16px;
    line-height: 18px;
	text-decoration: none;
	display: block;
	margin-bottom: 40px;
	max-width: 80%;
}
body.page-template-page-become-member .member-section .membership-impact-container .section-title,
body.page-template-page-become-member .member-section .membership-gallery-container h3 {
	font-size: 24px;
    line-height: 31px;
    font-weight: bold;
	margin-bottom: 20px;
}
body.page-template-page-become-member .member-section .membership-impact-container .benefit-icon {
	font-size: 40px;
	color: #329DB6;
	margin-bottom: 5px;
}
body.page-template-page-become-member .member-section .membership-impact-container .benefit-title {
	font-size: 40px;
	line-height: 44px;
	color: #212121;
	margin-bottom: 10px;
	font-weight: bold;
}
body.page-template-page-become-member .member-section .membership-impact-container .benefit-content {
	font-size: 18px;
	line-height: 22px;
	color: #212121;
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
	margin-bottom: 10px;
}
body.page-template-page-become-member .member-section .membership-gallery-container .container {
	max-width: 850px;
	padding-top: 70px;
	padding-bottom: 60px;
}
body.page-template-page-become-member .member-section .desktop-membership-slider #add-to-cart-btn {
	margin-top: 40px;
	color: #30CE91;
	font-weight: 600;
	display: inline-block;
}
body.page-template-page-become-member .member-section .desktop-membership-slider #add-to-cart-btn:hover {
	color: #fff;
}
body.page-template-page-become-member .member-section .desktop-membership-slider .text-right {
	text-align: right;
}

body.page-template-page-become-member .member-section .desktop-membership-slider i {
    width: 50px;
    font-size: 50px;
    margin-bottom: 20px;
}

.amount-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ui-slider {
    margin-top: 50px;
}

.ui-slider .ui-slider-handle, .ui-state-focus {
    width: 60px !important;
    height: 60px !important;
    top: -1.3em !important;
    margin-bottom: 30px;
    background: none !important;
    border: none !important;
    outline: none !important;
}


/****Bike Burbs****/
body.page-template-page-bike-burbs .content-body h3,
body.page-template-page-bike-burbs .gallery-section h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
#v-pills-tab .nav-link {
	background-color: transparent;
	text-align: left;
	color: #797979;
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif; 
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	padding: 7px 8px;
	margin-bottom: 10px;
    border-radius: 5px; 
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s; 
	-o-transition: background 0.5s; 
}
#v-pills-tab .nav-link:hover,
#v-pills-tab .nav-link.active,
#v-pills-tab .nav-link.active:hover {
	color: #EF5C74;
	background-color: #fff;
	box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s; 
	-o-transition: background 0.5s; 
}
#v-pills-tabContent .tab-pane a {
	color: #329DB6;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
#v-pills-tabContent .tab-pane a:hover {
	color: #3C5791;
}
/***Timeline***/
.custom-timeline {
	background-color: #F4F6F6;
}
.cool_timeline {
	margin-top: 0 !important;
}
.custom-timeline .entry-content .container {
	max-width: 850px;
	background-color: #fff;
	padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    background-color: #fff;
    border-radius: 5px;
	margin-top: -40px;
	margin-bottom: 50px;
}
.cool_timeline .timeline-main-title {
	display: none;
}
.cool-timeline .timeline-post .ctl_info img {
	height: auto;
}
.cool-timeline .timeline-post .timeline-content .content-details img,
.cool-timeline .timeline-post .timeline-content .content-details figure {
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cool-timeline .timeline-post .timeline-content .content-details {
	background-color: #fff;
}
.cool-timeline .timeline-post .timeline-content .content-details p {
	display: block;
	margin-bottom: 10px !important;
}
.cool-timeline .timeline-post .timeline-content .content-details p,
.cool-timeline .timeline-post .timeline-content .content-details {
	font-family:'DM Sans', Tahoma, Geneva, Verdana, sans-serif !important; 
}
.cool-timeline .timeline-post .timeline-content .content-details p a,
.cool-timeline .timeline-post .timeline-content .content-details a {
	color: #30ce91;
}
.cool-timeline.white-timeline .timeline-post .timeline-content .content-title,
.cool-timeline .ctl-timeline-date,
.cool-timeline .meta-details{
	font-family:'Montserrat', Tahoma, Geneva, Verdana, sans-serif !important; 
	font-weight: 600;
}
.cool-timeline .timeline-content {
	border-radius: 5px !important;
}
.cool-timeline .timeline-content .full-width {
	display: none;
}

/****Rides*****/
body.single-ride .entry-content .container {
	max-width: 1080px;
}
body.single-ride .entry-content {
	background-color: #F4F6F6;
}
body.single-ride .entry-content .container .col-md-8,
body.single-ride .entry-content .container .col-md-4 {
	padding: 60px 30px;
}
body.single-ride .entry-content .container .col-md-4 .feature-item {
	margin: 0 20px 15px 20px;
}
body.single-ride .entry-content .container .col-md-4 .location-information,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information,
body.single-ride .entry-content .container .col-md-4 .ride-information {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
	overflow: hidden;
}
body.single-ride .entry-content .container .content-contain {
	padding: 35px 30px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
}
body.single-ride .entry-content .container .col-md-4 .location-information h3,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information h3,
body.single-ride .entry-content .container .col-md-4 .ride-information h3 {
	padding: 20px 25px;
	background-color: #329DB6;
	color: #fff;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
body.single-ride .entry-content .container .col-md-4 .location-information h4,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information h4,
body.single-ride .entry-content .container .col-md-4 .ride-information h4 {
	font-size: 12px;
	line-height: 18px;
	color: #212121;
	font-weight: bold;
}
body.single-ride .entry-content .container .col-md-4 .location-information svg,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information svg,
body.single-ride .entry-content .container .col-md-4 .ride-information svg {
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
}
body.single-ride .entry-content .container .col-md-4 .location-information i,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information i,
body.single-ride .entry-content .container .col-md-4 .ride-information i {
	min-width: 20px;
	min-height: 20px;
	font-size: 20px;
	margin-right: 5px;
}
body.single-ride .entry-content .container .col-md-4 .location-information ul,
body.single-ride .entry-content .container .col-md-4 .infrastructure-information ul,
body.single-ride .entry-content .container .col-md-4 .ride-information ul {
	margin-left: 20px;
}
body.single-ride .entry-content .container .col-md-4 div.map-wrap {
	width: 100%;
}
body.single-ride .acf-map {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
    margin: 5px 0 20px 0;
}
body.single-ride .acf-map img {
   max-width: inherit !important;
}
body.single-ride #primary .entry-content .container .col-md-4 ul li a {
	color: #30CE91;
	text-decoration: none;
}
body.single-ride #primary .entry-content .container .col-md-4 ul li a:hover {
	color: #F15D74;
	text-decoration: none;
}
body.single-ride #primary .entry-content .container figure,
body.single-ride #primary .entry-content .container img {
	width: 100% !important;
	height: auto;
}
@media screen and (max-width: 768px) {
	body.single-ride .entry-content .container .content-contain {
		padding: 25px 20px;
	}
	
	body.single-ride .entry-content .container .content-contain img {
		width: 100%;
		height: auto;
	}
	
	body.single-ride .entry-content .container .col-md-8 {
		padding-bottom: 10px;
	} 
	
	body.single-ride .entry-content .container .col-md-4 {
		padding-top: 10px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
	body.single-ride .entry-content .container .col-md-8 {
		width: 60%;
		padding: 40px 20px;
	}
	body.single-ride .entry-content .container .col-md-4 {
		width: 40%;
		padding: 40px 20px;
	}
}

/***Kids Ride Category Page***/
.page-template-page-kids-ride .row.grid .card.news-card a.image-link-wrap {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.page-template-page-kids-ride .row.grid .card.news-card a.image-link-wrap .image-holder {
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page-template-page-kids-ride .row.grid .card.news-card a.image-link-wrap:hover .image-holder {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page-template-page-kids-ride .row.grid .card.news-card .meta-data {
	color: #A6A6A6;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
	padding: 0;
	margin: 5px 8px;
	display: inline-block;
	width: auto;
}
.page-template-page-kids-ride .row.grid .card.news-card .meta-data .fas {
	font-size: 12px;
}
.page-template-page-kids-ride .row.grid * {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.page-template-page-kids-ride .text-right {
	text-align: right;
}
.page-template-page-kids-ride .sa-btn-pink {
	margin-right: 25px;
	font-weight: 600;
}

.page-template-page-kids-ride #filter-area {
	margin-right: 25px;
	margin-bottom: 15px;
	background-color: transparent;
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	outline: unset;
	border-bottom: 2px solid #D5D5D5;
	padding-bottom: 5px;
	border-top: unset;
	border-left: unset;
	border-right: unset;
}
.boxzilla-content .gform_title {
	font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.boxzilla-content .gfield_label {
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.boxzilla-close-icon {
	color: #fff !important;
}

/***Events****/
#page #primary article .tribe-events-c-subscribe-dropdown { float: unset; }
#page #primary article .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button { display: none; }
.events-page,
.page-template-default .tribe-events .tribe-events-pro-map__event-cards {
	background-color: #F4F6F6;
}
.page-template-default .tribe-events .tribe-events-header .tribe-events-header__events-bar.tribe-events-c-events-bar {
	display: none;
}
.page-template-default .tribe-events .tribe-events-l-container {
	max-width: 1080px;
	padding: 45px 45px 45px 45px !important;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    margin-top: -80px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 40px;
}
.page-template-default .tribe-events .tribe_events {
	padding: 0;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-datetime-wrapper, 
.page-template-default .tribe-events .tribe-events-pro-map__event-datetime-wrapper *,
.page-template-default .tribe-events .tribe-events-pro-map__event-venue,
.page-template-default .tribe-events .tribe-events-pro-map__event-venue *,
.tribe-events-pro-map__event-tooltip .tribe-events-pro-map__event-tooltip-datetime-wrapper *,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-datetime-wrapper * {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #A6A6A6;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-date-tag {
	background-color: #30CE91;
    color: #fff;
    width: 80px;
    min-height: 105px;
	margin-left: 10px;
	display: flex;
    align-content: center;
    justify-content: center;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-date-tag * {
	color: #fff;
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
	line-height: 18px;
}
.tribe-events-pro-map__event-tooltip .tribe-events-pro-map__event-tooltip-title.tribe-common-h7 *,
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__month-separator-text {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
	line-height: 18px;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-date-tag-datetime {
	align-content: center;
    justify-content: center;
    align-items: center;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-date-tag-daynum {
	font-size: 24px;
    line-height: 28px;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-card-wrapper .tribe-events-pro-map__event-card-button {
	border: unset;
	outline: unset;
	margin: 15px;
	border-radius: 5px;
	 box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
	background-color: #fff;
	overflow: hidden;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-details {
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-template-default .tribe-events .tribe-events-pro-map__nav {
	background-color: transparent;
	padding: 10px 20px 10px 20px !important;
	border: unset;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-actions * {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
	line-height: 18px;
	color: #30ce91;
	border-color: #30ce91;
}
.page-template-default .tribe-events .tribe-events-pro-map__event-actions *:hover {
	color: #083157;
	border-color: #083157;
}

/*
.page-template-default .tribe-events .tribe-events-c-ical,
.post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar,
.post-type-archive-tribe_events .tribe-events-calendar-list-nav,
.post-type-archive-tribe_events .tribe-events-c-ical,
.post-type-archive-tribe_events .tribe-events-c-breadcrumbs__list li:nth-child(1) {
	display: none;
}
*/
.page-template-default .tribe-events .tribe-events-pro-map__map, 
.page-template-default .tribe-events .tribe-events-pro-map__event-column {
	width: 50% !important;
}
.page-template-default .tribe-events .tribe-common-b3 {
	left: 40px;
	bottom: 25px !important;
}
.tribe-events-pro-map__event-tooltip .tribe-events-pro-map__event-tooltip-venue *,
.page-template-default .tribe-events .tribe-events-header .tribe-events-c-top-bar *,
.tribe-common-g-row .tribe-events-c-nav__list * {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 12px;
    line-height: 14px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-venue * {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 16px;
    line-height: 20px;
}
.post-type-archive .tribe-events.tribe-events-view p {
	line-height: 24px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-breadcrumbs__list-item-text {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #212121;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-row {
	margin: 40px 0;
}
.post-type-archive-tribe_events .tribe-common-c-btn-border-small,
.tribe-events-page-template .tribe-common-c-btn-border-small {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
	background-color: #EF5C74;
    padding: 10px 20px;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
	border: unset;
	outline: unset;
}
.tribe-events-after-html #addEvent { 
	padding-top: 30px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}
.tribe-events-after-html #addEvent h4 { 
	font-weight: 600;
}
.tribe-events-after-html #addEvent .sa-pink-button {
	display: inline-block;
	margin-top: 15px;
	font-weight: 600;
}
.post-type-archive-tribe_events .tribe-events .datepicker .day.active,
.tribe-events-page-template .tribe-events .datepicker .day.active {
	background: #EF5C74;
}
.add-event-form { 
	background-color: #F4F6F6; 
}
.add-event-form .entry-content .container {
	max-width: 830px;
    padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgb(160 160 160 / 16%);
    -webkit-box-shadow: 0px 2px 20px rgb(160 160 160 / 16%);
    position: relative;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 90px;
}
.add-event-form .entry-content .container #tribe-community-events {
	padding: 0;
	border: unset;
}
.add-event-form .entry-content .container #tribe-community-events .my-events-header {
	display: none;
}
.add-event-form .tribe-community-events form label,
.add-event-form .tribe-community-events .tribe-section .tribe-section-header h3 {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
	text-transform: none !important;
}
.add-event-form .tribe-community-events form input {
	min-height: 40px; 
	padding: 0 15px !important;
	background-color: #f1f5f5 !important;
}
.add-event-form .select2-container--default .select2-selection--single {
	color: #999999;
	border: unset;
	min-height: 40px;
	background-color: #f1f5f5 !important;
	padding: 0 8px;
}
.add-event-form .select2-container .select2-selection--single .select2-selection__rendered {
	margin-top: 3px;
	color: #999999;
}
.add-event-form .tribe-community-events form input,
.add-event-form .tribe-community-events form textarea {
	margin-top: 0;
	box-shadow: unset;
	border: unset;
}
.add-event-form .tribe-community-events .tribe-section .tribe-section-header {
	background: transparent;
	border: unset;	
	margin: 0 8px 0 0;
    padding: 0;
}
.add-event-form .tribe-community-events .tribe-section { 
	border: unset;
}
.add-event-form .tribe-community-events .tribe-section div.tribe-section-content,
.add-event-form .tribe-community-events .tribe-section .tribe-section-content,
.add-event-form .tribe-community-events .tribe-section .tribe-section-content .tribe-image-upload-area  {
	margin: 0;
	width: 100%;
}
.add-event-form .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-selection--multiple .select2-search--inline {
	padding: 0;
}
.add-event-form .tribe-community-events .tribe-section .tribe-datetime-block tbody,
.add-event-form .tribe-community-events .tribe-section .tribe-image-upload-area {
	margin-top: 50px;
	margin-bottom: 50px;
}
.add-event-form #event_tribe_venue .saved-venue-table-cell,
.add-event-form #event_tribe_organizer .saved-organizer-table-cell,
.add-event-form .tribe-section-website .tribe-section-content-label,
.add-event-form .tribe-section-cost .tribe-section-content-label,
.add-event-form #event_captcha .tribe-community-event-info,
.add-event-form #event_tribe_organizer .dashicons-trash,
.add-event-form #event_tribe_organizer tfoot,
.add-event-form .tribe-datetime-block .tribe-change-timezone {
	display: none;
}
.add-event-form #event_tribe_venue .tribe-section-content,
.add-event-form #event_tribe_venue .tribe-section-content tbody td,
.add-event-form #event_tribe_venue .tribe-section-content tbody td .select2 .select2-selection,
.add-event-form .tribe-section-website,
.add-event-form .tribe-section-website *,
.add-event-form  .tribe-section-website .tribe-section-content-field input,
.add-event-form  .tribe-section-website .tribe-section-content-field td {
	width: 100%;
}
.add-event-form #event_tribe_venue,
.add-event-form #event_tribe_venue .tribe-section-content tbody td,
.add-event-form #event_tribe_organizer .tribe-section-content td,
.add-event-form  .tribe-section-website .tribe-section-content-field td,
.add-event-form .tribe-community-events .tribe-section.tribe-section-website td,
.add-event-form .tribe-section-cost .tribe-section-content .tribe-section-content-field {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.add-event-form #event_tribe_venue .tribe-section-content tbody td .select2-container,
.add-event-form #event_tribe_organizer .tribe-section-content td .select2-container,
.add-event-form #event_tribe_organizer .tribe-section-content td .select2-selection,
.add-event-form #event_tribe_organizer .tribe-section-content td,
.add-event-form .tribe-community-events .tribe-section.tribe-section-website input,
.add-event-form .tribe-community-events .tribe-section.tribe-section-cost .cost-input-field,
.add-event-form .tribe-section-cost .tribe-section-content .tribe-section-content-field {
	width: 100% !important;
}
.add-event-form #event_tribe_venue,
.add-event-form .tribe-section {
	padding-bottom: 0 !important;
}
.add-event-form #event_tribe_organizer {
	margin: 0;
}
.add-event-form #event_tribe_venue {
	margin-bottom: 0;
}
.add-event-form #event_captcha {
	background-color: transparent;
	padding: 0;
	border: unset;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border: unset !important;
	outline: unset !important;
}
.add-event-form .tribe-community-events .tribe-section .tribe-section-content .tribe-image-upload-area {
	background-color: #F1F5F5;
	border-radius: 5px;
	background-position: center 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.add-event-form .tribe-datetime-block .tribe-section-content-field #allDayCheckbox {
	min-height: 10px;
}
.add-event-form .tribe-datetime-block .tribe-section-content-field label {
	margin-bottom: 0;
    font-size: 12px !important;
}
.tribe-ui-datepicker.ui-datepicker .ui-datepicker-prev:before,
.tribe-ui-datepicker.ui-datepicker .ui-datepicker-next:before {
	content: '' !important;
}
.tribe-ui-datepicker.ui-datepicker a.ui-state-active {
	background: #EF5C74 !important;
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year,
.tribe-ui-datepicker .ui-datepicker-month {
	font-size: 14px !important;
}
.ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
	line-height: 25px !important;
}
.add-event-form #ui-datepicker-div * {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
}
.add-event-form #page #tribe-add-recurrence, 
.add-event-form #page .tribe-button-secondary,
.add-event-form #page #tribe-add-exclusion,
.add-event-form #page #post.events-community-submit,
.add-event-form #page #EventImage {
	display: inline-block;
    margin: 0 0 15px 0;
    font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-decoration: none;
	background-color: #EF5C74 !important;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 20px;
	text-transform: none;
	border: unset;
	outline: unset;
	min-width: unset;
	width: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.add-event-form #page #tribe-add-recurrence:hover, 
.add-event-form #page .tribe-button-secondary:hover,
.add-event-form #page #tribe-add-exclusion:hover,
.add-event-form #page #post.events-community-submit:hover,
.add-event-form #page #EventImage:hover {
	background-color: #083157 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.add-event-form #page #tribe-add-recurrence span {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
    line-height: 21px;
}
.add-event-form #page .recurrence-rules-header {
	vertical-align: middle;
}
.add-event-form #page .tribe-section-website {
	margin-top: 0;
}


/***Single Events Page***/
.single-tribe_events .main,
#tribe-events-content.tribe-events-single {
	background-color: #F4F6F6;
}
#tribe-events-content.tribe-events-single {
	max-width: 750px;
	margin: 0 auto;
}
#tribe-events-content.tribe-events-single .tribe_events {
	padding: 0 15px;
}
#tribe-events-content.tribe-events-single .tribe-events-single-event-title {
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 38px;
    line-height: 42px;
    color: #212121;
}
#tribe-events-content.tribe-events-single .tribe-events-back {
	display: none;
}
#tribe-events-content.tribe-events-single .tribe-events-notices * {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 12px;
    line-height: 14px;
}
#tribe-events-content.tribe-events-single .tribe-events-single-event-description.tribe-events-content, 
#tribe-events-content.tribe-events-single .tribe-events-schedule * {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
	font-size: 17px;
    line-height: 30px;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule a,
#tribe-events-content.tribe-events-single .tribe-events-event-url,
#tribe-events-content.tribe-events-single dd a {
	color: #30CE91;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#tribe-events-content.tribe-events-single .tribe-events-schedule a:hover,
#tribe-events-content.tribe-events-single .tribe-events-event-url:hover,
#tribe-events-content.tribe-events-single dd a:hover {
	color: #083157;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#tribe-events-content.tribe-events-single .tribe-events-event-categories-label,
#tribe-events-content.tribe-events-single .tribe-events-event-categories {
	display: none;
}
#tribe-events-content.tribe-events-single dd {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif; 
    font-size: 14px;
    line-height: 18px;
}

/* Hides the events calendar dropdown
.single-tribe_events .tribe-events-after-html,
.tribe-events .tribe-events-c-subscribe-dropdown:focus-within .tribe-events-c-subscribe-dropdown__content, 
.tribe-events .tribe-events-c-subscribe-dropdown:focus .tribe-events-c-subscribe-dropdown__content  {
	display: none !important;
}
*/

#tribe-events-content.tribe-events-single .tribe-events-meta-group {
	width: 250px;
}
#tribe-events-content.tribe-events-single .tribe-events-cal-links a {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    padding: 10px 25px 10px 25px;
    background-color: #EF5C74;
    border-radius: 20px;
    background-image: unset;
    background-position: 20px;
	color: #fff;
}
#tribe-events-content.tribe-events-single .tribe-events-cal-links a:hover {
	background-color: #083157;
}
#tribe-events-content.tribe-events-single .tribe-related-events,
#tribe-events-content.tribe-events-single .tribe-events-related-events-title,
#tribe-events-content.tribe-events-single #tribe-events-footer {
	display: none;
}
#tribe-events-content.tribe-events-single .tribe-events-meta-group {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0px 3px 20px rgba(98, 98, 98, 0.16);
    -webkit-box-shadow: 0px 3px 20px rgba(98, 98, 98, 0.16);
	border-radius: 5px;
}
#tribe-events-content.tribe-events-single .tribe-events-event-meta:before {
	display: none;
}
#tribe-events-content.tribe-events-single .tribe-events-event-meta {
	padding-bottom: 50px;
}

/****WooCommerce Area*****/

.woocommerce-checkout {
    margin-top: 50px !important;

}

.woocommerce-checkout .GooglePayButton, #wc-stripe-payment-request-button-separator {
    display: none;
}

body.woocommerce-page {
	background-color: #F4F6F6;
}
body.woocommerce-page h3,
body.woocommerce-page .woocommerce-order-details__title {
	font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 5px;
}
body.woocommerce-page .container-fluid {
	max-width: 830px;
	padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 90px;
}
body.woocommerce-page .container-fluid form.checkout .col-1 {
	width: 100%;
	float: unset;
}
body.woocommerce-page form label {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
    font-weight: 700;
	margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0;
	color: #212121;
}
body.woocommerce-page form input,
body.woocommerce-page form textarea,
body.woocommerce-page form select {
	height: 50px;
	padding: 15px;
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #F1F5F5;
    border: unset;
    border-radius: 5px;
    color: #65686A;
}
body.woocommerce-page .woocommerce-checkout-payment {
	padding: 10px 30px;
}
body.woocommerce-page #customer_details {
	margin-bottom: 30px;
}
body.woocommerce-page button.button {
	border: unset;
	outline: unset;
	font-family: 'Montserrat', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 500;
	font-size: 16px;
    line-height: 20px;
    background-color: #EF5C74 !important;
	color: #fff !important;
    padding: 14px 30px;
    border-radius: 30px;
    margin-top: 30px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
body.woocommerce-page button.button:hover {
	background-color: #083157 !important;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
}
body.woocommerce-page .select2-selection--single {
	height: 40px;
	padding: 5px 0 0 5px;
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #F1F5F5;
    border: unset;
    border-radius: 5px;
    color: #65686A;
}
body.woocommerce-page .woocommerce-notice {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
}

body.woocommerce-account .entry-content .container {
	max-width: 1080px;
	padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 90px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	list-style: none;
	padding: 10px 5px;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 20px;
	font-weight: bold;
	position: relative;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::before {
	width: 20px;
	height: 20px;
	display: block;
	content: '';
	font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
	position: absolute;
	left: -30px;
	top: 0;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation {
	padding-left: 20px;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a,
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
	color: #EF5C74;
	text-decoration: none;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(.is-active) a {
	color: #747474;
	text-decoration: none;
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: '\f3fd';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a::before {
	content: '\f4c0';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area a::before {
	content: '\f674';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--subscriptions a::before {
	content: '\f362';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: '\f4ff';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: '\f2f5';
}
body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: '\f2bb';
}

body.woocommerce-account #primary .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--members-area,
body.woocommerce-account #primary .woocommerce-EditAccountForm fieldset legend  {
	display: none;
}
body.woocommerce-account #primary .woocommerce-EditAccountForm fieldset {
	margin-top: 20px;
}
body.woocommerce-account #primary .woocommerce-EditAccountForm .woocommerce-form-row span em {
	font-size: 12px;
}
body.woocommerce-account #primary .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
	padding-bottom: 10px;
}
body.woocommerce-account #primary .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
	font-size: 18px;
    line-height: 22px;
}
body.woocommerce-account #primary .woocommerce-MyAccount-content .woocommerce-Address *,
.woocommerce-customer-details *,
.woocommerce-orders-table *,
.shop_table *,
.woocommerce-MyAccount-content h2 {
	font-family: 'DM Sans', Tahoma, Geneva, Verdana, sans-serif;
}
body.woocommerce-account #primary .woocommerce-MyAccount-content .woocommerce-Address-title a,
.woocommerce-orders-table a {
	color: #30CE91;
	text-decoration: none;
}
.woocommerce-orders-table a {
	font-weight: bold;
}
body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-order-received #primary .woocommerce-order {
	max-width: 850px;
	padding: 45px 45px 45px 45px;
    box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    -webkit-box-shadow: 0px 2px 20px rgba(160, 160, 160, 0.16);
    position: relative;
    margin: -90px auto 40px auto;
    background-color: #fff;
    border-radius: 5px;
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
	width: 100%;
	float: unset;
}
body.woocommerce-order-received .woocommerce-thankyou-order-details li {
	margin-bottom: 15px;
}
body.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-account .woocommerce-column__title,
.woocommerce-MyAccount-content h2 {
	font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 5px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    background-color: white;
}

@media screen and (min-width: 768px){
	.woocommerce-MyAccount-navigation ul {
		border-right: 1px solid #D2D2D2;
		margin-right: 20px;
	}
}

.banner-box {
	background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgb(105 105 105 / 8%);
    text-align: center;
		}


figcaption{
    margin-top: 0.5em;
    margin-bottom: 1em;
    color: grey;
    font-style: italic;
    text-align: center;

}

.wp-block-quote {
    border-left: solid black 6px;
    padding: 10px 0px 0px 32px;
    margin: 10px;
}


/* YEARLY / MONTHLY TOGGLE SWITCH */
.switch {
    background-color: #EF5C74;
    width: 200px;
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    padding: 2px;
    position: relative;
    zoom: 1;
    margin-left: 30px;
  }
  .switch:before, .switch:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .switch:after {
    clear: both;
  }
  .switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 40px;
    cursor: pointer;
    color: #f5c8cf;
    border-radius: 5px;
    padding: 0px 10px;
  }
  .switch input[type="radio"] {
    display: none;
  }
  .switch input[type="radio"]:checked + label {
    color: #007da6;
    font-weight: bold;
  }
  .switch span {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    transition: all 200ms ease;
  }
  .switch span.right {
    left: 50%;
    border-radius: 5px;
    transition: all 200ms ease;
  }
  