/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Main Stylesheet

******************************************************************/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Variables

******************************************************************/
/******************************************************************
	CSP Colours
******************************************************************/
/******************************************************************
	Main Colours
******************************************************************/
/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Typography

******************************************************************/
p {
  -ms-word-break: normal;
  -ms-word-wrap: normal;
  word-break: normal;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Sass Functions

******************************************************************/
/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include fade-gradient(#dfdfdf,#f8f8f8); */
/* @include box-gradient(#dfdfdf,#f8f8f8); */
/* @include short-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(radius); */
/* @include top-border-radius(radius); */
/* @include left-border-radius(radius); */
/* @include right-border-radius(radius); */
/*********************
SHADOWS
*********************/
/* @include css-shadow(horiz,vert,blur,spread,color); */
/* @include text-shadow(horiz,vert,blur,color); */
/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Grid Stylesheet

******************************************************************/
.column,
.columns {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .column,
  .columns {
    margin: 0;
    margin-left: 2%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 5.66666666667%;
  }

  .two.columns {
    width: 14.3333333333%;
  }

  .three.columns {
    width: 23%;
  }

  .four.columns {
    width: 31.6666666667%;
  }

  .five.columns {
    width: 40.3333333333%;
  }

  .six.columns {
    width: 49%;
  }

  .seven.columns {
    width: 57.6666666667%;
  }

  .eight.columns {
    width: 66.3333333333%;
  }

  .nine.columns {
    width: 75.0%;
  }

  .ten.columns {
    width: 83.6666666667%;
  }

  .eleven.columns {
    width: 92.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 31.6666666667%;
  }

  .two-thirds.column {
    width: 66.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Alert Styles

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #EBE16F;
}

.alert-info {
  border-color: #bfe4f4;
  background: #D5EDF8;
}

.alert-error {
  border-color: #f8cdce;
  background: #FBE3E4;
}

.alert-success {
  border-color: #deeaae;
  background: #E6EFC2;
}

/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Button Styles

******************************************************************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

.blue-btn, .comment-reply-link, #submit {
  background-color: #EC6E29;
}
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #ea6116;
}
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #e75f15;
}

/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Form Styles

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  -webkit-appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  padding: 20px;
  font-size: 1em;
  color: #666666;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  width: 100%;
  outline: none;
  font-family: "Roboto Condensed", Arial Narrow, Verdana, Helvetica, san-serif !important;
  background-color: #F7F7F7;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus,
.field:focus {
  background-color: #F7F7F7;
}
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #FBE3E4;
  border-color: #FBE3E4;
  background-color: #FFFFFF;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #FBE3E4;
}
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #E6EFC2;
  border-color: #E6EFC2;
  background-color: #FFFFFF;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #E6EFC2;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #CCCCCC;
  opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #D5EDF8;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.wpforms-error {
  padding: 12px 0 0 20px;
}

.wpforms-field {
  width: 100%;
  text-align: left;
}
.wpforms-field .wpforms-field-medium {
  width: 100%;
  border-radius: 8px;
  padding: 15px 10px;
}

.wpforms-submit {
  float: right;
  border: 0;
  background: #EC6E29;
  min-width: 200px;
  padding: 18px;
  border-radius: 10px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  color: #FFFFFF;
  font-size: 1.2em;
}
.wpforms-submit:hover {
  background: #CCCCCC;
  color: #EC6E29;
}

/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Comments Styles

******************************************************************/
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #F7F7F7;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #F7F7F7;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: bold;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #666666;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #FFFFFF;
}
.comment.even {
  background: #F7F7F7;
}

/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #F7F7F7;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #666666;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #666666;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #F7F7F7;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************

	Site Name: 		Cycle Sport Pendle
	Author:			Simon Price | Kreature Design
	Stylesheet: 	Base Mobile Stylesheet

******************************************************************/
/*********************
	GLOBAL STYLES
*********************/
html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto Condensed", Arial Narrow, Verdana, Helvetica, san-serif !important;
  text-rendering: optimizelegibility;
  font-size: 100%;
  line-height: 1.5;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

label.screen-reader-text {
  display: none;
}

.hide-mobile {
  display: none;
}

.hide-desktop {
  display: block;
}

hr, .hr {
  width: 100%;
  margin: 1.5em 0;
  border: 0;
  border-bottom: 2px solid #FCE3D4;
  clear: both;
}

.box-hr {
  width: 80%;
  text-align: center;
  margin: 1em auto 0 auto;
  border-bottom: 2px solid #C2622D;
  clear: both;
}

.box-logo {
  width: 80%;
  text-align: center;
  margin: 1em auto;
  clear: both;
}

.single-thumbnail {
  display: none;
}

.edit-link {
  border: 1px dotted #EC6E29;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.halign {
  text-align: center;
}

.pointer {
  cursor: pointer;
  cursor: hand;
}

.text-columns {
  width: 100%;
  margin: 30px auto;
}

.left,
.right {
  text-align: center;
}

.fade {
  position: relative;
  z-index: -1;
  height: 20px;
  clear: both;
  opacity: 0.9;
}

.up {
  border-bottom: 2px solid #FFFFFF;
  background-color: #CCCCCC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
  background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
  background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
  background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
}

.down {
  border-top: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #E8E8E8, #FFFFFF);
  background-image: -moz-linear-gradient(top, #E8E8E8, #FFFFFF);
  background-image: -o-linear-gradient(top, #E8E8E8, #FFFFFF);
  background-image: linear-gradient(to bottom, #E8E8E8, #FFFFFF);
}

.srpw-thumbnail,
.tribe-event-image {
  width: 100%;
  height: auto;
}

/******************************************
	LAYOUT & GRID STYLES
******************************************/
.wrap {
  width: 94%;
  margin: 0 auto;
}

/*********************
	LINK STYLES
*********************/
a, a:visited {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  color: #EC6E29;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #C2622D;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
	H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Roboto Condensed", Arial Narrow, Verdana, Helvetica, san-serif !important;
  text-rendering: optimizelegibility;
  font-weight: bold;
}

h1, .h1 {
  font-size: 1.3em;
  line-height: 1.2em;
}

h2, .h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}

h3, .h3 {
  font-size: 1.1em;
}

h4, .h4 {
  font-size: 1em;
}

h5, .h5 {
  font-size: 0.9em;
  line-height: 2.09em;
}

/******************************************
	MAIN HEADER
******************************************/
.header {
  position: relative;
  margin-top: 40px;
}
.header #header-top-bar {
  display: none;
}
.header #header-logo {
  padding: 1em 0 0 0;
  text-align: center;
  position: relative;
  background: #EC6E29;
  background: -moz-linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 81.9%, #FFFFFF 82%, #FFFFFF 82.7%, #EC6E29 82.8%, #EC6E29 100%);
  background: -webkit-linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 81.9%, #FFFFFF 82%, #FFFFFF 82.7%, #EC6E29 82.8%, #EC6E29 100%);
  background: linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 81.9%, #FFFFFF 82%, #FFFFFF 82.7%, #EC6E29 82.8%, #EC6E29 100%);
}
.header #header-logo #sb-logo #sb {
  display: none;
  background-image: url(/wp-content/themes/csp/images/steven-burke.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: 146px;
  width: 105px;
}
.header #header-logo #sb-logo #logo {
  width: 45%;
  transform: rotate(-5.5deg);
  margin: 3.5em 1em 1em 0;
  height: 75px;
  background-image: url(/wp-content/themes/csp/images/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.header #header-logo #logo-menu {
  margin-top: 1em;
  position: relative;
}
.header #header-logo #logo-menu #menu-header-sub-menu {
  margin: .5em 0 0 0;
  padding: 1em 0 0 0;
  text-align: center;
}
.header #header-logo #logo-menu #menu-header-sub-menu li {
  display: inline-block;
}
.header #header-logo #logo-menu #menu-header-sub-menu li a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: bold;
  font-size: .8em;
}
.header #header-logo #logo-menu #menu-header-sub-menu li a:hover {
  color: #FCE3D4;
}
.header #header-logo #logo-menu #menu-header-sub-menu li + li::before {
  content: "|";
  color: #FFFFFF;
  padding: 5px;
  top: 6px;
}
.header #header-logo #logo-menu #menu-header-sub-menu li.current-menu-item a,
.header #header-logo #logo-menu #menu-header-sub-menu li.current_page_item a {
  color: #FFFFFF;
}
.header #header-logo #logo-menu #menu-header-sub-menu li.current-menu-item a:hover,
.header #header-logo #logo-menu #menu-header-sub-menu li.current_page_item a:hover {
  color: #FCE3D4;
}
.header #header-logo #logo-menu #logo-menu-search {
  width: 90%;
  margin: .5em auto;
  text-align: center;
  height: 35px;
}
.header #header-logo #logo-menu #logo-menu-search .widget_search #s {
  border: 0;
  padding: .3em .8em;
  margin: 0;
  opacity: .8;
  width: 75%;
  float: left;
  border-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-radius-topleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  -o-border-radius-topleft: 10px;
  -o-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header #header-logo #logo-menu #logo-menu-search .widget_search #searchsubmit {
  border: 0;
  background-color: #C2622D;
  color: #FFFFFF;
  text-align: center;
  padding: .2em .9em .4em .7em;
  margin: 0;
  width: 25%;
  float: right;
  border-radius: 0;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-radius-topright: 10px;
  -webkit-border-radius-bottomright: 10px;
  -o-border-radius-topright: 10px;
  -o-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.header #header-logo #logo-menu #logo-menu-search .widget_search #searchsubmit:hover {
  background-color: #666666;
}
.header #header-nav {
  background-color: #04222C;
  border-bottom: solid #FFFFFF 2px;
  border-top: solid #FFFFFF 2px;
}
.header #header-nav .nav {
  display: none;
}
.header #header-slider {
  max-height: 500px;
  overflow: hidden;
}
.header #header-sections {
  background-color: #F7F7F7;
  text-align: center;
  margin: 2px auto;
  padding: .5em 0;
  border-bottom: 10px solid #04222C;
}
.header #header-sections a {
  display: inline-block;
  margin: .5em .8em;
  /******************************************************************
  	This is the fix for Wordpress lazy loading size issues:
  ******************************************************************/
}
.header #header-sections a:hover {
  opacity: .8;
}
.header #header-sections a img {
  max-height: 38px;
  max-width: 120px;
  height: auto;
  width: auto;
  overflow: hidden;
}
.header #header-btm-bar {
  height: 25px;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #CCCCCC, #FFFFFF);
  background-image: -moz-linear-gradient(top, #CCCCCC, #FFFFFF);
  background-image: -o-linear-gradient(top, #CCCCCC, #FFFFFF);
  background-image: linear-gradient(to bottom, #CCCCCC, #FFFFFF);
}

/*********************
	STICKY NAV
*********************/
#sticky-menu {
  display: none;
}

#sticky-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  display: none;
  opacity: 1;
  background-color: #F7F7F7;
  padding: 0 0 .5em 0;
  -moz-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.31);
}

#sticky-logo {
  height: 65px;
  background-image: url(/wp-content/themes/csp/images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/******************************************
	HOME FEATURES
******************************************/
.center {
  text-align: center;
}

.feature {
  padding: 2em 0;
}

#home-club-sections {
  background-color: #04222C;
  padding: 1em 0 2em 0;
}
#home-club-sections ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
}
#home-club-sections ul li {
  vertical-align: top;
  background-color: #FFFFFF;
  border: solid #EC6E29 3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  list-style-type: none;
  min-height: 250px;
  width: 85%;
  color: #666666;
  font-size: 1.2em;
  margin: 1em auto;
  padding: 0;
  cursor: hand;
  cursor: pointer;
  position: relative;
  background: #FCE3D4;
  background: -moz-linear-gradient(top, #FCE3D4 0%, #FCE3D4 50%, #FFFFFF 60%);
  background: -webkit-linear-gradient(top, #FCE3D4 0%, #FCE3D4 50%, #FFFFFF 60%);
  background: linear-gradient(to bottom, #FCE3D4 0%, #FCE3D4 50%, #FFFFFF 60%);
}
#home-club-sections ul li .box-logo {
  padding: 0;
  margin: 0;
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
}
/*
#home-club-sections ul li:nth-child(1) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-sbhub.png);
}
#home-club-sections ul li:nth-child(2) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-rdp.png);
}
#home-club-sections ul li:nth-child(3) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-skillz.png);
}
#home-club-sections ul li:nth-child(4) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-rookies.png);
}
#home-club-sections ul li:nth-child(5) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-cspdirt.png);
}
*/
/* renumbered when removed SBhub element */
/* removed rdp 
#home-club-sections ul li:nth-child(3) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-rdp.png);
}
*/
#home-club-sections ul li:nth-child(3) .box-logo {
  background-image: url(/wp-content/uploads/2021/01/CSP-skillzplus-275.png);
}
#home-club-sections ul li:nth-child(2) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-skillz.png);
}
#home-club-sections ul li:nth-child(1) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-rookies.png);
}
#home-club-sections ul li:nth-child(4) .box-logo {
  background-image: url(/wp-content/uploads/2018/10/section-cspdirt.png);
}

#home-club-sections ul li a {
  font-size: 1.2em;
  font-weight: bold;
  color: #EC6E29;
  padding: 5px 25px;
}
#home-club-sections ul li a:hover {
  color: #04222C;
}
#home-club-sections ul li:hover {
  background: #E8E8E8;
  background: -moz-linear-gradient(top, #E8E8E8 0%, #E8E8E8 50%, #FFFFFF 60%);
  background: -webkit-linear-gradient(top, #E8E8E8 0%, #E8E8E8 50%, #FFFFFF 60%);
  background: linear-gradient(to bottom, #E8E8E8 0%, #E8E8E8 50%, #FFFFFF 60%);
}
#home-club-sections ul li .featured-text {
  padding: 0 25px;
}
#home-club-sections ul li .featured-thumb {
  text-align: center;
  width: 100%;
  height: auto;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 15px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-radius-topleft: 8px;
  -webkit-border-radius-topright: 8px;
  -o-border-radius-topleft: 8px;
  -o-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#home-club-sections ul li .featured-thumb img {
  min-width: 100%;
}

.sidebox {
  position: relative;
  padding: 2em;
  margin: 1em 0;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: solid #EC6E29 1px;
}
.sidebox h4 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.ridebox {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #EC6E29;
}
.ridebox h4 {
  margin: 0 0 -10px 0;
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 1.2em;
}

#media_image-4 {
  border: none;
  margin-top: -1em;
}

#main-sidebar {
  color: #FFFFFF;
  margin-top: 1em;
  margin-bottom: 2em;
}
#main-sidebar h4 {
  color: #FFFFFF;
  font-size: 1.2em;
}
#main-sidebar #text-2,
#main-sidebar .advanced-sidebar-menu {
  position: relative;
  padding: 2em;
  margin: 1em 0;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: solid #EC6E29 1px;
  background-color: #EC6E29;
}
#main-sidebar .advanced-sidebar-menu ul li {
  text-align: left;
  padding: 10px 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: dashed #FFFFFF 1px;
}
#main-sidebar .advanced-sidebar-menu ul li:last-child {
  border-top: dashed #FFFFFF 1px;
  border-bottom: dashed #FFFFFF 1px;
}
#main-sidebar .advanced-sidebar-menu ul li a {
  font-size: 1.2em;
  color: #FFFFFF;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
#main-sidebar .advanced-sidebar-menu ul li a:hover {
  color: #000000;
}
#main-sidebar .advanced-sidebar-menu ul li ul {
  padding: 10px;
}
#main-sidebar .advanced-sidebar-menu ul li ul li {
  border-top: solid #C2622D 1px;
  margin-bottom: 5px;
  padding: 5px 10px;
}
#main-sidebar .advanced-sidebar-menu ul li ul li:last-child {
  border-top: solid #C2622D 1px;
  border-bottom: solid #C2622D 1px;
}
#main-sidebar .advanced-sidebar-menu ul li ul li a {
  font-size: 1.2em;
  color: #000000;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
#main-sidebar .advanced-sidebar-menu ul li ul li a:hover {
  color: #FFFFFF;
}
#main-sidebar .advanced-sidebar-menu ul li ul li.current_page_item a {
  color: #FFFFFF;
}
#main-sidebar .advanced-sidebar-menu ul li ul li.current_page_item a:hover {
  color: #000000;
}
#main-sidebar .advanced-sidebar-menu ul li.current_page_item a {
  color: #000000;
}
#main-sidebar .advanced-sidebar-menu ul li.current_page_item a:hover {
  color: #FFFFFF;
}
#main-sidebar #text-2 ul {
  margin: 0;
  padding: 0;
}
#main-sidebar #text-2 ul li {
  margin-bottom: 1em;
  padding: .5em 1em;
  text-align: right;
  min-height: 120px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-sidebar #text-2 ul li:hover {
  opacity: 0.9;
}
#main-sidebar #text-2 ul li a {
  color: #FFFFFF;
  font-size: 1.6em;
  font-weight: bold;
  -moz-text-shadow: 0 0 6px #000000;
  -webkit-text-shadow: 0 0 6px #000000;
  text-shadow: 0 0 6px #000000;
}
#main-sidebar #text-2 ul li a:hover {
  color: #000000;
  -moz-text-shadow: 0 0 6px #FFFFFF;
  -webkit-text-shadow: 0 0 6px #FFFFFF;
  text-shadow: 0 0 6px #FFFFFF;
}
#main-sidebar #text-2 ul li:nth-child(1) {
  background-image: url(/wp-content/uploads/2018/11/circuit-road.png);
}
#main-sidebar #text-2 ul li:nth-child(2) {
  background-image: url(/wp-content/uploads/2018/11/circuit-bmx.png);
}
#main-sidebar #text-2 ul li:nth-child(3) {
  background-image: url(/wp-content/uploads/2018/11/circuit-clubhouse.png);
  margin-bottom: 0;
}

/******************************************
	HOME BOX LISTING - EVENTS/RIDES/RACES
******************************************/
.box-listing ul li {
  border: #EC6E29 solid 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.box-listing ul li:hover {
  border-color: #C2622D;
}
.box-listing ul li img {
  margin-top: 30px;
}
.box-listing ul li .srpw-content a {
  color: #0090CB;
  font-size: 1.2em;
  font-weight: bold;
}
.box-listing ul li .srpw-content a:hover {
  color: #EC6E29;
}
.box-listing ul li .srpw-content .srpw-meta {
  position: absolute;
  top: 10px;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  color: #0090CB;
}
.box-listing ul li .srpw-content .srpw-summary p {
  margin-top: 0;
}
.box-listing ul li .srpw-content .srpw-summary a {
  color: #FFFFFF;
  margin-top: 1em;
  padding: 5px 0;
  width: 90px;
  font-size: 0.9em;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #EC6E29;
  text-transform: uppercase;
}
.box-listing ul li .srpw-content .srpw-summary a:hover {
  background: #0090CB;
}

/******************************************
	HOME BOXES
******************************************/
#home-calendar {
  background-color: #F7F7F7;
  padding-bottom: 3em;
}
#home-calendar #home-calendar-main {
  min-height: 1px;
}
#home-calendar #home-calendar-main ul, #home-calendar #home-calendar-main ol {
  margin: 0;
  padding: 0;
}
#home-calendar #home-calendar-main ul li, #home-calendar #home-calendar-main ol li {
  margin: 1em auto;
  padding: 0;
  vertical-align: top;
  width: 85%;
  padding: 1em;
  border: #EC6E29 solid 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
#home-calendar #home-calendar-main ul li:hover, #home-calendar #home-calendar-main ol li:hover {
  border-color: #C2622D;
}
#home-calendar #home-calendar-main ul li .tribe-event-title a, #home-calendar #home-calendar-main ol li .tribe-event-title a {
  color: #004B80;
  font-size: 1.2em;
  font-weight: bold;
}
#home-calendar #home-calendar-main ul li .tribe-event-title a:hover, #home-calendar #home-calendar-main ol li .tribe-event-title a:hover {
  color: #EC6E29;
}
#home-calendar #home-calendar-main ul li .tribe-event-excerpt, #home-calendar #home-calendar-main ol li .tribe-event-excerpt {
  margin-top: -10px;
}
#home-calendar #home-calendar-main ul li .tribe-event-location, #home-calendar #home-calendar-main ol li .tribe-event-location {
  color: #C2622D;
  font-weight: bold;
}
#home-calendar #home-calendar-main ul li .tribe-event-image, #home-calendar #home-calendar-main ol li .tribe-event-image {
  width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 2em auto 1em auto;
}
#home-calendar #home-calendar-main ul li .tribe-event-duration, #home-calendar #home-calendar-main ol li .tribe-event-duration {
  position: absolute;
  top: 10px;
  font-size: 1.4em;
  font-weight: bold;
  color: #04222C;
}
#home-calendar #home-calendar-side {
  color: #EC6E29;
}
#home-calendar #home-calendar-side .sidebox {
  border: solid 1px #EC6E29;
}
#home-calendar #home-calendar-side h4 {
  color: #04222C;
}
#home-calendar #home-calendar-side .sidebox h4 {
  margin: 0;
}
#home-calendar #home-calendar-side ul {
  clear: both;
}
#home-calendar #home-calendar-side ul li {
  border-top: solid #EC6E29 2px;
  padding: .8em 0 0 0;
  margin: 0;
  font-size: 1.4em;
}
#home-calendar #home-calendar-side ul li .heading {
  clear: both;
  margin: 0 0 -20px 0;
  color: #004B80;
  font-weight: bold;
  text-transform: uppercase;
}
#home-calendar #home-calendar-side ul li:last-child {
  border-top: solid #EC6E29 2px;
  border-bottom: solid #EC6E29 2px;
  padding-bottom: 0;
}

#home-membership {
  background-color: #FFFFFF;
}
#home-membership #home-membership-main ul {
  margin-top: 1em;
  margin-bottom: 0;
}
#home-membership #home-membership-main ul li {
  clear: both;
  position: relative;
  padding: .2em .5em .2em 1.5em;
  color: #EC6E29;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
}
#home-membership #home-membership-main ul li:before {
  content: "\2605";
  color: #0090CB;
  position: absolute;
  left: 0;
}
#home-membership #home-membership-side {
  position: relative;
  z-index: 4000;
  color: #FFFFFF;
}
#home-membership #home-membership-side .sidebox {
  background: #EC6E29;
  background: -moz-linear-gradient(top, #EC6E29 50%, #EC6E29 50%, #8A4118 100%);
  background: -webkit-linear-gradient(top, #EC6E29 50%, #EC6E29 50%, #8A4118 100%);
  background: linear-gradient(to bottom, #EC6E29 50%, #EC6E29 50%, #8A4118 100%);
}
#home-membership #home-membership-side h4 {
  color: #FFFFFF;
  margin: 0;
}
#home-membership #home-membership-side ul {
  margin-bottom: 3em;
  clear: both;
}
#home-membership #home-membership-side ul li {
  border-top: solid rgba(255, 255, 255, 0.6) 2px;
  padding: .8em 0 0 0;
  margin: 0;
  font-size: 1.4em;
}
#home-membership #home-membership-side ul li .heading {
  clear: both;
  margin: 0 0 -20px 0;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}
#home-membership #home-membership-side ul li:last-child {
  border-top: solid rgba(255, 255, 255, 0.6) 2px;
  border-bottom: solid rgba(255, 255, 255, 0.6) 2px;
  padding-bottom: 0;
}
#home-membership #home-membership-side a {
  border: solid 1px #000000;
  padding: .5em 2em;
  background-color: #FFFFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px 3px #F8E71C;
  -webkit-box-shadow: 0 0 10px 3px #F8E71C;
  box-shadow: 0 0 10px 3px #F8E71C;
  margin-top: 2em;
  font-size: 1.6em;
  font-weight: bold;
  color: #C2622D;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
#home-membership #home-membership-side a:hover {
  color: #EC6E29;
  -moz-box-shadow: 0 0 10px 3px #FFFFFF;
  -webkit-box-shadow: 0 0 10px 3px #FFFFFF;
  box-shadow: 0 0 10px 3px #FFFFFF;
}

#home-riderace {
  padding: 3em 0 0 0;
  background-color: #04222C;
}
#home-riderace h4 {
  color: #FFFFFF;
}
#home-riderace #home-riderace-main {
  min-height: 1px;
}
#home-riderace #home-riderace-main .srpw-meta {
  color: #FFFFFF;
}
#home-riderace #home-riderace-main ul {
  margin: 0;
  padding: 0;
}
#home-riderace #home-riderace-main ul li {
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  width: 85%;
  margin-bottom: 3%;
  padding: 1em;
}
#home-riderace #home-riderace-side #text-11 .widgettitle-right {
  font-size: 1.4em;
  margin-top: -6px;
}

#home-blog {
  background-color: #EDEFF0;
}
#home-blog #home-blog-main .srpw-ul .srpw-li .srpw-thumbnail {
  max-width: 150px;
}
#home-blog #home-blog-main .srpw-ul .srpw-li .srpw-content a {
  color: #0090CB;
  font-size: 1.2em;
  font-weight: bold;
}
#home-blog #home-blog-main .srpw-ul .srpw-li .srpw-content .srpw-meta {
  color: #EC6E29;
  font-size: 1.1em;
}
#home-blog #home-blog-main .srpw-ul .srpw-li .srpw-content .srpw-meta:after {
  background: #04222C none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin: .5em 0 0 0;
  width: 80px;
}
#home-blog #home-blog-side {
  border: solid #EC6E29 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 1.5em;
}

#home-kit {
  background-color: #FFFFFF;
}
#home-kit img {
  clear: both;
  width: 100%;
  height: auto;
  margin: .5em auto;
}

/******************************************
	CHILD PAGE BOXES
******************************************/
.child-boxes {
  margin: 0;
  padding: 0;
}
.child-boxes .ccchildpage {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 1.5em;
  border: solid 1px #EC6E29;
  min-height: 300px;
}
.child-boxes .ccchildpage h3 {
  margin-top: 0;
  font-size: 1.3em;
  color: #EC6E29;
}
.child-boxes .ccchildpage h3:hover {
  color: #000000;
}
.child-boxes .ccchildpage .cc-child-pages-thumb {
  overflow: hidden;
  max-height: 110px;
  width: 100%;
  height: 100%;
  margin-bottom: 1em;
}
.child-boxes .ccchildpage .ccpages_excerpt {
  margin-bottom: 1em;
  min-height: 130px;
}
.child-boxes .ccchildpage .ccpages_more {
  font-size: .9em;
}

.excerpt-read-more {
  float: right;
  margin: 1em auto;
}
.excerpt-read-more a:link, .excerpt-read-more a:visited, .excerpt-read-more a:active {
  color: #FFFFFF;
  padding: 5px 15px;
  width: 90px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #EC6E29;
  text-transform: uppercase;
}
.excerpt-read-more a:link:hover, .excerpt-read-more a:visited:hover, .excerpt-read-more a:active:hover {
  background: #0090CB;
}

.read-more {
  margin: 1em 0;
  cursor: hand;
  cursor: pointer;
}
.read-more a:link, .read-more a:visited, .read-more a:active {
  color: #FFFFFF;
  padding: 5px 15px;
  width: 90px;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #EC6E29;
  text-transform: uppercase;
}
.read-more a:link:hover, .read-more a:visited:hover, .read-more a:active:hover {
  background: #0090CB;
}

/******************************************
	FEATURED MENUS
******************************************/
.feat-box {
  background-position: center 40px;
  background-repeat: no-repeat;
  cursor: hand;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.feat-box a {
  font-size: 1.5em;
  line-height: 1.2em;
}
.feat-box:hover {
  background-color: #0090CB;
}

.featured-text {
  color: #666666;
  margin: 1em 0;
  font-size: .9em;
  line-height: 1.4em;
  font-weight: normal;
}

.featured-more {
  color: #EC6E29;
}
.featured-more:hover {
  color: #000000;
}

.feat-menu {
  margin: 0;
  padding: 0;
}
.feat-menu li {
  display: block;
  margin-bottom: 1em;
  min-height: 200px;
  width: 100%;
  clear: both;
  padding: 140px 1.5em 1em 1.5em;
  box-sizing: border-box;
  background-color: #FFFFFF;
  vertical-align: top;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.feat-menu li a {
  color: #04222C;
}
.feat-menu li a:hover {
  color: #000000;
}
.feat-menu li:last-child {
  margin-right: 0;
}

/******************************************
	RECENT POSTS WIDGET EXTENDED GLOBAL
******************************************/
.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

/******************************************
	POSTS & CONTENT STYLES
******************************************/
.widget_recent_entries ul li {
  padding: 0 0 1em 0;
  margin: 0;
}
.widget_recent_entries ul li a {
  color: #FFFFFF;
  font-size: 1.4em;
  clear: both;
  display: block;
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus {
  color: #EC6E29;
}
.widget_recent_entries ul li .post-date {
  clear: both;
  display: block;
  color: #BECFDC;
}
.widget_recent_entries ul li:after {
  background: #EC6E29 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: 1em 0 0 0;
  width: 100px;
}

#content {
  background-color: #FFFFFF;
  width: 100%;
}

.wp-post-image {
  clear: both;
}

.entry-thumbnail {
  margin: 0;
  margin: -1em -1em 1em -1em;
  overflow: hidden;
  height: 250px;
}
.entry-thumbnail img {
  width: 100%;
  height: auto;
}

article {
  width: 100%;
  padding: 1em 0;
}

.hentry footer {
  padding: 1em 2em 1em 0;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
.single-title,
.page-title,
.custom-title,
.archive-title,
.widgettitle-left,
.widgettitle-right,
.widgettitle {
  font-family: "Roboto Condensed", Arial Narrow, Verdana, Helvetica, san-serif !important;
  color: #04222C;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 1em auto;
  font-size: 1.6em;
  width: 100%;
  text-transform: uppercase;
}

.single-title:after,
.page-title:after,
.widgettitle-left:after {
  background: #EC6E29 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: 1em auto 0 auto;
  width: 150px;
}

.widgettitle-right {
  text-align: center;
  margin: 1em auto 1.65em auto;
}

.widgettitle {
  text-align: center;
}

.byline, .footline {
  color: #666666;
  font-size: 0.9em;
  font-style: normal;
  margin: 0;
  margin-top: 0.4em;
  margin-bottom: 1em;
  padding-bottom: 0.7em;
}

.byline {
  padding: 0.7em;
  background: #F7F7F7;
}

.footline {
  padding-top: 0.7em;
  border-top: solid 1px #CCCCCC;
}

.csp-content .textwidget {
  font-size: 1.2em;
  font-family: "Roboto", Arial, Verdana, Helvetica, san-serif !important;
}
.csp-content .single-title,
.csp-content .page-title,
.csp-content .custom-title,
.csp-content .archive-title,
.csp-content .widgettitle-left,
.csp-content .widgettitle-right,
.csp-content .widgettitle {
  margin: 1em auto;
  text-align: center;
  font-size: 1.3em;
}
.csp-content .single-title:after,
.csp-content .page-title:after,
.csp-content .custom-title:after,
.csp-content .archive-title:after,
.csp-content .widgettitle-left:after,
.csp-content .widgettitle-right:after,
.csp-content .widgettitle:after {
  text-align: center;
  margin: 15px auto;
}

.entry-content {
  width: 100%;
  padding: 0;
  font-size: 1em;
  font-family: "Roboto", Arial, Verdana, Helvetica, san-serif !important;
  font-weight: normal;
}
.entry-content .aligncenter, .entry-content img.aligncenter,
.entry-content .alignleft, .entry-content img.alignleft,
.entry-content .alignright, .entry-content img.alignright {
  clear: both;
  float: none;
  margin: 4px auto 2em auto;
  width: 100%;
}
.entry-content h2, .entry-content h3 {
  margin: 2em auto .5em auto;
}
.entry-content .home-h2 {
  margin: 0 auto .5em auto;
  width: 80%;
  font-weight: bold;
  text-align: center;
}
.entry-content ul {
  list-style-type: circle;
  margin-left: 1.4em;
}
.entry-content ul li {
  font-size: 0.9em;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 1em;
}
.entry-content p {
  font-size: 1em;
  font-family: "Roboto", Arial, Verdana, Helvetica, san-serif !important;
  font-weight: normal;
  margin: 0 0 1.2em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #CCCCCC;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #666666;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #CCCCCC;
}
.entry-content tr:nth-child(even) {
  background-color: #F7F7F7;
}
.entry-content td {
  padding: 1em;
  font-size: 0.8em;
  border-right: 1px solid #CCCCCC;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  font-size: 0.9em;
  background-color: #F7F7F7;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #EC6E29;
  font-style: italic;
  color: #666666;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.entry-content .size-large {
  width: 100%;
}
.entry-content pre {
  background: #000000;
  color: #F7F7F7;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
.gallery dl {
  margin-bottom: 0.4em;
  width: 48%;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery dl img {
  width: 100%;
  padding: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.gallery dl:nth-child(odd) {
  float: left;
}
.gallery dl:nth-child(even) {
  float: right;
}
.gallery dl:hover {
  opacity: 0.8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.gallery dt, .gallery .attachment-thumbnail {
  margin: 0;
  padding: 0;
}

/* end .gallery */
.tags {
  margin: 0;
}

.attachment-thumbnail {
  margin: 0;
  padding: 0;
}

#home-calendar-side .widgettitle-left {
  margin: 1em auto;
  text-align: left;
  font-size: 1.6em;
}
#home-calendar-side .widgettitle-left:after {
  left: 0;
  margin: 15px 0 0 0;
}

#srpw_widget-5 a.srpw-title {
  font-size: 1.6em;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  clear: both;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #FFFFFF;
  white-space: nowrap;
  padding: 0;
  clear: both;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #CCCCCC;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #EC6E29;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #EC6E29;
  color: #FFFFFF;
}
.pagination .current {
  cursor: default;
  color: #666666;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #FFFFFF;
  color: #666666;
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar .rpwe-block {
  margin: 0;
  clear: both;
}
.sidebar .rpwe-block ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar .rpwe-block ul li {
  list-style-type: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
  max-height: 200px;
}
.sidebar .rpwe-block ul li .rpwe-thumb {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.sidebar .rpwe-block ul li h3 {
  margin: -70px 0 0 0;
  padding: 10px 0 0 20px;
  position: relative;
}
.sidebar .rpwe-block ul li h3 a {
  width: 100%;
  color: #FFFFFF;
  text-align: left;
  font-weight: bold;
  font-size: .9em;
}
.sidebar .rpwe-block ul li h3 a:hover {
  color: #EC6E29;
}
.sidebar .rpwe-block ul li .rpwe-time {
  color: #EC6E29;
  padding: 5px 0 10px 20px;
  font-size: .9em;
  float: left;
}
.sidebar .rpwe-block ul li h3, .sidebar .rpwe-block ul li .rpwe-time {
  width: 100%;
  background-color: #000000;
  text-align: left;
  opacity: 0.7;
}

.widget ol,
.widget ul {
  padding: 0;
  list-style-type: none;
}

/******************************************
	MAIN ITEM LISTINGS
******************************************/
.main-listing {
  -webkit-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 100%;
  background-color: #F7F7F7;
  padding: 1.5em;
  margin-bottom: 2em;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
}
.main-listing .entry-thumbnail {
  margin: 0 1.5em 0 0;
  float: left;
  height: auto;
  width: 22%;
}
.main-listing header {
  margin-bottom: .5em;
}
.main-listing:hover, .main-listing:focus {
  background-color: #eaeaea;
  -moz-box-shadow: 0 0 10px 5px #CCCCCC;
  -webkit-box-shadow: 0 0 10px 5px #CCCCCC;
  box-shadow: 0 0 10px 5px #CCCCCC;
}
.main-listing .entry-title {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.main-listing .entry-date {
  text-align: left;
  padding: 0 0 .5em 0;
}
.main-listing .entry-content {
  font-size: .8em;
}

/******************************************
	ADVANCED GUTENBERG - NEWS LISTINGS
******************************************/
.advgb-recent-post {
  width: 100%;
  padding: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
.advgb-recent-post .advgb-post-title {
  font-size: 1.4em;
  padding: 0;
}
.advgb-recent-post .advgb-post-date {
  text-align: left;
  padding: -10px 0 1em 0;
}
.advgb-recent-post .advgb-post-content {
  font-size: .8em;
}

/*********************
MAIN FOOTER
*********************/
.footer #footer-instagram {
  background-color: #EC6E29;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  color: #FFFFFF;
}
.footer #footer-slider {
  max-height: 400px;
  overflow: hidden;
}
.footer #footer-social {
  padding: 3em 0;
  background-color: #04222C;
  clear: both;
  color: #FFFFFF;
}
.footer #footer-social .widgettitle {
  text-align: left;
  font-size: 1.4em;
  color: #FFFFFF;
  border: none;
  padding: 0;
  font-weight: bold;
}
.footer #footer-social .widgettitle:after {
  background: none;
  content: "";
  display: none;
}
.footer #footer-sponsors {
  text-align: center;
  background: #FFFFFF;
  padding: 0;
}
.footer #footer-sponsors ul {
  list-style: none;
  display: inline-block;
}
.footer #footer-sponsors ul li {
  list-style-type: none;
  display: inline-block;
}
.footer #footer-sponsors ul li .srpw-thumbnail {
  max-width: 100px;
  max-height: 35px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: .4em;
}
.footer #footer-copy {
  width: 100%;
  color: #04222C;
  padding: 1em 0;
  background-color: #F7F7F7;
}
.footer #footer-copy #source-org {
  font-size: 0.8em;
  color: #04222C;
}
.footer #footer-copy #source-org a {
  color: #04222C;
}
.footer #footer-copy #source-org a:hover, .footer #footer-copy #source-org a:focus {
  color: #EC6E29;
}
.footer #footer-copy #source-org ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer #footer-copy #source-org ul li {
  list-style-type: none;
  display: inline-block;
}
.footer #footer-copy #source-org ul li + li::before {
  content: "|";
  color: #04222C;
  padding: 0 3px 0 1px;
  top: 5px;
}
.footer #footer-copy #footer-logos {
  margin-top: .5em;
  padding: .5em;
  text-align: center;
}

/******************************************************************
MISC
******************************************************************/
#sbhub-sponsors {
  text-align: center;
  background: #FFFFFF;
  padding: 0;
}
#sbhub-sponsors ul {
  list-style: none;
  display: inline-block;
}
#sbhub-sponsors ul li {
  list-style-type: none;
  display: inline-block;
}
#sbhub-sponsors ul li .srpw-thumbnail {
  max-width: 100px;
  max-height: 35px;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: .4em;
}

.entry-content p,
.feature-text {
  font-size: 1.1em;
}

/*********************
LARGER MOBILE DEVICES
*********************/
@media only screen and (min-width: 480px) {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	480px and Up Stylesheet
  
  ******************************************************************/
  /*********************
  MAIN HEADER
  *********************/
  .wrap {
    width: 92%;
  }

  .header #header-logo #logo {
    height: 75px;
  }

  #home-sections ul li {
    width: 46%;
    margin: .5em;
    padding: 6.5em 0 .5em 0;
  }

  #home-club-sections ul li {
    width: 44%;
    display: inline-block;
    margin: 1%;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .entry-content .alignleft, .entry-content img.alignleft,
  .entry-content .alignright, .entry-content img.alignright {
    clear: none;
    width: auto;
    max-width: 40%;
    display: inline;
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /******************************************************************
  MISC
  ******************************************************************/
}
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  .halign {
    text-align: left;
  }

  .hide-mobile {
    display: block;
  }

  .hide-desktop {
    display: none;
  }

  .left {
    text-align: left;
  }

  .right {
    text-align: right;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 96%;
  }

  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 1.4em;
  }

  h2, .h2 {
    font-size: 1.4em;
  }

  h3, .h3 {
    font-size: 1.2em;
  }

  /*********************
  MAIN HEADER
  *********************/
  .header {
    margin-top: 0;
  }
  .header #header-top-bar {
    display: block;
    position: fixed;
    text-align: center;
    margin: 0 auto 2px auto;
    width: 100%;
    height: 10px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0;
    z-index: 1;
    border-bottom: 2px solid #FFFFFF;
  }
  .header #header-logo {
    background: -moz-linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 71.9%, #FFFFFF 72%, #FFFFFF 72.7%, #EC6E29 72.8%, #EC6E29 100%);
    background: -webkit-linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 71.9%, #FFFFFF 72%, #FFFFFF 72.7%, #EC6E29 72.8%, #EC6E29 100%);
    background: linear-gradient(-5deg, #EC6E29 0%, #EC6E29 29.2%, #FFFFFF 29.3%, #FFFFFF 30%, #CCCCCC 30.1%, #FFFFFF 35%, #FFFFFF 66%, #CCCCCC 71.9%, #FFFFFF 72%, #FFFFFF 72.7%, #EC6E29 72.8%, #EC6E29 100%);
  }
  .header #header-logo #logo {
    height: 95px;
    background-position: left center;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu {
    text-align: right;
    margin: 1em 0 0 0;
    padding: 0;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li a {
    color: #004B80;
    font-size: .9em;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li a:hover {
    color: #EC6E29;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li + li::before {
    color: #EC6E29;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li.current-menu-item a,
  .header #header-logo #logo-menu #menu-header-sub-menu li.current_page_item a {
    color: #EC6E29;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li.current-menu-item a:hover,
  .header #header-logo #logo-menu #menu-header-sub-menu li.current_page_item a:hover {
    color: #004B80;
  }
  .header #header-logo #logo-menu #logo-menu-search {
    margin-top: 50px;
    width: 100%;
  }
  .header #header-logo #logo-menu #logo-menu-search .widget_search {
    float: right;
  }
  .header #header-logo #logo-menu #logo-menu-search .widget_search #searchsubmit {
    padding: .2em .5em .4em .5em;
  }
  .header #header-logo #sb-logo #sb {
    height: 195px;
    width: 140px;
    margin-bottom: -2px;
  }
  .header #header-logo #sb-logo #logo {
    height: 105px;
    margin: 3.5em 1em .5em 0;
  }
  .header #header-sections {
    padding: 1em 0;
  }
  .header #header-sections a {
    margin: 0 .6em;
  }
  .header #header-sections a:first-child {
    margin-left: 0;
  }
  .header #header-sections a:last-child {
    margin-right: 0;
  }
  .header #header-sections a img {
    max-height: 40px;
    max-width: 130px;
  }
  .header #header-nav .nav {
    display: inline-block;
    width: 100%;
  }

  /*********************
  STICKY NAV
  *********************/
  #sticky-menu {
    display: block;
    margin: 1em 0;
    text-align: right;
  }

  #sticky-header {
    padding: 0;
  }

  #sticky-logo {
    margin: 1em auto;
    background-position: left center;
  }

  /*********************
  STICKY NAV/MAIN NAV
  *********************/
  .sticky-nav {
    display: inline-block;
  }

  ul.sticky-nav, ul.nav {
    padding: 0;
    margin: 0;
    border: 0;
    /* end .menu ul li */
  }
  ul.sticky-nav li, ul.nav li {
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 4px 4px 10px 4px;
    margin: 0 0 -2px 0;
    border: solid rgba(255, 255, 255, 0) 2px;
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus, ul.nav li:hover, ul.nav li:focus {
    background-color: #C2622D;
    border: solid #FFFFFF 2px;
    margin-top: -10px;
    padding-top: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -o-border-radius-topleft: 10px;
    -o-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.sticky-nav li a, ul.nav li a {
    font-family: "Roboto Condensed", Arial Narrow, Verdana, Helvetica, san-serif !important;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: .9em;
  }
  ul.sticky-nav li a:hover, ul.sticky-nav li a:focus, ul.nav li a:hover, ul.nav li a:focus {
    color: #FFFFFF;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children, ul.nav li ul.sub-menu,
  ul.nav li ul.children {
    margin: 0;
    margin-top: 12px;
    border: solid #FFFFFF 2px;
    border-top: none;
    padding: 1.5em;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    background-color: #C2622D;
    width: 280px;
    left: -2px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    -o-border-radius-bottomleft: 10px;
    -o-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li, ul.nav li ul.sub-menu li,
  ul.nav li ul.children li {
    background-image: none;
    border: 0;
    border-top: solid 2px rgba(255, 255, 255, 0.5);
    clear: both;
    padding: .3em 0;
    margin: 0;
    width: 100%;
    -webkit-transition: background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, padding-left 0.2s ease-in-out;
  }
  ul.sticky-nav li ul.sub-menu li:before, ul.sticky-nav li ul.sub-menu li:after,
  ul.sticky-nav li ul.children li:before,
  ul.sticky-nav li ul.children li:after, ul.nav li ul.sub-menu li:before, ul.nav li ul.sub-menu li:after,
  ul.nav li ul.children li:before,
  ul.nav li ul.children li:after {
    content: none;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a, ul.nav li ul.sub-menu li a,
  ul.nav li ul.children li a {
    color: #FFFFFF;
    background-image: none;
    padding: 0;
    border-bottom: none;
    font-size: 1em;
  }
  ul.sticky-nav li ul.sub-menu li a:hover, ul.sticky-nav li ul.sub-menu li a:focus,
  ul.sticky-nav li ul.children li a:hover,
  ul.sticky-nav li ul.children li a:focus, ul.nav li ul.sub-menu li a:hover, ul.nav li ul.sub-menu li a:focus,
  ul.nav li ul.children li a:hover,
  ul.nav li ul.children li a:focus {
    border: 0;
    color: #FFFFFF;
    background-image: none;
  }
  ul.sticky-nav li ul.sub-menu li:last-child,
  ul.sticky-nav li ul.children li:last-child, ul.nav li ul.sub-menu li:last-child,
  ul.nav li ul.children li:last-child {
    border-top: solid 2px rgba(255, 255, 255, 0.5);
    border-bottom: solid 2px rgba(255, 255, 255, 0.5);
  }
  ul.sticky-nav li ul.sub-menu li:hover,
  ul.sticky-nav li ul.children li:hover, ul.nav li ul.sub-menu li:hover,
  ul.nav li ul.children li:hover {
    padding-left: 14px;
    background-color: #994d23;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  ul.sticky-nav li ul.sub-menu li ul,
  ul.sticky-nav li ul.children li ul, ul.nav li ul.sub-menu li ul,
  ul.nav li ul.children li ul {
    margin-top: 0;
    border: 0;
    padding: 2px;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
  }
  ul.sticky-nav li ul.sub-menu li:hover ul,
  ul.sticky-nav li ul.children li:hover ul, ul.nav li ul.sub-menu li:hover ul,
  ul.nav li ul.children li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item,
  ul.sticky-nav li ul.children li.current-menu-item, ul.nav li ul.sub-menu li.current-menu-item,
  ul.nav li ul.children li.current-menu-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a, ul.nav li ul.sub-menu li.current-menu-item a,
  ul.nav li ul.children li.current-menu-item a {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus, ul.nav li ul.sub-menu li.current-menu-item a:hover, ul.nav li ul.sub-menu li.current-menu-item a:focus,
  ul.nav li ul.children li.current-menu-item a:hover,
  ul.nav li ul.children li.current-menu-item a:focus {
    color: #FFFFFF;
  }
  ul.sticky-nav li:hover ul, ul.nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor, ul.nav li.current-menu-item,
  ul.nav li.current_page_parent,
  ul.nav li.current_page_item,
  ul.nav li.current-page-ancestor {
    background-color: #C2622D;
    border: solid #FFFFFF 2px;
    margin-top: -10px;
    padding-top: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -o-border-radius-topleft: 10px;
    -o-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a, ul.nav li.current-menu-item a,
  ul.nav li.current_page_parent a,
  ul.nav li.current_page_item a,
  ul.nav li.current-page-ancestor a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus, ul.nav li.current-menu-item a:hover, ul.nav li.current-menu-item a:focus,
  ul.nav li.current_page_parent a:hover,
  ul.nav li.current_page_parent a:focus,
  ul.nav li.current_page_item a:hover,
  ul.nav li.current_page_item a:focus,
  ul.nav li.current-page-ancestor a:hover,
  ul.nav li.current-page-ancestor a:focus {
    color: #FCE3D4;
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus, ul.nav li.current-menu-item:hover, ul.nav li.current-menu-item:focus,
  ul.nav li.current_page_parent:hover,
  ul.nav li.current_page_parent:focus,
  ul.nav li.current_page_item:hover,
  ul.nav li.current_page_item:focus,
  ul.nav li.current-page-ancestor:hover,
  ul.nav li.current-page-ancestor:focus {
    background-color: #C2622D;
  }
  ul.sticky-nav li.current-menu-item:first-child a,
  ul.sticky-nav li.current_page_parent:first-child a,
  ul.sticky-nav li.current_page_item:first-child a,
  ul.sticky-nav li.current-page-ancestor:first-child a, ul.nav li.current-menu-item:first-child a,
  ul.nav li.current_page_parent:first-child a,
  ul.nav li.current_page_item:first-child a,
  ul.nav li.current-page-ancestor:first-child a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus, ul.nav li.menu-item-has-children:hover,
  ul.nav li.menu-item-has-children:focus {
    border-bottom: solid #C2622D 2px;
  }

  ul.sticky-nav {
    margin: 1em 0 0 0;
    padding: 0;
  }
  ul.sticky-nav li {
    padding: 3px 2px;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus {
    margin-top: -5px;
    padding-top: 5px;
    background: none;
    border: solid 1px #EC6E29;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  ul.sticky-nav li a {
    font-size: .75em;
    color: #EC6E29;
  }
  ul.sticky-nav li a:hover, ul.sticky-nav li a:focus {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children {
    padding: 25px 20px;
    margin-top: 2px;
    margin-left: 1px;
    border: solid 1px #EC6E29;
    background-color: #FFFFFF;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    -webkit-border-radius-topright: 10px;
    -o-border-radius-bottomleft: 10px;
    -o-border-radius-bottomright: 10px;
    -o-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li {
    border: 0;
    background-color: #FFFFFF;
    padding: .2em;
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li ul.sub-menu li:last-child,
  ul.sticky-nav li ul.children li:last-child {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a {
    font-size: 0.9em;
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li:hover,
  ul.sticky-nav li ul.children li:hover {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
    background-color: #C2622D;
  }
  ul.sticky-nav li ul.sub-menu li:hover ul,
  ul.sticky-nav li ul.children li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }

  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a {
    color: #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus {
    color: #04222C;
  }
  ul.sticky-nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li::before, ul.sticky-nav li:last-child::after {
    content: none;
    position: absolute;
    background: none;
    height: inherit;
    width: 1px;
    left: 0;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor {
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus {
    background-color: #FFFFFF;
    border: solid 1px #EC6E29;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a {
    color: #04222C;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus {
    color: #000000;
  }
  ul.sticky-nav li.current-menu-item:first-child a:link, ul.sticky-nav li.current-menu-item:first-child a:visited,
  ul.sticky-nav li.current_page_parent:first-child a:link,
  ul.sticky-nav li.current_page_parent:first-child a:visited,
  ul.sticky-nav li.current_page_item:first-child a:link,
  ul.sticky-nav li.current_page_item:first-child a:visited,
  ul.sticky-nav li.current-page-ancestor:first-child a:link,
  ul.sticky-nav li.current-page-ancestor:first-child a:visited {
    color: #EC6E29;
  }
  ul.sticky-nav li.current-menu-item:first-child a:hover,
  ul.sticky-nav li.current_page_parent:first-child a:hover,
  ul.sticky-nav li.current_page_item:first-child a:hover,
  ul.sticky-nav li.current-page-ancestor:first-child a:hover {
    color: #EC6E29;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus {
    border-bottom: solid #EC6E29 1px;
  }
  ul.sticky-nav li + li::before {
    content: none;
  }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  .widgettitle-left {
    text-align: left;
  }
  .widgettitle-left:after {
    margin-left: 0;
  }

  .hide-mobile {
    display: block;
  }

  .entry-content {
    padding: 0;
  }

  .single-thumbnail {
    display: block;
    float: right;
    margin: 0 0 1em 1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0.3em 0.3em 0 0.3em;
    background: #666666;
  }
  .single-thumbnail img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    max-width: 140px;
    max-height: 140px;
  }

  /******************************************
  	HOME FEATURES
  ******************************************/
  .text-columns {
    width: auto;
    column-count: 2;
    column-gap: 40px;
    line-height: 1.8;
    vertical-align: top;
    margin: 40px auto;
  }

  #home-membership #home-membership-main ul {
    margin-top: 1em;
    margin-bottom: 0;
  }
  #home-membership #home-membership-main ul li {
    clear: none;
    margin-bottom: 1%;
    width: 48%;
  }
  #home-membership #home-membership-main ul li:nth-child(1), #home-membership #home-membership-main ul li:nth-child(3), #home-membership #home-membership-main ul li:nth-child(5) {
    float: left;
    margin-right: 1%;
  }
  #home-membership #home-membership-main ul li:nth-child(2), #home-membership #home-membership-main ul li:nth-child(4), #home-membership #home-membership-main ul li:nth-child(6) {
    float: right;
  }
  #home-membership #home-membership-main ul li:before {
    content: "\2605";
    color: #0090CB;
    position: absolute;
    left: 0;
  }
  #home-membership #home-membership-side {
    margin-top: -6em;
    margin-bottom: -6em;
  }
  #home-membership #home-membership-side a {
    padding: .5em 1.5em;
    margin: 2em auto 0 auto;
    font-size: 1.4em;
  }

  #home-calendar #home-calendar-main ul li, #home-calendar #home-calendar-main ol li {
    width: 100%;
    display: inline-block;
    margin: 0 0 1em 0;
  }

  #home-riderace #home-riderace-main ul li {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 1em 0;
  }

  #home-kit img {
    clear: none;
    float: right;
    width: 75%;
    margin: 0;
    margin-top: -100px;
  }

  .csp-content .single-title,
  .csp-content .page-title,
  .csp-content .custom-title,
  .csp-content .archive-title,
  .csp-content .widgettitle-left,
  .csp-content .widgettitle-right,
  .csp-content .widgettitle {
    text-align: left;
    font-size: 1.6em;
  }
  .csp-content .single-title:after,
  .csp-content .page-title:after,
  .csp-content .custom-title:after,
  .csp-content .archive-title:after,
  .csp-content .widgettitle-left:after,
  .csp-content .widgettitle-right:after,
  .csp-content .widgettitle:after {
    left: 0;
    text-align: left;
    margin: 15px 0 0 0;
  }

  /******************************************
  	FEATURED MENUS
  ******************************************/
  .feat-menu li {
    display: inline-block;
    min-height: 360px;
    width: 49%;
    clear: none;
  }
  .feat-menu li:nth-child(1), .feat-menu li:nth-child(3) {
    float: left;
  }
  .feat-menu li:nth-child(2), .feat-menu li:nth-child(4) {
    float: right;
  }

  /*********************
  MAIN FOOTER
  *********************/
  .footer #footer-sponsors ul li .srpw-thumbnail {
    max-width: 110px;
    max-height: 45px;
    margin: .5em;
  }
  .footer #footer-copy #footer-logos {
    margin-top: 0;
    padding: 0;
    text-align: right;
  }

  /******************************************************************
  MISC
  ******************************************************************/
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1010px) {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	Desktop Stylsheet
  
  ******************************************************************/
  .wrap {
    width: 95%;
  }

  .home-h2 {
    width: 70%;
  }

  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 1.4em;
  }

  h2, .h2 {
    font-size: 1.4em;
  }

  h3, .h3 {
    font-size: 1.2em;
  }

  #home-sections ul li {
    width: 23%;
    margin: 0 1em 0 0;
    padding: 7.5em 0 .5em 0;
  }
  #home-sections ul li:nth-child(4) {
    margin-right: 0;
  }

  #home-club-sections {
    padding: 2em 0 3em 0;
  }
  #home-club-sections ul li {
    width: 17%;
    display: inline-block;
    font-size: 1.1em;
    margin: 0 1%;
    padding: 0;
  }
  #home-club-sections ul li .box-logo {
    height: 100px;
  }

  #home-club-sections ul li a {
    font-size: 1.2em;
    padding: 5px 15px;
  }
  #home-club-sections ul li .featured-text {
    padding: 0 15px;
    min-height: 135px;
  }

  #home-calendar #home-calendar-main ul li, #home-calendar #home-calendar-main ol li {
    width: 30%;
    display: inline-block;
    margin-right: 3%;
  }
  #home-calendar #home-calendar-main ul li:last-child, #home-calendar #home-calendar-main ol li:last-child {
    margin-right: 0;
  }

  #home-riderace #home-riderace-main ul li {
    display: inline-block;
    text-align: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 0;
  }
  #home-riderace #home-riderace-main ul li:last-child {
    margin-right: 0;
  }

  /*********************
  STICKY NAV/MAIN NAV
  *********************/
  .sticky-nav {
    display: inline-block;
  }

  ul.sticky-nav, ul.nav {
    /* end .menu ul li */
  }
  ul.sticky-nav li, ul.nav li {
    padding: 9px 11px 13px 11px;
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus, ul.nav li:hover, ul.nav li:focus {
    margin-top: -15px;
    padding-top: 15px;
  }
  ul.sticky-nav li a, ul.nav li a {
    font-size: 1em;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children, ul.nav li ul.sub-menu,
  ul.nav li ul.children {
    margin-top: 15px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li, ul.nav li ul.sub-menu li,
  ul.nav li ul.children li {
    padding: .3em 0;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a, ul.nav li ul.sub-menu li a,
  ul.nav li ul.children li a {
    font-size: 1em;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item,
  ul.sticky-nav li ul.children li.current-menu-item, ul.nav li ul.sub-menu li.current-menu-item,
  ul.nav li ul.children li.current-menu-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

    -o-border-radius: 0;
    border-radius: 0;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a, ul.nav li ul.sub-menu li.current-menu-item a,
  ul.nav li ul.children li.current-menu-item a {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus, ul.nav li ul.sub-menu li.current-menu-item a:hover, ul.nav li ul.sub-menu li.current-menu-item a:focus,
  ul.nav li ul.children li.current-menu-item a:hover,
  ul.nav li ul.children li.current-menu-item a:focus {
    color: #FFFFFF;
  }
  ul.sticky-nav li:hover ul, ul.nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor, ul.nav li.current-menu-item,
  ul.nav li.current_page_parent,
  ul.nav li.current_page_item,
  ul.nav li.current-page-ancestor {
    margin-top: -15px;
    padding-top: 15px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a, ul.nav li.current-menu-item a,
  ul.nav li.current_page_parent a,
  ul.nav li.current_page_item a,
  ul.nav li.current-page-ancestor a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus, ul.nav li.current-menu-item a:hover, ul.nav li.current-menu-item a:focus,
  ul.nav li.current_page_parent a:hover,
  ul.nav li.current_page_parent a:focus,
  ul.nav li.current_page_item a:hover,
  ul.nav li.current_page_item a:focus,
  ul.nav li.current-page-ancestor a:hover,
  ul.nav li.current-page-ancestor a:focus {
    color: #FCE3D4;
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus, ul.nav li.current-menu-item:hover, ul.nav li.current-menu-item:focus,
  ul.nav li.current_page_parent:hover,
  ul.nav li.current_page_parent:focus,
  ul.nav li.current_page_item:hover,
  ul.nav li.current_page_item:focus,
  ul.nav li.current-page-ancestor:hover,
  ul.nav li.current-page-ancestor:focus {
    background-color: #C2622D;
  }
  ul.sticky-nav li.current-menu-item:first-child a,
  ul.sticky-nav li.current_page_parent:first-child a,
  ul.sticky-nav li.current_page_item:first-child a,
  ul.sticky-nav li.current-page-ancestor:first-child a, ul.nav li.current-menu-item:first-child a,
  ul.nav li.current_page_parent:first-child a,
  ul.nav li.current_page_item:first-child a,
  ul.nav li.current-page-ancestor:first-child a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus, ul.nav li.menu-item-has-children:hover,
  ul.nav li.menu-item-has-children:focus {
    border-bottom: solid #C2622D 2px;
  }

  ul.sticky-nav {
    margin: 1em 0 0 0;
    padding: 0;
  }
  ul.sticky-nav li {
    padding: 5px;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus {
    margin-top: -5px;
    padding-top: 5px;
    background: none;
    border: solid 1px #EC6E29;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  ul.sticky-nav li a {
    font-size: .9em;
    color: #EC6E29;
  }
  ul.sticky-nav li a:hover, ul.sticky-nav li a:focus {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children {
    padding: 25px 20px;
    margin-top: 2px;
    margin-left: 1px;
    border: solid 1px #EC6E29;
    background-color: #FFFFFF;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    -webkit-border-radius-topright: 10px;
    -o-border-radius-bottomleft: 10px;
    -o-border-radius-bottomright: 10px;
    -o-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li {
    border: 0;
    background-color: #FFFFFF;
    padding: .2em;
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li ul.sub-menu li:last-child,
  ul.sticky-nav li ul.children li:last-child {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a {
    font-size: 0.9em;
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li:hover,
  ul.sticky-nav li ul.children li:hover {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
    background-color: #C2622D;
  }
  ul.sticky-nav li ul.sub-menu li:hover ul,
  ul.sticky-nav li ul.children li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a {
    color: #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus {
    color: #04222C;
  }
  ul.sticky-nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li::before, ul.sticky-nav li:last-child::after {
    content: none;
    position: absolute;
    background: none;
    height: inherit;
    width: 1px;
    left: 0;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor {
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus {

    background-color: #FFFFFF;
    border: solid 1px #EC6E29;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a {
    color: #04222C;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus {
    color: #000000;
  }
  ul.sticky-nav li.current-menu-item:first-child a:link, ul.sticky-nav li.current-menu-item:first-child a:visited,
  ul.sticky-nav li.current_page_parent:first-child a:link,
  ul.sticky-nav li.current_page_parent:first-child a:visited,
  ul.sticky-nav li.current_page_item:first-child a:link,
  ul.sticky-nav li.current_page_item:first-child a:visited,
  ul.sticky-nav li.current-page-ancestor:first-child a:link,
  ul.sticky-nav li.current-page-ancestor:first-child a:visited {
    color: #EC6E29;
  }
  ul.sticky-nav li.current-menu-item:first-child a:hover,
  ul.sticky-nav li.current_page_parent:first-child a:hover,
  ul.sticky-nav li.current_page_item:first-child a:hover,
  ul.sticky-nav li.current-page-ancestor:first-child a:hover {
    color: #EC6E29;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus {
    border-bottom: solid #EC6E29 1px;
  }
  ul.sticky-nav li + li::before {
    content: none;
  }

  /*********************
  MAIN HEADER
  *********************/
  .header #header-logo #logo-menu #menu-header-sub-menu {
    margin: 1.25em 0 .25em 0;
  }
  .header #header-logo #logo-menu #menu-header-sub-menu li a {
    font-size: 1em;
  }
  .header #header-sections a {
    margin: 0 1.2em;
  }
  .header #header-sections a img {
    max-height: 50px;
    max-width: 150px;
  }

  /******************************************
  	FEATURED MENUS
  ******************************************/
  .feat-menu li {
    margin-right: 1.5em;
    min-height: 470px;
    width: 22.5%;
  }
  .feat-menu li:nth-child(1), .feat-menu li:nth-child(3) {
    float: none;
  }
  .feat-menu li:nth-child(2), .feat-menu li:nth-child(4) {
    float: none;
  }

  .footer #footer-sponsors ul li .srpw-thumbnail {
    max-width: 110px;
    max-height: 30px;
    margin: .6em;
  }

  /******************************************************************
  MISC
  ******************************************************************/
}
/*********************
LARGE VIEWING SIZE
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	Super Large Monitor Stylesheet
  
  ******************************************************************/
  .wrap {
    width: 1200px;
  }

  .header #header-logo #logo {
    height: 105px;
  }

  /******************************************
  	MAIN HEADER
  ******************************************/
  .header #header-sections a {
    margin: 0 2.7em;
  }
  .header #header-sections a img {
    max-height: 60px;
    max-width: 160px;
  }

  .widgettitle-right h4,
  #main-sidebar h4,
  .ridebox h4 {
    font-size: 1.6em;
  }

  /*********************
  STICKY NAV/MAIN NAV
  *********************/
  .sticky-nav {
    display: inline-block;
  }

  ul.sticky-nav, ul.nav {
    /* end .menu ul li */
  }
  ul.sticky-nav li, ul.nav li {
    padding: 9px 14px 13px 14px;
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus, ul.nav li:hover, ul.nav li:focus {
    margin-top: -15px;
    padding-top: 15px;
  }
  ul.sticky-nav li a, ul.nav li a {
    font-size: 1.2em;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children, ul.nav li ul.sub-menu,
  ul.nav li ul.children {
    margin-top: 15px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li, ul.nav li ul.sub-menu li,
  ul.nav li ul.children li {
    padding: .5em 0;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a, ul.nav li ul.sub-menu li a,
  ul.nav li ul.children li a {
    font-size: 1.1em;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item,
  ul.sticky-nav li ul.children li.current-menu-item, ul.nav li ul.sub-menu li.current-menu-item,
  ul.nav li ul.children li.current-menu-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a, ul.nav li ul.sub-menu li.current-menu-item a,
  ul.nav li ul.children li.current-menu-item a {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus, ul.nav li ul.sub-menu li.current-menu-item a:hover, ul.nav li ul.sub-menu li.current-menu-item a:focus,
  ul.nav li ul.children li.current-menu-item a:hover,
  ul.nav li ul.children li.current-menu-item a:focus {
    color: #FFFFFF;
  }
  ul.sticky-nav li:hover ul, ul.nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor, ul.nav li.current-menu-item,
  ul.nav li.current_page_parent,
  ul.nav li.current_page_item,
  ul.nav li.current-page-ancestor {
    margin-top: -15px;
    padding-top: 15px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a, ul.nav li.current-menu-item a,
  ul.nav li.current_page_parent a,
  ul.nav li.current_page_item a,
  ul.nav li.current-page-ancestor a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus, ul.nav li.current-menu-item a:hover, ul.nav li.current-menu-item a:focus,
  ul.nav li.current_page_parent a:hover,
  ul.nav li.current_page_parent a:focus,
  ul.nav li.current_page_item a:hover,
  ul.nav li.current_page_item a:focus,
  ul.nav li.current-page-ancestor a:hover,
  ul.nav li.current-page-ancestor a:focus {
    color: #FCE3D4;
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus, ul.nav li.current-menu-item:hover, ul.nav li.current-menu-item:focus,
  ul.nav li.current_page_parent:hover,
  ul.nav li.current_page_parent:focus,
  ul.nav li.current_page_item:hover,
  ul.nav li.current_page_item:focus,
  ul.nav li.current-page-ancestor:hover,
  ul.nav li.current-page-ancestor:focus {
    background-color: #C2622D;
  }
  ul.sticky-nav li.current-menu-item:first-child a,
  ul.sticky-nav li.current_page_parent:first-child a,
  ul.sticky-nav li.current_page_item:first-child a,
  ul.sticky-nav li.current-page-ancestor:first-child a, ul.nav li.current-menu-item:first-child a,
  ul.nav li.current_page_parent:first-child a,
  ul.nav li.current_page_item:first-child a,
  ul.nav li.current-page-ancestor:first-child a {
    color: #FFFFFF;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus, ul.nav li.menu-item-has-children:hover,
  ul.nav li.menu-item-has-children:focus {
    border-bottom: solid #C2622D 2px;
  }

  ul.sticky-nav {
    margin: 1em 0 0 0;
    padding: 0;
  }
  ul.sticky-nav li {
    padding: 0.4em;
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
    /* showing sub-menus */
  }
  ul.sticky-nav li:hover, ul.sticky-nav li:focus {
    margin-top: -0.4em;
    padding-top: 0.4em;
    background: none;
    border: solid 1px #EC6E29;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  ul.sticky-nav li a {
    font-size: 1em;
    color: #EC6E29;
  }
  ul.sticky-nav li a:hover, ul.sticky-nav li a:focus {
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu,
  ul.sticky-nav li ul.children {
    padding: 25px 20px;
    margin-top: 2px;
    margin-left: 1px;
    border: solid 1px #EC6E29;
    background-color: #FFFFFF;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomright: 10px;
    -webkit-border-radius-topright: 10px;
    -o-border-radius-bottomleft: 10px;
    -o-border-radius-bottomright: 10px;
    -o-border-radius-topright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  ul.sticky-nav li ul.sub-menu li,
  ul.sticky-nav li ul.children li {
    border: 0;
    background-color: #FFFFFF;
    padding: .2em;
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li ul.sub-menu li:last-child,
  ul.sticky-nav li ul.children li:last-child {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li a,
  ul.sticky-nav li ul.children li a {
    font-size: 0.9em;
    color: #04222C;
  }
  ul.sticky-nav li ul.sub-menu li:hover,
  ul.sticky-nav li ul.children li:hover {
    border-top: solid 1px #EC6E29;
    border-bottom: solid 1px #EC6E29;
    background-color: #C2622D;
  }
  ul.sticky-nav li ul.sub-menu li:hover ul,
  ul.sticky-nav li ul.children li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a,
  ul.sticky-nav li ul.children li.current-menu-item a {
    color: #EC6E29;
  }
  ul.sticky-nav li ul.sub-menu li.current-menu-item a:hover, ul.sticky-nav li ul.sub-menu li.current-menu-item a:focus,
  ul.sticky-nav li ul.children li.current-menu-item a:hover,
  ul.sticky-nav li ul.children li.current-menu-item a:focus {
    color: #04222C;
  }
  ul.sticky-nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }
  ul.sticky-nav li::before, ul.sticky-nav li:last-child::after {
    content: none;
    position: absolute;
    background: none;
    height: inherit;
    width: 1px;
    left: 0;
  }
  ul.sticky-nav li.current-menu-item,
  ul.sticky-nav li.current_page_parent,
  ul.sticky-nav li.current_page_item,
  ul.sticky-nav li.current-page-ancestor {
    background: none;
    border: solid 1px rgba(255, 255, 255, 0);
  }
  ul.sticky-nav li.current-menu-item:hover, ul.sticky-nav li.current-menu-item:focus,
  ul.sticky-nav li.current_page_parent:hover,
  ul.sticky-nav li.current_page_parent:focus,
  ul.sticky-nav li.current_page_item:hover,
  ul.sticky-nav li.current_page_item:focus,
  ul.sticky-nav li.current-page-ancestor:hover,
  ul.sticky-nav li.current-page-ancestor:focus {
    background-color: #FFFFFF;
    border: solid 1px #EC6E29;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  ul.sticky-nav li.current-menu-item a,
  ul.sticky-nav li.current_page_parent a,
  ul.sticky-nav li.current_page_item a,
  ul.sticky-nav li.current-page-ancestor a {
    color: #04222C;
  }
  ul.sticky-nav li.current-menu-item a:hover, ul.sticky-nav li.current-menu-item a:focus,
  ul.sticky-nav li.current_page_parent a:hover,
  ul.sticky-nav li.current_page_parent a:focus,
  ul.sticky-nav li.current_page_item a:hover,
  ul.sticky-nav li.current_page_item a:focus,
  ul.sticky-nav li.current-page-ancestor a:hover,
  ul.sticky-nav li.current-page-ancestor a:focus {
    color: #000000;
  }
  ul.sticky-nav li.current-menu-item:first-child a:link, ul.sticky-nav li.current-menu-item:first-child a:visited,
  ul.sticky-nav li.current_page_parent:first-child a:link,
  ul.sticky-nav li.current_page_parent:first-child a:visited,
  ul.sticky-nav li.current_page_item:first-child a:link,
  ul.sticky-nav li.current_page_item:first-child a:visited,
  ul.sticky-nav li.current-page-ancestor:first-child a:link,
  ul.sticky-nav li.current-page-ancestor:first-child a:visited {
    color: #EC6E29;
  }
  ul.sticky-nav li.current-menu-item:first-child a:hover,
  ul.sticky-nav li.current_page_parent:first-child a:hover,
  ul.sticky-nav li.current_page_item:first-child a:hover,
  ul.sticky-nav li.current-page-ancestor:first-child a:hover {
    color: #EC6E29;
  }
  ul.sticky-nav li.menu-item-has-children:hover,
  ul.sticky-nav li.menu-item-has-children:focus {
    border-bottom: solid #EC6E29 1px;
  }
  ul.sticky-nav li + li::before {
    content: none;
  }

  .entry-content .alignleft, .entry-content img.alignleft {
    max-width: 35%;
  }
  .entry-content .alignright, .entry-content img.alignright {
    max-width: 35%;
  }

  .footer #footer-sponsors ul li .srpw-thumbnail {
    max-width: 140px;
    max-height: 45px;
    margin: .7em;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	Retina Screens & Devices Stylesheet
  
  ******************************************************************/
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************
  
  	Site Name: 		Cycle Sport Pendle
  	Author:			Simon Price | Kreature Design
  	Stylesheet: 	Print Stylesheet
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
