/*
	Theme Name:		YRC 2020
	Author:			Peter Sterling
	Author URI:		http://www.sterling-adventures.co.uk/adventures-blog/
	Description:	For the YRC website.
	Version:		1.2
	License: 		(c) Peter Sterling
	License URI: 	http://www.sterling-adventures.co.uk/services/
*/

/*--------------------------------------------------------------
	MAIN
--------------------------------------------------------------*/

body {
	margin: 0;
	background-color: white;
}

blockquote {
	background: #90afc5;
	padding: 8px 24px;
	border-left: 8px solid #336b87;
}

blockquote cite {
	font-style: italic;
	font-size: 0.9em;
	display: block;
	margin-block-end: 1em;
}

a, a:hover, a:focus, a:active {
	color: rgb(124, 54, 38);
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

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

body, input, select, textarea {
	font-family: 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.no-comments,
.page-links {
	font-family: 'Halant', serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.4em;
}

.comment-author {
	font-family: 'Halant', serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

.site-header {
	position: relative;
	top: 0;
	background-color: #90afc5;
	z-index: 30;
	height: 124px;
	padding-top: 12px;
	width: 100%;
	box-sizing: border-box;
}

.site-title::after {
	content: "The Yorkshire Ramblers' Club";
}

.site-title {
	font-family: 'Raleway', sans-serif;
	color: white;
	margin: 14px 0 0px 0;
	font-size: 2em;
}

.site-branding {
	clear: right;
	display: inline-block;
	margin-left: 4px;
}

.yrc-logo {
	height: 100px;
	width: 100px;
	float: left;
	margin-bottom: 12px;
	margin-left: 24px;
	background: url('images/YRC-logo.png') 0 0 no-repeat;
    background-size: 100px 100px;
}

.site-branding a {
	color: white;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: white;
}

.site-description {
	margin: 0 0 8px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: black;
	display: block;
}

/* Adjust the site header content for mobile devices. */
@media screen and (max-width: 800px) {
	.site-header {
		height: auto;
		padding: 4px 0;
	}

	.site-description {
		display: none;
	}

	.yrc-logo {
		height: 38px;
		width: 38px;
		background-size: 38px 38px;
		margin-bottom: 0;
	}

	.site-title::after {
		content: "YRC";
	}

	.site-title {
		margin: 0;
	}
}

.content-area {
	margin: 24px;
}

.comment-reply-title small,
.page-links > .page-links-title,
.search-results .page-title span {
	font-family: 'Halant', serif;
}

.wp-block-cover {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	margin: 0 auto 12px auto;
}

img {
	height: auto;
}

table#contacts {
	width: 100%;
}

th, td {
	border: 1px solid #336b87;
	padding: 4px;
}

th {
	background: #90afc5;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 16px;
}

.user-contacts {
	margin-top: 30px !important;
	width: 100%;
}

.user-contact-list .alignleft {
	margin: 0;
	font-size: 0.8em;
	line-height: 30px;
}

.user-contact-list .search-box input[type=text] {
	width: auto;
	height: 25px;
}

.site-content {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 80px;
}

#test-background {
	color: yellow;
    opacity: 0.4;
	position: fixed;
	z-index: -1;
	top: 460px;
	left: -120px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12em;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.site-footer {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 24px;
	background: #2a3132;
	color: white;
	border-top: 1px solid white;
}

.site-footer a {
	color: #90afc5;
	text-decoration: none;
}

.site-footer a:hover {
	color: rgb(124, 54, 38);
	text-decoration: underline;
}

.affiliate:hover {
	border: 2px solid rgb(124, 54, 38) !important;
}

.affiliate {
	width: 49%;
	border: 2px solid black;
	box-sizing: border-box;
	max-width: 200px;
	float: right;
}

.site-info {
	font-size: 0.75em;
	width: 100%;
	box-sizing: border-box;
}

.footer-section {
	width: 50%;
	box-sizing: border-box;
	line-height: 1.4;
	display: inline-block;
	float: left;
	padding: 12px;
}

.footer-section:first-of-type {
	padding-left: 0;
}

.footer-section:last-of-type {
	padding-right: 0;
}

.footer-section h2 {
	color: white;
	margin: 0;
}

.footer-section p {
	margin-top: 0;
}

.site-main .alignleft {
	margin-right: 24px;
}
.site-main .alignright {
	margin-left: 24px;
}

.alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.alignwide {
	width: calc(100% + 20vw);
	position: relative;
	left: -10vw;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.site-main .alignleft {
		float: left;
	}
	.site-main .alignright {
		float: right;
	}
}

#searchform {
	margin-top: 1px;
}

#searchform-item input[type=text] {
	width: auto;
	margin-right: 7px;
	margin-bottom: 1px;
	position: relative;
	top: -1px;
	padding: 5px;
	font-size: 11px;
}

#searchform-item input[type=submit] {
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
}

#searchform-item:hover {
	background: transparent;
}

#searchform-item {
	float: right;
}

/* :not() is to protect controls on Google maps from this styling. */
button:not(.gm-control-active), a.button, input[type=reset], input[type=button], input[type=submit] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #90afc5 !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #336b87 !important;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	color: white;
}

a.secondary-button {
	background-color: #90afc5 !important;
}

button:hover:not(.gm-control-active), a.button:hover, input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color: #90afc5 !important;
	border: 1px solid #336b87 !important;
}

button:hover:not(.gm-control-active), a.button:hover, input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover,
button:focus, a.button:focus, input[type=reset]:focus, input[type=button]:focus, input[type=submit]:focus,
button:active, a.button:active, input[type=reset]:active, input[type=button]:active, input[type=submit]:active {
	background-color: white;
	color: black;
}

figcaption {
	font-weight: bold;
	font-style: italic;
}

figcaption.wp-caption-text,
figcaption.gallery-caption {
	color: gray;
	text-align: center !important;
	font-size: 0.9em;
	margin: 0 0 10px 0;
}

.cat-links > span.sticky:before,
.sticky h2:before {
	font-family: Genericons;
	content: "\f308  ";
	color: #bbb;
	vertical-align: middle;
}

.entry-header {
}

header > .entry-title {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 16px;
}

header h1.page-title {
	margin-top: 0;
}

article {
	clear: both;
}

article:first-of-type {
	padding-top: 0;
	position: relative;
}

input[type=text]:not(.current-page),
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
	padding: 5px;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #336b87;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

.entry-meta {
	font-size: 0.8em;
	color: gray;
	margin-top: 10px;
}

.entry-meta .updated:not(.published) {
	display: none;
}

img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}

.entry-footer:not(.empty) {
	padding-top: 25px;
	color: gray;
	padding-bottom: 24px;
	font-size: 0.875em;
	line-height: 1.7142857;
	text-align: center;
}

figure.is-resized img {
	height: auto;
}

/*--------------------------------------------------------------
	AUTHOR BIO
--------------------------------------------------------------*/

.byline {
	text-align: center;
}

.byline .avatar {
	vertical-align: middle;
}

.entry-author {
	min-width: 272px;
	max-width: 660px;
	color: gray;
	border: 1px solid #336b87;
	padding: 8px;
	margin: 24px auto;
	text-align: left;
}

.author-avatar {
	display: inline-block;
	width: 48px;
	vertical-align: top;
}

.entry-author .author-description {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.9em;
}

.entry-author .author-link {
	display: block;
}

/*--------------------------------------------------------------
	404 PAGE
--------------------------------------------------------------*/

.error-404 {
	margin: 0 auto;
	text-align: center;
}

article.error-404 input.search-field {
	width: 200px;
}

/*--------------------------------------------------------------
	WIDGETS
--------------------------------------------------------------*/

.widget {
	font-size: 14px;
}

.widget h1 {
	font-size: 24px;
}

.widget h1 a {
	color: black;
}

.widget h1 a:hover {
	color: rgb(124, 54, 38);
	text-decoration: none;
}

/*--------------------------------------------------------------
	FRONT PAGE
--------------------------------------------------------------*/

.thumb {
	float: left;
}

.news-list-item {
	margin-bottom: 24px;
}

#front-page-news .entry-meta, #front-page-news .entry-title {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	#front-page-news {
		float: left;
		width: 70%;
	}

	#front-page-sidebar {
		float: right;
		width: 30%;
		box-sizing: border-box;
		padding-left: 24px;
		margin-bottom: 24px;
	}
}

.news-list img.attachment-thumbnail {
	max-width: 60px;
	max-height: 60px;
	margin: 4px 12px 24px 0;
}

.news-list-title {
	margin-top: 36px;
	margin-bottom: 6px;
}

.news-list-title:first-of-type {
	margin-top: 0;
}

.news-list h2 {
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
}

.news-list h2:not(:first-of-type) {
	padding-top: 10px;
}

.news-list .posted-on a:before {
	content: "Posted ";
}

.news-list .posted-on {
	font-size: 10px;
	line-height: 10px;
}

.news-list-title .comment-count,
.news-list .posted-on a {
	display: inline-block;
	text-decoration: none;
	color: #bbb;
	font-size: 10px;
	margin-right: 4px;
	box-sizing: border-box;
}

.news-list .posted-on a time.updated:not(.published):before,
.cat-links .posted-on time.updated:not(.published):before {
	content: ", updated ";
}

.news-list p {
	margin-top: 0;
}

#front-page-sidebar .widget {
	background: #336b87;
	padding: 10px;
}

#front-page-sidebar .widget:not(:first-of-type) {
	margin-top: 20px;
}

#front-page-sidebar .widget .widget-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
	COMMENTS
--------------------------------------------------------------*/

#respond, .comments-container {
	padding-left: 24px;
	padding-right: 24px;
}

@media screen and (min-width: 768px) {
	#respond, .comments-container {
		padding-left: 48px;
		padding-right: 48px;
	}
}

.comment-list {
	padding: 0;
}

.comment-list li.comment {
	display: block;
	list-style: none;
	margin: 0 auto;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}

.comment-list li.comment:not(:first-of-type) {
	border-top: 1px solid #e5e5e5;
}

.comment-list li.even, .comment-list li.odd {
}

.comment-author .avatar {
	float: left;
	margin-right: 24px;
}

.bypostauthor > .comment-body .fn {
	padding: 0 0.25em;
	background: rgb(161, 35, 48);
	color: #fff;
}

.bypostauthor > .comment-body .fn > a.url {
	color: white;
}

.bypostauthor > .comment-body .fn > a.url,
.comment > .comment-body .fn > a.url {
	text-decoration: none;
}

.comment-author .says {
	display: none;
}

.comment-metadata a {
	text-decoration: none;
}

/*--------------------------------------------------------------
	SOCIAL NAVIGATION
--------------------------------------------------------------*/

.social-navigation {
	font-family: Genericons;
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}

.menu-social {
	float: right;
	margin: 0 24px 0 0;
}

.social-navigation ul {
	display: block;
	margin: 0;
}

.social-navigation li {
	display: block;
	float: left;
	line-height: 1;
	border: 1px solid #90afc2;
}

.social-navigation li:first-of-type {
}

.social-navigation a {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	color: #90afc2;
	background: #2a3132;
	text-decoration: none;
}

.social-navigation a:before {
	line-height: 48px;
	font-size: 30px;
}

.social-navigation a:hover,
.social-navigation a:focus,
.social-navigation a:active {
	background: #90afc2;
	color: #2a3132;
}

.social-navigation a:focus {
	outline: none;
}

.social-navigation a:before {
	content: "\f415";
}

.social-navigation .page_item_has_children > a,
.social-navigation .menu-item-has-children > a {
	padding-right: 0;
}

.social-navigation a[href*="codepen.io"]:before {		content: "\f216";	}
.social-navigation a[href*="digg.com"]:before {			content: "\f221";	}
.social-navigation a[href*="dribbble.com"]:before {		content: "\f201";	}
.social-navigation a[href*="dropbox.com"]:before {		content: "\f225";	}
.social-navigation a[href*="mailto:"]:before {			content: "\f410";	}
.social-navigation a[href*="facebook.com"]:before {		content: "\f203";	}
.social-navigation a[href*="flickr.com"]:before {		content: "\f211";	}
.social-navigation a[href*="foursquare.com"]:before {	content: "\f226";	}
.social-navigation a[href*="github.com"]:before {		content: "\f200";	}
.social-navigation a[href*="plus.google.com"]:before {	content: "\f206";	}
.social-navigation a[href*="instagram.com"]:before {	content: "\f215";	}
.social-navigation a[href*="linkedin.com"]:before {		content: "\f208";	}
.social-navigation a[href*="path.com"]:before {			content: "\f219";	}
.social-navigation a[href*="pinterest.com"]:before {	content: "\f210";	}
.social-navigation a[href*="polldaddy.com"]:before {	content: "\f217";	}
.social-navigation a[href*="reddit.com"]:before {		content: "\f222";	}
.social-navigation a[href$="/feed/"]:before {			content: "\f413";	}
.social-navigation a[href*="spotify.com"]:before {		content: "\f515";	}
.social-navigation a[href*="stumbleupon.com"]:before {	content: "\f223";	}
.social-navigation a[href*="tumblr.com"]:before {		content: "\f214";	}
.social-navigation a[href*="twitch.tv"]:before {		content: "\f516";	}
.social-navigation a[href*="twitter.com"]:before {		content: "\f202";	}
.social-navigation a[href*="vimeo.com"]:before {		content: "\f212";	}
.social-navigation a[href*="vine.co"]:before {			content: "\f517";	}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {	content: "\f205";	}
.social-navigation a[href*="youtube.com"]:before {		content: "\f213";	}

/*--------------------------------------------------------------
	POST NAVIGATION
--------------------------------------------------------------*/

.post-navigation .nav-previous {
	float: left;
	width: 48px;
}

.post-navigation .nav-next {
	float: right;
	width: 48px;
	text-align: center;
}

.post-navigation {
	margin-top: 24px;
}

.post-navigation:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	position: relative;
}

.post-navigation a {
	display: block;
	height: 48px;
	background: #336b87;
	border: 1px solid #90afc5;
	color: white;
}

.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
	background: #90afc5;
	color: black;
}

.post-navigation .nav-next a:before,
.post-navigation .nav-previous a:before {
	content: "\f345";
	position: absolute;
	right: 10px;
	top: 12px;
}

.post-navigation .nav-previous a:before {
	content: "\f341";
	right: 12px;
}

/*--------------------------------------------------------------
	PAGING NAVIGATION
--------------------------------------------------------------*/

#page-nav-label {
	color: #90afc5;
	margin-right: 8px;
	display: inline-block;
}

#page-nav-info {
	color: #90afc5;
	margin-left: 8px;
	display: inline-block;
	font-style: italic;
}

.current-page {
	width: 20px;
	font-size: 16px;
	font-weight: bold;
	background: #f2f2f2;
	text-align: center;
	line-height: 20px;
}

span.page-numbers.dots {
	color: #90afc5;
}

@media screen and (max-width: 650px) {
	#page-nav-label,
	#page-nav-info {
		display: none;
	}
}

.pagination {
	margin-top: 24px;
}

.gallery-pagination {
	display: block;
	clear: both;
	height: 48px;
	position: relative;
}

.gallery-pagination:before {
	content: "Page";
	color: #90afc5;
	line-height: 49px;
}

.post-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "dashicons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
	clear: both;
	line-height: 49px;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: black;
	line-height: 48px;
	position: absolute;
	width: 48px;
	z-index: 1;
	top: -1px;
	border: 1px solid #90afc5;
}

.pagination .nav-links:before {
	content: "\f345";
	right: 0px;
}

.pagination .nav-links:after {
	content: "\f341";
	right: 49px;
}

.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: inline-block;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0;
	padding: 2px 4px;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.gallery-pagination .prev,
.gallery-pagination .next,
.pagination .prev,
.pagination .next {
	background-color: #336b87;
	color: white;
	display: inline-block;
	height: 48px;
	width: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -1px;
	z-index: 2;
	border: 1px solid #90afc5;
}

.gallery-pagination .prev,
.gallery-pagination .next {
	bottom: 0;
}

.pagination .prev:before,
.pagination .next:before {
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 49px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #90afc5;
	color: black;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.gallery-pagination .prev,
.pagination .prev {
	right: 49px;
}

.pagination .prev:before {
	content: "\f341";
	left: -1px;
	top: -1px;
}

.gallery-pagination .next,
.pagination .next {
	right: 0px;
}

.pagination .next:before {
	content: "\f345";
	right: -1px;
	top: -1px;
}

/*--------------------------------------------------------------
	MENU
--------------------------------------------------------------*/

.menu {
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	display: block;
	min-height: 0;
}

.fixed {
	position: fixed;
	top: 16px;
	left: 0;
	width: 100%;
	padding-top: 0 !important;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

.main-nav {
	background-color: #336b87;
	clear: both;
	padding: 4px;
}

.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
	min-height: 0;
	min-width: 15em;
	width: auto;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
	background: none;
	margin: 0;
	border: none;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu li li a {
	background: transparent !important;
	padding: 5px 10px;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: white;
}

.menu li li a:hover {
	color: black;
}

.menu li li:hover {
	background-color: #90afc5;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.ie7 .menu li li a {
	min-width: 100%;
}

.menu a {
	border: none;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
	font-weight: 400;
}

ul.menu > li:hover,
.menu a:hover {
	color: black;
}

.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current_page_item > a,
.menu .current_page_ancestor > a {
	color: rgb(124, 54, 38);
}

.menu .current-menu-ancestor > a {
	background-color: #90afc5;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #90afc5;
}

.menu .current_page_item a:hover,
.menu .current-menu-item a:hover {
	background-color: white;
}

ul.sub-menu {
	background: #336b87;
	margin: 0;
}

/*--------------------------------------------------------------
	RESPONSIVE MENU
--------------------------------------------------------------*/

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

button.dropdown-toggle:after {
	display: inline-block;
	font-family: "dashicons";
	content: "\f347";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	position: relative;
	left: 1px;
}

button.dropdown-toggle {
	display: none;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

button.dropdown-toggle:hover,
button.dropdown-toggle:focus {
	background-color: transparent;
	color: rgb(161, 35, 48);
}

button.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

button.dropdown-toggle:focus:after {
	border-color: transparent;
}

button.dropdown-toggle.toggled-on:after {
	content: "\f343";
}

ul.sub-menu {
	display: none;
}

ul.sub-menu.toggled-on {
	display: block;
}

@media screen and (min-width: 650px) {
	ul.sub-menu {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	button.dropdown-toggle {
		display: inline-block;
	}

	#searchform-item {
		float: none;
		padding: 6px 0;
		border-bottom: 1px solid #f5f5f5;
	}

	#searchform-item:hover {
		background: white;
	}

	.sub-header-menu {
		display: none;
	}

	.main-nav {
		position: relative;
		border-top: 1px solid white;
		clear: both;
		margin: 0 auto 0;
		padding: 0;
	}

	.main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 5000;
		margin: 0;
	}

	.main-nav .menu ul {
		margin-top: 1px;
	}

	.main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.main-nav .menu li a {
		color: #444444;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.main-nav .menu li.current_page_item,
	.menu .current_page_item a,
	.menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.main-nav .menu li li:hover {
		background: none !important;
	}

	.main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.main-nav .menu li a:hover,
	.main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.main-nav .menu ul {
		min-width: 0;
	}

	.main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url('images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}

	.main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('images/select-icons.png') 0 -46px no-repeat;
	}
}

@media screen and (max-width: 480px) {
	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
	}
}

/*--------------------------------------------------------------
	BREADCRUMBS
--------------------------------------------------------------*/

.breadcrumb-list {
	clear: both;
	line-height: 0;
	padding-top: 0;
	position: relative;
	z-index: 10;
	top: 8px;
	font-weight: normal;
	font-size: 0.75em;
	color: #2a3132;
}

@media screen and (max-width: 800px) {
	.breadcrumb-list {
		top: -6px;
		display: inline-block;
	}

	.site-branding div.clear {
		display: inline-block;
	}
}

.breadcrumb-list a {
	text-decoration: none;
	border: none;
	color: white;
}

.breadcrumb-list a:hover {
	color: black;
}

/*--------------------------------------------------------------
	FORUMS
--------------------------------------------------------------*/

div.bbp-breadcrumb > p {
	display: none;
}

.subscription-toggle {
	float: right;
	margin-bottom: 3px;
}

#bbp_search_submit{
	vertical-align: baseline;
}

.bbp-search-form {
	margin-bottom: 3px;
}

li.bbp-topic-title {
	width: 53%;
}

li.bbp-topic-voice-count,
li.bbp-topic-reply-count,
li.bbp-topic-reply-seen {
	float: left;
	text-align: center;
	width: 9%;
}

li.bbp-topic-freshness {
	width: 20%;
}

/*--------------------------------------------------------------
	DATEPICKER
--------------------------------------------------------------*/

.ui-datepicker-trigger {
	width: 26px;
	vertical-align: middle;
}

#booking-table img.ui-datepicker-trigger {
	vertical-align: -6px !important;
	margin-left: -26px !important;
}

/*--------------------------------------------------------------
	FEATURED IMAGE
--------------------------------------------------------------*/

.entry-thumbnail {
	position: relative;
	width: 100%;
	text-align: center;
}

.attachment-yrc-featured-image, img.size-large {
	max-width: 100%;
	min-height: 100%;
	height: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.attachment-yrc-featured-image, .entry-thumbnail {
		display: none;
	}
}

/*--------------------------------------------------------------
	MEETS
--------------------------------------------------------------*/

table.meets_table {
	width: 100%;
}

.meet_summary {
	display: inline-block !important;
	background: #90afc2;
	padding: 8px 8px 0 8px;
}

/*--------------------------------------------------------------
	MEMBERS LANDING PAGE
--------------------------------------------------------------*/

.landing-page-sidebar {
	width: 30%;
	float: right;
	background: #336b87;
	padding: 24px;
	box-sizing: border-box;
	margin-bottom: 24px;
}

.landing-page-sidebar .avatar_container {
	vertical-align: 1px;
	float: right;
}

.landing-page-sidebar .avatar_container img.avatar {
	margin: 0;
}

.landing-page-sidebar a {
	color: #90afc5;
}

.landing-page-sidebar a:hover {
	color: rgb(124, 54, 38);
}

.landing-page-sidebar .widget {
	padding: 0;
}

.widget_wp_sidebarlogin ul {
	list-style: square outside !important;
	padding-left: 10px;
}

.widget_wp_sidebarlogin ul.sidebar_login_links {
	margin-left: 10px !important;
	margin-bottom: 0;
}

.widget_wp_sidebarlogin ul li {
	padding-left: 10px;
}

.landing-page-content {
	width: 70%;
	float: left;
	padding-right: 24px;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
	HUTS
--------------------------------------------------------------*/

.availability-2, .availability-4, #booking-table {
	width: 100%;
}

.hut-selector {
	width: 180px;
}

/*--------------------------------------------------------------
	UAM LOGIN FORM
--------------------------------------------------------------*/

.uam_login_form, #loginform {
	width: 260px;
	border: 1px lightGray solid;
	padding: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

.uam_login_form > input[type=submit] {
	margin-top: 24px;
}


/*--------------------------------------------------------------
	HOME PAGE FEATURES
--------------------------------------------------------------*/

.home-page-feature {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: 1px solid white;
	box-sizing: border-box;
	height: 180px;
}

.home-page-feature a {
	color: white;
	font-size: 1.2em;
	word-wrap: normal;
	text-decoration: none;
	border: none;
}

.home-page-feature-title {
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	padding: 0px;
	width: 100%;
}

.home-page-feature-thumbnail {
	position: relative;
}

.home-page-feature-thumbnail img {
	min-width: 100%;
	min-height: 180px;
}

.home-page-feature:hover .home-page-feature-thumbnail {
	-webkit-transform:	scale(1.04);
	-moz-transform:		scale(1.04);
	transform:			scale(1.04);
}

.home-page-feature:hover .home-page-feature-title {
	background: rgba(0, 0, 0, 0.5);
}

.home-page-feature:hover a {
	color: rgb(161, 35, 48);
	text-shadow: -0.5px -0.5px 2px white, 0.5px -0.5px 2px white, -0.5px 0.5px 2px white, 0.5px 0.5px 2px white;
}

/*--------------------------------------------------------------
	CONTACT FORM
--------------------------------------------------------------*/

.contact-form label span,
.required {
	color: red !important;
	margin-left: 2px;
}

.grunion-field-wrap {
	display: block;
	clear: both;
}

.grunion-field-wrap input {
	width: 70% !important;
	float: right;
	margin-bottom: 4px !important;
}

.grunion-field-label {
	width: 30%;
	min-width: 80px;
	float: left !important;
	height: 26px;
	margin-top: 2px !important;
	margin-bottom: 4px !important;
	padding-top: 5px !important;
	clear: both;
}

.grunion-field-select-wrap select {
	margin: 8px 0 0 0;
	font-size: 24px;
}

/*--------------------------------------------------------------
	PRINTING
--------------------------------------------------------------*/

@media print {
	.main-nav,
	.attachment-yrc-featured-image, .attachment-yrc-featured-image *,
	.entry-thumbnail,
	#respond,
	.no-print {
		display: none !important;
	}

	.site-header {
		background-color: white;
	}

	.site-title a {
		color: rgb(161, 35, 48);
	}

	.yrc-logo {
		background-image: url('images/YRC-logo.png');
	}

	.news-list {
		page-break-before: always;
	}

	.news-list-item {
		page-break-inside: avoid;
	}
}

/*--------------------------------------------------------------
	TABLE OF CONTENTS
--------------------------------------------------------------*/

.table-of-contents-heading {
	font-family: 'Halant', serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: #2a3132;
}

#table-of-contents {
	border: 1px solid #336b87;
	padding: 8px 36px 8px 12px;
	background-color: #90afc2;
	display: inline-block;
}

#toc-list {
	display: none;
}

/*--------------------------------------------------------------
	GUTENBERG
--------------------------------------------------------------*/

:root .has-mist-background-color {
	background-color: #90afc2;
}
:root .has-mist-color {
	color: #90afc2;
}
:root .has-stone-background-color {
	background-color: #336b87;
}
:root .has-stone-color {
	color: #336b87;
}
:root .has-shadow-background-color {
	background-color: #2a3132;
}
:root .has-shadow-color {
	color: #2a3132;
}
:root .has-autumn-background-color {
	background-color: #763626;
}
:root .has-autumn-color {
	color: #763626;
}
:root .has-red-background-color {
	background-color: #cf2e2e;
}
:root .has-red-color {
	color: #cf2e2e;
}
:root .has-green-background-color {
	background-color: #00ff00;
}
:root .has-green-color {
	color: #00ff00;
}

/*--------------------------------------------------------------
	JOURNAL
--------------------------------------------------------------*/

#journal {
	margin: 40px;
	background-color: Linen;
	padding: 24px;
}

/*--------------------------------------------------------------
	MLA - IMAGE ARCHIVE
--------------------------------------------------------------*/

#mla-search-form {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

#mla-search-box {
	width: calc(100% - 100px);
}

#mla-search-form input[id=submit] {
	width: 90px;
	margin-left: 10px;
}

.gallery a img:hover {
	border: 2px solid rgb(124, 54, 38) !important;
}

/*--------------------------------------------------------------
	MESSAGE
--------------------------------------------------------------*/

.message {
	width: 100%;
	padding: 12px;
	margin-bottom: 24px;
	box-sizing: border-box;
}

.success {
	background: lightGreen;
}

/*--------------------------------------------------------------
	LOGGED IN USER
--------------------------------------------------------------*/

body.admin-bar .user_loggedon {
	margin-top: 32px;
}

.user_loggedon {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 999;
	background-color: #336b87;
	color: white;
	padding: 4px 8px;
	line-height: 30px;
	font-size: 14px;
}

.user_loggedon a {
	color: white;
	font-weight: normal;
}

.user_loggedon a:hover {
	color: rgb(124, 54, 38);
}

.user_loggedon .avatar {
	padding-left: 8px;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	border-radius: 0;
}

@media screen and (max-width: 800px) {
	.user_loggedon {
		display: none;
	}
}