/*
Theme Name: MuddyRace
Author: MuddyRace
Author URI: https://muddyrace.co.uk
Version: 10.0
*/
@import url('../../../bootstrap/3.3.5/css/bootstrap.min.css');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden] {
 display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: 'PT Sans Narrow', sans-serif;
        border: 1px solid grey;
}
body {
	color: #565a5c;
	line-height: 1.5;
	margin: 0;
	background-color: white;
        font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px !important;
}
.container {
	padding: 0;
	max-width: 1150px;
}

a {
	text-decoration: none;
	color: #419641;
}
a:visited {
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.3;
	font-weight: bold;
	color: #565a5c;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 28px;
	margin: 25px 0;
}
h3 {
	font-size: 20px;
	margin: 22px 0;
}
h4 {
	font-size: 18px;
	margin: 25px 0;
}
h5 {
	font-size: 16px;
	margin: 30px 0;
}
h6 {
	font-size: 14px;
	margin: 36px 0;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
font-family: 'PT Sans Narrow', sans-serif;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	margin: 0 0 24px;
}
code, kbd, pre, samp {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background: white;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote:before {
	display: block;
	content: "\201C" !important;
	font-size: 140px;
	position: relative;
	left: -63px;
	top: 41px;
	color: black;
	line-height: 20px;
}
blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	margin-left: 10px;
	background: #fff;
	padding: 10px;
	width: 100%;
	min-width: 150px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite, blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em, blockquote i {
	font-style: normal;
	font-weight: 300;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
blockquote strong::first-letter {
	font-size: 200%;
	color: #8A2BE2;
}
small {
	font-size: smaller;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu, ol, ul {
	margin: 16px 0;
	padding-left: 20px;
}
ul {
	list-style-type: square;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol {
	margin: 0;
	padding-left: 20px;
}
.homepage-col {
	text-align: center;
}
.homepage-col img {
	width: 60%;
	margin-bottom: 10px;
	max-width: 120px !important;
}
.homepage-col-text {
	font-size: 1.2em;
	font-weight: normal;
}
.user-images {
	background-size: 100% 100%;
}
.user-images-header {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	color: rgb(41, 41, 41);
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
        border: 1px solid grey;
}
button, input {
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	margin-left: 8px;
}
input[type="search"] {
	-webkit-appearance: none;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
	box-sizing: content-box !important;
}
 input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 10px 6px 0;
}
.userpics-table {
	border: 0px;
	border-spacing: 10px;
	border-collapse: separate;
}
.userpics-table td {
	background-color: white;
	padding: 5px 5px 5px 5px;
	text-align: center;
	max-width: 148px;
	border-top: 0px;
}
del {
	color: #333;
}

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

hr {
    background-size: 4px 4px;
    border: 1px solid #eee;
    margin: 0 0 24px;
}

.nearby-races-table {
	width: 100%;
}
.nearby-races-table td {
	width: 25%;
	vertical-align: bottom;
}
.nearby-races-table img {
	width: 100%;
	height: 200px;
}
/**







 * 2.0 Repeatable Patterns







 * ----------------------------------------------------------------------------







 */







.grey-gradient {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 77%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(77%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 77%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 77%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 77%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 77%, rgba(204, 204, 204, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before, .attachment-meta:before, .attachment-meta a:before, .comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */







.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {
	clear: both;
}
.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after {
	content: "";
	display: table;
}
/* Assistive text */







.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Form fields, general styles first. */







button, input, textarea {
	border: 1px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}
input, textarea {
	color: #141412;
        border: 1px solid grey;
}
input:focus, textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}







/* Placeholder text color -- selectors need to be separate to work. */







::-webkit-input-placeholder {
 color: #7d7b6d;
}







:-moz-placeholder {
 color: #7d7b6d;
}







::-moz-placeholder {
 color: #7d7b6d;
}







:-ms-input-placeholder {
 color: #7d7b6d;
}
/*







 * Responsive images







 *







 * Fluid images for posts, comments, and widgets







 */







.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
}



/* Make sure images with WordPress-added height and width attributes are scaled correctly. */







.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], {
 height: auto;
}
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	width: 100%;
        padding-bottom: 10px !important;
}
/* Make sure videos and embeds fit their containers. */







embed, iframe, object, video {
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */







.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Images */







.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
figure.wp-caption.alignleft, img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright, img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/**







 * 3.0 Basic Structure







 * ----------------------------------------------------------------------------







 */

a[rel="tag"]
{
	color: white !important;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 4px;
	padding-left: 15px;
	padding-right: 10px;
	margin-right:5px;
	border: 1px solid;
}





.nav-menu {
}
.site {
	background-color: whitesmoke;
	margin: 0 auto;
	max-width: 1150px;
	width: 100%;
}
.site-main {
	position: relative;
        margin-top: 10px;
}


.site-main .sidebar-container {
/*height: 0;







	position: absolute;







	top: 40px;







	width: 100%;







	z-index: 1;*/







}
.site-main .sidebar-inner {
	margin: 0 auto;
}
/**







 * 4.0 Header







 * ----------------------------------------------------------------------------







 */







/**







 * 4.1 Site Header







 * ----------------------------------------------------------------------------







 */







.searchbox {
	width: 100%;
	margin-bottom: 20px;
 1px solid #474747;
	height: 50px;
}
.searchbox h2 {
	color: black;
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
.searchbox h3 {
	margin-top: 10px;
	font-size: 14px;
}
.searchbox h4 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 15px;
}
.searchbox {
	background: #3cbbe8 !important;
	color: white;
}
#postcode, #travel, #month {
}
.searchbox:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.graytrans {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0000000', GradientType=0 ); /* IE6-9 */
}
.homepage-popular-title {
	font-size: 20px;
	padding: 5px;
	margin: 0 0 10px;
	display: inline-block;
	text-align: left;
	float: left;
	background: black;
	color: white;
}
.triangle-black {
	width: 158px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent black;
	float: left;
}
.site-header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 90;
	box-sizing: border-box;
	background-color: whitesmoke;
}
.header-logo {
	height: 80px;
	margin-left: -moz-calc(50% - 610px);
	/* WebKit */







	margin-left: -webkit-calc(50% - 610px);
	/* Opera */







	margin-left: -o-calc(50% - 610px);
	/* Standard */







	margin-left: calc(50% - 610px);
	padding: 7px 0px;
}
.site-header .home-wrapper {
	/*max-width: 1280px;







	padding:  10px 0px 10px 0px;*/







	margin: 0 auto;
}
.site-header .home-link {
	color: #141412;
	text-decoration: none;
	width: 100%;
}
.site-header .site-title:hover {
	text-decoration: underline;
}
.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}
.site-description {
	font: bold italic 24px "Oswald", sans-serif;
	margin: 0;
}
.redmenu a {
	color: white;
	background: rgb(222, 144, 20) !important;
	border-bottom: solid 5px #DE9014;
}
.redmenu a:hover {
	color: black !important;
}
.home-topleft {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 1;
	background: white;
	border-bottom: solid 1px rgb(217,217,217);
}
.home-topright {
	width: 100%;
	margin-top: 13px;
	color: white;
	box-sizing: border-box;
	font-size: 14px;
}
.topright-buttons {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 5px 10px;
	position: fixed;
	right: 0px;
	top: 0px;
	display: inline-block;
	background-color: rgb(0,106,20);
	color: white;
}
.topright-buttons a {
	color: white !important;
	font-size: 14px;
}
.home-topright a:hover {
	color: whitesmoke;
	text-decoration: none;
}
/**







 * 4.2 Navigation







 * ----------------------------------------------------------------------------







 */







.site-content {
	margin-top: 0px;
}
.main-navigation {
	clear: both;
	/*margin: 0 auto;







	max-width: 1280px;*/







	min-height: 45px;
	position: relative;
	text-align: center;
	font-size: 0px;
}
ul.nav-menu, div.nav-menu > ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1160px;
	text-align: left;
}
li.menu-item-type-custom {
	display: inline-block;
	margin-right: 15px;
	float: left;
}
.sub-menu li {
	display: block;
	margin: 0;
	padding-bottom: 20px;
	float: none;
}
.sub-menu li:last-child {
	padding-bottom: 0px;
}
.nav-menu>li {
	height: 58px;
	background: #474747;
	margin-right: 0px;
	padding-right: 7px;
	padding-left: 7px;
	width: 25%;
}
.nav-menu>li>a {
	color: white;
}
.nav-menu>li:hover > a, .nav-menu>li:focus > a {
	color: white;
}
.nav-menu>li:hover {
	background: #208d4e;
}
.nav-menu .redmenu:hover {
	background: black;
}
.nav-menu li a {
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	line-height: 1.2;
	padding: 10px 20px;
	text-decoration: none;
	text-align: left;
}
.nav-menu .redmenu {
	padding: 0px;
	margin-left: 20px;
}
.nav-menu> li >.sub-menu, .nav-menu .children {
	background-color: white;
	color: black;
	padding: 0;
	display: none;
	z-index: 99999;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	text-align: left;
}
.nav-menu> li:hover >.sub-menu {
	display: block;
}
.nav-menu .children {
	top: 50px;
}
.nav-menu> li >.sub-menu {
	top: 68px;
	margin-left: -7px;
}
.nav-menu> li >.sub-menu:hover {
	overflow: visible;
}
.nav-menu> li >.sub-menu {
	border: solid 1px rgb(184,184,184);
	border-bottom: 2px solid #208d4e;
	border-top: none;
}
.nav-menu >li>.sub-menu ul, .nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
.sub-menu .menu-item-has-children>a {
	padding-left: 0;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	line-height: 0.6;
	width: initial;
	color: grey;
	font-weight: bold;
	text-transform: uppercase;
}
.sub-menu .menu-item-has-children>a:hover, .sub-menu .menu-item-has-children>a:focus {
	color: grey;
}
.nav-menu ul ul a {
	color: black;
	margin: 0;
	width: 200px;
	text-transform: none;
}
.nav-menu ul ul a:hover, .nav-menu ul ul a:focus {
	color: #208d4e;
}
.sub-menu .sub-menu {
	padding: 5px 10px 0;
}
.sub-menu .sub-menu li {
	position: static;
	display: inline;
	padding: 0px;
	text-transform: none;
}
.sub-menu li a, .sub-menu .sub-menu li a {
	font-size: 14px;
	padding: 5px 0;
	color: black;
	text-transform: none;
}
.sub-menu li a:hover, .sub-menu .sub-menu li a:hover {
	color: #208d4e;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
}
.menu-toggle {
	display: none;
}
.three-column-menu > ul {
	display: table;
}
/* Navbar */







.navbar {
	/*margin: 0 auto;







	max-width: 1600px;*/







	width: 100%;
	border: none;
}
#SlideDeck-8 .sd2-node-caption {
	display: none;
}
.site-header .search-form {
	position: absolute;
	display: inline-block;
	left: -moz-calc(50% - 114px);
	/* WebKit */







	left: -webkit-calc(50% - 114px);
	/* Opera */







	left: -o-calc(50% - 114px);
	/* Standard */







	left: calc(50% - 114px);
	top: 22px;
	margin-top: 5px;
	z-index: 100;
}
.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	opacity: 0.5;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 230px;
	top: -57px;
	background-color: #fff;
	cursor: text;
	outline: 0;
}
/*.site-header .search-field:focus {







	background-color: #fff;







	border: 2px solid #c3c0ab;







	cursor: text;







	outline: 0;







	width: 230px;







}*/







/**







 * 5.0 Content







 * ----------------------------------------------------------------------------







 */







#main {
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
	margin: 0 auto;
	width: 100%;
}
.shop-products {
	text-align: center;
}
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
/*padding: 0 376px 0 60px;*/







}
.home-section-header {
	color: white;
	margin-bottom: 25px;
	margin-top: 25px;
}
.home-section-header h2 {
	background-color: #208d4e;
	text-align: center;
	font-weight: normal;
	display: inline;
	float: left;
	margin: 0;
	font-size: 20px;
	padding: 5px;
}
/**







 * 5.1 Entry Header







 * ----------------------------------------------------------------------------







 */


.category-featured img{
	width:100%;
}




.sidebar .entry-header .entry-meta {
	padding: 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}
.entry-title {
	font-weight: bold;
	margin: 0 0 5px;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #ea9629;
}
/**







 * 5.2 Entry Meta







 * ----------------------------------------------------------------------------







 */







.entry-meta {
	clear: both;
	font-size: 14px;
}
.entry-meta a {
	color: #bc360a;
}
.entry-meta a:hover {
	color: #bc360a;
}
.entry-meta > span {
	margin-right: 20px;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}
.entry-meta .date a:before {
	content: "\f303";
}
.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}
.categories-links a:first-child:before {
	content: "\f301";
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}
.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}
.single-author .entry-meta .author, .sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
	display: none;
}
/**







 * 5.3 Entry Content







 * ----------------------------------------------------------------------------







 */







.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-content a, .comment-content a {
	color: #419641 !important;
}
.entry-content a:hover, .comment-content a:hover {
	color: #419641;
}
.entry-content blockquote {
	font-size: 24px;
}
.entry-content blockquote cite, .entry-content blockquote small {
	font-size: 16px;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 20px;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
	margin-right: -60px;
}
footer.entry-meta {
	margin-top: 24px;
}
.format-standard footer.entry-meta {
	margin-top: 0;
}
.col-sm-4 .title h2 a {
	color: #fff;
	text-decoration: none;
}
.col-sm-4 .title h2 a:hover {
	background: none!important;
}
.col-sm-4 .title h2 {
	line-height: 1;
}
.col-sm-4 .title h4 {
	margin: 15px 0 15px 15px!important;
}
/* Page links */







.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}
.page-links a, .page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}
.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
	background: #fff;
	color: #e63f2a;
}
.format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}
/* Mediaelements */







.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
	background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}
/**







 * 5.4 Galleries







 * ----------------------------------------------------------------------------







 */







.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
	text-align: center;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}
.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.ngg-slideshow img {
	width: 70% !important;
}
.ngg-galleryoverview {
	text-align: left !important;
}
/**







 * 5.5 Post Formats







 * ----------------------------------------------------------------------------







 */







/* Aside */







.format-aside {
	background-color: #f7f5e7;
}
.blog .format-aside:first-of-type, .single .format-aside:first-of-type, .format-aside + .format-aside, .format-aside + .format-link, .format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-aside .entry-meta {
	margin-top: 0;
}
.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}
.format-aside cite {
	font-size: 100%;
	text-transform: none;
}
.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}
/* Audio */







.format-audio {
	background-color: #db572f;
}
.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}
.format-audio .entry-content a, .format-audio .entry-meta a, .format-audio .entry-content a:hover, .format-audio .entry-meta a:hover {
	color: #fbfaf3;
}
.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}
.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}
/* Chat */







.format-chat {
	background-color: #eadaa6;
}
.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-chat .entry-meta a, .format-chat .entry-content a {
	color: #722d19;
}
.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}
.format-chat .entry-meta .author {
	display: none;
}
.format-chat .chat {
	margin: 0;
}
.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}
.format-chat .chat .fn {
	font-style: normal;
}
/* Gallery */







.format-gallery {
	background-color: #fbca3c;
}
.format-gallery .entry-header {
	margin-bottom: 15px;
}
.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}
.format-gallery .entry-meta a, .format-gallery .entry-content a {
	color: #722d19;
}
/* Image */







.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}
.format-image .categories-links, .format-image .tags-links {
	display: none;
}
/* Link */







.format-link {
	background-color: #f7f5e7;
}
.blog .format-link:first-of-type, .single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}
.format-link .entry-header, .format-link .entry-content p:last-child {
	margin-bottom: 0;
}
.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px sans-serif;
	margin-right: 20px;
}
.format-link .entry-title a {
	color: #bc360a;
}
.format-link div.entry-meta {
	display: inline;
}
/* Quote */







.format-quote {
	background-color: #210d10;
}
.format-quote .entry-content, .format-quote .entry-meta {
	color: #f7f5e7;
}
.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}
.format-quote .entry-content a, .format-quote .entry-meta a, .format-quote .linked {
	color: #e63f2a;
}
.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.format-quote .entry-content cite a:hover {
	text-decoration: none;
}
.format-quote blockquote small, .format-quote blockquote cite {
	display: block;
	font-size: 16px;
}
.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}
.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}
.format-quote .entry-meta .author {
	display: none;
}
/* Status */







.format-status {
	background-color: #722d19;
	padding: 0;
}
.format-status .entry-content, .format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}
.format-status .entry-content a {
	color: #eadaa6;
}
.format-status .entry-meta a {
	color: #f7f5e7;
}
.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {
	padding-left: 95px;
}
.format-status .entry-content:before, .format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}
.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before {
	left: 70px;
}
.format-status .categories-links, .format-status .tags-links {
	display: none;
}
/* Ensures the dots in the dot background are in lockstep. */







.format-status .entry-meta:before {
	background-position: left top;
}
.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}
.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}
.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}
.format-status .entry-content p:last-child {
	margin-bottom: 0;
}
.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}
.format-status .entry-meta .date a:before {
	content: "\f105";
}
/* Video */







.format-video {
	background-color: #db572f;
}
.format-video .entry-content a, .format-video .entry-meta a, .format-video .entry-content a:hover, .format-video .entry-meta a:hover {
	color: #fbfaf3;
}
.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}
.format-video .entry-meta {
	color: #220e10;
}
/**







 * 5.6 Attachments







 * ----------------------------------------------------------------------------







 */







.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}
.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}
.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px Helvetica, sans-serif;
	margin: 0;
}
.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}
.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}
.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta:before {
	content: "\f307";
}
.full-size-link a:before {
	content: "\f402";
}
.full-size-link:before {
	content: none;
}
.attachment .entry-meta a, .attachment .entry-meta .edit-link:before, .attachment .full-size-link:before {
	color: #ca3c08;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: absolute;
	top: 50px;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, .attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .site-main .sidebar-container {
	display: none;
}
.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}
.attachment .entry-content .wp-video {
	margin: 0 auto;
}
.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}
/**







 * 5.7 Post/Paging Navigation







 * ----------------------------------------------------------------------------







 */







.navigation .nav-previous {
	float: left;
}
.navigation .nav-next {
	float: right;
}
.navigation a {
	color: #DE9014;
}
.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}
.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}
.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}
.paging-navigation .nav-next {
	padding: 13px 0;
}
.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}
.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}
.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}
.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}
.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}
.post-navigation {
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}
.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}
.sidebar .post-navigation .nav-links {
/*padding: 0 376px 0 60px;*/







}
.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}
/**







 * 5.8 Author Bio







 * ----------------------------------------------------------------------------







 */







.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}
.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}
.single .author-info {
	padding: 50px 0 0;
}
.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}
.single-format-status .author-description {
	color: #f7f5e7;
}
.author-description .author-title {
	clear: none;
	font: 300 italic 20px Helvetica, sans-serif;
	margin: 0 0 8px;
}
.author-link {
	color: #ca3c08;
	margin-left: 2px;
}
.author.archive .author-link {
	display: none;
}
/**







 * 5.9 Archives







 * ----------------------------------------------------------------------------







 */







.archive-header {
	//background-color: #e8e5ce;
}
.archive-title, .archive-meta {
	font: 300 bold 30px Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}
.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}
.sidebar .archive-meta {
	padding-right: 316px;
}
/**







 * 5.10 Search Results/No posts







 * ----------------------------------------------------------------------------







 */







.page-header {
	background-color: #e8e5ce;
}
.page-title {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}
.sidebar .page-content {
	margin: 0 auto;
	padding: 40px 376px 40px 60px;
}
/**







 * 5.11 404







 * ----------------------------------------------------------------------------







 */







.error404 .page-header {
	background-color: #fff;
}
.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}
.error404 .page-header, .error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}
/**







 * 5.12 Comments







 * ----------------------------------------------------------------------------







 */







.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe {
	display: block;

	margin-right: auto;
	max-width: 604px;
	width: 100%;
}
.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
	max-width: 1040px;
}
.comments-title {
	font: 300 28px Helvetica, sans-serif;
	color: #419641;
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list > li:after, .comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
.comment-list > li:last-child:after {
	display: none;
}
.comment-body {
	position: relative;
	padding-top: 10px;
}
.comment-author {
	float: left;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn {
	word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.says {
	display: none;
}
.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
	width: 100%;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}
.comment-meta, .comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}
.comment-meta a:hover {
	color: #ea9629;
}
.comment-metadata {
	margin-bottom: 20px;
}
.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.comment-reply-link:before, .comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}
/* Comment form */


.cwpr-review-top{
	display:none !important;
}


.review-wrap-up{
border-top: 1px solid #e6e6e6 !important;
}

.comment-respond {
	padding: 0;
}

.comments-title{
	font-size:18px;
}
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-reply-title {
	font: 300 italic 28px Helvetica, sans-serif;
}

.user-comments-grades
{
	margin-top:0px !important;
	width: 100% !important;
	margin-bottom: 10px;
}

.comment-body p
{
	font-size:14px;
}

.comment-reply-link{
	display:none !important;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}
.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
	margin-bottom: 8px;
}
.comment-form [for="author"], .comment-form [for="email"], .comment-form [for="url"], .comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback, .comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}
.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}
/**







 * 5.13 Multisite







 * ----------------------------------------------------------------------------







 */







.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}
.mu_alert {
	margin-top: 25px;
}
.site-main .mu_register input[type="submit"], .site-main .mu_register #blog_title, .site-main .mu_register #user_email, .site-main .mu_register #blogname, .site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}
.site-main .mu_register input[type="submit"] {
	width: auto;
}
/**







 * 6.0 Sidebar







 * ----------------------------------------------------------------------------







 */







.site-main .widget-area {
	float: right;
	width: 300px;
}
/**







 * 6.1 Widgets







 * ----------------------------------------------------------------------------







 */







.widget {
	background-color: white;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	word-wrap: break-word;
}
.widget .widget-title {
	margin: 0 0 10px;
	width: 100%;
	color: #474747;
}
.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 10px;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul, .widget li > ol {
	margin-left: 20px;
}
.widget a {
	color: #000;
}
.widget a:hover {
	color: #000;
}
/* Search widget */



/* RSS Widget */







.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date, .widget_rss li > cite {
	color: #a2a2a2;
}
/* Calendar Widget */







.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .widget_calendar tbody td {
	background-color: white;
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #fff;
	color: #686758;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
    clear: both;
}
.site-footer .widget-area, .sidebar .site-footer {
	text-align: left;
}
.site-footer a {
	color: #3cbbe8;
}
.site-footer .sidebar-container {
	padding: 10px 0;
}
.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
.site-footer .widget {
	background: transparent;
	float: left;
	margin-right: 20px;
	width: 245px;
}
.sidebar .site-footer .widget {
	width: 30%;
}
.sidebar .site-footer .widget:nth-of-type(4), .sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}
.site-footer .widget a {
	color: #e6402a;
}
.site-footer .widget-title, .site-footer .widget-title a, .site-footer .wp-caption-text {
	color: #fff;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
/*







* Muddyrace Stuff







*/

.cat-item-none{
	display:none;
}

.discount-code-rating-link {
	display: inline;
}
.searchbox {
	border-radius: 0px !important;
}
.form-control {
	border-radius: 0px !important;
	margin-bottom: 10px;
	height: 50px;
}
.searchbox button {
	width: 100%;
	background: #3cbbe8;
	color: whitesmoke;
	border: none;
	font-size: 19px;
	line-height: 20px;
	margin-top: 10px;
}
.searchbox button:hover {
	background: gray;
	color: whitesmoke;
	border: none;
}
.post-top-half {
	min-height: 130px;
}
.article-block-small-image {
	border: 1px solid lightgray;
	padding: 0px;
	margin-bottom: 10px;
	font-family: sans-serif;
	font-size: 13px;
	color: gray;
	font-weight: 400;
}
.article-block-small-image:hover {
	border: 1px solid #208d4e;
}
.article-block-small-image .post-top-half .article-header a {
	color: #363636 !important;
	text-decoration: none;
}
.post-top-half {
	padding: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.post-bottom-half {
	background: white;
	min-height: 35px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#closest-races {
	margin-left: auto;
	margin-right: auto;
}
.event-link {
}
.users-going {
	margin-top: 15px;
}
.event-link-button {
	background: 0 0;
    border-color: #3897f0;
    color: #3897f0;
	border: 0px;
	padding: 8px;
}
.event-link-button:hover, .event-link-button:focus {
	background: none;
	background-color: #3897f0 !important;
	border-bottom: none !important;
	border-top: none !important;
	border: 0px;
	color: white;
}
.event-category {
	float: right;
}
.content-blog-left, .content-blog-right {
}
.article-header {
	top: 0px;
	position: relative;
	left: 0px;
	margin-bottom:30px;
}
.content-box-main {
	margin-right: 15px;
}
.frontpage-content {
	padding: 0px !important;
}
.recentposts-link {
	position: relative;
	width: 100%;
	height: 150px;
	background: white;
font-weight: bold !important;
padding: 15px;
}
.recentposts-col:hover {
	border: 1px solid #208d4e;
}
.recentposts-header {
	font-size: 24px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	margin-top: 40%;
}
.recentposts-col {
	padding: 0px;
	margin: 6px;
	width: 15.5%;
}
.recentposts-thumbnail, .recentposts-thumbnail img {
	width: 100%;
}
#profile-menu-div {
	display: block;
	float: right;
	width: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 2px;
	background: #208d4e;
	z-index: 100;
}
#profile-menu-div a {
	font-size: 14px;
	color: white;
}
#profile-menu {
	background: #208d4e;
	border-radius: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	width: 150px;
	list-style-type: none;
	margin: 0;
	text-align: center;
	right: 10px;
	position: relative;
	float: right;
	/* Firefox */







	right: -moz-calc(50% - 554px);
	/* WebKit */







	right: -webkit-calc(50% - 554px);
	/* Opera */







	right: -o-calc(50% - 554px);
	/* Standard */







	right: calc(50% - 554px);
	color: white;
}
#profile-menu li {
	display: inline-block;
}
#profile-menu .sub-menu a {
	font-size: 17px;
	vertical-align: middle;
	line-height: 12px;
}
#profile-menu .sub-menu li {
	width: 100px;
}
.recentposts-link a, .recentposts-link a:visited {
	color: black !important;
	font-family:'PT Sans Narrow', sans-serif;
	font-size: 15px;
	position: absolute;
	top: 5px;
        font-weight: bold !important;
}
.article-header h3 a, .article-header h3 a:visited {
	color: #363636;
	padding-bottom: 5px;
}
.article-header h3 {
	margin-top: 0px;
	font-size: 20px;
	color: #363636;
}
.widget-title {
	font-size: 28px;
	color: white;
}
.tptn_posts a {
	color: black;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
}
.post-data {
	width: 66%;
	margin: 0;
	float: left;
}

#primary.has-sidebar {
	width: 75%;
}
#tertiary {
	width: 30%;
	height: auto;
	float: right;
	top: 20px;
	right: 0px;
	margin-top: 0;
	padding-right:10px;
}



@media(max-width:640px)
{
   #tertiary{
	width:100%;
	float:none;
   }
   .eventsFinderArea, a.collapseAnchor4mobile{ max-width:100% !important; background: white;}
}
.new-footer {
	width: 100%;
	float: left;
}
.entry-thumbnail {
	float: left;
}
.entry-title {
	font-size: 40px;
}
.entry-content h2 {
	font-size: 20px;
	margin: 0;
	font-size: 20px;
	padding-bottom: 5px;
}
.site-main .sidebar-container ol li img {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
.site-main .sidebar-container ol li {
	float: left;
	width: 100%;
}
.site-main .sidebar-container .widget {
	float: left
}
.site-footer .widget .widget-title {
	color: #fff !important;
}
.goer {
	float: left;
	margin: 10px;
}
.new-rating {
	font-weight: bold;
	float: left !important;
}
.article-main-content h3 {
	font-size: 20px;
	line-height: 23px;
	color: #2d2d2d;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
}
h3.event-profile {
	margin: 10px 0;
	float: left;
}
.review-right h3 {
	margin: 0;
}
.k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item {
	border-style: solid;
	border-width: 1px 1px 0;
	display: inline-block;
	list-style-type: none;
	margin: 0 -1px 0 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	height: 25px !important;
}
.k-tabstrip-items .k-item .k-link {
	padding: 3px 13px;
}
.article-related-ones ul li h4 {
	font-size: 12px;
	line-height: 15px;
}
h4 a.article-comment-icon {
	color: #c53c1c;
	display: inline-block !important;
	font-family: "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 8px;
	padding-left: 13px;
	position: relative;
}
h4 a.article-comment-icon .comment-icon {
	background-color: #c53c1c;
	background-image: url("https://www.muddyrace.co.uk/wp-content/themes/images/icon-article-comments-small.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 9px 9px;
	color: transparent;
	content: "";
	display: block;
	height: 9px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 9px;
}
.entry-thumbnail {
	width: 100%;
}
.entry-thumbnail img {
	width: 100%;
	height: 380px;
}
.ngg-gallery-slideshow-image img {
	width: 100% !important;
}
article.post .entry-content h2, article.post .yarpp-related h3, #tertiary .widget .widget-title {
	display: inline-block;
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
	margin: 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: 245px !important;
	height: auto !important;
}

@media (max-width: 550px)
{
	.yarpp-thumbnails-horizontal .yarpp-thumbnail{
		width:100% !important;
	}
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	margin: 1% !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img{	float:left;}

.yarpp-thumbnail-title{	float:left;	max-height:120px !important;}

.yarpp-thumbnail-default{	float:left;}

.yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
	color: black !important;
	font-family: 'PT Sans Narrow', sans serif !important;
	font-size: 16px !important;
	color: #00091e !important;
	width: 40% !important;	float:left;
}
.fb-comments {
	width: 100%;
}


#slider-background{
	height: 300px !important;
	background-color: rgb(71, 71, 71) !important;
	overflow:none !important;
}

h3.carousel-header
{
	color:white !important;
text-align:center !important;
margin-bottom: 0px !important;
padding-top: 5px;
}



/**







 * 8.0 Media Queries







 * ----------------------------------------------------------------------------







 */







/* Does the same thing as <meta name="viewport" content="width=device-width">,







 * but in the future W3C standard way. -ms- prefix is required for IE10+ to







 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor







 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.







 */







@-ms-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}
 @media (max-width: 1599px) {
.site {
	border: 0;
}
}
 @media (max-width: 1069px) {
.sidebar img.alignleft, .sidebar .wp-caption.alignleft {
	margin-left: 0;
}
.sidebar img.alignright, .sidebar .wp-caption.alignright {
	margin-right: 0;
}
.error404 .page-header {
	margin-left: auto;
	max-width: 604px;
	width: 100%;
}
.archive-header, .search .page-header, .archive .page-header, .blog .page-header, .error404 .page-content, .search .page-content, .archive .page-content, .attachment .entry-header, .attachment .entry-content, .post-navigation .nav-links, .sidebar .site-info, .site-footer .widget-area {
	padding-left: 20px;
	padding-right: 20px;
}
.error404 .page-title {
	font-size: 24px;
	padding: 180px;
}
.error404 .page-title:before {
	font-size: 554px;
}
.attachment .image-navigation {
	max-width: 724px;
}
.image-navigation .nav-previous, .image-navigation .nav-next {
	position: static;
}
}
 @media (max-width: 999px) {
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta, .sidebar .comment-list, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form, .sidebar .featured-gallery, .sidebar .post-navigation .nav-links, .author.sidebar .author-info {
	padding-left: 0;
	padding-right: 0;
}
.sidebar .site-info, .search.sidebar .page-content, .blog.sidebar .page-content, .attachment .entry-header, .sidebar .comments-title {
	max-width: 604px;
}
.sidebar .archive-meta, .attachment .entry-header, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .site-info, .sidebar .comments-title, .sidebar .no-comments {
	padding-left: 0;
	padding-right: 0;
}
.attachment .entry-meta {
	float: left;
	text-align: left;
	width: 100%;
}
.attachment .entry-content {
	max-width: 100%;
	padding: 40px 0;
}
.format-status .entry-content {
	padding-top: 40px;
}
.format-status .entry-meta {
	padding-bottom: 40px;
}
.sidebar .format-status .entry-content, .sidebar .format-status .entry-meta {
	padding-left: 35px;
}
.sidebar .format-status .entry-content:before, .sidebar .format-status .entry-meta:before {
	left: 10px;
}
.sidebar .format-status .entry-content p:first-child:before {
	left: 4px;
}
.sidebar .paging-navigation .nav-links {
	padding: 0 60px;
}
.site-main .sidebar-container {
	height: auto;
	margin: 0 auto;
	max-width: 604px;
	position: relative;
	top: 20px;
}
.site-main .widget-area {
	float: none;
	margin: 0;
	width: 100%;
}
.sidebar .site-footer .widget-area {
	max-width: 100%;
	left: 0;
}
}







/* Collapse oversized image and pulled images after iPad breakpoint. */







@media (max-width: 767px) {
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 0;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
	margin-right: 0;
}
.attachment .image-navigation, .attachment .entry-attachment .attachment {
	max-width: 604px;
	padding: 0;
	width: 100%;
}
.gallery-caption {
	display: none;
}
}
 @media (max-width: 643px) {
.site-title {
	font-size: 30px;
}
#content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links {
	padding-left: 10px;
	padding-right: 10px;
}
#content .format-status .entry-content, #content .format-status .entry-met {
	padding-left: 35px;
}
/* Small menu */







.menu-toggle {
	cursor: pointer;
	display: inline-block;
	font: bold 16px/1.3 sans-serif;
	margin: 0;
	padding: 12px 0 12px 20px;
}
.menu-toggle:after {
	content: "\f502";
	font-size: 12px;
	padding-left: 8px;
	vertical-align: -4px;
}
.toggled-on .menu-toggle:after {
	content: "\f500";
	vertical-align: 2px;
}
.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
	display: block;
	margin-left: 0;
	padding: 0;
	width: 100%;
}
.toggled-on li, .toggled-on .children {
	display: block;
}
.toggled-on .nav-menu li > ul {
	background-color: transparent;
	display: block;
	float: none;
	margin-left: 20px;
	position: relative;
	left: auto;
	top: auto;
}
.toggled-on .nav-menu li > ul a {
	color: #141412;
	width: auto;
}
.toggled-on .nav-menu li:hover > a, .toggled-on .nav-menu .children a {
	background-color: transparent;
	color: #141412;
}
.toggled-on .nav-menu li a:hover, .toggled-on .nav-menu ul a:hover {
	background-color: #db572f;
	color: #fff;
}
#content .featured-gallery {
	padding-left: 24px;
}
.gallery-columns-1 .gallery-item {
	margin-right: 0;
	width: 100%;
}
.entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
	font-size: 22px;
	font-weight: bold;
}
.format-quote blockquote, .format-status .entry-content {
	font-size: 18px;
}
.format-quote blockquote small, .format-quote blockquote cite {
	font-size: 13px;
}
.error404 .page-title {
	padding: 40px 0 0;
}
.error404 .page-title:before {
	content: normal;
}
.comment-author {
	margin-right: 30px;
}
.comment-author .avatar {
	height: auto;
	max-width: 100%;
}
.comment-metadata, .comment-content, .comment-list .reply {
	width: 70%;
	width: -webkit-calc(100% - 104px);
	width: calc(100% - 104px);
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
}
.comment-form textarea {
	height: 80px; /* Smaller field for mobile. */
}
/* Audio */







.format-audio .entry-content:before {
	display: none;
}
.format-audio .audio-content {
	background-image: none;
	float: none;
	padding-left: 0;
	width: auto;
}
}







/* Mobile devices */







@media (max-width: 359px) {
.gallery {
	margin-left: 0;
}
.gallery .gallery-item, .gallery-columns-2.gallery-size-thumbnail .gallery-item {
	max-width: none;
	width: 49%;
	width: -webkit-calc(50% - 4px);
	width: calc(50% - 4px);
}
.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
	display: block;
}
.gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
	text-align: center;
	width: 98%;
	width: -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 4px;
}
.gallery br {
	display: none;
}
.gallery .gallery-item:nth-of-type(even) {
	margin-right: 0;
}
/* Comments */







.comment-author {
	margin: 0 0 5px;
	max-width: 100%;
}
.comment-author .avatar {
	display: inline;
	margin: 0 5px 0 0;
	max-width: 20px;
}
.comment-metadata, .comment-content, .comment-list .reply {
	width: 100%;
}
}







/**







 * 9.0 Print







 * ----------------------------------------------------------------------------







 */







/* Retina-specific styles. */







@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
 .site-header .search-field {
 background-image: url(images/search-icon-2x.png);
}
 .format-audio .audio-content, .format-status .entry-content:before, .format-status .entry-meta:before, .comment-list > li:after, .comment-list .children > li:before {
 background-image: url(images/dotted-line-2x.png);
}
}
 @media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel="bookmark"]:link:after, footer a[rel="bookmark"]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
.site {
	max-width: 98%;
}
.site-header {
	background-image: none !important;
}
.site-header .home-link {
	max-width: none;
	min-height: 0;
}
.site-title {
	color: #000;
	font-size: 21pt;
}
.site-description {
	font-size: 10pt;
}
.author-avatar, .site-footer, .comment-respond, .comments-area .comment-edit-link, .comments-area .reply, .comments-link, .entry-meta .edit-link, .page-links, .site-content nav, .widget-area, .main-navigation, .navbar, .more-link {
	display: none;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
	margin: 0;
	width: 100%;
}
.page-title, .entry-title {
	font-size: 21pt;
}
.entry-meta, .entry-meta a {
	color: #444;
	font-size: 10pt;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: 0;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
	margin-right: 0;
}
.format-image .entry-content .size-full {
	margin: 0;
}
/* Remove colors from post formats */



#slider-background a, #slider-background a:visited
{
color:white !important;
text-decoration: none !important;
}
#slider-background  a:hover
{
text-decoration: underline !important;
}




.hentry {
	background-color: #fff;
}
/* Comments */







.comments-area > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.comment-metadata {
	float: none;
}
.comment-author .fn, .comment-reply-link, .comment-reply-login {
	color: #333;
}
}
.muddyrace-search-params .k-dropdown {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.discount-code-rating-link .rating-intro {
	display: none;
}
.upcoming-page {
	width: 64px;
	height: 54px;
	font-size:16px;
	margin: 5px;
	display: inline-block;
	font-weight: bold;
	background-color: #F5F5F5;
	padding-left: 10px;
	padding-top: 5px;
}
.current-upcoming-page {
	color: #FFF !important;
	background-color: #3CBBE8;
	padding-left: 10px;
	padding-top: 5px;
}
.current-upcoming-page a {
	color: white !important;
}
.current-upcoming-page a {
	color: white !important;
}

#eventmonth{
	height: 45px;
	vertical-align: top;
	margin-right: 10px;
	width: 165px;
	margin-top:15px;
	margin-bottom:15px;
}

#eventmonthbutton{
	margin-top: 15px;
	margin-bottom: 15px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
#mapWrapper img {
	max-width: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h3.event-details {
	float: left;
	vertical-align: middle;
	margin: 0;
	color: white !important;
	background-color: #2980B9;
	padding: 5px 10px;
	font-weight: normal;
 margin-right: 10px:
}
h3.event-details-first {
	margin-top: 0px !important;
	border-radius: .2em 0 0 .2em;
}
.event-meta, .event-meta-last {
	padding: 5px 0 15px 0;
	font-size: 14px;
	float: left;
}
/* Ajax results */







#success .post-title {
	padding: 5px 0;
}
#success .post {
	margin-bottom: 20px;
}
.searchform-param input[type=checkbox] {
	margin-right: 5px;
}
.header-search {
	width: 200px;
}
.rating-on-list .rating-intro, .rating-on-list .meta {
	display: none;
}
.rating-on-list .ratings {
	margin: 0px;
}
.rating-on-list .new-rating, .search-wrapper .new-rating, #success .new-rating {
	border: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.muddyrace-search-submit {
	margin-top: 15px;
}
.search-box #s, .search-box button {
	margin: 0px;
	height: 28px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	border-radius: 4px;
}
.search-box {
	text-align: left;
	width: 0px;
}

.search_box {
	width: 220px;
}

.search-box #s {
	width: 167px;
	padding: 4px;
}
.search-box button {
	width: 28px;
	position: absolute;
}

/* category Page */







.category .article-photo {
	float: left;
	padding: 6px 15px 0 0;
}
.category .article-text {
	float: left;
	padding: 5px 0;
	width: 220px;
}
.category .content-box .content-box-sidebar {
	padding-left: 10px !important;
}
.team-header, #team-members {
	margin-bottom: 20px;
}
.add-to-calendar {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 13px;
	border: dotted 1px grey;
	padding: 5px;
	text-align: right;
}
.team-member {
	float: left;
	margin-right: 20px;
}
/* upcoming shortcode */







#events-list {
	background: none repeat scroll 0 0 #FFFFFF;
	border-collapse: collapse;
	font-size: 16px;
	text-align: left;
}
#events-list th {
	color: #3CBBE8;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
#events-list td {
    padding: 5px;
    word-wrap: break-word;
    line-height: 1.5 !important;
    font-size: 16px;
}
#events-list tr {
	line-height: 15px;
	border-bottom: 1px solid #eaeaea;
}
.month-td {
	background: #4CAF50;
	color: #fff;
}
/* Page Builder */







.article-text {
	float: left;
	padding: 5px 0;
	width: 220px;
}
.the-article-content .article-author {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 20px;
	padding-top: 20px;
	height: 40px;
	border-bottom: 1px dotted #d9d9d9;
	border-top: 1px dotted #d9d9d9;
	line-height: 100%;
}
/* home page */







#panel-6306-0-0-0 {
	background: #F5F5F5;
	padding: 10px;
}
#panel-6306-0-0-0 .widget-title {
	text-transform: uppercase;
}
#panel-6306-0-0-0 .article-photo {
	display: none;
}
#panel-6306-4-0-0 .widget-title, #panel-6306-4-1-0 .widget-title, #panel-6306-4-0-1 .widget-title, #panel-6306-4-1-1 .widget-title {
	border-bottom: 4px solid #000;
	padding-bottom: 14px;
}
#panel-6306-4-0-0 .title-top, #panel-6306-4-1-0 .title-top, #panel-6306-4-0-1 .title-top, #panel-6306-4-1-1 .title-top {
	top: -57px;
}
#panel-6306-5-1-0 .widget-title {
	border-top: 8px solid #000;
	padding-top: 14px;
	text-transform: uppercase;
}
.panel-content {
	position: relative;
}
.panel-grid-cell .panel .title-top {
	top: -40px;
}
/* event page */







.sign-up {
	border: solid 1px #9BCD5B;
	margin-top: 5px;
	background-color: #f1c40f;
	margin-bottom: 15px;
	color: #2e2e2e !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}
.sign-up:hover {
	background-image: none, -webkit-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, -o-linear-gradient(top, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .0) 100%);
}
.sign-up a {
	color: white !important;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 10px 0;
}
#addRaceButton {
	font-weight: bold;
	margin-top: 15px;
	color: white;
	width: 100%;
	border-radius: 6px;
	border: none;
	background-color: orangered;
	background-image: none, -webkit-linear-gradient(top, orange 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, -moz-linear-gradient(top, orange 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, -o-linear-gradient(top, orange 0, rgba(255, 255, 255, .0) 100%);
	background-image: none, linear-gradient(to bottom, orange 0, rgba(255, 255, 255, .0) 100%);
	background-position: 50% 50%;
}
#addRaceButton:hover {
	background-image: none;
}
/* search page */







.content-left {
	float: left;
	width: 40%;
}
.content-right {
	float: right;
	margin-top: 55%;
	width: 49%;
}
.article-content .meta {
	float: left;
}
/* register page */







.comm-email, .comm-username, .comm-password, .comm-name {
	padding: 10px;
}
.comm-email > label, .comm-username > label, .comm-name > label, .comm-password > label {
	float: left;
	width: 75px;
}
.register-form-wrap, .login-form-wrap {
	padding: 10px;
}
.register-form-wrap input[type=text], .login-form-wrap input[type=text] {
	width: 50% !important;
}
.comm-password > input[type=password] {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 0 1px #CECECE;
	color: #6A6A6A;
	font-family: 'Open Sans', Arial;
	font-size: 12px;
	padding: 5px 11px;
	width: 50%;
}
.img {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.event-category {
	float: right;
	width: 43%;
	max-width: 150px;
}
.category-event-date {
	margin-bottom: 5px;
	font-size: 17px;
}
.powerofmud-home {
	margin-top: -20px;
	padding: 20px;
	background-size: cover;
}
.pom-columns-header {
	color: black;
}
.pom-title, #pom-profile-name {
	font-size: 35px;
	font-weight: 900;
	font-family: 'Arial';
	text-transform: uppercase;
	line-height: 48px;
}
#pom-profile-name {
	margin-top: 0px;
}
.pom-subtitle {
	text-transform: uppercase;
}
.pom-instructions, .pom-link-race-wrapper, .pom-searchform {
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.pom-link-race-wrapper {
	width: 45%;
	margin-right: 5%;
}
.pom-login {
	width: 30%;
	float: left;
}
.pom-login .upme-head, .pom-login .upme-inner {
	background-color: transparent;
	color: white !important;
	background: rgba(0, 0, 0, 0) !important;
	border-width: 0px;
	border: 0 !important;
}
.pom-login div.upme-field-name a, .pom-login div.upme-field-name, .pom-login .upme-field-type span {
	color: white !important;
}
.pom-searchform {
	width: 75%;
}

.pom-justadded {
  margin-left: 40px;
  margin-right: 40px;
}

.pom-instructions {
	width: 30%;
}
.pom-instructions > ol {
	list-style-type: decimal;
}
.pom-race-list {
	width: 100%;
	padding: 10px;
	margin-top: 15px;
}
.pom-race-list a, #pom-events-list a {
}
.pom-race-list th {
	border-bottom: 1px white solid;
}
#pom-events-list, #pom-profile-race-list, .challenge-results {
	width: 70%;
	float: left;
	padding-top: 20px;
}

.challenge-results{

	width:100% !important;
}

#pom-events-list table, #pom-profile-race-list table {
	width: 100%;
}
#pom-profile-picture, .pom-teamsearch {
	width: 25%;
	float: left;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        border: solid grey 1px;
        margin-right; 10px
}

#pom-profile-picture{
	width: 25%;
	float: left;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        border: solid grey 0px;
        margin-right; 10px
}
#pom-profile-picture input{
	border: 1px solid #d4d0ba;
}

#profile-picture-holder, #stats, #trophy {
	border: 1px solid white;
	min-height: 100px;
	width: 90%;
	padding: 5%;
	margin-bottom: 20px;
}
#uploadimage {
	margin-left: 20px;
}
.event-upload {
	background-color: rgb(212,232,200);
}
.event-upload p {
	margin-left: 20px;
}
#uploadimage .uploader {
	position: relative !important;
	background-color: rgb(212,232,200) !important;
	width: 100% !important;
	height: auto !important;
}
#uploadimage .uploader input {
	opacity: 1 !important;
	float: none !important;
	position: relative !important;
	border: none;
}
#uploadimage input {
	border: 2px solid rgb(212,232,200);
	width: 200px;
}
.challenge-section-header {
	margin-bottom: 20px;
}
.challenge-results {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.pom-form-group {
	margin-bottom: 10px;
}
.pom-form-group .label-holder {
	width: 30%;
	float: left;
}
.pom-form-group .input-holder {
	width: 70%;
	float: left;
}
.hidden {
	display: none;
}
.ui-front, .ui-widget-overlay {
	z-index: 100 !important;
}
.ui-dialog-titlebar {
	padding: 5px;
	background-color: whitesmoke;
}
.ui-dialog {
	background-color: white;
	border: 1px solid gray;
}
#profile-picture-holder .avatar {
	width: 100% !important;
}
#profile-picture-holder a {
	color: lightgray !important;
}
#profile-picture-holder a:hover {
	color: white !important;
}
.pom-events-list-section, #pom-profile-name, .pom-profile-section {
	margin-bottom: 20px;
}
.pom-events-list-section table {
	margin-top: 20px;
	border-bottom: 1px solid white;
}
.pom-profile-section table {
	margin-top: 20px !important;
	border-bottom: 1px solid black !important;
}
.pom-events-list-section th {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.pom-profile-section th {
	border-top: 1px solid black !important;
	border-bottom: 1px solid black !important;
	border-left: none !important;
	border-right: none!important;
	line-height: 1 !important;
}
.pom-profile-section td {
	border: none !important;
	line-height: 1 !important;
}


.pom-race-list-wrapper {
	max-height: 300px;
	overflow-y: auto;
	margin-top: 20px;
}

.pom-raceresults-wrapper {
  max-height: 500px;
}

.challenge-title {
	text-align:center;
	width:100%;
}
.challenge-pic {
	width: 33%;
	float: left;
	text-align: right;
}
.three-column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	padding: 5px;
	float: left;
	color: black;
}
.three-column .column-content {
	padding: 5px;
}
.columns-wrapper {
	background-color: rgba(0, 0, 0, 0);
	margin-top: 20px;
}
.pom-profile-section td, .pom-race-list td, .pom-profile-section th, .pom-race-list th {
	text-align: left;
	padding: 5px;
}
.trophy {
	opacity: 0.4;
	float: left;
	padding: 10px;
	width: 30%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.trophy-achieved {
	opacity: 1 !important;
}
.trophy-pic {
	width: 100%;
}
.bronze {
	color: #c97d13;
}
.silver {
	color: #b0a8a8;
}
.gold {
	color: #fbd702;
}
.trophies, #trophy-cabinet, #miles-run {
	text-align: center;
}
.trophies {
	width: 100%;
	margin-top: 20px;
}
.circles {
	margin-left: auto;
	margin-right: auto;
	max-width: 260px;
	margin-top: 20px;
}
.wrapper:not(.pom-wrapper) {
	background: none !important;
	width:66%;
	float:left;
}
@media(max-width:640px)
{
	.wrapper{
		width:100% !important;

	}
}


.pom-wrapper{
	width:100% !important;
	float:left;
	background: none !important;
}

@media(max-width:639px)
{
	.wrapper{
		width:100%;
		float:none;
	}
}
h3.leaderboard-header {
	margin-top: 16px;
	margin-bottom: 16px;
}
.leaderboard-part h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
}

.pom-searchform input.txt, .pom-teamsearch input.txt, #friend-form input.txt {

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	width: 75%;

	min-width: 100px;

	padding: 10px;

	margin-top: 10px;

	margin-bottom: 10px;

	border: 1px solid #c2c2c2;

	margin-right: 1px;

	background-color: white !important;

}

.pom-searchform #submit, .pom-teamsearch #submit, #friend-form #submit {
  box-sizing: border-box;
  margin-left: -5px;
  padding: 10px;
  margin-top: 10px;
}

.pom-teamsearch {
	color: black;
}
.pom-teamsearch h2 {
	margin-bottom: 20px;
}
.team-page-main {
	width: 70%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.team-profile-picture {
	width: 100%;
	min-height: 100px;
	border: 1px solid black;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
span.k-autocomplete {
	background-color: white !important;
	width: 100%;
	padding: 0px;
}
#team-form input.txt, #friend-form input.txt {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}
#team-form #submit, #friend-form #submit {
	position: absolute;
	top: 15px;
	right: 3px;
	width: auto;
}
#friend-form #submit {
	top: 10px;
}

#friendname{
	border-width:0px !important;
}

.leaderboard-part table {
	width: 100%;
}
.columns-wrapper {
	width: 100%;
}
.pom-profile-section h3 {
	width: 100%;
	background-color: #f5f5f5;
	color: black !important;
	text-transform: uppercase !important;
	padding: 5px !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.k-tabstrip-items {
	background-color: #f5f5f5;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: black;
}
.k-tabstrip-items .k-item {
}
.k-tabstrip-items .k-item .k-link {
}
.k-tabstrip .k-state-active {
	border-color: white !important;
	margin: 0px !important;
	padding: 0px !important;
}
.k-tab-on-top a {
}
.k-tab-on-top a h3 {
	color: black !important;
}
.k-item a h3 {
	margin: 0px;
	font-size: 18px;
}
.k-tabstrip {
	background-color: white !important;
	border: 0px !important;
}
.two-column {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
}
.two-column h3, #pom-coming-title {
	margin-bottom: 20px;
}
.two-column-left {
	padding-right: 10px;
}
.two-column-right {
	padding-left: 10px;
}
.circle-wrapper {
	width: 65px;
	float: left;
}
.circle {
	width: 65px;
	height: 65px;
	border-radius: 65px;
	font-size: 25px;
	border: 10px solid red;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	display: table-cell;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.green-circle {
	border: 10px solid green;
}
.blue-circle {
	border: 10px solid blue;
}
.circle-wrapper {
	margin-left: 10px;
	margin-right: 10px;
}
.circletext-sub {
	font-size: 16px;
}
.challenge-table {
	width: 100%;
}
.stats-table td, .stats-table th {
	padding: 4px;
}
.resultdate-holder .k-datetimepicker {
	width: 12.4em !important;
}
.race-tabstrip ul.k-tabstrip-items {
	height: 40px;
}
.race-tabstrip .k-tabstrip-items li {
	height: 37px;
}
.race-tabstrip {
	border: 1px solid lightgray !important;
	margin-bottom: 20px !important;
	border-radius: 0px;
}
.race-tabstrip .k-tabstrip-items {
	background-color: #f5f5f5;
	border-bottom: 1px solid lightgray;
}
.race-tabstrip>ul.k-tabstrip-items .k-link, .race-tabstrip .k-item {
	border-radius: 0 0 0 0 !important;
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	background-color: #f5f5f5;
	color: black;
}
.race-tabstrip>ul.k-tabstrip-items li a {
	height: 24px;
}
.race-tabstrip a h3 {
	font-size: 14px !important;
}
.race-tabstrip iframe {
	width: 100%;
}
.race-tabstrip .k-state-active a h3 {
	color: black !important;
}
.race-tabstrip .k-content {
	padding: 10px !important;
}
.header-search {
	text-align: left;
}
.content:after, .footer:after, #content:after, #pom-profile-picture:after {
	content: " ";
	visibility: hidden;
	display: block;
	clear: both;
}
.pom-account-instructions dt {
	font-weight: bold;
}
#widget-4-2-0-textfield1 .wpp-list {
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-top: -20px;
}
.article-big-header {
/*display: none !important;*/







}
.sponsored-race {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid lightgray;
	margin-bottom: 20px;
}
.sponsored-race-text {
	margin-bottom: -10px;
}
.sponsored-race a {
	margin-top: -10px;
}
.sponsored-race a, .sponsored-race a img {
	width: 100%;
}
.green-button {
	border: solid 1px #9BCD5B;
	color: white;
	background-color: transparent;
	background-color: #006A14;
	font-weight: bold;
	border-radius: 0px;
	margin-top: 15px;
}
.profile-bottom-button {
	width: 50%;
	padding: 4px;
	box-sizing: border-box;
	float: left;
}
.profile-bottom-button button {
	width: 100%;
	font-size: 14px;
	padding: 8px;
}

.challenge-addnew{
	padding-left: 20px;
	padding-bottom:20px;
}

 @media screen and (max-width:800px) {
.challenge-addnew, .challenge-results {
	width: 100%;
	float: none;
}
.pom-title {
	font-size: 24px;
	line-height: 36px;
}
}
 @media screen and (max-width:550px) {
.pom-searchform, .pom-instructions {
	width: 100%;
	margin: 0px;
}
.pom-title {
	font-size: 18px;
	line-height: 24px;
}
#pom-lastyear-title {
	font-size: 12px !important;
}
}
.muddyrace-search-param label {
	width: 100px;
}
.muddyrace-search-param select {
	width: 200px;
}
.new-rating .ratings {
	margin: 0px;
	padding-top: 8px;
	padding-left: 5px;
}
.new-rating .ratings .meta {
	font-size: 10px;
}
.mostpopular-block {
	margin-top: 25px;
	background: white;
	padding: 20px;
}
.mostpopular-block ol {
	margin: 0;
	padding: 0 0 0 20px;
}
.mostpopular-block ol li {
	padding-bottom: 6px;
}
.post-top-half .article-content {
}
.post-top-half .event-category {
}
.discount-event-link {
	float: left;
	margin-left: 20px;
}
#tabs-frontpage {
	width: 60% !important;
	margin-left: 0;
}
#closestraces-frontpage {
	width: 60% !important;
	margin-left: 0;
	position: relative;
	margin-top: 20px;
	left: 0;
	float: left;
}
#closestraces-frontpage .col-md-12 {
	margin: 0;
	padding: 0;
}
.responsive-tabs .responsive-tabs__panel {
	background: #d4e8c8 !important;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #d4e8c8 !important;
}
.post-top-half {
	background: white
}
.social-media-row {
	bottom: 100px;
	right: 20px;
	position: absolute;
}
.event-box {
	padding: 15px;
	border-radius: 2px;
	margin-bottom: 20px;
}
.event-box-first {
	margin-top: 0;
	background: whitesmoke;
	padding: 15px;
}
.standard-button {
	width: 50%;
	border-radius: 6px;
	border: none;
	background-color: #4090db;
	color: #000000;
}
.standard-button:hover {
	background-color: #2d6599;
}
.short-button {
	width: 200px;
	border: none !important;
}
.event-whos-going {
	background-color: white;
	width: 100%;
}
.event-whos-going {
	margin-top: 0;
}
.event-photos {
	padding: 0px;
}
.event-photos .gallery-item {
	width: 150px;
	height: 150px;
}
.event-photos .gallery {
	margin-left: 20px;
	margin-top: 20px;
}
.post .article-header h3, .event-near-you .article-header h3 {
	margin: 0 0 10px;
	padding-bottom: 5px;
}
.post .event-category, .event-near-you .event-category {
	position: absolute;
	top: 66px;
	left: 14px;
	color: orange !important;
	font-weight: bolder;
	font-size: 20px;
}
.recentposts-thumbnail:hover {
	opacity: 0.5;
}
#review-statistics .review-wrap-up {	display:none;}
.triangle-title-event {
	width: 20px;
	margin-right: 10px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #2980b9;
	float: left;
}
.event-box-col-1 {
	max-width: 415px;
	margin-bottom: 30px;
}
.event-box-col-2 {
	margin-bottom: 30px;
}
.event-details-description {
	background-color: whitesmoke;
}
.discount-link-event {
	background: black;
	width: 104px;
	padding: 5px;
	margin-bottom: 20px;
}
.breadcrumbs {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	height: 36px;
	position: relative;
	color: black;
}
.breadcrumbs span {
	padding-left: 5px;
	padding-right: 5px;
}
.breadcrumbs span span {
}
.event-details-description-article {
	background: white;
}
.event-details-description-article p {
	clear: both;
}
.event-details-description-article h2 {
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}
.event-details-description-article .intro {
	margin: 30px 0px 30px 0px;
	clear: both;
}
.event-details-description-article a {
	display: inline-block;
}
.add-to-calendar-link {
	position: absolute;
	bottom: 139px;
	right: 3px;
	color: black;
	font-size: 16px;
	width: 82px;
	text-align: center;
	background: rgba(222, 144, 20, 0.5);
	padding: 3px 5px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 32px;
}
.top-right-corner {
	margin: 0 20px;
	position: relative;
	color: black;
}
.top-right-corner a {
	font-size: 18px;
	line-height: 0.7;
	font-weight: normal;
	color: orange;
	text-decoration: none;
	margin-right: 5px;
}
.top-right-corner a:hover {
	color: #de9014;
	text-decoration: none;
}
#closest-races .article-header a {
	position: absolute;
	top: 17px;
	left: 14px;
	color: black !important;
	font-weight: bold;
	font-size: 18px;
}
#closest-races .event-category {
	position: absolute;
	top: 66px;
	left: 14px;
	color: orange !important;
	font-weight: normal;
	font-size: 18px;
}
#closest-races .article-content {
	position: absolute;
	bottom: 70px;
	left: 15px;
	color: black;
	font-size: 14px;
	width: 100%;
}
.post .article-header a, .event-near-you .article-header a {
	color: black !important;
	font-weight: bold;
	font-size: 22px;
}
.post .event-category {
	position: absolute;
	top: 66px;
	left: 14px;
	color: orange !important;
	font-weight: normal;
	font-size: 18px;
}
.post .article-content {
}
.tabs input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 20px 0px;
	text-transform: uppercase;
}
.tabs li {
	float: left;
	width: calc(100% / 3);
}
#tab2style, #tab3style {
	padding-left: 2px;
}
.tabs a {
	color: black;
}
.tabs label {
	display: block;
	padding-bottom: 10px;
	color: white;
	background: #3CBBE8;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top-right-radius: 22px;
}
.tabs label:hover {
	background: rgba(222, 144, 20, 0.5);
	top: 0;
}
[id^=tab]:checked + label {
	/* background: white;







	color: black;







	top: 0;







	border: 1px solid black;*/







	background: white;
	color: black;
	top: -1px;
	border: 1px solid #ddd;
	z-index: 7;
	border-bottom: none;
}
 [id^=tab]:checked ~ [id^=tab-content] {
 display: block;
}
.tab-content {
	z-index: 2;
	text-align: left;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	background: white;
	padding: 10px;
	color: black;
	top: 34px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	animation-duration: 0.2s;
	border: 1px solid #ddd;
	border-top: none;
	/*webkit-box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);







-moz-box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);







box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);*/
}
.tptn_posts {
	clear: both;
	padding-top: 5px;
}
.triangle-green {
	width: 158px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent #208d4e;
	float: left;
	display: none;
}
.mainpage-nearyou-events-block .container {
	margin-top: 15px;
	padding: 0;
}
.ad {
	float: left;
	margin-left: 57px;
}
.latest-events-block-container {
/*padding: 30px;







background: white;*/







}
.latest-events-block .triangle-black {
	margin-top: 20px;
}
.latest-events-block h2 {
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	background: black;
	padding: 5px;
	float: left;
}
.article-soc-likes {
	padding-top: 5px;
	float: left;
}
.event-details-description-article strong {
        font-weight: bold color: #3cbbe8;
	clear: both;
}
.event-details-description-article blockquote strong {
	font-weight: bolder;
	font-size: 16px;
	color: black;
	clear: both;
}
.footer-block {
	float: left;
	width: 220px;
	margin: 10px 25px;
	color: white;
}
.footer-block a {
	color: white;
}
.footer-block .footer-title {
	margin: 5px 0px;
	color: #FFF;
}
.footer-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-block li {
	padding-left: 1em;
	text-indent: -.7em;
}
.footer-block li:before {
	content: "• ";
	font-size: 20px;
}
.tabsLatest input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabsLatest {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 20px 0px;
	height: 360px;
	text-transform: uppercase;
}
.tabsLatest li {
	float: left;
	width: calc(100% / 3);
}
#tabl2style, #tabl3style {
	padding-left: 2px;
}
.tabsLatest a {
	color: black;
}
.tabsLatest label {
	display: block;
	padding-bottom: 10px;
	border-radius: 2px 2px 0 0;
	color: white;
	background: rgb(222, 144, 20);
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top-right-radius: 22px;
}
.tabsLatest label:hover {
	background: rgba(222, 144, 20, 0.5);
	top: 0;
}
[id^=tabl]:checked + label {
	/* background: white;







	color: black;







	top: 0;







	border: 1px solid black;*/







	background: white;
	color: black;
	top: -1px;
	border: 1px solid rgb(184,184,184);
	z-index: 7;
	border-bottom: none;
}
 [id^=tabl]:checked ~ [id^=tab-contentl] {
 display: block;
}
.tab-content-latest {
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	background: white;
	padding: 36px 30px;
	color: black;
	position: absolute;
	top: 34px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	animation-duration: 0.2s;
	border: 1px solid rgb(184,184,184);/*webkit-box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);







-moz-box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);







box-shadow: 6px 6px 5px -2px rgba(184,184,184,0.75);*/
}
.tabsEvents input[type=radio] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.tabsEvents {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 20px 0px;
	height: 310px;
	text-transform: uppercase;
}
.tabsEvents li {
	float: left;
	width: calc(100% / 3);
}
#tabe2style {
	padding-left: 2px;
}
.tabsEvents a {
	color: black;
}
.tabsEvents label {
	display: block;
	padding-bottom: 10px;
	border-radius: 2px 2px 0 0;
	color: white;
	background: rgb(222, 144, 20);
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top-right-radius: 22px;
}
.tabsEvents label:hover {
	background: rgba(222, 144, 20, 0.5);
	top: 0;
}
[id^=tabe]:checked + label {
	/* background: white;







	color: black;







	top: 0;







	border: 1px solid black;*/







	background: white;
	color: black;
	top: -1px;
	z-index: 7;
	border-bottom: none;
}
 [id^=tabe]:checked ~ [id^=tab-contente] {
 display: block;
}
.tab-content-event {
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	font-size: 15px;
	line-height: 140%;
	background: white;
	padding: 36px 30px;
	color: black;
	position: absolute;
	top: 34px;
	left: 0;
	box-sizing: border-box;
	-webkit-animation-duration: 0.2s;
	-o-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
	animation-duration: 0.2s/*webkit-box-shadow: 6px 6px 5px -2px rgba(217,217,217,0.75);







-moz-box-shadow: 6px 6px 5px -2px rgba(217,217,217,0.75);







box-shadow: 6px 6px 5px -2px rgba(217,217,217,0.75);*/
}
/*.lcp_thumbnail{ float: left; }*/















.lcp_catlist {
	list-style-type: none;
}
.lcp_catlist li {
	width: calc(100% / 6);
	padding: 0px 12px;
}
.lcp_catlist .cat-post-title {
	display: block;
}
.event-where, .event-when {
	text-align: center;
}
.menu-menu-1-container {
	padding: 10px 0;
}
.nav-menu> .nav-option-out {
	top: -43px;
	position: absolute;
	z-index: 100;
	background: transparent;
	padding: 0;
	height: 30px;
}
.nav-menu> .nav-option-out:hover >a, .nav-menu> .nav-option-out:focus >a {
	background: transparent;
	color: #208d4e;
}
.nav-menu> .nav-option-out:hover, .nav-menu> .nav-option-out:focus {
	background: transparent;
}
.nav-menu> .nav-option-out a {
	color: black;
	padding: 0;
	margin: 0;
}

.nav-tabs {

font-size: 15px !important;
}

.nav-menu> .nav-not-last {
	margin-right: 2px !important;
	width: -moz-calc(25% - 2px);
	/* WebKit */







	width: -webkit-calc(25% - 2px);
	/* Opera */







	width: -o-calc(25% - 2px);
	/* Standard */







	width: calc(25% - 2px);
}
.nav-option-sub {
	font-size: 12px;
	text-transform: none;
	left: 0;
	display:none;
}
.nav-menu> .nav-option-events {
	left: -moz-calc(50% + 225px);
	/* WebKit */







	left: -webkit-calc(50% + 225px);
	/* Opera */







	left: -o-calc(50% + 225px);
	/* Standard */







	left: calc(50% + 225px);
	width: 100px;
}
.nav-menu> .nav-option-community {
	left: -moz-calc(50% + 344px);
	/* WebKit */







	left: -webkit-calc(50% + 344px);
	/* Opera */







	left: -o-calc(50% + 344px);
	/* Standard */







	left: calc(50% + 344px);
	width: 140px;
}
.nav-menu> .nav-option-team {
	left: -moz-calc(50% + 500px);
	/* WebKit */







	left: -webkit-calc(50% + 500px);
	/* Opera */







	left: -o-calc(50% + 500px);
	/* Standard */







	left: calc(50% + 500px);
	width: 80px;
}
.nav-menu> .nav-option-out>.sub-menu {
	top: 30px;
	margin: 11px 0 0 0;
	padding: 10px;
	width: 200px;
}
.nav-menu> .nav-option-out ul a {
	width: inherit;
}
.ssba, .ssba a {
	text-decoration: none;
	background: none;
	font-family: Indie Flower;
	font-size: 20px;
}
.ssba {
	position: fixed;
	top: 0;
	right: -moz-calc(50% - 402px);
	/* WebKit */







	right: -webkit-calc(50% - 402px);
	/* Opera */







	right: -o-calc(50% - 402px);
	/* Standard */







	right: calc(50% - 402px);
	z-index: 100;
}
.ssba a {
	width: 23px;
	height: 23px;
	float: left;
	display: block;
}
.ssba img {
	padding: 0px 2px 5px 2px !important;
	position: relative;
	left: 0;
}
.ssba img:hover {
	opacity: 0.5;
}
.ssba2, .ssba2 a {
	text-decoration: none;
	background: none;
	font-family: Indie Flower;
	font-size: 20px;
}
.ssba2 {
	height: 30px;
	right: -moz-calc(50% - 402px);
	/* WebKit */







	right: -webkit-calc(50% - 402px);
	/* Opera */







	right: -o-calc(50% - 402px);
	/* Standard */







	right: calc(50% - 402px);
	z-index: 1;
}
.ssba2 a {
	width: 23px;
	height: 23px;
	float: left;
	display: block;
}
.ssba2 img {
	padding: 0px 2px 5px 2px !important;
	position: relative;
	left: 0;
}
.ssba2 img:hover {
	opacity: 0.5;
}
.article-content-left, .article-content-right {
	width: 49%;
	display: inline-block;
}
.article-content-right {
	text-align: right;
	float:right;
}
.event-box-title {
	border-bottom: none;
	margin: 0;
	background: #474747;
	padding-left: 20px;
	font-size: 18px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: white;
	border-radius: .2em .2em 0 0;
}
.event-box-title-blue {
	border-bottom: none;
	margin: 0;
	background: #3cbbe8;
	padding-left: 20px;
	font-size: 18px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: white;
}
.event-box-title-nobg {
	border: none;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.event-video {
	min-height: 100px;
	background-color: white;
}
.event-box-add-event {
	display: inline-block;
	font-size: 12px;
	text-transform: none;
	float: right;
	margin-right: 20px;
	margin-top: -2px;
	background-color: #27ae60;
	padding: 5px;
}
.event-box-more-like .article-header h3 {
	position: relative;
}
.googleSearch {
	position: absolute;
	display: inline-block;
	left: -moz-calc(50% - 114px);
	left: -webkit-calc(50% - 114px);
	left: -o-calc(50% - 114px);
	left: calc(50% - 114px);
	top: 8px;
	margin-top: 20px;
	z-index: 100;
	width: 300px;
}
.events-near-you-block {
	width: 400px;
}
.eventlogos {
	text-align: center;
	margin: 0;
	width: 100%;
	padding: 8px 1%;
	background-color: #e2e0e1;
	clear: both;
	position: relative;
	float: left;
}
.title {
	background: none repeat scroll 0 0 whitesmoke;
	float: left;
	min-height: 450px;
	width: 100%;
	margin-bottom: 30px;
}

.title-featured {
	background: none repeat scroll 0 0 whitesmoke;
	float: left;
	min-height: 350px;
	width: 100%;
	margin-bottom: 30px;
	font-size: 15px;
}

.title h4 {
	color: #8d8d8d;
	font-size: 14px;
	margin-left: 12px;
        margin-top: 5px;
}
.title h2 {
	background: whitesmoke;
	width: 100%;
	padding: 10px;
	min-height: 72px;
	margin: 0;
	color: #fff;
}
.title p {
	margin: 0 20px 20px;
	border: medium none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
}
.title a:hover {
	opacity: 0.9;
	filter: alpha(opacity=100);
	height: 100%;
}
/* 20-01--2015*/



.breadcrumbs {
	color: transparent;
	width: auto;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumbs span:first-child {
	background: url(images/home.png) no-repeat left center #EDEDED;
	float: left;
	width: 55px;
	height: 36px;
}
.breadcrumbs span:first-child a {
	color: transparent;
}
.breadcrumbs span:last-child {
	height: 36px;
	padding-left: 10px;
	background-image: none;
	float: left;
	color: #000;
	width: auto;
	font-size: 14px;
}
.breadcrumbs span {
	background: url(images/aerrow-2.jpg) no-repeat scroll right center #EDEDED;
	line-height: 36px;
	color: #000;
	float: left;
	padding-right: 15px;
	width: auto;
}
.breadcrumbs span a {
	font-size: 14px;
}
.entry-content a, .comment-content a {
	color: #000;
	font-family: 'PT Sans Narrow', sans-serif;
}
/* 20-01--2015*/











		/* 21-1-2015 */





.latest-post{
	max-height: 480px !important;
	overflow: none !important;
}









.leaderboard {
	float: left;
	background: url(https://www.muddyrace.co.uk/wp-content/themes/muddyrace/images/lead-logo.jpg) no-repeat left center #000;
	width: 290px;
	padding-right: 5px;
}
.leaderboard h2 {
	font-size: 18px;
	color: #FFF;
	float: left;
	padding-left: 34px;
}
.header {
	float: left;
	width: 290px;
	background-color: #E1DDDC;
}
.header .nav {
	float: left;
}



		/* 21-1-2015 */







@media screen and (max-width: 600px) {
.nav-menu > .nav-option-out {
	float: left;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
.nav-menu li a {
	font-size: 14px;
}
.nav-menu > .nav-option-events {
	float: left;
	left: 0px;
}
#profile-menu {
	background: none repeat scroll 0 0 #208d4e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: white;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	text-align: center;
	width: 181px;
	right: 10px;
	top: 0;
}
.nav-menu > .nav-option-out > .sub-menu {
	border: 1px solid rgb(217, 217, 217);
	margin: 0;
	top: 70%;
	background: #FFF;
	float: left;
	width: 100%;
}
#nav .close-btn {
	left: 1.875em;
	position: absolute;
	top: -1.75em;
}
#nav {
	top: 0px;
}
#nav .close-btn {
	top: -34px;
	left: 10px;
}
.menu-menu-1-container {
	padding-top: 0px;
}
ul.nav-menu, div.nav-menu > ul {
	display: block;
	width: auto;
}
.nav-menu > li > .sub-menu, .nav-menu .children {
	position: unset;
	display: none;
}
.nav-menu > .nav-option-out:hover ul.sub-menu {
	display: block;
}
}
.footer-top {
	color: #2e2e2e;
	border: 0;
	position: relative;
	background-color: #f1c40f;
	text-align: center;
	padding: 5px;
	font-color: black;
	font-size: 14px;
        clear: both;
}
.event-left {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.event-right {
	float: right;
	width: 50%;
}
.review-box {
	background: white;
}
.review-right {
	background: #f1c40f;
	padding: 15px;
	clear: both;
}
.logo-top {
	background: #fff;
	padding: 10px;
}

.logo{
overflow:hidden
}

.three-column-menu nav-not-last menu-item menu-item-type-custom menu-item-object-custom menu-item-12653 {
	background-image: url(images/search-icon.png);
}
.excerpt {
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 5px;
}
.article-user {
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
}
/************************ Yet Another Related Posts Plugin Options  *******************/

.yarpp-related h3 {
	display: block!important;
	;
	float: none!important;
	text-align: left!important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	border: 1px solid rgba(127, 127, 127, 0.1);
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: none!important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail .yarpp-thumbnail-title {
	font-size: 14px !important;
}
a.yarpp-thumbnail:hover .yarpp-thumbnail-title {
	color: #EA9629!important;
}
.home-title {
	text-align: center;
}

.logo-center a img {
        width: inherit !important;
}

.search-container {
	margin: 5px;
}
.row {
	margin: 0px;
}
.img[class*="attachment-"] {
	height: auto;
	width: auto;
}
h3.content-category {
	float: left;
	vertical-align: middle;
	margin: 0;
	color: white !important;
	background-color: #2980B9;
	padding: 3px 10px;
	font-weight: normal;
 margin-right: 10px:
}
/* Tag Styles */



.tagbox {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 0px;
	line-height: 200%;
	padding: 2px 0 2px 2px;
}
.taglink {
	padding: 2px;
}
.tagbox a, .tagbox a:visited, .tagbox a:active {
	text-decoration: none;
}
.tagcount {
	background-color: green;
	color: white;
	position: relative;
	padding: 2px;
}

textarea {
  border: 1px solid #3cbbe8;
}

.entry-fee {
	float: left;
	vertical-align: middle;
	margin: 0;
	color: white !important;
	background-color: #E74C3C;
	padding: 3px 10px;
	font-weight: normal;
 margin-right: 10px:
}

.entry-fee-triangle {
	width: 20px;
	margin-right: 10px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #E74C3C;
	float: left;
}

.k-button {
padding: 10px !important;
}

.enter-button {
  background: #3cbbe8 !important;
  height: 27px !important;
  width: 80px;
  color: white;
  padding-left: 22px;
  padding-top: 3px;
margin-top: 5px;
}

.chpcs_title {
  color: white !important;
  font-family: 'PT Sans Narrow', sans-serif;
}

.button.big.styled {

  background: #f1c40f !important;
  color: #000000 !important;
  padding: 10px !important;
  margin-right: 10px;
}

.widget-box {
	color: white;
	border: 0;
	position: relative;
	background-color: #27ae60;
	text-align: center;
	padding: 5px;
	font-color: #fff;
	font-size: 14px;
	width: 100%;
border-radius: .2em;
}

.video-block {
	padding: 10px;
	color: #363636
	font-color: white;
	width: 100%;
}

.mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 20px;
  width: 300px;
  border: solid 1px grey;
}

.p {
font-size: 18px;
}

.btn btn-success btn-block a {
 font-color: white !important;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.custom-counter li {
    counter-increment: step-counter;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 150%;
    background-color: #208d4e;
    color: white;
    font-weight: bold;
    padding: 1px 8px;
    border-radius: 3px
}

.k-link h3{
	margin-top:0px;
}

.advert {
padding: 10px;
clear:both;
align-content: center;
}

.widget-sign-up{

font-color: white;
}

.a[rel="tag"] {

color:white !important;
}

.label {
  display: inline;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding-top: 20px !important;
}

.value {

width: 250px;
height: 40px;
}

.woocommerce div.product form.cart .variations select {
  float: left;
  height: 40px;
}

.newevent-header {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  text-align: right;
  color: black;
  background-color: #f1c40f;
  margin-bottom: 5px;
  display: inline-block;
}

.featuredevent-header {
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  text-align: right;
  color: black;
  background-color: #0A6834;
  margin-bottom: 5px;
  display: inline-block;
  color: white;
}
.featured-event {
  border: 2px solid green;
}
.featured-event:hover {
  border: 2px solid #40ad6e !important;
}

.woocommerce-breadcrumb {

padding: 0 !important;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {

font-size: 2em;
color: #000;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {

width: 25% !important;
}

.label {
  	display: inline-block;
  	max-width: 100%;
  	margin-bottom: 5px;
  	font-weight: 700;
	padding-top: 20px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

        background-color: #208d4e;
        color: #fff;
        -webkit-font-smoothing: antialiased;
}

.woocommerce ul.products {
  margin: 0 0 1em;
  padding-top: 30px;
  list-style: none;
  clear: both;
  border-top: 1px solid grey;
}

.home-box {
	color: #333;
	border: 0;
	position: relative;
	padding: 5px;
	font-color: #fff;
	font-size: 15px;
}

.home-title-box  {
	  position: relative;
          background: #208d4e;
          color: white;
          padding: 10px;
          margin-bottom: 5px;
	  margin-top: 0px;
}
.home-title-box:after {
	  top: 100%;
   	  left: 10%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #208d4e;
  border-width: 20px;
  margin-left: -20px;
}

.image_carousal {
  margin: 30px auto;
  width: 100%;
  background-color: #333;
  padding: 20px 0;
  color: white;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  font-size: 16px;
}


.top-reviewers{
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}



.top-reviewers ol{
}

.top-reviewers ol li{
	float:none !important;
}

.reviewer-link{
	color: blue !important:
}

.widget li {

	padding: 10px;

}

.widget .children li:last-child {

	padding-bottom: 0;

}

.widget li > ul, .widget li > ol {

	margin-left: 20px;

}

.widget{
	width:100%;
}

.panel {

	webkit-box-shadow: 0px !important;
	box-shadow: 0px !important;
  	margin-bottom: 20px !important;
  	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0px !important;
	webkit-box-shadow: 0px !important;
	box-shadow: 0px !important;
}

.decent-comments .comment {
  padding: 10px;
  border: 1px solid #e3e3e3;
}

.decent-comments .comment-author {
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  max-width: 100%;
}

.decent-comments .comment-link {
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  max-width: 100%;
}

.decent-comments .comment-excerpt {
  display: block;
  font-size: 16px;
}

.decent-comments .comment-avatar {
  padding: 5px;
  float: left;
}

#panel-122216-0-1-0 {
text-align: center !important;
}

#panel-122216-0-2-1 {
text-align: center !important;
line-height: 2em !important;
}

.pom-details{
	padding-top: 20px;
	padding-bottom: 10px;
}

#race-form{
	width: 325px;
}

.logo-center {
	text-align: center;
        width: inherit !important;
}



/****************************************Jaganath  22_9_15***************************************************/



@import url('https://www.muddyrace.co.uk/wp-content/themes/muddyrace/font-awesome.min.css');
a.collapseAnchor4mobile{width:100%; max-width:300px;height:60px; border:4px solid #edf1e9; display:none; line-height:60px; outline:none;}
a.collapseAnchor4mobile i{ background:#8dbc43; color:#fff; width:52px; height:52px; text-align:center; line-height:52px; float:left; margin-right:20px; display:block; font-size:24px;}
a.collapseAnchor4mobile span{ display:block; line-height:52px; font-size:20px; font-weight:bold; color:#696969; float:left;}
a.collapseAnchor4mobile i.fa-chevron-down{ float:right; margin-right:0;}
a.collapseAnchor4mobile:after{ content:""; display:block; clear:both;}

.eventsFinderArea{ width:100%;max-width:300px; height:auto; border:4px solid #edf1e9; display:block; background:#fff;}
.eventsFinderArea ul{ display:block; width:100%; padding:0; list-style-type:none; margin:0;}
.eventsFinderArea ul li{ width:100%; display:block;}
.eventsFinderArea ul div li{border-top:4px solid #edf1e9;}
.eventsFinderArea ul li:after{ content:""; display:block; clear:both;}
.eventsFinderArea ul li i{ background:#8dbc43; color:#fff; width:60px; height:60px; text-align:center; line-height:60px; float:left; margin-right:20px; display:block; font-size:24px;}
.eventsFinderArea ul li span{ display:block; line-height:60px; font-size:20px; font-weight:bold; color:#696969;}
.eventsFinderArea ul li select{ appearance:none; -webkit-appearance:none; -moz-appearance:none; background:url(images/selectDropDOwnArrow.jpg) no-repeat 100% 0; border:none; padding:15px; font-size:20px; font-weight:bold;color:#696969; outline:none; display:block; width:100%;}
.eventsFinderArea ul li input[type="text"]{ width:100%; padding:15px;font-size:20px; font-weight:bold;color:#696969; outline:none; border-radius:0; -webkit-border-radius:0; border:none;}
.eventsFinderArea ul li input[type="submit"]{ width:100%; padding:15px;font-size:20px; font-weight:bold;color:#fff; outline:none; border-radius:0; -webkit-border-radius:0; border:none; background:#85bd3b url(images/submitBtnIcon.jpg) no-repeat 100% 0; appearance:none; -webkit-appearance:none; -moz-appearance:none; text-align:left;}

.evntLstTotalArea{ width:100%;padding:0 0 12px; margin:0 0 12px; border-bottom:2px solid #eee;}
.eventsLeft{color: #696969;float: left;font-size: 24px;font-weight: bold;width: 50%;}
.eventsLeft ul{ border:1px solid #ccc; border-radius:5px; -webkit-border-radius:5px; display:inline-block; padding:0; list-style-type:none; margin:0;}
.eventsLeft ul li{ padding:5px 10px 3px; display:inline; color:#555555; border-left:1px solid #ccc;}
.eventsLeft ul li:first-child{ border:none;}
.eventsLeft ul li a{ color:#555;}
.eventsLeft ul li select{ border:none; outline:none; appearance:none; -webkit-appearance:none; -moz-appearance:none; width:auto; color:#333; background:#ffffff url(https://www.muddyrace.co.uk/wp-content/themes/muddyrace/images/newSelectArrow.jpg) no-repeat 100% 7px; padding-right:10px;}
.eventsRight{ /*width:50%;*/ float:right; text-align:right;}
.eventsRight ul{ padding:0; list-style-type:none;  display:inline-block;border:1px solid #ccc; border-radius:5px; -webkit-border-radius:5px; margin:0; }
.eventsRight ul li{ padding:0px 10px 0px; float:left; color:#555555; border-left:1px solid #ccc;}
.eventsRight ul li:first-child{ border:none;}
.eventsRight ul li a{ color:#555; text-decoration:none;}
.eventsRight ul li:hover, .eventsRight ul li.active{ background:#ececec;}

.listngNew4Ulli{ width: 100%; display: block;}
.listngNew4Ulli ul{ display: block; padding: 0; list-style-type: none;}

.listngNew4Ulli ul li{ width:100%; height:auto; margin:0; padding:25px 0 0; border-top: 2px solid #edf1e9; clear:both; }
.listngNew4Ulli ul li:first-child{ border: none; padding-top: 0;}
.listngNew4Ulli ul li .leftEarea{ width:20%; max-width:120px; float:left; margin:0 0px 0 0;}
.listngNew4Ulli ul li .rightEarea{ width:78%; float:right;}
.listngNew4Ulli ul li .rightEarea h2{ color:#222; font-weight:bold; margin:0 0 20px 0; padding:0; width:100%; display:block; font-size:24px;}
.listngNew4Ulli ul li .rightEarea p{ color:#222; font-size:18px;display:inline-block; margin-bottom:5px;}
.listngNew4Ulli ul li .rightEarea p i{ color:#d96b0e; width:30px; display:inline-block;}
.listngNew4Ulli ul li .rightEarea .evntListing{ width:100%; padding-bottom:0px;}
.listngNew4Ulli ul li .rightEarea .evntListing:after{ content:""; display:block; clear:both;}
.listngNew4Ulli ul li .rightEarea .evntListing span{ display:block; margin-right:30px; color:#222; font-size:18px; margin-bottom:5px;}
.listngNew4Ulli ul li .rightEarea .evntListing span i{ color:#d96b0e; width:30px; display:inline-block;}
.listngNew4Ulli ul li .rightEarea small{ display: inline; /*margin-left: 15px;*/ font-size: 90%; opacity: 0.6;}
.listngNew4Ulli ul li .rightEarea .evntListing a.viewMore{ float:right; background:#93d562; color:#fff;}

.listngNew4Ulli ul.listngNew4Ulli2{ display:block; width:100%; height:auto; padding:0; margin:0; list-style-type:none;}
.listngNew4Ulli ul.listngNew4Ulli2 li{ width:47.5%; clear: none; height:auto; margin:0; padding:2%; border:1px solid #cecece; float:left; margin:2.5% 5% 2.5% 0;}
.listngNew4Ulli ul.listngNew4Ulli2 li:nth-child(even){ margin-right:0;}
.listngNew4Ulli ul.listngNew4Ulli2 li .leftEarea{ width:100%;  margin:0 0px 15px 0;}
.listngNew4Ulli ul.listngNew4Ulli2 li .leftEarea img{ width:100%; max-width:120px;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea{ width:100%;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea h2{ color:#222; font-weight:bold; margin:0 0 20px 0; padding:0; width:100%; display:block; font-size:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea h2 a{ color:#222;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p{ color:#222; font-size:18px;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p i{ color:#d96b0e; width:30px; display:block; float:left;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p small{ width:88%; float:left; display:block;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p small.fixdHeght{ height:50px; overflow: hidden;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea .evntListing{ width:100%; padding-bottom:0px;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea .evntListing:after{ content:""; display:block; clear:both;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea .evntListing span{ margin-left: 0; display:inline-block; margin-right:0px; color:#222; font-size:18px;margin-bottom:10px; width:100%;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea .evntListing span i{color:#d96b0e; width:30px; display:inline-block;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea a.viewMore{ /*float:right;*/ background:#93d562; color:#fff; clear: both;}
.listngNew4Ulli ul.listngNew4Ulli2 li i{ position:relative; top:2px;}
.lst0uterMainArea{border:4px solid #edf1e9; padding: 25px;float: left; width: 68%;}
@media screen and (max-width : 990px){
.listngNew4Ulli ul.listngNew4Ulli2 li{ width:47.5%; margin-right:5%;}
.listngNew4Ulli ul.listngNew4Ulli2 li:nth-child(even){ margin-right:0 !important;}
.listngNew4Ulli ul li .rightEarea{ width:75%;}
.listngNew4Ulli ul li .rightEarea small{ float:left; display:block; width:85%;}
.listngNew4Ulli ul li .rightEarea p i, .listngNew4Ulli ul li .rightEarea .evntListing span i{ display:block; float:left;}
.listngNew4Ulli ul li .rightEarea p{ width:100%;}
.listngNew4Ulli ul li .rightEarea .evntListing span{ margin-right:0;}
.listngNew4Ulli ul li .rightEarea .evntListing span i{ display:block; float:left;}
.listngNew4Ulli ul li .leftEarea{ width:22%;}
.listngNew4Ulli ul li .leftEarea img{ width:100%; height:auto;}
}
@media screen and (min-width : 768px) and (max-width : 979px){
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p small{ width:85%;}
.listngNew4Ulli ul.listngNew4Ulli2 li{ width:49.5%; margin:1% 1% 1% 0;}
}
@media screen and (max-width : 767px){
.listngNew4Ulli ul li .rightEarea{ width:70%;}
a.collapseAnchor4mobile{ display:block !important;}
.offMobile{ display:none !important;}
.eventsFinderArea.collapse ul div{ display:none;}
.eventsFinderArea.collapse.in ul div{ display:block;}
.eventsLeft, .eventsRight, .eventsDownArea .leftEarea{ width:100%; float:none; padding:5px; text-align:center; max-width:100%;}
.eventsDownArea .rightEarea{ width:100%; float:none; padding:12px 0px 0;}
.eventsDownArea .rightEarea .evntListing a.viewMore{ float:none; margin-top:12px; margin-left:30px;}
.listngNew4Ulli ul li .rightEarea{ width:100%;}
.listngNew4Ulli ul li .leftEarea, .listngNew4Ulli ul.listngNew4Ulli2 li .leftEarea{ display:none;}
.lst0uterMainArea{ width:100%;}
}
@media screen and (max-width : 639px){
.listngNew4Ulli ul.listngNew4Ulli2 li{ width:100%;}
#tertiary{ width:100%; float:none;}
}
@media screen and (max-width : 500px){
.listngNew4Ulli ul.listngNew4Ulli2 li{ width:100%; margin-right:0 !important;}
.listngNew4Ulli ul.listngNew4Ulli2 li .rightEarea p small{ width:85%;}
.listngNew4Ulli ul li .rightEarea .evntListing span{ margin-right:0;}
.listngNew4Ulli ul li .rightEarea .evntListing span i{ display:block; float:left;}
.listngNew4Ulli ul li .rightEarea small, .listngNew4Ulli ul li .rightEarea p{ width:86%; float:left; display:block;}
.listngNew4Ulli ul li .rightEarea p i{ width:30px; float:left; display:block;}
}
.spacer{ clear: both;}
i.fa-map-marker{ font-size:22px; padding-left:3px;}
i.fa-globe{ font-size:21px;}


.whitetext {
	text-decoration: none;
color: #fff;
}

.col-md-8, no padding {
	margin: 0;
	padding-left: 0px;
}

.col-md-6 {
   padding-left: 0px !important;
   margin-left: 0px !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.enter-box {
    border: 1px solid #dce0e0;
    padding: 10px;
    margin-top: 10px;
}

.logo-center {
	text-align: center;
        width: inherit !important;
}

.event-section {

   border-top: 1px solid #dce0e0;
   padding-top: 10px;
}

.preview-section {

   margin-bottom: 20px;
}

.event-icon-box {
   text-align: center;
   margin-bottom: 50px;
}

.review-score {

    text-align: center !important;
}

.nopadding {
   padding-left: 0px !important;
   margin-left: 0px !important;
}

.nopadding-both {
   padding-left: 0px !important;
   padding-right: 0px !important;
   margin-left: 0px !important;
}

.distance-icon {
background: url("https://www.muddyrace.co.uk/wp-content/themes/images/icon1.png") no-repeat scroll 10px center;
}

.event-page {

margin: 0;
padding-top: 30px;
}

h1.entry-title span  {

    font-size: 12px;
    color: #616161;
    display: block;
    font-style: normal;
}

.homepage-full {
    background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/05/homepage.jpg");
    background-repeat: no-repeat;
	background-position: top center;
    height: 350px;
}

.find-more {

margin-top: 10px;
padding: 10px;
background: whitesmoke;
}



/*------------------------------------------------------SUMIT 26.11.2015-------------------------------------------------------------------*/
@media only screen and (min-width: 280px) and (max-width: 640px) {
.eventsFinderArea.collapse ul div {
    display: block;
}
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
    border: 1px solid;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
    margin-right: 10px;
}

.recommended-box {
border: 1px solid #c2c2c2;
padding: 10px;
margin-bottom: 5px;
}

.date-box {
border: 1px solid #c2c2c2;
padding: 10px;
}

.homepage-review {
background-color: whitesmoke;
padding: 10px;
color: white;
text-align: center;
}

.fitness-weekend {
    background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/02/Fitness-Weekend-Reduced.jpg");
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 5px;
}

.a2a_count {

font-size: 15px !important;
}

.logo_link img {
max-width: 300px !important;
margin-bottom: 2px;
}
.m_logo {
	display: none;
}

.has-sidebar {
width: 100% !important;
}

.search-wrapper button {

background: #419641 !important;
}

.search-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #419641 transparent !important;
    top: 12px;
    left: -6px;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {

	font-size: inherit !important;
}

.comment-number {

background: #419641 !important;
padding: 5px;
}

.discount-codes {

    background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/03/1-discount-codes1.jpg");
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 5px;
}

.social-box {

padding-left: 20px !important;
}

.addtoany_shortcode {

padding-top: 5px !important;
}

.thumbnail {

height: 200px;
}


.workout-header {

    background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/06/bodyweight-workout.jpg");
    height: 400px;
    background-repeat:no-repeat;
    margin-bottom: 5px;
    opacity: 0.9;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.discounts {
border: 1px solid #dbdbdb;
margin-bottom: 10px;
}

.premium-section {
background-color: green;
padding: 5px;
text-align: center;
color: white;
}

.discount-details {
background-color: white;
text-align: center;
height: 100px;
padding-top: 20px;
border-top: 1px solid #dbdbdb;
}

.premium-sign-up {
background-color: white;
text-align: center;
}

.top-image-discount {
background-color: white;
height: 120px;
padding: 20px;
}

.pt-cv-wrapper .btn-success {
    color: #fff !important;
}

.obstacle-box {
     background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/07/Suffering-SS-box.jpg");
background-repeat: no-repeat;
background-color: #419641;
}

.functional-box {
     background-image: url("../../../muddyrace.co.uk/wp-content/uploads/2016/07/functional-fitness1.jpg");
background-repeat: no-repeat;
}