/*
Theme Name: Bruce Mclaren Motorsport Park
Author: ninetyblack.com
Author URI: http://ninetyblack.com/
Version: 1.0.0
*/
/**
 * CH01 - General
 * CH02 - Header
 * CH03 - Footer
 * CH04 - Main Content
 * CH05 - Media Queries
 * CH06 - TinyMCE
 * CH07 - Forms
 * CH08 - Woocommerce
 * CH09 - Transitions
**/
/** CH01 - General **/
/** --------------------------------------------------- **/
/** CH1.1 Typography **/
@import url("https://fonts.googleapis.com/css?family=Racing+Sans+One|Roboto:400,700");

html, body {
    min-width: 320px;
    overflow-x: hidden;
    max-width: 2048px;
    margin: 0 auto;
    color: #444;
}

.big {
    font-size: 1.2em;
}

.white {
    color: #fff;
}

.primary {
    color: #e86505;
}

.black {
    color: #333;
}

.red {
    color: #cd3939;
}

.grey {
    color: #f8f8f8;
}

.dark-grey {
    color: #818181;
}

.no-margin {
    margin: 0;
}

.racing-one {
    font-family: 'Racing Sans One', cursive;
}

.clear-both {
    clear: both;
}

a:hover, a:focus {
    color: #cf5a04;
}

/** CH01.2 - Buttons **/
.btn {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 35px;
    font-size: 14px;
}

/** CH01.3 - Backgrounds **/
.gray-bg {
    background-color: #f5f5f5;
}

/** CH01.4 - Images **/
.img-fullwidth {
    width: 100%;
    height: auto;
}

.scale-img {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scale-img img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover .scale-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.fc-day-grid-event .fc-content {
    white-space: initial !important;
}

/** CH01.5 - Alignment **/
.vertical-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

/** CH01.6 - Breadcrumbs  **/
.breadcrumb {
    background-color: transparent;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb a {
    color: #e86505;
}

.breadcrumb a:focus, .breadcrumb a:hover {
    color: #cf5a04;
}

.breadcrumb .breadcrumb_last {
    font-weight: normal;
}

.breadcrumb > li + li:before {
    content: "";
    padding: 0 3px;
}

/** CH01.7 - Other **/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #efefef;
    position: relative;
}

hr:after {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #e86505;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}

blockquote {
    border-left-color: #e86505;
    background: #fafafa;
}

.pagination > li > a, .pagination > li > span {
    color: #58585a;
}

.single-gallery h2{
  color: #e86505;
  text-transform: uppercase;
  font-family: 'Racing Sans One';
  font-size: 36px;
  margin-bottom: 0;
}

.gallery-card {
    position: relative;
    margin-bottom: .75rem;
    background-color: transparent !important;
}

.gallery-card a {
    color: #fff;
    text-decoration: none;
}

.gallery-card .gallery-icon {
    position: absolute;
    right: 5px;
}

.gallery-card .card-block {
    padding: 1.25rem;
    background-color: #e86505;
}

.gallery-card p {
    margin: 0;
    margin-right: 20px;
}

.gallery-card p a {
    color: #fff;
}

/* CH01.8 - Gravity Forms */
.hidden_label label {
    display: none;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

/** CH02 - Header **/
/** --------------------------------------------------- **/
.bmmp-hero {
    min-height: 400px;
    position: relative;
}

.bmmp-hero .bmmp-hero_video-wrap {
    background-color: #333;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.bmmp-hero .bmmp-hero_video-wrap .bmmp-hero_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bmmp-hero .bmmp-hero_img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.bmmp-hero .bmmp-hero_img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bmmp-hero .bmmp-hero_link-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
}

.bmmp-hero .bmmp-nav .bmmp-nav-inner {
    background-color: #0e0f11;
    background-image: url(assets/img/bg-header.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.bmmp-hero .bmmp-nav .top-bar {
    padding-left: 25px;
    padding-right: 25px;
    min-height: 35px;
    border-bottom: 1px solid #333;
    font-size: 13px;
    line-height: 35px;
    text-transform: uppercase;
}

.bmmp-hero .bmmp-nav .top-bar ul {
    margin-bottom: 0;
}

.bmmp-hero .bmmp-nav .top-bar a {
    color: #ccc;
}

.bmmp-hero .bmmp-nav .top-bar a:hover, .bmmp-hero .bmmp-nav .top-bar a:focus {
    color: #e86505;
    text-decoration: none;
}

.bmmp-hero .bmmp-nav .bmmp-navbar {
    padding: 5px 25px 5px 25px;
}

.bmmp-hero .bmmp-nav .navbar {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0;
    border-radius: 0;
    border: none;
}

.bmmp-hero .bmmp-nav .navbar .navbar-header {
    margin-top: 5px;
}

.bmmp-hero .bmmp-nav .navbar .navbar-nav {
    margin-top: 50px;
}

.bmmp-hero .bmmp-nav .navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bmmp-hero .bmmp-nav .navbar .navbar-brand {
    padding: 0;
    height: 105px;
}

.bmmp-hero .bmmp-nav .navbar .navbar-brand img {
    height: 105px;
}

.bmmp-hero .bmmp-nav .navbar .dropdown ul {
    text-transform: capitalize;
}

.bmmp-hero .bmmp-nav .navbar #menu-primary-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: "center";
    -moz-justify-content: "center";
    -ms-justify-content: "center";
    justify-content: "center";
    -ms-flex-pack: "center";
}

.bmmp-hero .bmmp-nav .navbar #menu-primary-menu > li {
    text-align: center;
    -webkit-box-flex: 1 auto;
    -moz-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.bmmp-hero .bmmp-hero-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bmmp-hero .bmmp-hero-content {
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    position: absolute;
    padding-top: 175px;
    left: 50%;
    top: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bmmp-hero .bmmp-hero-content h1 {
    color: #fff;
    font-size: 3.2em;
    line-height: 1;
    margin-top: 0;
    font-family: 'Racing Sans One', cursive;
    text-transform: uppercase;
}

.bmmp-hero .bmmp-hero-content h3 {
    text-transform: uppercase;
}

.home .bmmp-hero {
    min-height: 700px;
}

.home .bmmp-hero .bmmp-hero-content {
    padding-top: 175px;
    padding-bottom: 40px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bmmp-hero.no-hero {
    min-height: 210px;
}

.bmmp-hero {
    min-height: 540px;
}

/** CH03 - Footer **/
/** --------------------------------------------------- **/
.bmmp-sponsors {
    margin-top: 50px;
    margin-bottom: 10px;
}

.bmmp-newsletter {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(assets/img/texture-transparent.png), url(assets/img/newsletter.jpg);
    background-size: cover;
    background-position: center center;
}

.bmmp-newsletter p.h3 {
    font-size: 3em;
    font-weight: normal;
}

.bmmp-newsletter .gform_wrapper .gform_description {
    padding: 0 20px;
    font-size: 1.4em;
}

.bmmp-newsletter .gform_wrapper .gform_body {
    margin-top: 10px;
}

.bmmp-newsletter .gform_wrapper .gform_footer {
    margin-top: 10px;
}

.bmmp-newsletter .form-control {
    background: rgba(0, 0, 0, 0.35);
}

footer {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(assets/img/fern.svg);
    background-size: cover;
    opacity: 0.04;
}

footer p.h3 {
    font-size: 1.3em;
}

footer a {
    color: #444;
}

footer a:hover, footer a:focus, footer a:active {
    color: #e86505;
    text-decoration: none;
}

/** CH04 - Main Content **/
/** --------------------------------------------------- **/
.bmmp-interior_content {
    padding-top: 30px;
}

body.single-product .bmmp-interior_content, body.single-event .bmmp-interior_content {
    padding-top: 0;
}

body.single-product .bmmp-interior_content h4, body.single-event .bmmp-interior_content h4 {
    color: #e86505;
}

h1 {
    color: #e86505;
    text-transform: uppercase;
    font-family: 'Racing Sans One';
}

.bmmp-interior_content ul:not(.list-inline):not(.woocommerce-error):not(.bmmp-sidebar-benefits):not(.gform_fields) {
    padding: 0 0 10px 0;
    margin: 0;
    list-style: none;
}

.bmmp-interior_content ul:not(.list-inline):not(.woocommerce-error):not(.bmmp-sidebar-benefits):not(.gform_fields) li {
    margin: 0 0 0 1.25em;
    padding-bottom: 3px;
}

.bmmp-interior_content ul:not(.list-inline):not(.woocommerce-error):not(.bmmp-sidebar-benefits):not(.gform_fields) li:before {
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.25em;
    /* Custom */
    content: '\f101';
    font-size: .9em;
    padding-top: 1px;
    color: #e86505;
}

.bmmp-interior_content p.h1 {
    margin-top: 0;
    line-height: 1;
}

.bmmp-interior_content h2 {
    font-size: 24px;
}

.bmmp-interior_content h3 {
    font-size: 20px;
}

[class*="col-"] .card {
    height: 100%;
}

.card {
    background-color: #f7f7f7;
    color: #444444;
    position: relative;
}

.card.card-trackday {
    text-transform: uppercase;
}

.card.card-trackday .card-trackday-special {
    position: absolute;
    top: 0;
    right: 0;
}

.card.card-trackday .card-date {
    background-color: #e86505;
    color: #fff;
    height: 100%;
    text-align: center;
    display: inline-block;
    width: 30%;
    float: left;
    padding: 5px;
}

.card.card-trackday .card-date .card-date-month {
    font-size: 18px;
    letter-spacing: 1px;
}

.card.card-trackday .card-date .card-date-date {
    font-size: 30px;
}

.card.card-trackday .card-date .card-date-year {
    font-size: 16px;
    letter-spacing: 1px;
}

.card.card-trackday .card-date span {
    display: block;
}

.card.card-trackday .card-content {
    float: left;
    padding: 5px 10px;
}

.card.card-trackday .card-content > span {
    display: block;
}

.card.card-trackday .card-content .card-book-now {
    margin-top: 0;
    font-size: 18px;
}

.card.card-trackday .card-content .card-trackday-star {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}

.card.card-trackday .card-content .card-trackday-star-avail {
    text-transform: initial;
    top: -10px;
    position: relative;
}

.card:not(.card-trackday) .card-date {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e86505;
    padding: 10px;
    text-transform: uppercase;
    height: 45px;
    line-height: 25px;
}

.card:not(.card-trackday) .card-date:before {
    content: "";
    left: -75px;
    top: 0;
    position: absolute;
    background-image: url(assets/img/flag.png);
    width: 75px;
    height: 45px;
}

.card .card-img img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card .card-content {
    padding: 15px;
}

.card .card-content h2, .card .card-content h3 {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2;
    margin: 0;
}

.card .card-content p:last-child {
    margin: 0;
}

.card .card-content ul {
    margin-top: 10px;
}

.card .card-content .card-content_price {
    margin-top: 10px;
    font-size: 1.1em;
}

.card .card-footer {
    border-top: 1px solid #e1e1e1;
    padding: 10px 15px;
}

.card .card-footer a {
    font-weight: bold;
    text-transform: uppercase;
}

.card-feature {
    background-color: #222;
    color: #ccc;
}

.card-feature .card-img img {
    height: 300px;
}

.card-feature .card-content p.h2 {
    color: #fff;
    font-size: 2.2em;
    margin-bottom: 10px;
    margin-top: 0;
}

.card-feature .card-footer {
    border-top: 1px solid #555;
}

.card-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.card-horizontal .card-img {
    max-width: 40%;
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    border-right: 5px solid #e86505;
}

.card-horizontal .card-img img {
    height: 100%;
}

.card-horizontal .card-content-wrap {
    max-width: 60%;
    -webkit-box-flex: 0 0 60%;
    -moz-box-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.card-horizontal .card-content-wrap h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.bmmp-home_featured {
    margin-top: -110px;
}

.bmmp-home_featured .small-cards > div:first-child, .bmmp-home_featured .small-cards > div:nth-child(2) {
    margin-bottom: 30px;
}

.bmmp-home_content {
    margin-top: 40px;
}

.bmmp-home_content h2 {
    margin-top: 0;
    color: #e86505;
    text-transform: uppercase;
    font-family: 'Racing Sans One';
}

.bmmp-home_upcoming-events {
    margin-top: 50px;
    padding-bottom: 30px;
    background-image: url(assets/img/fern.svg), url(assets/img/texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bmmp-home_upcoming-events .bmmp-home_upcoming-events_title img {
    height: 70px;
    margin: 0 auto;
    display: block;
}

.bmmp-home_upcoming-events .bmmp-home_upcoming-events_title h2 {
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 20px;
}

.bmmp-home_upcoming-events .bmmp-home_upcoming-events_events-row {
    margin-bottom: 30px;
}

.bmmp-home_latest-news {
    margin-top: 30px;
}

.bmmp-home_latest-news .bmmp-home_latest-news_title h2 {
    margin-top: 0px;
    color: #e86505;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
}

.bmmp-home_latest-news .bmmp-home_latest-news_news-row {
    padding-bottom: 30px;
    padding-top: 15px;
}

.bmmp-home_banner{
  margin-top: 40px;
}

.bmmp-tracks_main-content {
    text-align: center;
}

.bmmp-tracks_main-content h2 {
    font-size: 24px;
}

.bmmp-tracks_tracks {
    padding-top: 30px;
}

.btn-track {
    border: 1px solid #959595;
    color: #959595;
    margin-bottom: 10px;
}

.btn-track:hover, .btn-track:active, .btn-track:focus, .btn-track.active {
    border: 1px solid #e86505;
    color: #e86505;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-track {
    margin-top: 30px;
}

.table-track th {
    text-align: center;
    font-family: 'Racing Sans One';
    color: #e86505;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: baseline !important;
}

.table-track td {
    color: #888;
    font-size: 15px !important;
}

.table-track td strong {
    color: #333;
}

.table-track .icon-track {
    vertical-align: baseline;
    display: inline-block;
    height: auto;
}

.share-tags li {
    padding-right: 0;
}

.share-tags li a {
    background-color: #e86505;
    padding: 5px 10px;
    font-weight: normal;
}

.share-tags li a:hover, .share-tags li a:focus {
    background-color: #cf5a04;
}

.bmmp-contact_main-content {
    padding-top: 30px;
}

.acf-map {
    width: 100%;
    height: 300px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}

.event-sidebar {
    height: 100%;
}

.event-sidebar h2 {
    margin-top: 0;
}

.event-sidebar p.share {
    color: #888;
}

.event-sidebar .btn {
    margin-bottom: 5px;
    margin-top: 5px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-tabs-container {
    margin-top: 20px;
}

.bmmp-member_main-content h3 {
    font-size: 28px;
}

.bmmp-sidebar {
    background: #f7f7f7;
}

.bmmp-sidebar i.small {
    color: #333;
}

.bmmp-sidebar .bmmp-sidebar-benefits li {
    font-size: 16px;
    margin-bottom: 7px;
}

.single-post .bmmp-interior_content {
    padding-top: 0;
}

.single-post ul.share-tags li {
    margin-bottom: 5px;
}

.single-post .gallery {
    margin-top: 20px;
}

.single-post .gallery div {
    margin-bottom: 20px;
}

.single-post .gallery figcaption {
    color: #666;
    font-size: 13px;
    padding: 10px 0;
}

.gallery-row > div {
    margin-bottom: 15px;
    margin-top: 15px;
}

.gallery-row > div figure {
    position: relative;
}

.gallery-row > div figure .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-row > div figure .overlay .img-option-overlay-inner {
    pointer-events: all;
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #aaa;
}

.gallery-row > div figure:hover .overlay {
    pointer-events: none;
    opacity: 1;
}

.bmmp-downloads_block {
    border: 1px solid #efefef;
    padding: 10px 20px 20px 20px;
    margin-bottom: 40px;
}

/** CH06 - TinyMCE **/
/** --------------------------------------------------- **/
#tinymce {
    background: #fff;
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.alignnone, img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/** CH07 - Forms **/
/** --------------------------------------------------- **/
.bmmp-newsletter .form-control {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
}

.bmmp-newsletter .form-control::-webkit-input-placeholder {
    color: #fff;
}

.bmmp-newsletter .form-control::-moz-placeholder {
    color: #fff;
}

.bmmp-newsletter .form-control:-ms-input-placeholder {
    color: #fff;
}

.modal-title {
    font-family: 'Racing Sans One', cursive;
    color: #e86505;
    text-transform: uppercase;
}

textarea {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #333;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#searchifyContainer {
    height: 0;
    overflow: hidden;
}

.woocommerce-product-search input {
    border: none;
    border-radius: 0px;
    border: 1px solid #464646;
    color: #ccc;
}

.woocommerce-product-search input::-webkit-input-placeholder {
    color: #888;
}

.woocommerce-product-search input::-moz-placeholder {
    color: #888;
}

.woocommerce-product-search input:-ms-input-placeholder {
    color: #888;
}

.woocommerce-product-search .btn {
    border-radius: 0;
}

.form-control {
    border-radius: 2px;
    border-color: #666;
}

.form-control:focus, textarea:focus {
    border-color: #e86505;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.gfield_required {
    color: #e86505;
}

.ginput_complex label {
    font-weight: normal;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item, body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
    margin-left: 5px;
}

.fc-view.card {
    background-color: transparent;
    height: auto;
    border-color: #ddd;
}

.fc-toolbar.fc-header-toolbar h2 {
    font-family: 'Racing Sans One', cursive;
    text-transform: uppercase;
}

.fc-event:active, .fc-event:focus {
    color: #fff;
    text-decoration: none;
}

.fc-past {
    background-color: #ececec;
}

.fc-ltr .fc-list-item-marker {
    padding-right: 8px;
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
    border-color: #ddd;
    color: #444;
    background-color: #f7f7f7;
}

/** CH08 - Woocommerce **/
/** --------------------------------------------------- **/
/** General **/
/** --------------------------------------------------- **/
.variations_form #product-addons-total {
    display: none;
}

/** Auth **/
/** --------------------------------------------------- **/
/** Cart **/
/** --------------------------------------------------- **/
.cart-wrapper, .cart-collaterals {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.cart_item img {
    width: 80px;
    height: auto;
}

.product-remove a {
    padding: 0 !important;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 32px;
}

.coupon .form-inline .btn {
    padding: 9px 35px;
}

.terrain-cart__side-title {
    font-family: 'Futuraxblk';
    font-size: 26px;
}

.quantity_number {
    border: 1px solid #171717;
}

table.cart th, table.cart td {
    vertical-align: middle;
}

table.cart .product-thumbnail {
    min-width: 32px;
}

table.cart .product-name {
    text-align: left;
}

table.cart img {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

table.cart input {
    margin: 0;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 1;
}

table.cart input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    /* Removes leftover margin */
    -moz-appearance: textfield;
}

table.cart input[type=number]:focus, table.cart input[type=number]:hover {
    -moz-appearance: textfield;
}

table.cart .input-group-btn:first-child > .btn, table.cart .input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 39px;
}

table.cart .input-group-btn:last-child > .btn, table.cart .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 39px;
}

.cart_totals {
    padding: 10px;
    background: #fff;
}

.cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.cart-collaterals .cart_totals tr th, .cart-collaterals .cart_totals tr td {
    border-top: 1px solid #ebe9eb;
}

.cart-collaterals .cart_totals table tr:first-child td, .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.wc-proceed-to-checkout {
    padding: 1em 0;
}

.woocommerce-mailchimp-opt-in {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .table > tbody > tr > td, .table > tbody > tr > th {
        border: 1px solid #ddd;
    }

    .table > tfoot > tr > td, .table > tfoot > tr > th {
        border: 1px solid #ddd;
    }

    .table > thead > tr > td, .table > thead > tr > th {
        border: 1px solid #ddd;
    }

    table.cart .product-name {
        text-align: right;
    }

    table.cart td {
        display: block;
        text-align: right;
        clear: both;
    }

    table.cart td[data-title]:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }

    table.cart .quantity .input-group, table.cart .quantity .input-group-btn, table.cart .quantity .form-control {
        display: inline-block;
        float: none;
    }
}

.mini-cart {
    padding: 15px;
    background-color: #f7f6f7;
}

.mini-cart .buttons {
    padding: 0 5px;
}

.mini-cart .buttons a:first-child {
    margin-bottom: 5px;
}

.mini-cart .mini_cart_item .quantity {
    color: #68655E;
}

.mini-cart ul.cart_list,
.mini-cart ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: -15px;
    background: #fff;
}

.mini-cart ul.cart_list li,
.mini-cart ul.product_list_widget li {
    margin: 0;
    padding: 15px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.mini-cart ul.cart_list li:after,
.mini-cart ul.product_list_widget li:after {
    content: "";
    display: table;
    clear: both;
}

.mini-cart ul.cart_list li a,
.mini-cart ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.mini-cart ul.cart_list li a.remove,
.mini-cart ul.product_list_widget li a.remove {
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background: #888888;
    color: #fff;
    right: 0;
    opacity: 1;
}

.mini-cart ul.cart_list li a.remove:hover,
.mini-cart ul.product_list_widget li a.remove:hover {
    text-decoration: none;
}

.mini-cart ul.cart_list li img,
.mini-cart ul.product_list_widget li img {
    float: right;
    margin-right: 5px;
    height: auto;
    box-shadow: none;
    max-width: 2.617924em;
    float: left;
}

.mini-cart ul.cart_list li dl,
.mini-cart ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.mini-cart ul.cart_list li dl:after,
.mini-cart ul.product_list_widget li dl:after {
    content: "";
    display: table;
    clear: both;
}

.mini-cart ul.cart_list li dl dt,
.mini-cart ul.cart_list li dl dd,
.mini-cart ul.product_list_widget li dl dt,
.mini-cart ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.mini-cart ul.cart_list li dl dt,
.mini-cart ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left;
}

.mini-cart ul.cart_list li dl dd,
.mini-cart ul.product_list_widget li dl dd {
    padding: 0 0 0.25em;
}

.mini-cart ul.cart_list li dl dd p:last-child,
.mini-cart ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

.mini-cart ul.cart_list li .star-rating,
.mini-cart ul.product_list_widget li .star-rating {
    float: none;
}

.mini-cart .widget_shopping_cart .total, .mini-cart .sidebar-mini-cart .total {
    padding: 4px 0 0;
}

.mini-cart .widget_shopping_cart .total strong, .mini-cart .sidebar-mini-cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.mini-cart .widget_shopping_cart .cart_list li, .mini-cart .sidebar-mini-cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

.mini-cart .widget_shopping_cart .cart_list li a.remove, .mini-cart .sidebar-mini-cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}

.mini-cart .widget_shopping_cart .buttons:after, .mini-cart .sidebar-mini-cart .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.mini-cart .widget_shopping_cart .buttons a, .mini-cart .sidebar-mini-cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.cart_item {
    background: #fff;
}

.cart_item .input-group-addon, .cart_item .input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.cart_item .input-group .form-control {
    max-width: 100px;
    height: 39px;
    text-align: center;
}

.cart_item input::-webkit-outer-spin-button,
.cart_item input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 18px;
    border-top: 1px solid #ddd;
}

/** Checkout **/
/** --------------------------------------------------- **/
.checkout {
    padding: 10px;
}

.woocommerce-billing-fields {
    padding: 15px;
    border: 1px solid #e86505;
}

.woocommerce-billing-fields h3:first-child {
    margin-top: 0;
}

.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}

.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none;
}

#add_payment_method #payment div.form-group, .woocommerce-cart #payment div.form-group, .woocommerce-checkout #payment div.form-group {
    padding: 1em;
}

a.about_paypal {
    display: none;
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

.woocommerce-checkout #payment div.payment_box p {
    margin: 0;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

/** Global **/
/** --------------------------------------------------- **/
[data-clamp] p {
    margin: 0;
}

.btn-number {
    padding: 6px 12px;
}

input.qty {
    border: 1px solid #e86505;
}

/** Loop **/
/** --------------------------------------------------- **/
/** My Account **/
/** --------------------------------------------------- **/
#customer_login {
    /* padding: 15px 30px; */
}

.woocommerce-account .woocommerce-wrapper {
    margin-top: 20px;
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0.5em;
    font-size: 1em;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
}

/** Notices **/
/** --------------------------------------------------- **/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #e86505;
    list-style: none;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error::after, .woocommerce-error::before {
    content: ' ';
    display: table;
}

.woocommerce-info::after, .woocommerce-info::before {
    content: ' ';
    display: table;
}

.woocommerce-message::after, .woocommerce-message::before {
    content: ' ';
    display: table;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: "fontawesome";
    content: "\f129";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-error li, .woocommerce-info li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-message {
    border-top-color: #e86505;
}

.woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce-message::before {
    content: "\f046";
    color: #e86505;
}

.woocommerce-info {
    border-top-color: #e86505;
}

.woocommerce-info::before {
    color: #e86505;
}

.woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce-error::before {
    content: "\f00d";
    color: #b81c23;
}

/** Order **/
/** --------------------------------------------------- **/
/** Products **/
/** --------------------------------------------------- **/
.row.products {
    margin-top: 20px;
}

.product-add-to-cart-wrap {
    position: relative;
}

.product-become-member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.blur {
    -webkit-filter: blur(7px) !important;
    -ms-filter: blur(7px) !important;
    -moz-filter: blur(7px) !important;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='7' /></filter></svg>#blur");
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
}

.product-become-member-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-become-member-inner p.h4 {
    line-height: 1.2em;
    margin-bottom: 10px;
}

.product-become-member-inner .btn {
    margin-bottom: 10px;
}

.archive-product-wrap {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    position: relative;
}

.archive-product-wrap a:hover {
    text-decoration: none;
}

.archive-product-wrap .archive-product-thumbnail {
    position: relative;
    height: 130px;
    width: auto !important;
    overflow: hidden;
}

.archive-product-wrap .archive-product-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.archive-product-wrap .archive-product-content {
    padding: 0 10px 10px 10px;
}

.archive-product-wrap .archive-product-content .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 700;
    margin: 10px;
    text-align: center;
}

.archive-product-wrap .archive-product-content .archive-product-description {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    padding: 5px;
}

.archive-product-wrap .archive-product-content .archive-product-price {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.archive-product-wrap .archive-product-content .archive-product-price span {
    font-size: 18px;
}

.archive-product-wrap .archive-product-content .archive-product-buttons a {
    font-size: 1em;
}

.products .product, .products .event {
    margin-bottom: 20px;
}

.products .product .archive-product-wrap, .products .event .archive-product-wrap {
    height: 100%;
}

.products .product .archive-product-wrap .card, .products .event .archive-product-wrap .card {
    height: 100%;
}

.products .product .archive-product-wrap {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.products .product .archive-product-wrap:hover, .products .product .archive-product-wrap:focus {
    border-color: #999;
}

.products .product .archive-product-wrap .card.card-trackday {
    background: url(assets/img/tread.png) right center no-repeat, #f7f7f7;
}

.form-inline.filter-events select, .form-inline.filter-events input {
    margin-left: 4px;
    margin-right: 4px;
}

@media (max-width: 1199px) {
    .has-sidebar .archive-product-wrap .archive-product-content .archive-product-buttons a {
        font-size: 0.8em;
    }
}

@media (max-width: 991px) {
    .has-sidebar .archive-product-wrap .archive-product-content .archive-product-buttons a {
        font-size: 1em;
    }
}

@media (max-width: 470px) {
    .archive-product-wrap .archive-product-content .archive-product-buttons a {
        width: 100%;
    }

    .archive-product-wrap .archive-product-content .archive-product-buttons a:first-child {
        margin-bottom: 5px;
    }
}

.type-product .tab-pane, .type-event .tab-pane {
    padding: 15px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 4.7em;
    font-family: FontAwesome;
    font-weight: 400;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    color: #e86505;
    top: 0;
    position: absolute;
    left: 0;
}

.comment-form-rating label {
    display: block;
}

p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: FontAwesome;
    content: "\f006";
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a:before {
    content: "\f006";
    opacity: 0.25;
}

p.stars:hover a:before {
    content: "\f005";
    color: #e86505;
    opacity: 1;
}

p.stars.selected a.active:before {
    content: "\f005";
    color: #e86505;
    opacity: 1;
}

p.stars.selected a.active ~ a:before {
    content: "\f005";
    opacity: 0.25;
}

p.stars.selected a:not(.active):before {
    content: "\f005";
    color: #e86505;
    opacity: 1;
}

div.product .entry-summary p.h2 {
    margin-top: 0;
}

div.product .price {
    font-size: 20px;
    font-weight: 400;
    color: #e86505;
    margin-top: 10px;
}

div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}

div.product form.cart .variations td, div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}

div.product form.cart .variations label {
    font-weight: normal;
}

div.product form.cart .variations td.variation-label {
    padding-right: 1em;
    vertical-align: middle;
    padding-top: 5px;
}

div.product form.cart .variations select {
    width: auto;
    min-width: 75%;
    max-width: 100%;
    display: inline-block;
    margin-right: 1em;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
}

div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}

div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 0.83em;
}

div.product form.cart .wc-no-matching-variations {
    display: none;
}

div.product form.cart .group_table div.quantity {
    padding-bottom: 10px;
}

div.product form.cart div.qty {
    font-size: 15px;
    margin-top: 10px;
    margin-right: 10px;
}

div.product form.cart div.quantity {
    width: 114.44px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    padding-right: 0px !important;
    margin-right: 30px !important;
    float: left;
    margin: 0 4px 0 0;
    padding-bottom: 30px;
}

div.product form.cart div.quantity input.qty {
    text-align: center;
    width: 50px !important;
    display: inline-block;
    line-height: 20px;
    -moz-appearance: textfield;
    margin: 0;
}

div.product form.cart div.quantity input.qty::-webkit-outer-spin-button, div.product form.cart div.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/** CH09 - Checkboxes **/
/** --------------------------------------------------- **/
.pretty * {
    box-sizing: border-box;
}

.pretty input:not([type='checkbox']):not([type='radio']) {
    display: none;
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}

.pretty .state label:before, .pretty .state label:after {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}

.pretty .state label:before {
    background: transparent;
    border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none;
}

.pretty.p-default .state label:after {
    transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #e86505 !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #e86505;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    color: #e86505;
    stroke: #e86505;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #e86505 !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #e86505;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #e86505 !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #843a03;
    background-color: #843a03 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
    border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
    transform: scale(0.8);
}

/** CH09 - Transitions **/
/** --------------------------------------------------- **/
/** CH05 - Media Queries **/
/** --------------------------------------------------- **/
@media (max-width: 1199px) and (min-width: 991px) {
    .card .card-date:before {
        left: -40px;
        width: 45px;
        background-position: 44px;
    }

    .bmmp-hero .bmmp-hero-content {
        padding-top: 245px;
    }
}

@media (max-width: 1199px) {
    #menu-primary-menu {
        width: 100%;
    }

    .bmmp-hero .bmmp-nav .navbar .navbar-nav {
        margin-top: 10px;
    }

    .bmmp-hero.no-hero {
        min-height: 265px;
    }

    .bmmp-hero {
        min-height: 520px;
    }
    .term-ride-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap,
    .term-drive-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap {
        background-position: 70% center !important;
    }
}

@media (max-width: 991px) {
    .bmmp-hero {
        min-height: 460px;
    }

    .bmmp-hero .bmmp-hero-content h1 {
        font-size: 2.9em;
    }

    .term-ride-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap,
    .term-drive-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap  {
        background-position: 75% center !important;
    }

    .bmmp-home_featured {
        margin-top: -100px;
    }

    .bmmp-home_featured .small-cards {
        margin-top: 20px;
    }

    .bmmp-home_upcoming-events .bmmp-home_upcoming-events_events-row > div {
        margin-bottom: 30px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        border-radius: 0;
        margin-right: 0;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
        width: 100%;
    }

    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        text-align: left;
    }

    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #e86505;
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e86505;
        background-color: transparent;
    }
}

@media (max-width: 767px) {

    .home .bmmp-hero {
        min-height: 500px;
    }

    .bmmp-hero .bmmp-hero-content {
        padding-top: 175px;
    }

    .bmmp-hero .bmmp-hero-overlay {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .bmmp-hero .bmmp-nav .top-bar {
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bmmp-home_content{
      margin-top: 20px;
    }

    .bmmp-home_banner{
      margin-top: 0;
    }

    .term-ride-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap,
    .term-drive-days.tax-product_cat .bmmp-hero .bmmp-hero_img-wrap  {
        background-position: 80% center !important;
    }

    .bmmp-home_featured {
        margin-top: -40px;
    }

    .small-cards > div {
        margin-bottom: 30px;
    }

    .small-cards > div > a div {
        height: 250px;
        overflow: hidden;
    }

    .small-cards > div > a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center;
    }

    .bmmp-home_upcoming-events_events-row > div:not(:last-child) {
        margin-bottom: 30px;
    }

    .social-footer {
        text-align: left !important;
    }

    .bmmp-hero .bmmp-hero-content {
        width: 100%;
    }

    .bmmp-hero .bmmp-hero-content h1 {
        font-size: 2.6em;
    }

    .bmmp-interior_content ul li {
        display: block;
        padding-bottom: 5px;
    }

    .event-sidebar {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .bmmp-hero .bmmp-hero-content h1 {
        font-size: 2.1em;
    }

    .bmmp-hero .bmmp-nav .navbar .navbar-brand img {
        height: 85px;
        margin-top: 10px;
    }
}

@media (max-width: 475px) {
    .bmmp-hero .bmmp-nav .navbar .navbar-brand img {
        height: 70px;
        margin-top: 10px;
    }

    footer .footer-copyright {
        float: none !important;
    }

    footer .footer-copyright li {
        display: block;
        padding-bottom: 5px;
    }
}

.ui-datepicker {
  border: 1px solid #e86505;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
