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

:root {
  --frcc-red-color: rgb(161, 35, 48);
  --frcc-pale-gray: #f9f9f9;
}

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

body.single .entry-content p:first-of-type,
body.page .entry-content p:first-of-type {
/* 	font-size: 1.3em; */
}

blockquote {
	background: --frcc-pale-gray;
	padding: 8px 24px;
}

a, a:hover, a:focus, a:active {
	color: var(--frcc-red-color);
}

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

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

body, input, select, textarea {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4, h5, h6,
.no-comments,
.page-links {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	clear: both;
}

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

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

.site-header {
	z-index: 30;
	background-color: var(--frcc-red-color);
/*
	border-bottom: 1px solid #ccc;
*/
}

.site-branding {
	padding-top: 16px;
	clear: right;
	display: inline-block;
	margin-bottom: 0;
}

.frcc-logo {
	height: 64px;
	width: 64px;
	float: left;
	margin-top: 4px;
	margin-left: -8px;
	background: url('images/FRCC-Logo-White.png') 0 0 no-repeat;
    background-size: 64px 64px;
}

.site-title {
	margin: 0;
	float: left;
	text-transform: uppercase;
}

.site-title a {
	color: white;
	font-size: 0.8em;
	font-weight: 800;
	text-decoration: none;
}

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

.site-description {
	margin: 15px 0 0 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	color: lightGray;
	float: left;
	display: none;
	clear: none;
}
	
@media screen and (min-width: 980px) {
	.site-description {
		display: block;
	}
}

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

table {
	border-collapse: collapse;
	margin-bottom: 12px;
}

table#contacts {
	width: 100%;
}

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

th {
	background: #ccc;
}

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%;
	min-height: 49px;
	background: var(--frcc-pale-gray);
	color: gray;
}

/* Fix page footer... */
@media screen and (min-width: 770px) {
	.site-footer {
		position: fixed;
		z-index: 3;
		bottom: 0;
	}

	.menu-social {
		margin-bottom: 50px;
	}
}

.site-footer a {
	text-decoration: none;
	color: inherit;
}

.site-footer a:hover,
.footer-navigation a {
	color: var(--frcc-red-color);
}

.footer-navigation a:hover {
	text-decoration: underline;
}

.site-info {
	position: relative;
	padding: 12px 0;
	font-size: 0.75em;
	line-height: 2;
	width: 100%;
/*
	border-top: 1px solid #ccc;
*/
}

.footer-section {
	vertical-align: top;
}

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

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

@media screen and (min-width: 770px) {
	.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: 0px;
	padding: 5px;
	font-size: 11px;
}

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

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

#searchform-item {
	float: right;
}

button, a.button, input[type="reset"], input[type="button"], input[type="submit"] {
	display: inline-block;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	background-color: var(--frcc-red-color) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	color: white !important;
}

button:hover, 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 {
	color: black !important;
}

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

figure.wp-caption {
}

figcaption {
	color: gray;
}

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

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

.entry-header {
}

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

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

article {
	clear: both;
	padding-top: 24px;
}

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: #e1e1e1;
	border: 1px solid #d9d9d9;
	-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%;
}

@media screen and (min-width: 771px) {
	header.has-thumbnail {
/* 
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		top: 24px;
		left: 0;
		padding: 6px 0;
		color: white;
		left: 50%;
		margin-left: -312px;
		width: 624px;
		text-align: center;
 */
	}

	header.has-thumbnail > .entry-meta {
		color: lightGray;
	}
}

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

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

.byline {
	text-align: center;
}

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

.entry-author {
	min-width: 272px;
	max-width: 660px;
	color: gray;
	border: 1px solid lightGray;
	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: 0.9em;
}

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

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

.thumb {
	float: left;
}

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

#two-column-page-content figure:first-of-type,
#two-column-page-content p:first-of-type {
	margin-top: 0 !important;
}

@media screen and (min-width: 770px) {
	#front-page-news,
	#two-column-page-content {
		float: left;
		width: 70%;
	}

	#front-page-sidebar,
	#two-column-page-sidebar{
		float: right;
		width: 30%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 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: gray;
	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,
#two-column-page-sidebar .widget,
.cart-container {
	background: #e1e1e1;
	padding: 10px;
}

.cart-container {
	margin-bottom: 10px;
}

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

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

#two-column-page-sidebar {
	margin-bottom: 24px;
}

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

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

@media screen and (min-width: 770px) {
	#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: var(--frcc-red-color);
	color: white;
}

.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;
	font-size: 32px;
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}

.menu-social {
	float: right;
}

.social-navigation ul {
	display: block;
	margin: -2px 0 0 0;
	padding: 24px;
}

.social-navigation li {
	display: block;
	float: left;
	margin: 0 -1px -1px 0;
	border: 1px solid #ccc;
	line-height: 1;
	background-color: white;
}

.social-navigation li:first-of-type {
	margin-left: -1px;
}

.social-navigation a {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	color: var(--frcc-red-color);
	text-decoration: none;
}

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

.social-navigation a:hover,
.social-navigation a:focus,
.social-navigation a:active {
	color: black;
}

.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: white;
	border: 1px solid #ccc;
}

.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
	background: var(--frcc-red-color);
	color: white;
}

.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: gray;
	margin-right: 8px;
	display: inline-block;
}

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

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

span.page-numbers.dots {
	color: gray;
}

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

.pagination {
	margin-top: 24px;
}

.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: lightGray;
	line-height: 48px;
	position: absolute;
	width: 48px;
	z-index: 1;
	top: -1px;
	border: 1px solid #ccc;
}

.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;
}

.pagination .prev,
.pagination .next {
	background-color: white;
	color: var(--frcc-red-color);
	display: inline-block;
	height: 48px;
	width: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: -1px;
	z-index: 2;
	border: 1px solid lightGray;
}

.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: var(--frcc-red-color);
	color: white;
}

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

.pagination .prev {
	right: 49px;
}

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

.pagination .next {
	right: 0px;
}

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

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

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

.site-header {
	position: relative;
	top: 0;
	width: 100%;
	padding-top: 2px;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	margin-bottom: 24px;
}

.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: var(--frcc-red-color);
	clear: both;
	margin-top: 0px;
}

.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: lightGray;
}

.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;
}

.menu-item-home a {
	padding: 0;
}

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: black;
}

.menu .current-menu-ancestor > a {
	background-color: lightGray;
}

.menu .current_page_item a:not(:first-of-type),
.menu .current-menu-item a:not(:first-of-type) {
	background-color: white;
}

.menu .current_page_item a:hover:not(~ .menu-item-home),
.menu .current-menu-item a:hover:not(~ .menu-item-home) {
	background-color: gray;
}

ul.sub-menu {
	background: var(--frcc-red-color);
	margin: 0;
}

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

.menu a#responsive_menu_button {
	display: none;
}

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

.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;
}

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

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: var(--frcc-red-color);
}

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

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

.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;
	}

	.dropdown-toggle {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	#searchform-item {
		float: none;
		padding: 6px 0;
		border-bottom: 1px solid #e8e8e8;
	}

	.home-menu-item {
		background-image: url('/wp-content/themes/frcc-2022/images/hut-black.png') !important;
		margin-top: 0px !important;
		margin-left: 0px !important;
	}

	.menu .home-menu-item {
		margin-top: 10px !important;
	}

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

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

	.main-nav {
		position: relative;
		clear: both;
		margin: 0 auto 0;
	}

	.site-branding {
		margin-bottom: 20px;
	}

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

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

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

	.main-nav .menu li a {
		color: gray;
		font-size: 13px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid lightGray;
		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: --frcc-pale-gray;
	}

	.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: --frcc-pale-gray !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: white;
	}

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

	.main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: black;
		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;
}

.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 {
	margin-left: -26px !important;
}

@-moz-document url-prefix() {
	#booking-table img.ui-datepicker-trigger {
		vertical-align: -4px !important;
	}
}

/*--------------------------------------------------------------
	CLIMBING
--------------------------------------------------------------*/

.climbing-page-content {
	width: 65%;
	float: left;
	padding-right: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.climbing-page-content li.page_item_has_children a {
	padding: 0;
}

.climbing-page-sidebar {
	width: 30%;
	float: right;
	padding: 12px;
	margin-bottom: 24px;
	margin-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: lightGray;
}

.climbing-page-sidebar h2 {
	margin-top: 0;
}

@media screen and (max-width: 650px) {
	.climbing-page-sidebar {
		float:none;
		width: 100%;
		margin-left: 0;
	}
}

.climbing-page-sidebar ul {
	margin: 0;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	text-shadow: 0px 0px 8px white;
	padding: 0;
}

.climbing-page-sidebar ul li {
	display: inline-block;
	width: 100%;
}

.climbing-page-sidebar ul li.selected {
	color: white;
	text-shadow: 0px 0px 3px black;
}

.climbing-page-sidebar ul li a {
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	border: none;
}

.climbingarea-child a {
	font-weight: normal !important;
}

.climbingarea-child span {
	border: 1px solid transparent !important;
}

.climbing-page-sidebar ul li a:hover {
	color: white;
}

.climbing-page-sidebar span {
	float: right;
	border: 1px solid white;
	width: 20px !important;
	height: 20px !important;
}

.route_header {
	width: 100%;
	color: white;
	font-family: 'Raleway', sans-serif;
}

.route_location {
	width: 100%;
	text-shadow: 0px 0px 3px black;
	padding: 3px 8px;
}

.route_location a {
	border: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.route_location a:hover {
	color: var(--frcc-red-color);
	text-shadow: none;
}

.route_title {
	line-height: 1.8em;
	color: black;
	padding: 4px 8px;
}

.route_name, .route_grade, .route_stars {
	font-weight: bold;
}

.route_length {
}

.route_stars {
	float: right;
	color: red;
	padding-top: 3px;
}

.route_fa {
	float: right;
}

.route_fa, .route_submitter {
	color: gray;
	font-size: 0.75em;
	display: block;
}

.route_submitter {
	float: left;
}

.grade_selector {
	height: 32px;
	border: 1px solid lightGray;
	font-size: 16px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2YyZjJmMjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	background-color: --frcc-pale-gray;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
    padding: 5px;
}

.crag_image {
	width: 100%;
}

.area_selector_label {
	width: 65px;
	display: inline-block;
}

.area_selector_td {
	white-space: nowrap;
	min-width: 265px;
}

#new-route-form input[type="date"] {
	background: #e1e1e1;
	border: 1px solid #d9d9d9;
	font-size: 16px;
}

.climbing-area-metadata th, .climbing-area-metadata td {
	border: none;
}

.climbing-area-metadata th {
	background: none;
	text-align: left;
}

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

.entry-thumbnail {
	position: relative;
	width: 100%;
/* 
	height: 350px;
	max-height: 350px;
 */
	overflow: hidden;
	text-align: center;
}

.attachment-frcc-featured-image {
/*	min-width: 100%; */
	max-width: 100%;
	min-height: 100%;
	height: auto;
/*	top: -40%; */
	position: relative;
}

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

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

table.meets_table {
	width: 100%;
}

.meet_summary {
	display: inline-block !important;
}

.info_box {
	margin-bottom: 0 !important;
	max-width: 70% !important;
}

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

.landing-page-sidebar {
	width: 30%;
	float: right;
	background: #e1e1e1;
	padding: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
	SWITCH BUTTON
--------------------------------------------------------------*/

.switch-button-label {
    float: left;
    cursor: pointer;
}

.switch-button-background {
    float: left;
    position: relative;
    background: #ccc;
    border: 1px solid #aaa;
    margin: 1px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.switch-button-button {
    position: absolute;
    left: -1px;
    top : -1px;
    background: #fafafa;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#switch-button-container {
	color: gray;
	margin: 24px 0;
}

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

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

/*--------------------------------------------------------------
	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-menu-item {
	background: url('/wp-content/themes/frcc-2022/images/hut-white.png') 0 0 no-repeat;
	background-size: 22px 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 4px;
}

.home-menu-item:hover {
	background: url('/wp-content/themes/frcc-2022/images/hut-black.png') 0 0 no-repeat;
	background-size: 22px 22px;
}

.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: var(--frcc-red-color);
	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;
}

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

@media print {
	.main-nav,
	.climbing-page-sidebar,
	.attachment-frcc-featured-image, .attachment-frcc-featured-image *,
	.entry-thumbnail,
	#switch-button-container,
	#respond,
	.no-print {
		display: none !important;
	}

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

	.site-title a {
		color: var(--frcc-red-color);
	}

	.frcc-logo {
		background-image: url('images/FRCC-Logo-Red.png');
	}

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

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

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

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

.user_loggedon {
	position: absolute;
	top: 18px;
	right: 24px;
	z-index: 999;
	color: white;
	padding: 2px;
	line-height: 30px;
	font-size: 12px;
}

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

.user_loggedon a:hover {
	text-decoration: underline;
}

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