/**
 * Theme Name:       LRSEF Theme
 * Theme URI:        https://github.com/aeewhite/LRSEF-Theme
 * Description:      Custom theme for LRSEF
 * Author:           Andrew White
 * Version:          2.8.3
 * GitHub Theme URI: https://github.com/aeewhite/LRSEF-Theme
*/

img, .wp-caption{
	max-width: 100%;
}

/* Typography Styles */
html{
	font-size: 50%;
}
body{
	font-family: "Roboto", sans-serif;
	color:#231F20;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab", serif;
}
a:link, a:visited{
	color: #a1d709;
}
.slashes::after{
	content:"///";
	color:#a1d709;
	font-weight:bold;
	position:relative;
	right:-5px;
	z-index:1;
}
.pagetitle a{
	color: black;
}

.nav_links{
	font-size: 2rem;
	text-align: center;
}

.nav_links a{
	color: #a1d709;
}

/* Default styles */
blockquote {
	padding-left: 15px;
	border-left: 3px solid #F2F2F2;
}
tbody tr:nth-child(odd) {
	background-color: #F2F2F2;
}

ol {
	margin-left: 3%;
	text-indent: -2%;
	padding-left: 2%;
}

ul{
	margin-left: 3%;
	text-indent: -3%;
	padding-left: 3%;
}

/*Wordpress Alignment Code*/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Buttons */
.button.button-primary, .button.button-primary:visited{
	display:inline-block;
	background-color: #a1d709;
	border-color: #a1d709;
}

/* TODO: Change this to a darker or lighter green */
.button.button-primary:hover{
	background-color: #a1d709;
	border-color: #a1d709;
}


/* Header Styles */
.header{
	background-color: #9B979A;
}

.header *{
	display: block;
	margin:auto;
}

.titles .siteLink:link, .titles .siteLink:hover, .titles .siteLink:visited{
	text-decoration:none;
	color:#231F20;
}

.titles {
	text-align:left;
	margin-left: 10px;
	padding: 10px;
}
.titles h1{
	font-size: 4.5rem;
	font-weight: bold;
}
.titles h2{
	font-size: 3.3rem;
}

.header .logoImage{
	max-height:150px;
	margin: 10px;
}

.header{
	background-image: url('images/gear-white.png');
	background-size: 30%;
	background-repeat: no-repeat;
	background-position:120% 110%;
}

.header .donate{
	float:right;
	margin:20px;
	font-size:140%;
}

/* Header Navigation Styles */
.nav{
	background-color:#a1d709;
	padding: 0;
	margin-bottom: 10px;
}

.nav ul{
	padding:0;
	margin: 0;
	text-indent: 0;
	border-bottom: 1px solid #9B979A;
}

.nav a:link, .nav a:visited{
	color: #231f20;
	text-decoration: none;
}

.nav a:hover{
	color: #63666a;
}

.nav ul li{
	padding-bottom: 0;
	margin-bottom: 0;
	border-top: 1px solid #9B979A;
}
.nav ul li a{
	background-color: #a1d709;
}

.nav .children li, .nav .sub-menu li{
	border-top: 1px solid #9B979A;
}

ul.slimmenu li a{
	padding: 5px 50px 5px 10px;
	/* font-weight: bold; */
}

.menu-collapser{
	background-color: #a1d709;
}

.collapse-button{
	background-color: #9B979A;	
}

ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0 rgba(0,0,0,0.040);
}

.sub-toggle:not(.expanded){
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  /* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; /* IE8 */
	-moz-transform: rotate(-180deg);  /* FF3.5+ */
	-o-transform: rotate(-180deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-180deg);  /* Safari 3.1+, Chrome */
	position: absolute;
}

.current-menu-item a:link, .current-menu-item a:visited, .current-menu-item a:hover{
	color: white;
}

/*Footer Styles*/
footer{
	border-top:2px solid #9B979A;
}

footer a img {
	height:50px;
	padding:10px;
}

footer a {
	text-decoration:none;
}

footer .copyright{
	padding:10px;
	text-align:right;
}

/* Front-Page Styles */
.front-page-content > *{
	margin-bottom: 10px;
}
.front-page-content div > h1 {
	text-transform:uppercase;
	/* display: inline-block; */
	border-bottom: 3px solid #a1d709;
	text-align: center;
}
.front-page-blog, .front-page-news, .announcement{
	background-color: #d7d7d7;
	border: 1rem solid #9B979A;
	padding: 2%;
	margin-bottom: 10px
}

.front-page-blog a, .front-page-news a{
	color: black;
}

.front-page-blog a {
	text-decoration: none;
}

.front-page-news h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 2%;
	margin-bottom: 1%;
}
.front-page-blog h3 {
	margin-top: 2%;
	margin-bottom: 1%;
}

.front-page-carousel{
	width: 90%;
	margin: 0 auto;
}
.front-page-blog .wp-caption-text{
	display:none;
}
.slick-slide{
	margin:0 10px 0 10px;
}
.slick-next::before, .slick-prev::before{
	color: #a1d709;
}
.carousel-post h1{
	margin-bottom: .5rem;
}
.carousel-content{
	margin-top: 1rem;
}
.featuredImage{
	max-width:100%;
	height:auto;
}
#read-more-news{
	display: inline-block;
	margin-top: 3%;
	font-size: 2rem;
	font-weight: bold;
}

.news-headline h2{
	margin-bottom: .5rem;
	margin-top: 1rem;
}
.news{
	margin-bottom: 4rem;
}

/* Single Post Styling*/

.post_meta{
	margin-bottom: 1%;
	font-weight: bold;
}

/* Gallery Styling */

.gallery{
	line-height: 0;
}

.gallery-item img{
	width:  180px;
	height: auto;
}

.gallery-caption{
	display: none;
}

/* Comment Styling */

ol.comment-list { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.comment-list li.alt { }
ol.comment-list li.bypostauthor {}
ol.comment-list li.byuser {}
ol.comment-list li.comment-author-admin {}
ol.comment-list li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.comment-list li.comment div.comment-author {}
/* ol.comment-list li.comment div.vcard { font:normal 16px georgia,times,serif; } */
ol.comment-list li.comment div.vcard cite.fn { font-style:normal; }
ol.comment-list li.comment div.vcard cite.fn a.url {}
ol.comment-list li.comment div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 1em 1em 0; }
ol.comment-list li.comment div.vcard img.avatar-32 {}
ol.comment-list li.comment div.vcard img.photo {}
ol.comment-list li.comment div.vcard span.says {}
ol.comment-list li.comment div.commentmetadata {}
ol.comment-list li.comment div.comment-meta { font-size:9px; }
ol.comment-list li.comment div.comment-meta a { color:#ccc; }
ol.comment-list li.comment p { font-size:11px; margin:0 0 1em; }
ol.comment-list li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.comment-list li.comment div.reply { font-size:11px; }
ol.comment-list li.comment div.reply a { font-weight:bold; }
ol.comment-list li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.comment-list li.comment ol.children li {list-style: none;}
ol.comment-list li.comment ol.children li.alt {}
ol.comment-list li.comment ol.children li.bypostauthor {}
ol.comment-list li.comment ol.children li.byuser {}
ol.comment-list li.comment ol.children li.comment {}
ol.comment-list li.comment ol.children li.comment-author-admin {}
ol.comment-list li.comment ol.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.comment-list li.comment ol.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.comment-list li.comment ol.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.comment-list li.comment ol.children li.depth-5 {}
ol.comment-list li.comment ol.children li.odd {}
ol.comment-list li.even { background:#fff; }
ol.comment-list li.odd { background:#f6f6f6; }
ol.comment-list li.parent { border-left:5px solid #111; }
ol.comment-list li.thread-alt { }
ol.comment-list li.thread-even {}
ol.comment-list li.thread-odd {}