/*
Theme Name: Madison River Ranch
Theme URI: http://underscores.me/
Author: Marv Gibbs
Author URI: http://marvgibbs.us
Description: A custom WordPress theme using Bootstrap
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: madisonriverranch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Madison River Ranch is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Theme Specific Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

input[type=checkbox] {
	display:none;
}

input[type=checkbox] + span:before {
  font-family: FontAwesome;
}

input[type=checkbox] + span:before {
	content: "\f096";
}

input[type=checkbox] + span:before {
	letter-spacing: 10px;
}

input[type=checkbox]:checked + span:before {
	content: "\f046";
}

input[type=checkbox]:checked + span:before {
	letter-spacing: 5px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.navbar-brand {
	padding: 10px 10px;
}

.navbar-nav > li.current_page_item a,
.navbar-nav > li.current_page_parent a {
	color: white;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin: 1.5em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Theme Specific Styles
--------------------------------------------------------------*/

/* COLOUR REFERENCES

Green:		#79b044
Salmon:		#dd5638
Blue Gray:	#3e4249

*/

/* === !GENERAL === */

body {
	margin-top: 50px;
	font-family: 'soleil', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('./assets/img/tile.jpg') top left repeat;
}

/* == Removed to manage login users ==
.logged-in .navbar-fixed-top {
	top: 32px;
}
*/

/* === !GLOBAL === */
h1, h2, h3, h4, h5, h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1, h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

p.lead {
	font-weight: normal;
}

a:link, a:visited {
	color: #dd5638;
}

a:hover {
	text-decoration: none;
	color: #c9302c;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

.btn-danger, .btn-info {
	background-color: #dd5638;
	border-color: #d95131;
}

.btn-success {
	background: #79b044;
	border: none;
}

.bth-success:hover {
	background: #6a9b3d;
	border-color: #6a9b3d;
}

/*--------------------------------------------------------------
# CM Login Style adjustment
# Turns out the background of the forms is white which prevents the text from
# being displayed.
#
# DarkSlateGray;	#2F4F4F
--------------------------------------------------------------*/
.cmreg-form input[type=text], .cmreg-form input[type=email], .cmreg-form input[type=password], .cmreg-lost-password-fieldset input[type=email] {
    color: #2F4F4F;
}

img {
	max-width: 100%;
}

.modal-content {
	background: url('./assets/img/tile.jpg') top left repeat;
}

.badge.social {
	background: #ccc;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.gplus:hover {
	background: #db4b39;
}

blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

/* === !MAIN-SECTION === */

#main-section {
	background: url('./assets/img/mrr-main.jpg') center top no-repeat scroll;
	background-size: cover;
	height: 50vh;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#main-section article {
	width: 100%;
	text-align: center;
}

#main-section .main-section-text {
	margin-top: 30px;
}

/* === LAYOUT === */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0;
}

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

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

#optin {
	background: #3e4249;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 1.2em;
	/*display: none;*/
}

#optin p {
	margin: 7px 0 0 0;
}

#news-info {
	padding: 20px 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#board {
	text-align: center;
	position: relative;
}

.member {
	margin-bottom: 60px;
}

.member img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shado: 4px 6px 8px rgba(0, 0, 0, 0.75);
	box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.75);
}

.member blockquote {
	padding: 30px 0 0 0;
}

footer {
	background: #3e4249;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}
/* === WIDGETS === */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}

.widget {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0px 0px 40px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.feature-image {
	display: table;
	width: 100%;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
}


.feature-image-contact {
	background: url('./assets/img/mrr-contact-us.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 45vh;
}

#contact-recaptcha {
	margin-bottom: 10px;
}


.feature-image-newsletters {
	background: url('./assets/img/mrr-newsletters.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}


.feature-image-faq {
	background: url('./assets/img/mrr-FAQs.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

.feature-image-members-only {
	background: url('./assets/img/mrr-members-only.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

.feature-image-access-denied {
	background: url('./assets/img/mrr-access-denied.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

.feature-image-lost-password {
	background: url('./assets/img/mrr-lost-password.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

.feature-image-gate {
	background: url('./assets/img/mrr-gate-combination.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

section#board.feature-image-board::after {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
    background: url('./assets/img/mrr-board.jpg') center center no-repeat scroll;
    background-size: cover;
}

/* === bbpnns ===  */

#bbpnns_confirm, #bbpnns_cancel {
	color: #3e4249;
}

#bbpnns_optin_label {
	margin-left: 3em;
}


/* === bbpress ===  */

/* Change font size for forum posts */
.bbpress .bbp-forums,
.bbpress .bbp-topics,
.bbpress .bbp-replies,
.bbpress .bbp-search-results,
.bbpress .bbp-topic-tags,
.bbpress .bbp-reply-content,
.bbpress .bbp-topic-freshness,
.bbpress .bbp-topic-voice-count,
.bbpress .bbp-topic-reply-count,
.bbpress .bbp-topic-meta,
.bbpress .bbp-forum-content,
.bbpress .bbp-forum-info,
.bbpress .bbp-forum-topic-count,
.bbpress .bbp-forum-reply-count,
.bbpress .bbp-forum-freshness
{
	font-size: 14px !important;
}

.bbpress .bbp-topic-content {
	font-size: 16px !important;
}

.bbp-topic-single {
	border: 1px solid #ccc; /* Light grey border */
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px; /* Optional: rounded corners */
	background: #fafafa; /* Optional: very light background */
}

.bbp-replies {
	margin-top: 30px;
}

.bbp-reply {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 2.5em;
	background: #f9f9f9;
}

.bbp-reply-header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.bbp-reply-content {
	font-size: 16px;
	line-height: 1.5;
}

#bbpress-forums fieldset.bbp-form label {
	font-size: 16px;
	margin-left: 2px;
}

.forum-description {
	margin-top: 10px;
	font-style: italic;
	color: #666;
}

/* Style the guidelines */
.bbpress .bbp-guidelines {
	padding: 1em;
	margin-top: 2em;
	background: #f9f9f9;
}

.bbpress #accordion {
	margin-bottom: 0;
}

.bbpress .panel-heading {
	padding: 0;
	cursor: pointer;
	color: #c9302c;
}

/* Change font size for forum titles */
.bbpress .bbp-forum-title,
.bbpress .bbp-topic-title {
	font-size: 16px;
}

.bbp-form input[type="text"],
#bbp-search-form {
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin: 9px 10px;
	max-width: 100%;
	-webkit-font-smoothing: antialiased !important;
}

#bbp_topic_subscription {
	display: inline-block; !important;
}

#bbp_topic_title {
	margin-bottom: 5px;
}

#bbp_search {
	color: #333;
	margin-top: 2px;
}

#bbp_search_submit, #bbp_topic_submit, #bbp_reply_submit {
	background-color: #3e4249;
	border: none;
}

.feature-image-forums {
	background: url('./assets/img/mrr-forums.jpg') center center no-repeat scroll;
	background-size: cover;
	height: 50vh;
}

/* forum-guidelines */
#forum-guidelines {
	margin-top: 51px;
}

#agree-btn {
	background-color: #3e4249;
	border: none;
	border-radius: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}

#bbpress-forums .bbp-breadcrumb {
	display: none;
}

.forum-breadcrumbs {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 10px 15px;
	background: none;
	border: none;
	text-align: left;
	font-size: 0.9em;
}

#content section {
	padding: 0;
}

.bbp-submit-wrapper {
	margin-bottom: 10px;
}

.form-allowed-tags {
	display: none;
}

/* === Front End PM (Start) === */

header.entry-header {
	display: none;
}

div.entry-content {
	padding-top: 51px;
}

.fep-pm-link {
	margin-left: 10px;
	font-size: 0.85em;
	color: #0073aa;
}
.fep-pm-link a {
	color: #0073aa;
	text-decoration: none;
}
.fep-pm-link a:hover {
	color: #005177;
	text-decoration: underline;
}

#fep-message-top,
#message_title {
	color: black;
}

.mrr-user-icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	transition: stroke 0.2s ease, fill 0.2s ease;
}

.user-icon-menu:hover .mrr-user-icon {
	stroke: #999;
	fill: #f2f2f2;
}

.fep-cb, .fep-cb-check-uncheck-all,
#allow_messages, #allow_emails, #allow_ann {
	display: inline-block !important;
	width: 18px;
	height: 18px;
	border: 2px solid #bbb;
	background-color: #fff;
	appearance: none;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

.fep-cb:checked::before,
.fep-cb-check-uncheck-all:checked::before,
#allow_messages:checked::before,
#allow_emails:checked::before,
#allow_ann:checked::before {
	content: "\f00c"; /* Font Awesome check icon */
	font-family: "FontAwesome";
	font-weight: 900; /* Required for solid icons */
	font-size: 14px;
	color: #0073aa;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 18px;
	pointer-events: none;
}

.fep-cb:hover,
.fep-cb-check-uncheck-all:hover,
#allow_messages:hover,
#allow_emails:hover,
#allow_ann:hover {
	border-color: #999;
}

.fep-directory-search-form-field
{
	color: #3e4249;
}

#fep-menu-directory {
	display: none !important;
}


.fep-avatar-p {
	display: none;
}
/* === Front End PM (End) === */


/* === CONTACT FORM 7 === */


/* === MEDIA QUERIES === */

@media screen and ( max-width : 991px ) {
	/* screen size smaller than 991px */
	h1 {
		font-size: 2em;
	}
	p.lead {
		font-size: 18px;
	}
}

/*  == Removed to manage login users ==
@media screen and ( max-width : 782px) {
	.logged-in .navbar-fixed-top {
		top: 46px;
	}
}
*/

@media screen and ( max-width : 768px ) {
	/* screen size smaller than 768px */
	#optin p {
		margin: 0 0 10px;
	}
	.navbar-brand {
		padding: 10px 10px;
	}
}

@media screen and (max-width : 767px) {
	#main-section .main-section-text {
		margin-top: 10px;
	}
	.navbar-brand {
		padding: 8px 8px;
	}
	.navbar-toggle {
		margin-right: 8px;
		padding: 8px 2px;
	}
}

/*  == Removed to manage login users ==
@media screen and ( max-width : 602px) {
	.logged-in .navbar-fixed-top {
		top: 42px;
	}
}
*/

@media screen and ( max-width : 375px ) {
	/* screen size smaller than 375px */
	h1 {
		font-size: 1.5em;
	}
	#main-section {
		height: 53vh;
	}
	#optin p.lead {
		font-size: 15px;
	}
}

@media screen and ( max-height : 306px ) {
	/* screen size shorter than 306px */
	h1 {
		font-size: 1.5em;
	}
	#main-section {
		height: 70vh;
	}
}
