/*
Theme Name: TVAM
Theme URI: https://afterimagedesigns.com/tvam/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tvam
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/* * * * * * * * * * * * * * *
 * Fonts
 * * * * * * * * * * * * * * */
@import url('https://use.typekit.net/rag0pli.css');
/* @font-face {
  font-family: 'zeitungTM';
  src: url('./inc/assets/fonts/zeitungtm-extralight-webfont.woff2') format('woff2'),
       url('./inc/assets/fonts/zeitungtm-extralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'zeitungTM';
  src: url('./inc/assets/fonts/zeitungtm-light-webfont.woff2') format('woff2'),
       url('./inc/assets/fonts/zeitungtm-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'zeitungTM';
  src: url('./inc/assets/fonts/zeitungtm-webfont.woff2') format('woff2'),
       url('./inc/assets/fonts/zeitungtm-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'zeitungTM';
  src: url('./inc/assets/fonts/zeitungtm-semibold-webfont.woff2') format('woff2'),
       url('./inc/assets/fonts/zeitungtm-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'zeitungTM';
  src: url('./inc/assets/fonts/zeitungtm-bold-webfont.woff2') format('woff2'),
       url('./inc/assets/fonts/zeitungtm-bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}*/


/* * * * * * * * * * * * * * *
 * General
 * * * * * * * * * * * * * * */
:root {
  --themeColor: #002c4c;
  --textColor: #616161;
  --themeText: #223059;
}
html {
  font-size: 16px;
}
body {
  color: var(--textColor);
  background: #ffffff;
  font-family: 'zeitung', sans-serif;
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-size: 1rem;
  position: relative;
  padding-top: 48px;
  overflow-x: hidden;
  overflow-y: visible;
}
h1 {
  color: inherit;
  font-size: 38px;
  font-weight: 600;
}
h2 {
  color: #141414;
  font-size: 38px;
  font-weight: 600;
}
p {
  line-height: 1.75;
}
a {
  color: #55b44d;
  cursor: pointer;
  transition: 0.35s;
}
a:hover {
  color:#007a33;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
p:empty {
  display: none;
}
.oma-webpage {
  overflow: hidden;
}
.container {
  max-width: 1260px;
  padding: 0;
}
.container.no-padding {
  padding: 0;
}
.content {
  line-height: 1.75;
}
.tvam-webpage {
  overflow: hidden;
}
.widget {
  margin-bottom: 15px;
}
.post {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.after-login,
body.logged-in .before-login {
  display: none !important;
}
body.logged-in .after-login {
  display: block !important;
}
figure {
  margin: 0;
}
div.portus-webpage {
  overflow: hidden;
}
/*.content {
  /* font-family: 'zeitung', sans-serif;
  font-weight: 400; 
}*/

/* * * * * * * * * * * * * * *
 * Common Classes
 * * * * * * * * * * * * * * */
.btn {
  border-radius: 0.5rem;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 0.9rem 2.6rem;
  position: relative;
  overflow: hidden;
  transition: .1s;
  z-index: 0;
}
.btn:before {
  background: #d4d4d4;
  border-radius: 0.25rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: .4s;
  z-index: -1;
}
.btn:hover {
  text-decoration: none !important;
}
.btn:hover:before {
  transform: scaleY(1);
}
.btn.btn-dark {
  background-color: #353535;
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #007a33;
}
.btn.btn-primary {
  background: #002c4c;
  border-color: #002c4c;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  min-width: 150px;
  padding: 0 15px;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
.btn.btn-primary:hover {
  background: #0d7584;
  box-shadow: 0 4px 0 #005662;
}
.btn.btn-primary:active {
  box-shadow: 0 0 0 #444;
  transform: translateY(0);
  transition: 0s;
}
.btn.btn-default {
  background: #ffffff;
  border-color: #979797;
  border-radius: 0 10px 0 10px;
  color: #666666;
  line-height: 45px;
  text-transform: uppercase;
  min-width: 150px;
  height: 45px;
  padding: 0 15px;
}
.btn.btn-default:hover {
  background: #fbfbfb;
  box-shadow: 0 4px 0 #eee;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.btn.btn-fluid {
  width: 100%;
}
.btn.btn-default:active {
  box-shadow: 0 0 0 #444;
  transform: translateY(0);
  transition: 0s;
}
.btn.btn-success {
  border-color: #55b44d;
  background-color: #55b44d;
}
.btn.btn-success:hover {
  border-color: #007a33;
  background-color: #55b44d;
}
.btn.btn-success:before {
  background: #007a33;
}
.btn.btn-sdark {
  border-color: #007a33;
  background-color: #007a33;
}
.btn.btn-sdark:hover {
  border-color: #55b44d;
  background-color: #007a33;
}
.btn.btn-sdark:before {
  background: #55b44d;
}
.btn-outline-light:hover,
.btn.btn-outline:hover {
  background: none;
}
.hide {
  display: none !important;
}
.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.inline-block.vertical-middle {
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: table;
  margin-left: auto;
}
.alignleft {
  display: table;
  margin-right: auto;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.noClick {
  cursor: default;
}
.bg-image {
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 56%;
}
.bg-treatment-thumbnail {
  padding-bottom: 52.66%;
}
.bg-related-thumbnail {
  background-size: auto 100%;
  background-color: #333;
  padding-bottom: 113%;
}
.bg-team-thumbnail {
  background-size: auto 100%;
  background-color: #333;
  padding-bottom: 146%;
}

/* Hide wordpress toolbar */
html.wp-html {
  margin-top: 0 !important;
}
#wpadminbar {
  transition: 0.4s;
  opacity: 0;
}
#wpadminbar:hover {
  opacity: 1;
}
#wpadminbar .quicklinks ul {
  transition: 0.4s;
  transform: translateY(-32px);
}
#wpadminbar:hover .quicklinks ul {
  transform: translateY(0);
}

/* * * * * * * * * * * * * * *
 * Header
 * * * * * * * * * * * * * * */
header.main-header {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 138px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
}
.main-top-bar {
  background: #353535;
  color: #fff;
  height: 48px;
  padding: 12px 0;
}
.main-top-bar a {
  color: inherit;
  font-size: 9px;
  text-transform: uppercase;
}
.main-top-bar a:hover {
  opacity: 0.75;
}
.main-top-bar i[class*="fa"] {
  font-size: 1.5em;
  margin-right: 0.4em;
}
.main-top-bar span, .main-footer b{
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.main-top-bar i[class*="fab"] {
  font-weight: 400;
  font-size: 1.8em;
}
.top-bar-cart i.fa-shopping-cart {
  font-size: 1.1em;
  margin-right: 0;
}
.fa.fa-phone {
  transform: rotate(100deg);
}
.top-bar-social {
  margin: 0 1.8rem;
}
.main-header-menu {
  height: 90px;
}
.col-logo.navbar-brand {
  width: 225px;
  margin: 0;
  padding: 0;
}
.main-header-menu .col-menu {
  font-size: 0.9rem;
  margin-left: auto;
  margin-right: 0;
}
.join-buttons .btn {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1.7rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 rgba(0,0,0,0) !important;
  transition: .1s;
  position: relative;
}
.join-buttons .btn:before {
  background: #d4d4d4;
  border-radius: 0.25rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: .4s;
  z-index: -1;
}
.join-buttons .btn-outline-dark:hover {
  border-color: #d4d4d4;
  background-color: transparent;
  color: #141414;
}
.join-buttons .btn-dark:hover {
  border-color: #d4d4d4;
  background-color: #353535;
}
.join-buttons .btn-dark:before {
  background-color: #55b44d;
}
.join-buttons .btn:hover:before {
  transform: scaleY(1);
}
.main-header-menu .main-menu {
  flex-direction: row;
}
.main-header-menu .main-menu li {
  margin: 0 4px;
  transition: opacity 0.3s, transform 0.3s;
}
.main-header-menu .main-menu a {
  color: #141414;
  font-weight: 600;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
  position: relative;
}
.main.main-plain {
  padding-top: 90px;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"], .form-row.place-order button[type="submit"], .single-product .summary.entry-summary button[type="submit"] {
  position: relative;
  z-index: 1;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"]:before, .form-row.place-order button[type="submit"]:before, .single-product .summary.entry-summary button[type="submit"]:before {
  background: #007a33;
  border-radius: 0.25rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: .4s;
  z-index: -1;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"]:hover, .form-row.place-order button[type="submit"]:hover, .single-product .summary.entry-summary button[type="submit"]:hover {
  background-color: #55b44d !important;
  border-color: #007a33;
}
.shop_table.shop_table_responsive.woocommerce-cart-form__contents button[type="submit"]:hover:before, .form-row.place-order button[type="submit"]:hover:before, .single-product .summary.entry-summary button[type="submit"]:hover:before {
  transform: scaleX(1);
}
@media only screen and (min-width: 991px) {
  .main-header-menu .main-menu a:hover {
    color: #000000;
  }
  .main-header-menu .main-menu li.mouseout {
    opacity: 0.4;
    transform: scale(0.9);
  }
}


/* * * * * * * * * * * * * * *
 * Footer
 * * * * * * * * * * * * * * */
footer.main-footer {
  background: #353535;
  color: #fff;
  padding: 80px 0 60px;
}
.foot-logo img {
  height: 46px;
}
.main-footer .address p {
  max-width: 290px;
  margin: 15px 0 30px;
  font-style: oblique;
}
.main-footer  i[class*="fa"] {
  font-size: 1.1em;
  margin-right: 0.5em;
}
.copyrights {
  font-size: 0.8rem;
}
.menu-footer-menu-container {
  margin-bottom: 72px;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: inherit;
  opacity: 0.6;
}
.copyrights p {
  margin: 0;
}
footer .col-menu.ml-auto {
  max-width: 520px;
}
footer .col-contact {
  flex-shrink: 0;
}
footer .col-menu ul {
  list-style: none;
  padding: 0;
}
.main-footer .col-menu a {
  font-size: 0.9rem;
}
.terms-menu {
    padding-top: 44px;
}
footer .col-menu ul a {
  line-height: 2;
}
footer .col-menu ul li:first-child a {
  font-weight: 600;
  font-size: 0.96rem;
}
footer .col-menu ul li {
  margin-bottom: 6px;
}
footer .col-partner {
  align-self: flex-end;
  padding-bottom: 6px;
  margin-right: -30px;
}
.col-partner img {
  border-radius: 3px;
  width: 90px;
}
ul#menu-footer-menu li {
  margin-bottom: 6px;
}
.col-partner {
  align-self: flex-end;
  padding-bottom: 10px;
  margin-right: -30px;
}
.main-footer .address a {
  padding: 3px 0;
  display: table;
}
.main-footer .address a span {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 6px;
}
.footer-social a {
  font-size: 20px;
  margin-right: 8px;
}

/* * * * * * * * * * * * * * *
 * Page Header
 * * * * * * * * * * * * * * */
section.page-header {
  background: #141414;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  max-height: 580px;
}
@media only screen and (min-width: 1024px) {
  .home section.page-header {
    max-height: calc(100vh - 100px);
  }
  section.page-header {
    max-height: calc(100vh - 100px);
  }
}
section.page-header img,
.section-home-testimonial img {
  display: block;
  width: 100%;
}
.header-content {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.header-box {
  width: 50%;
  backface-visibility: hidden;
  padding-bottom: 2px;
}
.header-box p {
  font-size: 20px;
  font-weight: 300;
  max-width: 500px;
}
.shadowOverlay:after {
  background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 94%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.fullOverlay:after {
  background: linear-gradient(to right, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.2) 65%, rgba(0,0,0,0.35) 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* * * * * * * * * * * * * * *
 * Welcome cotent
 * * * * * * * * * * * * * * */
section.section-home-welcome {
  background: #f7f7f7;
}
section.section-content {
  padding: 110px 0 75px;
}
section.section-content .content {
  line-height: 1.75;
  margin-top: 1.5rem;
  padding-right: 15%;
}
section.section-content h2 {
  margin-top: 1rem;
}
h4.top-title {
  color: #017933;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
h4.top-title.light {
    color: #55b44d;
}
.col-video iframe {
  border-radius: 1rem;
  max-width: 100%;
}
.col-banner img.img-big {
  border-radius: 1rem;
  width: 442px;
}
.col-banner img.img-small {
  border-radius: 1rem;
  display: block;
  width: 200px;
  margin: -100px 0 0 342px;
}

/* * * * * * * * * * * * * * *
 * Benefits
 * * * * * * * * * * * * * * */
section.section-home-benefits {
  padding: 110px 0 75px;
}
.benefits-list .col-benefit {
  width: 20%;
  padding: 0 15px;
}
.benefits-list {
  margin: 0 -15px;
}
.benefits-list .col-benefit img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  margin-bottom: 10px;
}
.benefits-list .col-benefit:nth-child(2) img {
  width: 64px;
}
.benefits-list .col-benefit figure {
  margin-bottom: 1em;
}
.benefits-list .col-benefit .content {
  font-size: 0.95rem;
  line-height: 1.75;
  margin-top: 1rem;
  padding-right: 1rem;
}

/* * * * * * * * * * * * * * *
 * Testimonial
 * * * * * * * * * * * * * * */
section.section-home-testimonial {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 37.5vw;
}
section.section-home-testimonial figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.section-home-testimonial .container {
  padding: 110px 0;
}
section.section-home-testimonial blockquote {
  color: #fff;
  position: relative;
  padding: 0 40px;
  line-height: 1.8;
  font-size: 1.1rem;
  font-weight: 300;
}
section.section-home-testimonial h4 {
  font-size: 1.3rem;
}
section.section-home-testimonial h4 em {
  font-style: oblique;
  font-weight: 400;
  font-size: 90%;
}
section.section-home-testimonial blockquote:before,
section.section-home-testimonial blockquote:after {
  content: "";
  color: #fff;
  font-size: 6em;
  font-family: verdana;
  line-height: 40px;
  position: absolute;
}
section.section-home-testimonial blockquote:before {
  content: "\201C";
  top: 0;
  left: -20px;
}
section.section-home-testimonial blockquote:after {
  content: "\201D";
  bottom: -40px;
  right: 0px;
}

/* * * * * * * * * * * * * * *
 * Ride
 * * * * * * * * * * * * * * */
section.section-ride {
  background: #007a33;
  padding: 75px 0;
  position: relative;
}
.section-home-ride .col-content {
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
}
.section-home-ride .col-content h4.top-title, .section-home-ride .col-content h2 {
  color: inherit;
}
.home-form {
  background: #fff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  width: 442px;
  max-width: 100%;
  margin: 0 auto;
}
.home-form h3 {
  font-size: 1.25rem;
  color: #131313;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.home-form span.wpcf7-list-item {
  margin: 0;
}
.home-form p {
  margin: 0;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  margin-top: 15px;
}
input.wpcf7-form-control.wpcf7-submit.btn {
  background: #55b44d;
  border-color: #55b44d;
  border-radius: 0.3rem;
  min-width: 240px;
}
input.wpcf7-form-control.wpcf7-submit.btn:hover,
input.wpcf7-form-control.wpcf7-submit.btn:active,
input.wpcf7-form-control.wpcf7-submit.btn:focus {
  background: #007a33;
  border-color: #007a33;
}
section.section-ride .bike {
  background: url(./inc/assets/img/tvam-bike.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 60%;
  transition: 2s;
}
section.section-ride .container {
  position: relative;
}
.home-form .form-control {
  background: #f4f4f4;
  border-color: #f0f0f0;
  font-weight: 200;
  padding: 0.6rem 1rem;
  height: auto;
  margin-top: 5px;
}
div.checkbox {
  font-size: 0.9rem;
  margin-bottom: 1.4rem;
}
div.checkbox a,
div.checkbox span {
  color: #55b44d;
  text-decoration: underline;
  cursor: pointer;
}
div.checkbox span.wpcf7-list-item {
  margin-left: 0;
}
div.checkbox a:hover {
  color: #007a33;
}
.cf7-form-steps label.checkbox span.wpcf7-list-item {
  margin-left: 2px;
}
.wpcf7-radio span.wpcf7-list-item,
.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0 15px 10px 0;
}
.form-control {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.form-control:focus {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  border-color: #ddd;
}
.form-control::placeholder {
  color: #888;
}
.modal-backdrop.show {
  opacity: 0.85;
}
.modal-dialog {
  max-width: 720px;
}
.modal-header {
  background: #55b44d;
  color: #fff;
}
button.btn-close {
  background: none;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  font-size: 20px;
}
.modal-body {
  padding: 30px;
}
.modal-body h2, .modal-body h1 {
  font-size: 1.5rem;
  color: #141414;
  font-weight: 700;
}
.modal-body h3 {
  color: #141414;
  font-size: 1.3rem;
}
#termsModal .modal-body ul {padding-left: 19px;line-height: 1.8;}
#termsModal .modal-body li + li {
  margin-top: 20px;
}
.variations_form.cart .variations {
  position: relative;
  margin-bottom: 20px;
}
a.reset_variations {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 9px;
  color: #d21515;
  font-size: 80%;
  text-transform: uppercase;
}
.variations_form.cart .variations td {
  vertical-align: middle;
  padding: 0 15px 10px 0;
}
.variations_form.cart .variations label {
  margin-bottom: 0;
}
a.button.wc-forward {
  margin-right: 15px;
  text-decoration: underline;
}
div.wpcf7 form.spam .wpcf7-response-output {
  background: #f56e28;
  color: #fff;
}
div.wpcf7 form .wpcf7-response-output {
  background: #00a0d2;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin: 8px 0;
  padding: 6px 15px 8px;
}
div.wpcf7 form.invalid .wpcf7-response-output, div.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #ed1d1d;
  border-color: #ed1d1d;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 2px 4px;
}
input.form-control.wpcf7-not-valid {
  background: #fee4e4;
}
.align-Right .col-image {
  order: 1;
}

/* * * * * * * * * * * * * * *
 * Forms Page
 * * * * * * * * * * * * * * */
.section-forms-list .col-form {
  background-color: #ecebeb;
}
.section-forms-list .col-form:nth-child(1),
.section-forms-list .col-form:nth-child(4),
.section-forms-list .col-form:nth-child(5) {
  background-color: #dfdfdf;
}
.form-fl-box {
  min-height: 520px;
}
.form-fl-box .content {
  max-width: 500px;
  line-height: 1.8;
}
.form-fl-box .btn.btn-success {
  width: 270px;
  height: 54px;
  border-radius: 8px;
  background-color: #007d27;
}
.form-fl-box > div {
  transition: 2s;
}


/* * * * * * * * * * * * * * *
 * Filter Section
 * * * * * * * * * * * * * * */
section.section-filter-nav {
  background-color: #353535;
  color: #fff;
}
section.section-filter-nav .container {
  height: 78px;
}
section.section-filter-nav a {
  color: inherit;
  padding: 0.75rem 0.5rem;
  margin: 0 3rem;
  font-weight: 300;
  font-size: 0.95rem;
  opacity: 0.6;
  cursor: pointer;
  text-transform: uppercase;
}
section.section-filter-nav a.active {
  pointer-events: none;
  opacity: 1;
  font-weight: 600;
}

/* * * * * * * * * * * * * * *
 * Training Page
 * * * * * * * * * * * * * * */
section.section-our-training {
  padding: 80px 0;
}
.training-item {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  cursor: pointer;
  height: 80px;
  margin-bottom: 26px;
  max-height: 80px;
  overflow: hidden;
  transition: .1s;
}
.training-item:hover {
  background-color: #f5f5f5;
  border-color: transparent;
}
.training-item .content {
  display: none;
  padding: 0 40px 26px;
  margin-top: -11px;
}
.training-item h4 {
  color: #017933;
  font-size: 0.9rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 27px 40px;
}
.training-item.active {
  background-color: #f5f5f5;
  border-color: transparent;
  height: auto;
  max-height: 340px;
  transition: .6s;
}
.training-image-list figure {
  display: none;
}
.training-item.active .content,
.training-image-list figure.active {
  display: block;
}
.training-image-list, .training-image-list figure, .training-image-list img {
  height: 100%;
  position: relative;
}
.training-image-list img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 100%;
  position: absolute;
  animation: blurIn 1s;
  filter: blur(0px);
  will-change: filter;
}
.training-item:last-child {
  margin-bottom: 0;
}
@keyframes blurIn {
  from {
      filter: blur(5px);
      opacity: 0;
  }
  to {
      filter: blur(0px);
      opacity: 1;
  }
}

section.section-your-journey {
  background-color: #f7f7f7;
  padding: 140px 0;
}
section.section-your-journey h2 {
  margin-bottom: 33px;
}
section.section-your-journey .col-content .content {
  padding-right: 12%;
}
ol.journey-list {
  list-style: none;
  padding-left: 15px;
  counter-reset: list;
}
ol.journey-list h4 {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: left;
  padding-left: 34px;
  position: relative;
}
ol.journey-list li:nth-child(n+3) {
  margin-top: 33px;
}
ol.journey-list h4:before {content: '1';width: 22px;height: 22px;background-color: #55b44d;display: block;position: absolute;left: 0;top: 5px;border-radius: 50%;text-align: center;line-height: 22px;color: #fff;font-size: 12px;font-family: sans-serif;counter-increment: list;content: counter(list);}


/* * * * * * * * * * * * * * *
 * Testimonial
 * * * * * * * * * * * * * * */
.section-testimonial {
  position: relative;
  padding: 80px 0;
}
.section-testimonial img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.testimonial-item {
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background-color: rgb(255 255 255 / 0.85);
  padding: 33px;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.8s;
}
.testimonial-item.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.testimonial-item .content {
  color: #616161;
  font-size: 0.95rem;
}
.testimonial-item h4 {
  color: #017933;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
}
.testimonial-item p {
  color: #000;
  font-size: 75%;
  margin: 0;
  font-weight: 600;
}
.testimonial-list.swiper-container {
  padding-bottom: 30px;
}
.testimonial-list .swiper-pagination {
  bottom: 0;
  text-align: right;
}
.testimonial-list .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}

section.section-addtional-courses {
  background-color: #f9f9f9;
  padding: 70px 0;
}
.section-addtional-courses .card {
  border-radius: 8px;
  border: 0;
  margin: 0 10px;
}

.card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-addtional-courses h4.top-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 26px;
  text-transform: uppercase;
}
.section-addtional-courses h5.card-title {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.section-addtional-courses p.card-text {
  color: #616161;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.09px;
  text-align: left;
}
.section-addtional-courses .card-body {
  padding: 30px;
}
.section-join-ride h4.top-title, .section-join-ride h2 {
  color: #fff;
}
section.section-join-ride {
  padding: 100px 0;
}
section.section-join-ride .btn {
  min-width: 271px;
}
section.section-join-ride .btn.btn-success {
  border-color: #55b44d !important;
}


/* * * * * * * * * * * * * * *
 * About Us
 * * * * * * * * * * * * * * */
section.section-learn-more {
  padding: 100px 0;
}
.learn-more-item {
  margin-bottom: 30px;
  padding-right: 100px;
}
.learn-more-item:last-child {
  margin-bottom: 0;
}
.learn-more-item .content {
  font-size: 0.9rem;
  line-height: 1.8;
}
section.section-club-data {
  background-color: #007a33;
  color: #fff;
}
section.section-club-data .row {
  width: 100%;
}
section.section-club-data .container {
  height: 340px;
}
.section-club-data .col-data {
  opacity: 0;
  transition: 0.2s;
}
.section-club-data .col-data.fadeIn {
  opacity: 1;
}
.section-club-data h1 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -1.6px;
  line-height: 78px;
}
.section-club-data p {
  margin: 0;
}
.section-local-teams {
  padding: 100px 0 76px;
}
.map-local-team {
  display: none;
} 
.map-local-team.active {
  display: block;
} 
.section-local-teams h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.local-team h4 {
  cursor: pointer;
  padding: 10px 0;
}
.local-team .content {
  display: none;
}
.local-team.active .content {
  display: block;
  line-height: 1.7;
  font-size: 0.95rem;
}
.local-team {
  opacity: 0.5;
  margin-bottom: 20px;
}
.local-team.active {
  opacity: 1;
}
.local-team:last-child {
  margin-bottom: 0;
}
.local-team:hover {
  opacity: 1;
}
section.section-home-member.section-joinus {
  background-color: #f7f7f7;
}
.section-joinus .col-banner img.img-big {
  margin-left: auto;
  display: block;
}
.section-joinus .col-banner img.img-small {
  display: block;
  margin-left: 70px;
}
section.section-join-ride .content {
  color: #fff;
}
section.section-join-ride .btn-magazine {
  width: 350px;
}


/* * * * * * * * * * * * * * *
 * Defualt page styles
 * * * * * * * * * * * * * * */
.main.main-default {
  padding: 90px 0;
}
header.entry-header {
  padding: 30px 0 20px;
  text-align: center;
  color: #000;
}
.entry-content {
  max-width: 1024px;
  margin: 0px auto;
  line-height: 1.7;
}
.entry-content h1, .entry-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 1rem;
}
.entry-content h4, .entry-content p strong:only-child, .entry-content p b:only-child {
  color: #017933;
  font-weight: 600;
  font-size: 1.1rem;
  display: block;
  margin: 2rem 0 1rem;
}
.entry-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 2rem 0 1rem;
}

/* * * * * * * * * * * * * * *
 * Membership
 * * * * * * * * * * * * * * */
.section-request-ride figure img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: top;
}
.request-ride-wrapper {
  max-width: 600px;
}
.request-ride-wrapper .content {
  line-height: 1.8;
}
.section-tvam-journey {
  background-color: #f8f8f8;
  padding: 110px 0;
}
.section-tvam-journey h2 {
  margin-bottom: 70px;
}
.col-journey h3 {
  font-size: 17px;
  color: #141414;
  font-weight: 600;
  line-height: 1.6;
}
.col-journey .content {
  line-height: 1.8;
} 
.col-md-3.col-journey {
  padding: 0 20px;
}
section.section-pay-section {
  background-color: #f3f3f3;
  padding: 135px 0;
}
.cart-checklist-box {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 40px 33px;
}
.cart-checklist-box mark {
  color: #f58c2d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: none;
  padding: 0;
}
.cart-checklist-box h1 {
  color: #141414;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -1.6px;
  margin: 30px 0 55px;
}
.cart-checklist-box sub {
  display: inline-block;
  vertical-align: baseline;
  color: #616161;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 30px;
  max-width: 140px;
}
.cart-checklist-box sub small {
  font-size: 9px;
  display: block;
  line-height: 1.4;
  font-weight: 100;
  margin-top: 5px;
}
ul.tvam-cart-checklist {
  list-style: none;
  padding: 0;
  margin: 45px 0;
}
ul.tvam-cart-checklist li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 0.95rem;
}
ul.tvam-cart-checklist li:before {
  content: "\2713";
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: #4a9c43;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.cart-checklist-box h4 {
  color: #686868;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 35px 0 20px;
}
ol.tvam-cart-requirements {
  list-style: none;
  padding: 0;
  counter-reset: requirements;
}
ol.tvam-cart-requirements li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  counter-increment: requirements;
  letter-spacing: 0;
  margin-right: -10px;
}
ol.tvam-cart-requirements li:before {
  content: counter(requirements);
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-color: #a9a9a9;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.section-pay-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 26px;
}
.section-pay-section div.wpcf7 {
  margin-top: 60px;
}
.section-pay-section .content > p {
  line-height: 1.8;
}
.blog-header .header-box {
  width: 100%;
}
.blog-header .header-box p {margin: 0 auto 12px;}
.blog-header .header-box h1 {
  max-width: 700px;
  margin: 0 auto;
}


section.section-riders-welcome {
  background: #fff;
}
.welcome-testimonial {
  padding-right: 15%;
  font-size: 90%;
  font-style: oblique;
  line-height: 1.8;
  margin-bottom: 20px;
}
.foot-testimonial .avatar,
section.section-riders-welcome .avatar {
  width: 60px;
}
.foot-testimonial h4 {
  color: #141414;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.foot-testimonial p {
  font-size: 12px;
  letter-spacing: -0.12px;
  line-height: 18px;
  margin: 0;
  max-width: 220px;
}
section.section-riders-welcome .avatar {
  width: 60px;
}

/* * * * * * * * * * * * * * *
 * Blogs
 * * * * * * * * * * * * * * */
section.page-header.shop-header {
  max-height: 480px;
}
section.section-news-list {
  background-color: #f9f9f9;
  padding: 67px 0;
}
.container.mid-container {
  max-width: 1160px;
}
.post-card.col-md-4 {
  animation: bubbleIn 0.4s;
  margin-bottom: 70px;
  padding: 0 35px;
}
@keyframes bubbleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.post-card.col-md-4:nth-child(3n+1) {
  animation: bubbleIn 0.55s;
}
.post-card.col-md-4:nth-child(3n+2) {
  animation: bubbleIn 0.7s;
}
.post-card .card {
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 15px 25px rgba(0,0,0,0.02);
  min-height: 100%;
  transition: 0.5s;
}
.post-card .card:hover {
  box-shadow: 0px 25px 25px rgba(0,0,0,0.15);
}
.post-card figure.post-img {
  background: #eee;
}
.post-img {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.fillParent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
a.fillParent {
  cursor: pointer;
  color: transparent;
}
.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  will-change: transform;
  transition: all 0.5s;
}
.post-card .post-img:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.post-card .card-body {
  padding: 30px 30px 55px;
  position: relative;
}
.post-card h4.top-title {
  color: #017933;
  font-size: 12px;
}
.post-card h3 {
  color: #141414;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 20px;
}
.post-card h3 a {
  color: inherit;
}
.post-card h3 a:hover {
  color: #55b44d;
}
.post-card .read-more {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.post-card .read-more a {
  color: #55b44d;
  font-size: 15px;
  font-weight: 600;
}
.news-list .post-card:nth-child(n+13) {
  display: none;
}
a.load-more-blogs {
  background: #f9f9f9;
  box-shadow: 0 0 0 rgba(0,0,0,0.15);
  border-radius: 3px;
  color: #676767;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  padding: 14px;
  transform: scale(1);
  will-change: transform;
}
a.load-more-blogs:hover {
  background: #ffffff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}
a.load-more-blogs:active {
  box-shadow: 0 0 0 rgba(0,0,0,0.05);
  transform: scale(0.99);
  transition: 0s;
}
span.spinner-loader {
  animation: spinnerLoader .5s infinite linear;
  border: 2px solid #141414;
  border-radius: 50%;
  border-right-color: transparent;
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: -35px;
  margin-left: -10px;
}
a.load-more-blogs.active {
  background: #ffffff;
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  opacity: 0.5;
  pointer-events: none;
}
@keyframes spinnerLoader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
section.section-post-content {
  padding: 50px 0;
}
section.section-post-content:after{
  content: '';
  clear: both;
  display: block;
}
.content a:hover,
.section-post-content a:hover {
  text-decoration: underline;
}
.post-container p {
  margin-bottom: 30px;
  line-height: 1.8;
}
section.small-banner img.wp-post-image {
  width: auto;
  display: block;
  margin: 90px auto 0;
}

.et_pb_row, div.et_pb_row {
  width: 100%;
}
section.shop-header .header-box {
  margin: 0 auto;
}
nav.woocommerce-breadcrumb {
  display: none;
}
.woocommerce-shop-section .products-list {
  margin-top: 50px;
  justify-content: center;
  padding-left: 0px;
  margin-left: 0px;
}
.woocommerce-shop-section .product-category {
  width: 29%;
  margin: 0 2% 50px;
  list-style: none;
  display: block;
  position: relative;
  background: #141414;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-shop-section .product-category h2 {
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 28px;
  padding: 20px;
}
.woocommerce-shop-section .product-category h2 mark {
  display: none;
}
.woocommerce-shop-section .product-category a, .woocommerce-shop-section .product-category img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.woocommerce-shop-section .product-category .ext-link {
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-shop-section .product-category img {
  opacity: 0.7;
  transition: .4s;
  transform: scale(1);
  will-change: transform;
  width: 102% !important;
  max-width: none;
}
.woocommerce-shop-section .product-category:hover img {
  opacity: 0.5;
  transform: scale(1.1);
}
.related-products .products-list,
body.tax-product_cat.woocommerce-page .woocommerce-shop-section .products-list {
  margin: 75px -3%;
}
.related-products .product,
body.tax-product_cat.woocommerce-page .product {
  background-color: #fbfbfb;
  border: 1px solid #fbfbfb;
  border-radius: 6px;
  text-align: center;
  width: 21%;
  margin: 0 2% 4%;
}
.related-products .product {
  width: 29%;
}
.related-products .product figure,
body.tax-product_cat.woocommerce-page .product figure {
  height: 255px;
  border-radius: 8px 8px 0 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.related-products .product img,
body.tax-product_cat.woocommerce-page .product img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.related-products .product figure .btn-line, body.tax-product_cat.woocommerce-page .product figure .btn-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: transparent;
}
.related-products .product figure .btn-line:before, 
body.tax-product_cat.woocommerce-page .product figure .btn-line:before {
  opacity: 0;
}
.related-products .product .product-details,
body.tax-product_cat.woocommerce-page .product .product-details {
  padding: 20px 15px;
}
.related-products .product h4,
body.tax-product_cat.woocommerce-page .product h4 {
  font-size: 20px;
  color: #141414;
  font-weight: 600;
}
.related-products .product p,
body.tax-product_cat.woocommerce-page .product p {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.container.shop-container {
  max-width: 840px;
}
.woocommerce-product-gallery img {
  border-radius: 8px;
}
.section.single-product {
  padding: 50px 0;
}
a.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 20px;
}
section.single-product .entry-summary {
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
section.single-product .entry-summary h1 {
  font-size: 32px;
  color: #141414;
  line-height: 1.3;
}
section.single-product .entry-summary p.price {
  color: #f58c2d;
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0 25px;
}
section.single-product .entry-summary .product_meta {
  order: -1;
  margin-bottom: 15px;
}
.product_meta_terms em,
.product_meta_tags {
  display: none;
}
.product_meta_terms a:nth-of-type(n+2) {
  display: none;
}
.product_meta_terms a {
  color: #007a33;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  pointer-events: none;
}
.section.single-product .cart label.screen-reader-text {
  display: none;
}
.section.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
}
.wc-pao-col2, .wc-pao-subtotal-line .amount {
  margin-left: 30px;
  display: inline-block;
}
.wc-pao-addon-container.wc-pao-required-addon.wc-pao-addon.wc-pao-addon-gift-aid {
  width: 100%;
}
h3.wc-pao-addon-name {
  font-size: 18px;
}
.section.single-product .cart button.button {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.28px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  width: 301px;
  height: 58px;
  border-radius: 8px;
  background-color: #55b44d;
  border: 0;
}
.section.single-product .woocommerce-product-details__short-description {
  order: 1;
  margin-top: 25px;
}
.section.single-product .woocommerce-product-details__short-description p {
  line-height: 1.8;
}
form.cart .quantity input {
  margin-right: auto;
}
.product-quantity .quantity input,
form.cart .quantity input {
    display: flex;
    align-items: center;
    width: 99px;
    height: 58px;
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 0;
    padding: 10px 10px 10px 15px;
    outline: 0;
    text-align: center;
}
.product-quantity span.decrease, .product-quantity span.increase, 
form.cart .quantity span.decrease, form.cart .quantity span.increase {
    display: none;
}

div.wc-tab {
  border-radius: 0 9px 8px 8px;
  background-color: #f7f7f7;
  padding: 40px;
}
div.wc-tab h2:first-child {
  display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin: 80px 0 50px;
}
ul.tabs.wc-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
ul.tabs.wc-tabs a {
  background-color: #f7f7f7;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  height: 60px; /* increase from 51px SD 08-Mar-21 */
  display: block;
  padding: 16px 40px;
  color: #007a33;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
ul.tabs.wc-tabs li:first-child a {
  border-top-left-radius: 8px;
  border-left: 1px solid #eee;
}
ul.tabs.wc-tabs li:last-child a {
  border-top-right-radius: 8px;
}
ul.tabs.wc-tabs li.active a {
  background-color: #007d27;
  color: #fff;
}
table.woocommerce-product-attributes th, table.woocommerce-product-attributes td {
  padding: 8px 15px;
  vertical-align: text-bottom;
}
.related-products h2 {
  text-align: center;
}
.related-products .products-list {
  margin-top: 50px;
  margin-bottom: 0;
}
.product .product-details small {
  text-transform: uppercase;
  color: #616161;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
}
blockquote.woocommerce-testimonial {
  background: #fff;
  padding: 20px 30px;
  border-left: 3px solid #dddcdc;
  margin-bottom: 30px;
}
blockquote.woocommerce-testimonial h4 {
  color: #141414;
  margin: 10px 0 0;
}
blockquote.woocommerce-testimonial p {
  font-style: oblique;
}
.cart-collaterals .cross-sells {
  display: none;
}
table.shop_table td, table.shop_table th {border: 1px solid #f0f0f0;padding: 15px 20px;}

a.checkout-button.button {
    text-transform: uppercase;
    padding: 0.9rem 2.5rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}
table.shop_table {
  width: 100%;
}
.cart_totals {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cart_totals table.shop_table th, .cart_totals table.shop_table td {
    border: 0;
    padding: 5px 25px;
    font-size: 30px;
    color: #141414;
}
tr.cart-subtotal {
    display: none;
}
.cart_totals h2 {
    margin: 0;
    display: none;
}
td.product-name figure {
  width: 100px;
  flex-shrink: 0;
  margin-right: 25px;
}

td.product-name div a:first-child {
  font-weight: 600;
  color: #141414;
  font-size: 18px;
  display: block;
}
td.product-name div a.btn-cancel {
  color: #cc4040;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
td.product-name .small.cart-description {
  display: none;
}
.shop_table td.product-name {
  width: 60%;
}
.shop_table td.product-name .d-flex {
  align-items: center;
}
.wc-donation-in-action {
  background: #f9f9f9;
  padding: 30px 40px;
  margin-top: 50px;
}
.wc-donation-in-action > label:first-child {
  font-size: 22px;
  color: #141414;
  font-weight: 600;
  margin-bottom: 15px;
}
button#wc-donation-f-submit-donation {
  padding: 0.6rem 2.5rem;
  text-transform: uppercase;
  margin-top: 1rem;
  border-radius: 3px;
}
div#customer_details {
  flex-wrap: wrap;
  background: #f9f9f9;
  padding: 40px 50px;
}
form.woocommerce-form.woocommerce-form-login {
  border: 1px solid #eee;
  padding: 35px;
  border-radius: 8px;
  margin-bottom: 50px;
}
div#customer_details h3 {
  margin: 0 0 30px;
  text-align: center;
}
div#customer_details .col-12 {
  padding: 0;
}
form.woocommerce-form-login .form-row,
div#customer_details .form-row {
  margin-right: 0;
  margin-left: 0;
  margin: 0 0 30px;
}
form.woocommerce-form-login .form-row > label,
div#customer_details .form-row > label.control-label {
  width: 38%;
  text-align: right;
  padding-right: 30px;
}
form.woocommerce-form-login .form-row > .input-text,
div#customer_details .form-row > span.woocommerce-input-wrapper {
  display: block;
  width: 50%;
}
.woocommerce-account-fields .woocommerce-validated {
  padding-left: 38%;
}
table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
table.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}

ul.wc_payment_methods.payment_methods.methods {
  padding: 0;
}
.form-row.place-order {
  padding-left: 12px;
}
button#place_order {
  padding: 0.9rem 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}
label[for="payment_method_paypal"] {
  font-size: 0;
  margin: 25px 0 10px;
}
label[for="payment_method_paypal"] img {
  font-size: 10px;
}
form.woocommerce-form.woocommerce-form-login input.input-text {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
form.woocommerce-form.woocommerce-form-login button.woocommerce-button {
  padding: 0.9rem 2.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #55b44d;
  border-color: #55b44d;
  border: 0;
  border-radius: 3px;
  min-width: 170px;
  margin-left: 38%;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  width: 100%;
  text-align: left;
  padding-left: 38%;
}
p.lost_password {
  padding-left: 38%;
}
button#selectRenewal {
  width: 300px;
  height: 58px;
  border-radius: 8px;
  background-color: #e7e7e7;
  color: #303030;
  border: 0;
  margin-bottom: 25px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
button#selectRenewal:after {
  position: absolute;
  right: 15px;
  top: 48%;
}
.cf7-form-steps {
  margin-top: 35px;
}
.cf7-form-steps label{
  display: block;
}
.cf7-form-steps label .wpcf7-form-control-wrap{
  margin-top: 5px;
  display: block;
}
.cf7-form-steps h4 {
  margin-bottom: 30px;
}
.cf7-form-steps .form-group {
  margin-bottom: 35px;
}
.cf7-form-steps label.control-label {
  font-weight: 600;
  text-transform: uppercase;
  color: #141414;
  font-size: 14px;
}
.cf7-form-steps .form-control {
  height: 49px;
  border: 0;
}
span.wpcf7-checkbox.form-control {
  background: none;
  padding: 0;
}
span.wpcf7-form-control-wrap.membership-no {
  display: inline-block;
  max-width: 240px;
}
.cf7-form-steps label.checkbox {
  margin-bottom: 11px;
  margin-top: -4px;
  display: table;
}
span.wpcf7-form-control-wrap.checkbox-IAMsection {
  display: inline-block;
  margin-right: 40px;
}
a.back-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #b1b1b1;
  font-size: 13px;
  margin-bottom: 6px;
  display: inline-block;
}
a.back-link:hover {
  color: #4a9c43;
}
.top-bar-cart a {
  font-size: 1rem;
  position: relative;
}
.top-bar-cart a span.cart-contents {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
  display: block;
  position: absolute;
  top: 1px;
  right: -4px;
  opacity: 0;
}
body.shopping-cart-not-empty .top-bar-cart a span.cart-contents {
  opacity: 1;
}
body.shopping-cart-not-empty .top-bar-cart a {
  color: #57b24d;
}
figure.iamRoadsmart {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 110px;
  z-index: 2;
}
figure.iamRoadsmart a {
  border: 0;
  outline: 0;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
figure.iamRoadsmart img {
  backface-visibility: hidden;
}


/* * * * * * * * * * * * * * *
 * Responsive
 * * * * * * * * * * * * * * */
 @media only screen and (min-width: 992px) {
  section.page-header.home-header {
    min-height: 500px;
  }
 }
 @media only screen and (max-width: 1279px) {
  html {
    font-size: 15px;
  }
  .container {
    padding: 0 15px;
  }
  .main-header-menu .main-menu a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .main-header-menu .main-menu li {
      margin: 0;
  }
  .join-buttons .btn {
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: 3px !important;
  }
  ul#menu-footer-menu {
    padding-left: 0;
    column-gap: 30px;
  }
  .header-box {
    width: 75%;
  }
  section.section-content .content {
    line-height: 1.7;
    margin-top: 1.2rem;
    padding-right: 0;
  }
  h2 {
    font-size: 30px;
  }
  h4.top-title {
    font-size: 13px;
  }
  .col-banner img.img-small {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .col-partner {
    margin-right: 0;
  }
  .col-partner img {
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
  }
  footer .col-menu.ml-auto {
    margin-right: 2rem !important;
  }
  .section-addtional-courses .card {
    margin: 0;
  }
  .section-addtional-courses .card-body {
      padding: 18px;
  }
  section.section-join-ride .btn-magazine {
    width: 270px;
  }
  .post-card.col-md-4 {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .post-card .card-body {
      padding: 18px 18px 40px;
  }
  .post-card .read-more {
      left: 18px;
      bottom: 18px;
  }
  .request-ride-wrapper .content {
    margin: 5px 0 !important;
  }
  .request-ride-wrapper h4.top-title {
      margin-bottom: 10px !important;
  }
  section.section-pay-section {
      padding: 50px 0;
  }
  .cart-checklist-box {
      margin-bottom: 50px;
  }
  section.section-home-testimonial img {
    object-fit: cover;
    height: 100%;
  }
  section.section-home-testimonial .container {
    padding: 80px 0;
  }
  section.section-home-testimonial blockquote {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-content {
    top: 0;
  }
  footer .col-menu.ml-auto {
    max-width: none;
    margin: 2rem 0 0 !important;
  }
  footer .col-menu .col-6 {
    margin-bottom: 20px;
  }
  .terms-menu {
    padding-top: 0;
    text-align: left !important;
    margin-top: 0 !important;
  }
  .main-footer .terms-menu > a {
    display: block;
    margin: 0 0 5px !important;
    line-height: 2;
  }
  .footer-social {
    margin-top: 15px;
  }
  footer .col-partner {
    display: flex;
    align-items: flex-end;
  }
  .copyrights {
      max-width: 200px;
      margin-left: 30px;
  }
  section.section-join-ride.section-ride .col-content {
    margin-bottom: 25px;
  }
  .post-img {
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  body {
    padding-top: 65px;
  }
  .main.main-plain {
    padding-top: 0;
  }
  .col-logo.navbar-brand {
    width: 150px;
    margin-top: 15px;
  }
  .main-top-bar {
    display: none;
  }
  header.main-header {
    height: 65px;
  }
  .main-header-menu {
    height: 65px;
  }
  .main-header-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: -16px;
    z-index: 1051;
  }
  .menu-toggle span {
    display: block;
    margin: 8px;
    position: relative;
    width: 30px;
    height: 22px;
  }
  .menu-toggle span i {
    background: #223059;
    display: block;
    height: 3px;
    width: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
  }
  .menu-toggle span i:first-child {
    top: -2px;
  }
  .menu-toggle span i:first-child + i {
    top: 7px;
  }
  .menu-toggle span i:first-child + i + i {
    top: 17px;
  }
  .menu-toggle.active span i {
    opacity: 0;
  }
  .menu-toggle.active span i:first-child {
    opacity: 1;
    transform: rotate(45deg);
    top: 8px;
  }
  .menu-toggle.active span i:first-child + i + i {
    opacity: 1;
    transform: rotate(-45deg);
    top: 8px;
  }
  .main-header.menuOpened .main-header-menu .lang-switch,
  .main-header.menuOpened .main-header-menu {
    display: block;
    top: 0;
  }
  .main-header-menu {
    background: #fcfcfc;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start !important;
    z-index: 1050;
  }
  body.shopping-cart-not-empty .main-top-bar {display: block;height: 40px;}
  body.shopping-cart-not-empty .tvam-header-menu {
      top: 40px;
  }
  body.shopping-cart-not-empty {
      padding-top: 105px;
  }
  body.shopping-cart-not-empty .main-top-bar .top-bar-contact.ml-auto, body.shopping-cart-not-empty .main-top-bar .top-bar-contact.ml-auto + .top-bar-social {
      display: none;
  }

  div#cart_container {
      margin-left: auto;
  }
  .col-logo.navbar-brand a,
  .col-logo.navbar-brand img {
    display: block;
  }
  .main-header-menu .col-menu {
    right: -2px;
    position: absolute;
    margin-right: 0;
    top: 32px;
  }
  .main-header-menu .main-menu li {
    margin: 0;
    display: inline-flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .main-header-menu .main-menu {
    flex-direction: column;
    text-align: left;
    align-items: stretch;
    display: inline-flex !important;
    flex-grow: 1;
  }
  .main-header-menu .main-menu a {
    border-top: 1px solid #c7c7c7;
    width: 100%;
    padding: 5px 20px;
    align-items: center;
    display: inline-flex;
    flex-grow: 1;
  }
  .container {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 100%;
  }
  .mobile-main-menu {
    position: fixed;
    left: 0;
    top: 65px;
    bottom: 0;
    background-color: #e7e7e7;
    width: 100%;
    flex-direction: column;
    display: none !important;
  }
  .main-header-nav {
    width: 100%;
    flex-grow: 2;
    display: inline-flex;
    flex-direction: column;
  }
  .main-header.menuOpened {
    height: 100%;
    position: fixed;
    z-index: 9999;
  }
  .menuOpened .mobile-main-menu {
    display: flex !important;
  }
  .menu-header-menu-container {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
  }
  .join-buttons {
    width: 100%;
    flex-grow: 1;
    display: flex;
    margin: 0 !important;
    flex-direction: column;
  }
  .join-buttons .btn {
    display: flex;
    background: none !important;
    border: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 5px 20px;
    border-top: 1px solid #c7c7c7 !important;
    text-align: left;
    color: #141414;
    flex-grow: 1;
    align-items: center;
  }
  .join-buttons .btn:last-child {
    border-bottom: 1px solid #c7c7c7 !important;
  }
  .join-buttons .btn:before {display: none;}
  .mobile-contact-bars {
    background-color: #282828;
    width: 100%;
    margin-top: auto;
  }
  .mobile-contact-bars a {
    color: #fff;
    padding: 20px;
    text-transform: uppercase;
  }
  .top-bar-social {
    background-color: #000;
    padding: 0;
    margin: 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-contact {
    font-size: 9px;
    justify-content: center;
  }
  .top-bar-contact a.link-mail:first-child {
    padding-right: 5px;
  }
  .top-bar-contact a.link-mail:last-child {
    padding-left: 5px;
  }
  .mobile-contact-bars a {
    width: auto !important;
    flex-basis: auto !important;
  }
  .col-logo.navbar-brand {
    width: 112.5px;
    margin-top: 22px;
  }

  footer.main-footer {
    padding: 50px 0;
  }
  .foot-logo img {
    height: 41px;
  }
  .footer-meta {
    margin-top: 20px;
  }
  ul#menu-footer-menu {
    column-count: 2;
  }
  .mobile-contact-bars .top-bar-contact a {
    font-size: 10px;
  }

  footer .col-menu .col-6 {
    margin: 10px 0;
  }
  .main-footer .terms-menu > a {
    margin: 0 0 10px !important;
    line-height: 2;
    display: block;
  }
  .terms-menu {
    margin: 0 !important;
    text-align: left !important;
    padding-top: 0;
  }
  .footer-social {
    padding: 24px 0 0;
  }
  .footer-social a {
    font-size: 17px !important;
  }
  .col-partner {
    display: flex;
    align-items: flex-end;
  }
  .col-partner img {
    width: 75px;
    margin-right: 22px;
    flex-shrink: 0;
  }
  .copyrights {
    font-size: 9px;
  }
  .copyrights p {
    margin: 0;
    max-width: 150px;
  }
  .header-content {
    position: relative;
    top: auto;
    background-color: #353535;
    padding: 45px 0;
  }
  .header-box {
    width: 100%;
    padding: 0 !important;
  }
  section.page-header img, .section-home-testimonial img {
    min-height: 333px;
    object-fit: cover;
    object-position: 72% 50%;
  }
  h1 {
    font-size: 29px;
  }
  body {
    letter-spacing: 0;
  }
  .header-box p {
    font-size: 15px;
    line-height: 1.8;
  }
  .header-box .btn-blk .btn {
    padding: 14px 5px;
    width: 50%;
    font-size: 12px;
  }
  .header-box .btn-blk .btn + .btn {
      margin-left: 15px !important;
  }
  section.section-home-welcome {
    background: #fff;
  }
  section.section-content {
    padding: 35px 0;
  }
  h4.top-title {
    font-size: 12px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  section.section-content .col-content:first-child {
    margin-bottom: 50px;
  }
  .col-video iframe {
    max-width: 100%;
    height: 220px;
  }
  footer .col-partner {
    padding-bottom: 0;
  }
  .footer-meta .col-menu {
    margin-right: 0 !important;
  }

  section.section-home-benefits {
    padding: 30px 0;
  }
  section.section-home-benefits h2.mb-5 {
    margin-bottom: 25px !important;
  }
  .benefits-list .col-benefit {
    width: 100%;
    margin-bottom: 35px;
  }
  .benefits-list .col-benefit:last-child {
    margin-bottom: 0;
  }
  .benefits-list .col-benefit img {
    height: 63px;
  }
  .benefits-list .col-benefit h4.top-title {
    font-size: 13px;
  }

  .section-home-testimonial img {
    height: 100%;
    object-position: 25% 0%;
    opacity: 0.9;
  }
  section.section-home-testimonial blockquote:before {
    left: 0;
    top: -20px;
  }
  section.section-home-testimonial blockquote {
    padding: 0;
  }
  section.section-home-testimonial .container {
    padding: 80px 0 300px;
  }
  section.section-home-testimonial blockquote:after {
    bottom: auto;
    top: 115%;
  }
  section.section-home-testimonial figure {
    background: #141414;
  }

  body.home section.section-home-member {padding-bottom: 0;}
  body.home section.section-home-member .col-banner img.img-small {
    display: none;
  }
  body.home section.section-home-member .col-banner img.img-big {
    width: 100%;
    border-radius: 0;
  }
  body.home section.section-home-member .col-banner figure {
    margin: 0 -15px;
  }

  section.section-ride .bike {
    background-size: contain;
    height: 170px;
    top: 70px;
  }
  .home-form {
    width: auto;
    margin: 0 -15px;
    border-radius: 0;
    padding: 20px 15px;
  }
  section.section-home-ride.section-ride {
    padding-bottom: 0;
  }
  .header-box p:last-child {
    margin-bottom: 0 !important;
  }

  section.section-our-training {
    padding: 45px 0;
  }
  section.section-our-training h2 {
    margin-bottom: 27px !important;
  }
  .training-item .content {
    display: block;
  }
  .training-item {
    background-color: #f5f5f5;
    border: 0;
    height: auto;
    overflow: hidden;
    max-height: none !important;
    margin: 0 1px;
    max-width: 350px;
  }
  .training-item h4 {
    padding: 20px;
  }
  .training-item .content {
    padding: 0 20px 20px;
    line-height: 1.7;
    min-height: 200px;
  }
  .section-our-training .slick-slide {
    padding: 0 2px;
  }
  .section-our-training .slick-list {
    overflow: visible;
  }
  .training-content-list {
    margin-left: -5px;
  }

  section.section-your-journey {
    padding: 35px 0;
  }
  section.section-your-journey h2 {
    margin-bottom: 20px;
  }
  section.section-your-journey .col-content .content {
    padding-right: 0;
  }
  ol.journey-list {padding: 0;}
  ol.journey-list li {
    margin-top: 33px;
  }

  .section-testimonial {
    padding: 240px 0 30px;
    overflow: hidden;
  }
  .section-testimonial img {
    object-position: 61% 50%;
    top: auto;
    bottom: 0;
    height: 135%;
  }
  .section-testimonial .container {
    padding-left: 15px !important;
  }
  .col-md-5.ml-5.col-testimonial {
    margin-left: 0 !important;
  }
  .testimonial-item {
    padding: 18px;
  }
  .testimonial-list.swiper-container {
    padding-bottom: 10px;
  }
  .testimonial-list .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 8px;
  }

  section.section-addtional-courses {
    padding: 45px 0;
  }
  section.section-addtional-courses h2 {
    text-align: left !important;
  }
  .section-addtional-courses .card {
    margin: 0 0 30px;
  }
  .section-addtional-courses .card-body {
    padding: 20px;
  }
  .section-addtional-courses h4.top-title {
    font-size: 12px;
  }
  .section-addtional-courses h5.card-title {
    font-size: 18px;
  }
  .section-addtional-courses p.card-text {
    font-size: 14px;
  }

  section.section-join-ride.section-ride {
    padding: 70px 0;
  }
  section.section-join-ride.section-ride .col-content {
    margin-bottom: 25px;
  }
  section.section-join-ride.section-ride .bike {height: 300px;top: 50%;margin-top: -140px;width: 65%;}
  section.section-join-ride .btn {
    min-width: 48%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }
  section.section-join-ride .btn + .btn {
    margin-left: 4% !important;
  }
  section.section-join-ride .btn-magazine {
    width: 100%;
  }
  section.section-join-ride.section-ride .col-md-5 {
    padding-right: 15px !important;
  }

  section.section-learn-more {
    padding: 30px 0 80px;
  }
  section.section-learn-more h2 {
      margin-bottom: 25px !important;
  }
  .learn-more-item {
      padding-right: 0;
      margin-bottom: 40px;
  }
  .learn-more-item:last-child {
      margin-bottom: 0;
  }
  section.section-club-data {
    padding: 30px 0;
  }
  .section-club-data h1 {
    font-size: 45px;
    line-height: 54px;
  }
  section.section-club-data .col-12 {
    width: 100%;
    min-width: 100%;
  }
  section.section-club-data .row {
    width: calc( 100% + 30px );
  }
  section.section-club-data .col-data {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-local-teams {
    padding: 50px 0;
  }
  .local-team.active .map-local-team {
    display: block;
    margin: 0 -18px 18px;
  }
  .section-local-teams .content.mb-5 {
      margin-bottom: 20px !important;
  }
  .section-joinus .col-banner figure {
    margin: 0 -18px;
  }

  .section-joinus .col-banner img {
      border-radius: 0;
  }
  .section-joinus .col-banner img.img-small {
      display: none;
  }
  .section-joinus .col-banner {
      order: -1;
      margin-bottom: 35px;
  }
  section.section-home-member.section-joinus {
      padding: 0;
  }
  section.section-home-member.section-joinus .btn {
      width: 100%;
      max-width: 375px;
      height: 54px;
      line-height: 26px;
      background: #55b44d;
  }

  .form-fl-box {
    min-height: 0;
    padding: 50px 18px;
  }
  .form-fl-box .content {
    margin: 25px 0 !important;
  }
  section.small-banner img.wp-post-image {
    margin-top: 0;
  }
  .post-container p {
    margin-bottom: 15px;
  }

  .related-products .products-list, 
  body.tax-product_cat.woocommerce-page .woocommerce-shop-section .products-list,
  .woocommerce-shop-section .products-list {
    margin: 40px -2% 20px;
  }
  .woocommerce-shop-section .product-category {
    width: 46%;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .related-products .product, body.tax-product_cat.woocommerce-page .product {
    width: 46%;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .woocommerce-shop-section .product-category img {
    min-height: 200px;
  }
  .woocommerce-shop-section .product-category h2 {
    font-size: 18px;
    padding: 15px 10px;
    margin: 0;
  }
  .related-products .product figure, body.tax-product_cat.woocommerce-page .product figure {
    height: 175px;
  }
  .product .product-details small {
      font-size: 10px;
  }
  .related-products .product h4, body.tax-product_cat.woocommerce-page .product h4 {
      font-size: 14px;
      font-weight: 700;
      margin: 7px 0;
  }
  .related-products .product p, body.tax-product_cat.woocommerce-page .product p {
      font-size: 13px;
  }
  .woocommerce-product-gallery__image {
    text-align: center;
  }
  .woocommerce-product-gallery img {
      border-radius: 0;
      width: 100%;
  }
  .section.single-product {
      padding: 35px 0;
  }
  section.single-product .entry-summary {
      padding: 15px 0 0;
  }
  .product_meta_terms a {
      font-size: 12px;
  }
  .single-product .summary.entry-summary .product_meta {
      margin-bottom: 8px;
  }
  .single-product .summary.entry-summary .product_title.entry-title {
      font-size: 22px;
  }
  section.single-product .entry-summary p.price {
      margin: 0 0 15px;
  }
  .single-product .summary.entry-summary .button[type="submit"] {
      flex-grow: 1;
      width: auto;
      font-size: 14px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
      margin: 30px 0 50px;
  }
  .shop-header-content.header-content {
    padding: 30px 0;
  }
  section.page-header.shop-header {
    min-height: 0;
  }
  div.wc-tab {
      padding: 18px;
  }
  .main.main-default {
    padding: 35px 0;
  }
  header.entry-header {
      padding-top: 0;
  }
  .shop_table td.product-name {
      width: 100%;
  }
  table.shop_table_responsive tr td {
      max-width: calc(100vw - 36px);
      padding: 15px 18px;
  }
  table.shop_table_responsive tr td:before {
      display: none;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
      margin-bottom: 15px;
  }
  table.shop_table_responsive tr td:last-child {
      margin-bottom: 20px;
  }
  table.shop_table_responsive tr td + td {
      border-top: 0;
  }
  .product-quantity .quantity input, form.cart .quantity input {
      margin-left: auto;
  }
  td.product-name figure {
      margin-right: 15px;
  }
  td.product-name figure + div {
      flex-grow: 1;
  }
  td.product-name div a:first-child {
      font-size: 15px;
  }
  td.product-name div a.btn-cancel {
      font-size: 11px;
  }
  .wc-proceed-to-checkout {
      clear: left;
      width: 100%;
  }
  .cart_totals {
    flex-wrap: wrap;
  }
  table.shop_table_responsive tr.order-total td:last-child {
    margin-bottom: 0;
  }
  .cart_totals table.shop_table th, .cart_totals table.shop_table td {
    font-size: 22px;
  }
  .wc-donation-in-action {
    padding: 18px;
    margin-top: 20px;
  }
  ul.tabs.wc-tabs a {
    padding: 14px;
    font-size: 12px;
    height: auto;
  }
  ul.tabs.wc-tabs {
    white-space: nowrap;
    overflow: auto;
  }
  table.woocommerce-product-attributes th, table.woocommerce-product-attributes td {
    padding: 5px;
    vertical-align: text-bottom;
  }
  .entry-content h1, .entry-content h2 {
    font-size: 20px;
    margin: 0.5em 0;
  }
  .entry-content ul {
      padding-left: 19px;
  }
  .main-taster-raid .home-form {
    padding: 35px 18px 45px;
  }
  .col-md-3.col-journey h4.top-title:after {
    background: url(./inc/assets/img/icon-arrow.png) no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 24px;
    height: 11px;
    margin-left: 15px;
    position: relative;
    top: 1px;
  }
  .slick-slide:last-child .col-md-3.col-journey h4.top-title:after {
    float: left;
    margin: 0 15px 0 0;
    transform: rotate(180deg);
    width: 17px;
  }

  .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  section.section-home-member.section-rideus {
    padding: 0 0 50px;
    background: #f7f7f7;
  }
  section.section-home-member.section-rideus img.img-small {
    display: none;
  }
  section.section-home-member.section-rideus figure {
    margin: 0 -18px 30px;
  }
  section.section-home-member.section-rideus img {
    border-radius: 0;
  }
  section.section-home-member.section-rideus .content {
    margin-bottom: 25px !important;
  }
  .shadowOverlay:after {
    opacity: 0;
  }
  .main.main-blogs .page-header img {
    object-position: 100% 50%;
  }
  .main-blogs .section-filter-nav .container {
    padding: 0;
  }
  .main-blogs .section-filter-nav .dropdown {
      width: 100vw;
      transform-origin: top center;
  }
  button#filterNews {
    background: transparent;
    border: 0;
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  button#filterNews:before {
      opacity: 0;
  }
  .section-filter-nav .dropdown-menu {
    width: 100vw;
    padding: 10px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    left: 3px !important;
    top: 8px !important;
    background: #929292;
  }
  .dropdown-toggle::after {
    margin-left: 10px;
    vertical-align: middle;
  }
  section.section-filter-nav .dropdown-menu a {
    display: block;
    background: transparent;
    color: #fff;
    margin: 0;
    padding: 14px 20px;
    opacity: 1;
  }
  section.section-news-list {
    padding: 40px 0;
  }
  .post-card.col-md-4 {
      padding: 0 18px;
      margin-bottom: 35px;
  }
  .request-ride-wrapper {
    padding: 40px 20px !important;
  }

  section.section-pay-section {
    padding: 0;
  }
  section.section-pay-section .container {
      padding: 0;
  }
  .cart-checklist-box {
      border-radius: 0;
  }
  section.section-pay-section .col-content {
      padding: 40px 20px !important;
  }
  section.section-pay-section .container > .row {
      margin: 0 !important;
  }
  section.section-pay-section .col-checklist {
      padding: 0;
  }
  section.section-pay-section button.btn {
      width: 100%;
      max-width: 360px;
      border-radius: 3px;
  }

  .main-membership section.section-filter-nav .container {
    white-space: nowrap;
    justify-content: flex-start !important;
    overflow: auto;
    padding: 0;
  }
  .main-membership section.section-filter-nav a {
      margin: 0 12px;
  }
  .section-tvam-journey {
      padding: 45px 0;
  }
  .section-tvam-journey h2 {
      margin-bottom: 30px;
      text-align: left !important;
  }
  section.section-riders-welcome {
    padding-bottom: 0;
  }
  section.section-riders-welcome .col-banner {
    padding: 0;
  }
  section.section-riders-welcome .col-content {
    padding-left: 18px;
    padding-right: 18px;
  }
  .modal-body {
    padding: 18px;
  }
  section.section-post-content {
    padding: 20px 0;
  }
  .et_pb_column .et_pb_row_inner, .et_pb_row {
    padding: 15px 0 !important;
  }
  .cart-checklist-box sub {
    top: 0 !important;
  }
  .post-img {
    height: 300px;
  }
}
@media only screen and (max-width: 418px) {
  .training-item {
    max-width: calc(100vw - 30px);
  }
}
@media only screen and (max-height: 420px) {
  .mobile-contact-bars a {
    padding: 8px 20px;
  }
  .main-header-menu .main-menu a, .join-buttons .btn {
    font-size: 11px;
  }
  .top-bar-social {
      font-size: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .training-item .content {
    font-size: 13px;
  }
}

/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,.slick-slider .slick-list{
  transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul.slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
ul.slick-dots li {
  margin-right: 12px;
}
ul.slick-dots li button {
  border: 0;
  -webkit-appearance: none;
  background: #222;
  color: transparent;
  font-size: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.3;
  outline: 0;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}

/* Temp */
.grecaptcha-badge {
    display: none !important;
}
.woocommerce-form-login-toggle {
  display: none;
}

.no-userSelect{
  user-select: none;
  font-style: normal;
}
/* * * * * * * * * * * * * * * * *
 * TVAM Post-Design Customisation
 * * * * * * * * * * * * * * * * */

/* Allow images to be squeezed for mobile view */
.blog-img {
  height: auto;
}

/* Increase page width on blog from 1024px to 1260px SD 22-Feb-21
 * New blog posts only - doesn't affect old Divi stuff */
.post-container {
  max-width: 1260px; 
  line-height: 1.7;
}

.wp-block {
    max-width: 1260px;
}


/*** Allow wide images in Gutenberg IMG Block. SD 22-Feb-21 ***/
.alignwide {
    margin-left: 0px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
}

.alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: auto;
}