/*!
Theme Name: DYFI Bike Park
Theme URI: themeURI
Author: The Apex Studio
Template: storefront
AuthorURI: www.theapexstudio.co.uk
Description: DYFI Bike Park
Version: 1.1
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
*/
/* FONTS
-------------------------- */
/* RESET & BASE
------------------ */
/* DEFAULT & RESET CSS*/
/* Table of Contents
==================================================
  1 Generic Styles
  2 Resets
    A Global
    B Media
    C Forms
  3 Typography



/* 1 GENERIC STYLES
================================================== */
/*Mash up based on
  (A) the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap
  (B) http://csswizardry.com/web-design+/#css
  (C) WordPress image styles */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html, body {
  height: 100%; }

div {
  position: relative; }

.clear {
  clear: both; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.textcenter {
  text-align: center; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

img.alignleft {
  margin-right: 1em;
  margin-bottom: 1.8em; }

img.alignright {
  margin-left: 1em;
  margin-bottom: 1.8em; }

.text-right {
  text-align: right; }

.half {
  width: 45%;
  /* Not exactly half to account for paddings, margins etc. */ }

ul.unstyled {
  list-style-type: none; }

.hide {
  /* Hide stuff without resorting to display:none; */
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* 2 RESETS
================================================== */
/* 2A GLOBAL RESET
Based on 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td, address, caption, cite, code, dfn, em, strong, th, var {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td {
    padding: 0; }

fieldset {
  border: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Read more > http://bit.ly/qh1V0T */ }

caption, th {
  text-align: center; }

q:before, q:after {
  content: ''; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* The below restores some sensible defaults */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

a img {
  border: none; }

/* Gets rid of IE's blue borders */
/* 2B MEDIA
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

/* 2C FORMS
Based on the Bootstrap toolkit from Twitter http://twitter.github.com/bootstrap */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* 3 TYPOGRAPHY
================================================== */
.alert {
  background: red;
  color: white; }

/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes. */
/************************************************************************
 Borrowed from Bourbon: http://bourbon.io/docs/#html5-input-types

 Generate a variable ($all-text-inputs) with a list of all html5 input types that have a text-based input, excluding textarea.
 http://diveintohtml5.org/forms.html
************************************************************************/
/* Bare inputs */
/* Hover Pseudo-class */
/* Focus Pseudo-class */
/* BASE VARIABLES
 *******************/
/* Sizes */
/* Colors */
/* Fonts */
/*$main: 'Roboto', sans-serif;*/
/* Borders */
/* Breakpoints */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* =LAYOUTS
------------------ */
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 400;
  /*background-color: #f3f3f4;*/
  background-color: #f3f3f4;
  color: #3C3B3B; }

.pull-bottom {
  position: absolute;
  bottom: 31px;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
  width: 100%; }

.abs-centre {
  position: absolute;
  width: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-dark {
  color: #1C1A1D; }

.container-fullwidth {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.container-mid-wide {
  width: 100%;
  padding-left: 4vw;
  padding-right: 4vw; }

.no-padding {
  padding: 0 !important; }

.img-responsive {
  width: 100%; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /*.container-fullwidth {
		padding-left: 0px;
		padding-right: 0px;
	}*/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) {
  .text-left-md {
    text-align: left; } }

#site-header {
  margin-bottom: 45px;
  position: relative;
  z-index: 250; }
  #site-header img {
    height: auto; }

header.top {
  background: #1C1A1D;
  padding: 7px;
  /*height: 30px;*/ }
  header.top p {
    color: white;
    font-size: 10px;
    line-height: 18px; }
  header.top .contact {
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 20px;
    letter-spacing: 0.5px;
    /*display: none;
            line-height: 18px;*/ }
  header.top .social-menu {
    display: none;
    list-style: none;
    margin: 0;
    margin-top: -7px; }
    header.top .social-menu li {
      display: inline-block;
      margin: 0 3px; }
  header.top .basket-icon {
    display: inline-block;
    vertical-align: middle; }
    header.top .basket-icon img {
      width: 15px; }
  header.top .basket-text {
    color: #fff;
    font-size: 10px; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  header {
    /*.contact {
			display: block;
		}*/ }
    header.top {
      height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1000; }
      header.top .social-menu {
        display: block; } }

.navbar-inverse {
  /*background-color: $grey-light;*/
  background: rgba(94, 96, 93, 0.7);
  border: none;
  border-radius: 0;
  position: fixed;
  z-index: 99;
  height: 64px;
  width: 100%; }

.navbar-brand {
  padding: 15px 15px;
  position: relative;
  z-index: 1; }
  .navbar-brand img {
    width: 110px; }

.navbar-brand:focus, a:focus {
  outline: none; }

.c-hamburger {
  padding: 9px 10px;
  margin-top: 14px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #EF413A;
  border: 0;
  border-radius: 0;
  z-index: 379;
  position: absolute;
  right: 0;
  display: none; }

.c-hamburger.is-active {
  /*	position: fixed;*/ }

.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s; }

.navbar-toggle .icon-bar {
  width: 22px;
  height: 3px;
  border-radius: 4px; }

.navbar-inverse .navbar-nav a {
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-grid; }

.navbar-nav {
  float: none;
  text-align: center;
  margin-right: 0px; }

.navbar-nav > li {
  display: inline-block;
  float: none; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: inherit;
  font-weight: bold; }

/*
.navbar-nav {
	.active span {
		border-bottom: 1px solid red;
		padding-bottom: 10px;
	}
}*/
.navbar-nav li a:focus {
  border: 0;
  outline: 0; }

.navbar-nav li a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0px;
  margin-top: 6px;
  background: #ce1a2b;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.navbar-nav li a:hover:after, .navbar-nav li a.active:after {
  width: 100%; }

.book-now {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 15px;
  height: 36px;
  padding: 4px 30px 10px !important;
  font-weight: 400;
  line-height: 24px;
  font-size: 12px;
  border-width: 2px !important; }

.btn-home img {
  width: 40px; }

@media only screen and (min-width: 768px) {
  .c-hamburger {
    margin-right: 0px; } }

@media only screen and (min-width: 768px) {
  .navbar-inverse {
    position: absolute; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .navbar-inverse {
    top: 30px; } }

@media only screen and (min-width: 1030px) {
  .btn-home img {
    width: 17px; }
  .navbar-inverse {
    height: 80px;
    top: 30px; }
  .navbar-brand {
    padding: 9px 0px;
    margin-top: 5px;
    margin-left: 0 !important; }
  .navbar-brand img {
    width: 130px; }
  .nav {
    margin-top: 16px; }
  .book-now {
    margin-top: 22px; }
  .navbar-nav {
    margin-right: 130px; } }

@media (max-width: 1030px) {
  .icon-home {
    margin-top: -4px; }
  .c-hamburger {
    display: block; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse.collapse {
    height: 100% !important; }
  /*#navbar {
	transition: 2s;
}*/
  .navbar-collapse {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    height: 100% !important;
    /* background: white; */
    z-index: 99999;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    height: 100% !important;
    /* background: red; */
    z-index: 368;
    margin: 0 !important; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%; }
  .navbar-nav > li {
    float: none;
    display: block; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px; }
  .navbar-inverse .navbar-nav a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; }
  .book-now {
    display: none; } }

#community {
  background: url(./assets/images/community-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff; }
  #community h3 {
    margin-bottom: 20px;
    color: #ffffff !important; }
  #community .container {
    position: relative;
    min-height: 510px; }
  #community h2 {
    margin-bottom: 20px; }
  #community p {
    margin-bottom: 20px; }
  #community .subscribe {
    margin-top: 25px;
    margin-bottom: 30px;
    display: inline-block; }
  #community .social-menu {
    list-style: none;
    margin-top: 20px; }
    #community .social-menu li {
      display: inline-block;
      margin: 0 6px; }
    #community .social-menu img {
      height: 16px;
      width: auto; }
    #community .social-menu .basket-icon {
      display: inline-block; }
  #community .yikes-mailchimp-container {
    max-width: 420px;
    margin: 0 auto; }
    #community .yikes-mailchimp-container .EMAIL-label {
      color: #FFFFFF !important; }
  #community .yikes-easy-mc-email {
    padding: 15px;
    border: 0; }
  #community .yikes-easy-mc-submit-button {
    background-color: transparent;
    border: 2px solid white;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  #community .yikes-easy-mc-submit-button:focus {
    outline: none; }
  #community .yikes-easy-mc-submit-button:hover {
    background-color: white;
    color: #000; }

#association {
  color: #fff; }
  #association ul {
    max-width: 900px;
    list-style: none;
    margin: 30px auto 0; }
    #association ul li {
      display: block;
      margin-right: auto;
      margin-left: auto;
      display: table; }
    #association ul li:not(:last-child) {
      margin-bottom: 40px; }
  #association .content {
    max-width: inherit; }

footer {
  text-align: center;
  background-color: #1C1A1D;
  color: #D2D3D4;
  font-size: 13px; }
  footer p {
    font-size: 11px;
    margin-top: 20px; }
  footer ul {
    margin: 0;
    padding: 0; }
  footer ul li {
    list-style-type: none;
    display: block; }
  footer li a {
    padding: 0px 10px;
    color: #D2D3D4; }
  footer .content {
    padding-bottom: 30px;
    padding-top: 59px; }
  footer .copyright {
    line-height: 1;
    margin-top: 33px; }
  footer .rights {
    margin: 0; }

.location-icon {
  height: 100px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px; }
  .location-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  footer ul li {
    list-style-type: none;
    display: inline; }
  footer li + li {
    border-left: 1px solid #595A5C; }
  #association ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    #association ul li {
      display: inline-block;
      margin-bottom: 0px !important; } }

/* =CONTENT
------------------ */
/*@import url('https://fonts.googleapis.com/css?family=Cabin:300:400,500,700');*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  color: #fff; }

h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 30px; }

h1.dyfi-arrow {
  margin-bottom: 80px;
  position: relative; }

h1.dyfi-arrow:before {
  bottom: -40px;
  margin-top: 0px; }

h2 {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 21px;
  letter-spacing: 2px; }

h2.dyfi-arrow {
  margin-bottom: 76px;
  position: relative; }

h2.dyfi-arrow:before {
  bottom: -40px;
  margin-top: 0px; }

h3 {
  font-size: 30px;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

h3.dyfi-arrow {
  margin-bottom: 76px;
  position: relative; }

h3.dyfi-arrow:before {
  bottom: -40px;
  margin-top: 0px; }

h4 {
  text-transform: uppercase;
  font-size: 18px; }

h5 {
  color: #EF413A;
  text-transform: uppercase;
  font-size: 18px; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  /*margin-bottom: 1.5em;*/
  line-height: 23px;
  font-size: 13px;
  letter-spacing: 0.7px;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

ul, ol {
  /*	margin: 0 0 1.5em 2.5em;*/ }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style: upper-alpha; }
    ol ol ol {
      list-style: lower-roman; }
    ol ol ol {
      list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.5em; }

dd {
  margin-bottom: 1.5em; }

em, i {
  font-style: italic; }

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

blockquote em, blockquote i, blockquote cite {
  font-style: normal; }

cite {
  color: #666;
  letter-spacing: 0.05em;
  padding-left: 60px; }

pre {
  background: #f4f4f4;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 0.75em 1.5em; }

code, kbd {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym, dfn {
  border-bottom: 1px solid #000;
  cursor: help; }

address {
  display: block;
  margin: 0 0 1.5em; }

ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

/* Links */
a {
  color: white;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 300; }
  a:focus, a:active, a:hover {
    color: #EF413A;
    text-decoration: none; }
  a.active {
    color: #EF413A;
    text-decoration: none; }

.btn-white {
  transition: 0.2s;
  border: 1px solid white;
  padding: 10px 30px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  font-weight: 900; }
  .btn-white:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    border: 1px solid white; }

.sbi_load_btn {
  outline: solid 1px;
  margin-top: 70px !important;
  transition: 0.2s !important;
  border: 0 !important;
  padding: 10px 30px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  font-family: "Roboto", sans-serif; }
  .sbi_load_btn:hover {
    color: black !important;
    background-color: white !important;
    text-decoration: none !important; }
  .sbi_load_btn span {
    font-family: "Roboto", sans-serif !important;
    font-weight: 900 !important; }

.btn-grey {
  transition: 0.2s;
  border: 1px solid white;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #323031;
  cursor: pointer;
  color: #fff; }
  .btn-grey:hover {
    /*color: black;*/
    background-color: #5E605D;
    text-decoration: none;
    border: 1px solid white; }

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

#access a.assistive-text:active,
#access a.assistive-text:focus {
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%; }

/* Small Devices, Tablets */
@media only screen and (min-width: 480px) {
  /*h2 {
		font-size: 28px;
	}
*/
  h1 {
    font-size: 42px; } }

@media only screen and (min-width: 992px) {
  p {
    line-height: 28px;
    font-size: 15px; } }

/* See _mixins.scss for more on this method for handling HTML5 elements */
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
textarea {
  border: 1px solid #000;
  padding: 4px 10px;
  -webkit-appearance: none; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
textarea:focus {
  color: #555; }

input[type=submit] {
  -webkit-appearance: none; }

/* Placeholders */
::placeholder {
  color: #555; }

/* Search form */
/* =COMPONENTS
------------------ */
/* Includes password protection for pages and posts, 404 page */
/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.5em 0 0; }

.post-password-required input[type=password] {
  margin: 0.8125em 0; }

/* =error404
----------------------------------------------- */
.error404 #main #s {
  width: 75%; }

/* =PROJECT PAGES SPECIFIC
------------------ */
section {
  text-align: center; }

.page-template {
  color: #fff; }

.uplift {
  color: #fff; }

.page-template-template-login .slide, .page-template-template-lostpwd .slide {
  background-image: url("./assets/images/background.jpg"); }

.container {
  /*	margin-left: 25px;
	margin-right: 25px;*/ }

.content {
  /*max-width: 750px;*/
  max-width: 780px;
  margin: 0 auto;
  /*padding: 70px 0 80px*/
  padding-top: 70px;
  padding-bottom: 80px; }

.content-wide {
  /*max-width: 750px;*/
  max-width: 100%;
  margin: 0 auto;
  /*padding: 70px 0 80px*/
  padding-top: 70px;
  padding-bottom: 80px; }

.tear:before {
  width: 100%;
  content: " ";
  position: absolute;
  top: -12px;
  height: 13px;
  background-repeat: repeat-x;
  box-sizing: border-box;
  left: 0px; }

.tear:after {
  width: 100%;
  content: " ";
  position: absolute;
  height: 13px;
  background-repeat: repeat-x;
  box-sizing: border-box;
  left: 0px;
  top: auto;
  bottom: -12px;
  transform: rotate(180deg); }

.tear-greymid-top:before {
  background-image: url(./assets/images/tear-top-lightgrey.png); }

.tear-greymid-btm:after {
  background-image: url(./assets/images/tear-top-lightgrey.png); }

.tear-greydark-top:before {
  background-image: url(./assets/images/tear-top-darkgrey.png); }

.tear-greydark-btm:after {
  background-image: url(./images/tear-top-darkgrey.png); }

.section-grey-mid {
  position: relative;
  background: #323031; }

.logs-bottom {
  padding-bottom: 15px; }

.logs-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30px;
  background-image: url(./assets/images/logs.jpg); }

.section-grey-dark {
  position: relative;
  background: #1C1A1D; }

.section-grey-white {
  position: relative;
  background: #f3f3f4;
  color: #1C1A1D; }
  .section-grey-white h2, .section-grey-white h3 {
    color: #3C3B3B !important; }

.dyfi-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  height: 23px;
  width: 50px;
  background: url(./assets/images/dyfi-divider.svg) no-repeat center bottom;
  transform: translate(-50%);
  margin-top: 50px; }

div.dyfi-arrow {
  height: 34px;
  margin-bottom: 25px;
  margin-top: 21px; }

div.dyfi-arrow:before {
  margin-top: 0px; }

.sub-section span {
  display: block; }

.sub-section .content {
  padding: 30px 0 30px; }

.mini-nav {
  background-color: #323031; }
  .mini-nav ul {
    list-style: none; }
  .mini-nav li {
    display: inline-block;
    padding: 13px 13px; }
  .mini-nav a {
    text-transform: uppercase;
    font-weight: 400; }
  .mini-nav a:hover {
    color: #EF413A; }

.jumbo {
  background-size: cover;
  min-height: 510px;
  position: relative; }
  .jumbo .content {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 70px 30px 80px; }
  .jumbo .testim-text {
    line-height: 31px;
    font-size: 21px;
    font-style: italic;
    font-weight: 300; }
  .jumbo .testim-author {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; }

.sp-button {
  border: 1px solid #fff !important; }

.sp-selected-button {
  background-color: #fff !important; }

.spinner {
  margin: 100px auto 100px;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #EF413A;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.header-carousel {
  height: 100vh;
  width: 100%;
  position: relative; }
  .header-carousel .vignette {
    -webkit-box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    box-shadow: inset -5px -10px 135px #030203;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 97;
    left: 0; }
  .header-carousel .slide {
    background-position: top;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover; }
  .header-carousel .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 98;
    transform: translate(-50%, -50%);
    max-width: 610px;
    width: 100%;
    padding: 50px; }
    .header-carousel .slide-content h1 {
      margin-bottom: 80px; }
    .header-carousel .slide-content h2 {
      font-size: 39px;
      margin-bottom: 66px;
      line-height: 49px;
      font-weight: 300; }
    .header-carousel .slide-content h2:before {
      bottom: -36px; }
    .header-carousel .slide-content p {
      /*font-size: 40px;
			letter-spacing: 3px;
			line-height: 43px;
			margin-bottom: 30px*/ }
  .header-carousel .sp-buttons {
    position: absolute;
    bottom: 10px; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .sub-section span {
    display: inline; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) {
  .header-carousel {
    min-height: 700px;
    height: 700px; }
    .header-carousel .slide-content h1 {
      margin-bottom: 76px; }
  .jumbo .testim-text {
    font-size: 34px;
    line-height: 37px; }
  .jumbo .testim-author {
    font-size: 18px; } }

.error404 main {
  margin-top: 180px;
  min-height: 180px; }

.page-template-template-private .navbar {
  display: none; }

.page-template-template-private .nav {
  display: none; }

.sidebar {
  display: none !important; }

.page-template-template-holding #logs, .page-template-template-holding #community, .page-template-template-holding footer, .page-template-template-holding #association {
  display: none; }

.coach {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px; }
  .coach h2 {
    font-weight: 400 !important; }
  .coach .title {
    margin-bottom: 10px;
    font-weight: 300; }
  .coach img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

.coach:not(:last-child) {
  border-bottom: 1px solid #D2D3D4; }

.es_shortcode_form .es_shortcode_form_email {
  display: none; }

.es_shortcode_form .es_textbox {
  padding-bottom: 20px; }

.es_shortcode_form .es_msg {
  color: #fff; }

.es_shortcode_form input[type="text"] {
  border: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 320PX;
  padding: 11px 15px; }

.es_shortcode_form input[type="button"] {
  transition: 0.2s;
  border: 1px solid white;
  padding: 12px 50px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  color: #fff;
  display: inline-block;
  width: auto;
  letter-spacing: 1px; }
  .es_shortcode_form input[type="button"]:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    border: 1px solid white; }

@media only screen and (min-width: 768px) {
  .coach {
    text-align: left; } }

@media only screen and (min-width: 992px) {
  .coach {
    margin-top: 70px;
    padding-bottom: 60px; }
    .coach img {
      margin-bottom: 0px; } }

#logs {
  background-image: url("./assets/images/bg-logs-80.jpg");
  background-size: cover;
  min-height: 360px;
  position: relative; }
  #logs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px; }

.page-template-template-homepage .header-carousel #slide1 {
  background-image: url("./assets/images/home-banner-01.jpg"); }
  .page-template-template-homepage .header-carousel #slide1 h1 {
    margin-bottom: 40px; }

#welcome {
  /*.dyfi-arrow {
    height: 34px;
    margin-bottom: 25px;
    margin-top: 21px;
  }*/ }
  #welcome h3 {
    margin-bottom: 29px; }
  #welcome h4 {
    /*   width: 60%;*/
    margin: 0 auto -3px;
    line-height: 31px; }
  #welcome p {
    margin-bottom: 1.5em; }

#follow .content {
  max-width: 100%;
  width: 100%; }

#follow h3 {
  margin-bottom: 13px; }

.gform_wrapper {
  clear: both !important; }

#testimonials {
  background: url(./assets/images/testimonials-bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 510px;
  position: relative; }
  #testimonials .content {
    padding: 70px 30px 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  #testimonials .testim-text {
    line-height: 31px;
    font-size: 21px;
    font-style: italic;
    font-weight: 300; }
  #testimonials .testim-author {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; }

#contact p {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

#contact h4 {
  margin-top: 30px;
  margin-bottom: 20px; }

#contact .location-item:not(:last-child) {
  margin-bottom: 10px; }

#location-icons {
  margin-top: 50px;
  justify-content: center;
  display: flex; }

.home-book-widget {
  background: #5E605D;
  margin-top: 30px; }
  .home-book-widget .title {
    position: relative;
    background: #1C1A1D;
    padding: 27px 0 17px;
    margin-bottom: 20px; }
    .home-book-widget .title p {
      font-size: 15px;
      margin: 0;
      letter-spacing: 1px;
      font-weight: 400; }
  .home-book-widget .widget-inner {
    padding: 9px 0 40px;
    position: relative;
    height: 330px; }
    .home-book-widget .widget-inner li {
      list-style: none;
      margin: 3px 0px;
      font-weight: 200; }
    .home-book-widget .widget-inner ul {
      margin: 0; }
    .home-book-widget .widget-inner p {
      width: 80%;
      margin: 0 auto; }
  .home-book-widget .widget-bottom {
    position: absolute;
    bottom: 31px;
    left: 50%;
    right: 50%;
    transform: translate(-50%);
    width: 100%; }
    .home-book-widget .widget-bottom .price {
      padding: 27px 0px 15px;
      font-size: 47px;
      letter-spacing: 6px;
      /* height: 120px; */
      margin-bottom: 30px;
      line-height: 1; }
    .home-book-widget .widget-bottom .price:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      height: 23px;
      width: 96px;
      background: url(../images/red-tear.svg) no-repeat center bottom;
      transform: translate(-50%);
      top: -7px; }
    .home-book-widget .widget-bottom .price:after {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      height: 22px;
      width: 96px;
      background: url(../images/red-tear.svg) no-repeat center bottom;
      transform: translate(-50%);
      bottom: 0; }

.sbi_load_btn {
  margin-top: 70px; }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #carousel .slide .slide-content {
    width: 340px; }
  .home-book-widget {
    margin-top: 0px; }
  #welcome h4 {
    width: 60%;
    font-weight: 300; }
  .sub-section #trackconditions-title {
    border-right: solid 1px #EF413A;
    padding-right: 31px; }
  .sub-section #trackconditions-content {
    margin-left: 26px;
    font-weight: 300;
    font-style: italic; }
  #logs img {
    width: 350px; }
  #contact p {
    margin-top: 20px; }
  #contact .location-item {
    margin-bottom: 35px; }
  #testimonials .content {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); } }

@media only screen and (min-width: 992px) {
  #testimonials .testim-text {
    font-size: 34px;
    line-height: 37px; }
  #testimonials .testim-author {
    font-size: 18px; } }

#localarea {
  background-color: #1C1A1D; }

.team-member {
  pointer-events: none;
  padding-bottom: 13px; }
  .team-member .pic img {
    position: static;
    padding-bottom: 14px; }
  .team-member .bio {
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .team-member .name {
    font-size: 20px;
    font-weight: 300;
    margin-top: 20px;
    text-transform: uppercase; }
  .team-member .job {
    color: #818285; }
  .team-member .social ul {
    list-style: none; }
  .team-member .social li {
    display: inline-block;
    margin: 0 10px; }
  .team-member .social {
    margin-bottom: 20px; }

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) {
  .team-member {
    pointer-events: auto; }
    .team-member .pic {
      height: 180px; }
    .team-member .pic img {
      position: absolute; }
    .team-member .bio {
      position: absolute;
      opacity: 0;
      overflow: hidden;
      font-size: 12px;
      line-height: 18px;
      padding: 4px;
      background-color: rgba(0, 0, 0, 0.5); }
    .team-member .bio-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      line-height: 1.3; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .team-member .pic {
    height: 180px; } }

@media only screen and (min-width: 992px) {
  .social:not(:last-child) {
    margin-bottom: 0px; } }

#routeMap {
  min-height: auto; }

#routes {
  display: none;
  position: relative; }
  #routes .route {
    transition: opacity 1s;
    position: absolute;
    opacity: 0;
    top: 0; }
    #routes .route.active {
      opacity: 1; }
  #routes .route-base {
    z-index: 10; }

@media only screen and (max-width: 992px) {
  .details-wrapper .content-wide {
    padding-top: 0; } }

.trails-wrapper {
  display: none;
  position: relative;
  /*  height: 2505px;*/
  overflow: hidden;
  background: #3C3B3B; }

.trails-inner {
  /*  transition: left 0.8s ease-out;
  width: 3360px;
  position: absolute;
  left:0;
  display: flex; */ }

.track-hero {
  height: 550px; }

.trail-details {
  text-align: left; }
  .trail-details .trail-title {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 3px;
    margin-top: 35px; }
  .trail-details .trail-sub-title {
    color: #EF413A;
    font-weight: 600;
    margin-top: 30px; }
  .trail-details .trail-rating {
    margin-top: 0px;
    margin-bottom: 30px; }

.plyr__video-embed {
  width: 100vw;
  margin-bottom: 20px; }

.highlight {
  pointer-events: none;
  /* padding-bottom: 33px;*/ }
  .highlight .pic img {
    position: static;
    padding-bottom: 14px; }
  .highlight .desc {
    opacity: 1; }
  .highlight .feature-content {
    padding: 10px 25px 30px;
    text-align: left; }
    .highlight .feature-content .txt-feature {
      font-style: italic;
      margin-bottom: 10px; }
    .highlight .feature-content h4 {
      font-size: 18px;
      font-weight: 700;
      margin-top: 17px;
      display: block;
      margin-bottom: 17px; }
    .highlight .feature-content p {
      line-height: 1.2; }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .trail-details .trail-title {
    margin-top: 0; }
  .trail-detail-divider:after {
    content: '';
    position: absolute;
    border-left: 1px #595A5C solid;
    min-height: 390px; }
  .holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .highlight {
    pointer-events: auto;
    width: 33.333%;
    display: block; }
    .highlight .pic {
      height: 25vw; }
    .highlight .pic img {
      position: absolute; }
    .highlight .feature-content {
      padding: 4vw; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .highlight .pic {
    /*height: 173px;*/ } }

.woocommerce-breadcrumb {
  display: none !important; }

.wc-bookings-booking-form {
  border: 0;
  padding: 1em 1em 0;
  margin: 0 0 1em; }

button, input, select, textarea {
  color: #000; }

.select {
  border-color: #D2D3D4 !important;
  padding: 10px !important;
  text-indent: 5px;
  height: 40px; }

.payment_method_paypal a {
  color: #3C3B3B; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 68%;
  margin: 0 auto; }

.wc-bookings-date-picker .ui-datepicker-header {
  /*    background-color: #3C3B3B;*/ }

.wc-bookings-date-picker .ui-datepicker th {
  color: #000;
  border-top: 1px solid #f3f3f4;
  background: #f3f3f4;
  border: 0; }

.wc-bookings-date-picker .ui-datepicker td {
  border-right: 1px solid #f3f3f4;
  border-top: 1px solid #f3f3f4; }

.woocommerce div.product form.cart table td {
  padding: 1px; }

.wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
  background: transparent; }

.calendar-key {
  max-width: 490px !important; }

.wc-bookings-date-picker .ui-datepicker-header {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 4px 4px 0 0;
  background-color: #f3f3f4;
  background-image: none;
  background-image: none;
  background-image: none;
  border: 0;
  color: black; }

.wc-bookings-booking-form fieldset .picker.hasDatepicker {
  margin-top: 10px; }

.wc-bookings-date-picker .ui-widget-content {
  border: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0px !important; }

.gform_wrapper {
  margin-top: 0px !important; }

.wc-bookings-booking-form {
  padding: 0 1em 0 !important; }

.wc-bookings-booking-form .wc-bookings-booking-cost {
  color: #1C1A1D;
  background: none;
  border-top: none;
  font-weight: 200;
  text-transform: uppercase; }

.gform_button.hide {
  display: none !important; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100% !important;
  color: #1C1A1D; }

.dyfi-product {
  text-align: center;
  border-top: 1px solid #D2D3D4;
  /* border-bottom: 1px solid #D2D3D4; */
  margin: 30px 0;
  /* padding-bottom: 0px; */
  padding-top: 21px;
  margin-bottom: 40px;
  clear: both; }

.dyfi-product .gfield_description {
  padding-top: 31px !important;
  margin-top: 20px;
  border-top: 1px solid #D2D3D4;
  text-align: left; }

.dyfi-product .gfield_label {
  font-size: 30px !important;
  display: inline-block;
  font-weight: 200 !important; }

.dyfi-product .gfield_label:after {
  content: " - "; }

.dyfi-product .ginput_product_price_label {
  font-size: 30px;
  display: none; }

.dyfi-product .ginput_product_price {
  color: #EF413A !important;
  font-size: 30px;
  font-weight: 200; }

.dyfi-product .ginput_container {
  display: inline-block;
  margin-left: 10px; }

.wc-tabs {
  display: none !important; }

.panel {
  border: none !important;
  background-color: transparent !important;
  padding-top: 50px !important;
  color: #1C1A1D;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce div.product .product_title {
  color: #1C1A1D; }

.woocommerce div.product .product_title {
  clear: both !important;
  font-weight: 200; }

p.price {
  color: #EF413A !important;
  font-style: italic;
  /*  font-style: italic;*/
  font-weight: 400; }

.cart_step_first .wc_bookings_field_persons label {
  display: block;
  border-bottom: 1px #D2D3D4 solid;
  color: #1C1A1D;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px; }

.wc-bookings-booking-form .form-field input[type=number] {
  width: 25%;
  border: none;
  text-align: center;
  margin-top: 10px;
  background: #f3f3f4; }

.wc-bookings-booking-form .form-field {
  margin-top: 30px; }

.wc-bookings-booking-form fieldset {
  margin-top: 40px; }

legend .label {
  color: #1C1A1D;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px; }

legend {
  border-bottom: 1px solid #D2D3D4; }

.woocommerce-message a {
  /* padding-left: 180px!important;*/
  display: none; }

.gfield_quantity {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 6px 0; }

.gfield_quantity .gfield_label {
  float: left;
  text-transform: uppercase;
  margin-top: 17px;
  line-height: 1 !important; }

.gfield_quantity .ginput_container_number {
  float: right; }

.gfield_quantity .instruction {
  display: none; }

.gfield_quantity input {
  background: #f3f3f4;
  border-color: #D2D3D4;
  color: #EF413A;
  text-align: center; }

.wc-bookings-booking-form-button {
  transition: 0.2s !important;
  border: 1px solid white !important;
  padding: 16px 30px !important;
  text-transform: uppercase !important;
  background-color: #323031 !important;
  cursor: pointer !important;
  color: #fff !important;
  width: 100%; }
  .wc-bookings-booking-form-button:hover {
    /*color: black;*/
    background-color: #5E605D !important;
    text-decoration: none !important;
    border: 1px solid white !important; }

.cart_menu {
  pointer-events: none; }

.cart_menu.active a {
  color: #EF413A !important; }

.woocommerce-Tabs-panel h2 {
  display: none; }

/*
CART
*/
.woocommerce-cart, .woocommerce-checkout {
  background-color: #f3f3f4;
  color: #1C1A1D; }

.woocommerce-cart main, .woocommerce-checkout main {
  /*  margin-top: 131px;*/ }

.woocommerce-cart h1, .woocommerce-checkout h1 {
  font-weight: 200;
  margin-bottom: 20px; }

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

.product-name a {
  color: #1C1A1D !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400 !important; }

.product-price, .product-quantity, .product-subtotal {
  text-align: left; }

.cart_item p {
  line-height: 23px !important; }

.cart_item dt {
  font-weight: 400;
  font-size: 15px; }

.cart_item .remove:before {
  line-height: 1.1; }

.woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {
  display: none; }

.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2) {
  display: none; }

.woocommerce table.shop_table {
  border: none !important; }

.button[name="update_cart"] {
  display: none !important; }

.cart-collaterals .cart_totals {
  width: 36% !important;
  text-align: left; }

.cart-collaterals .shop_table th {
  text-align: left !important;
  padding-left: 0 !important; }

.cart-collaterals .shop_table {
  margin-top: 20px !important; }

.cart-collaterals .cart-subtotal * {
  font-weight: 100 !important;
  font-size: 15px; }

.cart-collaterals .order-total {
  font-size: 15px; }

.button[name="apply_coupon"] {
  transition: 0.2s !important;
  border: 1px solid white !important;
  padding: 15px 30px !important;
  text-transform: uppercase !important;
  background-color: #323031 !important;
  cursor: pointer !important;
  color: #fff !important;
  width: 46% !important;
  font-family: "Roboto", sans-serif;
  border-radius: 0 !important;
  font-weight: 200 !important; }
  .button[name="apply_coupon"]:hover {
    /*color: black;*/
    background-color: #5E605D !important;
    text-decoration: none !important;
    border: 1px solid white !important; }

.coupon .input-text {
  width: 170px;
  padding: 11px 0px 11px 10px !important;
  width: 50% !important; }

.checkout-button {
  transition: 0.2s !important;
  border: 1px solid white !important;
  padding: 20px 30px !important;
  text-transform: uppercase !important;
  background-color: #323031 !important;
  cursor: pointer !important;
  color: #fff !important;
  width: 100%;
  font-family: "Roboto", sans-serif;
  border-radius: 0 !important;
  font-weight: 200 !important; }
  .checkout-button:hover {
    /*color: black;*/
    background-color: #5E605D !important;
    text-decoration: none !important;
    border: 1px solid white !important; }

.coupon {
  float: right !important;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 36% !important; }

.woocommerce-checkout .input-text {
  background: #f3f3f4;
  border-color: #D2D3D4;
  padding: 10px !important; }

.woocommerce-checkout label {
  color: #1C1A1D;
  font-weight: 400;
  font-size: 15px; }

.woocommerce-checkout #order_review_heading {
  margin-top: 70px;
  margin-bottom: 50px; }

.woocommerce-checkout .shop_table thead {
  display: none; }

.woocommerce-checkout .cart_item .product-total {
  text-align: right; }

.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tfoot td, .woocommerce-checkout .woocommerce table.shop_table tfoot th {
  text-align: right !important; }

.woocommerce-checkout .cart_item .product-name:first-child {
  color: #3C3B3B !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400 !important; }

.woocommerce-checkout .woocommerce-checkout-payment {
  background: none !important; }

.woocommerce-checkout .button[name="woocommerce_checkout_place_order"] {
  transition: 0.2s !important;
  border: 1px solid white !important;
  padding: 15px 30px !important;
  text-transform: uppercase !important;
  background-color: #323031 !important;
  cursor: pointer !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  border-radius: 0 !important;
  font-weight: 200 !important; }
  .woocommerce-checkout .button[name="woocommerce_checkout_place_order"]:hover {
    /*color: black;*/
    background-color: #5E605D !important;
    text-decoration: none !important;
    border: 1px solid white !important; }

/*

CHECKOUT THANKYOU PAGE

*/
.woocommerce-order-details {
  display: none !important; }

.woocommerce-order h2 {
  margin: 10px 0 41px; }

.woocommerce table.shop_table {
  width: 100%;
  text-align: center; }

.woocommerce ul.order_details {
  margin: 60px auto;
  display: inline-block; }

.woocommerce-customer-details {
  overflow: hidden; }
  .woocommerce-customer-details h2, .woocommerce-customer-details h3 {
    font-size: 21px;
    margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .woocommerce-cart main, .woocommerce-checkout main {
    margin-top: 0px !important;
    padding-top: 102px !important; }
  .cart-collaterals .cart_totals {
    width: 100% !important; } }

/*NEW STYLES*/
.storefront-full-width-content .woocommerce-tabs .panel {
  float: none !important;
  width: 100%; }

.storefront-full-width-content .content-area {
  float: none !important; }

.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-default {
  background-color: #2ecc71 !important; }

/*CART*/
header.entry-header {
  background: transparent; }
  header.entry-header h1 {
    color: #3C3B3B; }

.cart_totals calculated_shipping h2 {
  color: #3C3B3B; }

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4 {
  color: #3C3B3B; }

.checkout h1, .checkout h2, .checkout h3, .checkout h4 {
  color: #3C3B3B; }

.checkout .col2-set {
  width: 100%;
  float: none; }

.checkout .col2-set .col-1 {
  float: left;
  width: 48%; }

.checkout .col2-set .col-2 {
  float: right;
  width: 48%; }

@media only screen and (max-width: 767px) {
  .checkout .col2-set .col-1 {
    float: none;
    width: 100%; }
  .checkout .col2-set .col-2 {
    float: none;
    width: 100%; } }

.checkout #order_review_heading {
  float: none;
  width: 100%;
  clear: both; }

.checkout .woocommerce-checkout-review-order {
  float: none !important;
  width: 100% !important;
  clear: both !important; }

.product-template-default .header-carousel h1 {
  color: #fff; }

.product-template-default.woocommerce h2 {
  color: #fff !important; }

.page-template-template-complete main, .page-template-default main {
  padding: 167px 0 0; }
  .page-template-template-complete main h1, .page-template-default main h1 {
    text-align: center; }

.mrg h1, .mrg h2, .mrg h3, .mrg h4 {
  color: #3C3B3B; }

.woocommerce a.remove:hover {
  background: inherit !important; }

.woocommerce a.remove:hover:before {
  color: red !important; }

.woocommerce-order-pay article {
  text-align: center; }

.woocommerce-form-coupon-toggle {
  display: none !important; }

.woocommerce-Price-amount a {
  color: #2c2d33 !important; }

.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a {
  color: #3C3B3B !important; }

.page-template-template-holding {
  color: #fff;
  /*font-family: "Cabin", sans-serif;*/
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.7px;
  font-weight: 400;
  background-color: #4C4E4B;
  text-align: center;
  background: url(../images/background.jpg) fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.page-template-template-holding .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.page-template-template-holding .es_shortcode_form_email {
  display: none; }

.page-template-template-holding .social-menu {
  list-style: none;
  margin-bottom: 31px; }

.page-template-template-holding .social-menu li {
  display: inline-block;
  margin: 0 13px;
  transform: scale(1.5); }

.page-template-template-holding .es_shortcode_form {
  margin-top: 20px; }

.page-template-template-holding .logo-img {
  width: 100%;
  margin-bottom: 50px; }

main {
  min-width: 600px; }

@media only screen and (max-width: 600px) {
  main {
    min-width: auto; } }

@media only screen and (max-width: 760px), screen and (max-height: 760px) {
  .wrapper {
    position: static;
    left: 0%;
    top: 0%;
    transform: none;
    padding: 10px; } }

@media only screen and (min-width: 420px) {
  .page-template-template-holding .logo-img {
    width: 320px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 760px) {
  body {
    background-position: 27% 0%; }
  .logo-img {
    /*    width: 320px;*/ } }

@media only screen and (max-width: 420px) {
  input[type="text"] {
    width: 100%; }
  h1 {
    margin-bottom: 30px; }
  .dyfi-arrow:before {
    margin-top: 104px; }
  .logo {
    margin-top: 10px;
    width: 240px;
    margin: 40px auto 0; } }

.overlay {
  scrollbar-width: thin;
  overflow-y: scroll;
  padding: 2% 10% !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 10%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }
  .overlay:target {
    visibility: visible;
    opacity: 1; }

#dtsignedRiders_info {
  display: none; }

#dtsignedRiders_paginate {
  display: none; }

#dtsignedRiders_length {
  display: none; }

.savethis {
  display: none; }

.seon {
  display: none; }

#dtsignedRiders_filter {
  display: none; }

#cancelbooking {
  display: none; }

#changebookingdate {
  display: none; }

.btnclosecs {
  padding: 1% 5%;
  background: #fff; }

.p10 {
  padding: 10px;
  margin: 0px 10px;
  text-align: center;
  border: 2px solid #000; }

#dtsignedRiders th {
  border-bottom: #000 1px solid !important;
  border-top: #000 1px solid;
  color: #000;
  background: #eee;
  border-bottom: #ddd 1px solid; }

#dtsignedRiders td {
  color: #000;
  background: #eee; }

#dtsignedRiders tr {
  color: #000;
  background: #eee; }

#dtsignedRiders a {
  color: #000;
  background: #eee; }

.ridercancel {
  text-decoration: line-through; }

.hover_bkgr_fricc {
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000; }
  .hover_bkgr_fricc table {
    max-width: 500px;
    max-height: 500px;
    min-width: 80%;
    margin-top: 4%; }
  .hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%; }

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center; }
  .popupCloseButton:hover {
    background-color: #ccc; }

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
  font-weight: bold; }

.btnclosex {
  color: #333 !important;
  border: 1px solid #979797;
  max-width: 20%;
  background-color: #eee;
  padding: 2px; }

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out; }
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333; }
    .popup .close:hover {
      color: #06D85F; }
  .popup .content {
    max-height: 30%;
    overflow: auto; }

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd; }

.left {
  text-align: right; }

.right {
  text-align: left; }

.mrg {
  background: #fff;
  margin-top: 53px;
  padding: 50px;
  color: #000; }

section.complete-form.woocommerce {
  background: #eee;
  padding: 167px 50px 50px; }

.woocommerce-billing-fields {
  padding: 35px; }

.required {
  color: red;
  font-weight: 700;
  border: 0; }

.button {
  transition: 0.2s !important;
  border: 1px solid white !important;
  padding: 15px 50px !important;
  text-transform: uppercase !important;
  background-color: #4C4E4B !important;
  cursor: pointer !important;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  border-radius: 0 !important;
  font-weight: 200 !important; }

body {
  background-color: unset; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  background-color: #d8d8d8;
  border: 1px solid #d8d8d8 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: white !important;
  border: 1px solid #686868 !important;
  background-color: #686868 !important;
  background: linear-gradient(to bottom, #686868 0%, #686868 100%) !important; }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #686868 !important;
    background-color: #686868 !important;
    background: linear-gradient(to bottom, #686868 0%, #686868 100%) !important; }

button {
  color: #000;
  background-color: #d8d8d8; }

input {
  color: #000;
  background-color: #d8d8d8; }

select {
  color: #000;
  background-color: #d8d8d8; }

textarea {
  color: #000;
  background-color: #d8d8d8; }

.fc-content-skeleton tbody td {
  background: #ccc !important;
  border: 1px solid #000; }

.fc-content-skeleton tbody td.fc-event-container {
  border: 1px solid #000;
  background: #2ecc71 !important; }

a.fc-event {
  color: #fff !important;
  border-color: #2ecc71 !important;
  background: #2ecc71 !important; }
  a.fc-event:active {
    border-color: #239e57 !important;
    background: #239e57 !important; }

@media screen and (max-width: 768px) and (min-width: 770px) {
  .results td {
    width: 16.5%; }
  .navbar.navbar-inverse {
    margin-top: 0px !important; } }

@media screen and (max-width: 767px) {
  .navbar.navbar-inverse {
    margin-top: -55px !important; } }

@media screen and (max-width: 900px) {
  table {
    border: 0; }
    table caption {
      font-size: 1.3em; }
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 1em;
      text-align: right; }
      table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      table td:last-child {
        border-bottom: 0; }
  td:before {
    content: attr(data-label); }
  .overlay {
    overflow-y: auto; }
  .hideinmob {
    display: none; }
  .btnclosex {
    max-width: 80% !important; }
  section.complete-form.woocommerce {
    padding: 20% 1% !important; } }

.loaderop {
  margin: 0px auto;
  display: none;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.riders td {
  padding: 0 !important; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6); }

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear; }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }

.is-hide {
  display: none; }
