/*
Theme Name: TSA-Masonic-Green
Theme URI: http://themegrill.com/themes/masonic/
Author: TheSimpleAnswers
Author URI: http://thesimpleanswers.com
Description: Fusion of ThemeGrill's Masonic and GreenIdea
Version: 1.2.8
License: GNU General Public License v2 or later

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
		5.1 Links
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
		10.1 Header
		10.2 Posts and pages
		10.3 Comments
		10.4 Asides
		10.5 Filter and Pagination
		10.6 Footer
11.0 Infinite scroll
12.0 Media
		12.1 Captions
		12.2 Galleries
13.0 Responsive
--------------------------------------------------------------*/


/*-------------------------------------------------------------
Colors:
Blue: #539ff3
Green: #579700
little Darker Green: #457800
Lighter Green: #457800
Lightest Green: #78ab32
*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* 	body {
background: #416f0b; /* Fallback for when there is no custom background color defined. * /
	background-repeat: repeat;
	background-image: none;
background-image: linear-gradient(#539FF3 65%, #416E05);
background-image: -webkit-linear-gradient(#539FF3 65%, #416E05);
background-image: -moz-linear-gradient(#539FF3 10%, #539FF3 10%, #416E05 80%);
background-repeat: no-repeat; 
}*/
.wrapper {
	width:966px;
	margin:0 auto;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:hover, a:active, a:focus {
	outline: 0;
  text-decoration: none;
}
a img, .post img {
	border: 0;
	transition: all 0.3s cubic-bezier(0.83, 0.08, 0.88, 0.51) 0s;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	color: #646464;
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, i {
	margin:5px;
/* 	text-transform:uppercase;
	display:block; */
}
blockquote {
	border-left: 2px solid #579700;
	font-style: italic;
	padding: 0 0 0 1.5em;
}
em {
	font-style: italic;
	text-transform: none;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 65%;
}
big {
	font-size: 125%;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:18px;
}
h6 {
	font-size:14px;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin:-3px 0 25px 23.5%;
	opacity: 0.22;
}
.underline {
	background: none repeat scroll 0 0 #579700;
	height: 5px;
	margin: 20px 0 0;
	width: 23.5%;
}
ul, ol {
	margin: 0px 0px 1.5em 3em;
}
.comment-list > ul, .comments-area > ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
	overflow: hidden;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
.button {
	color: #416E05;
}
.button:hover{
	color:#1d1d1d;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: none repeat scroll 0 0 #2A9500;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 0;
	/* text-transform: uppercase; */
	width: 100%;
	border-radius: 50px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #217600;
	color: #fff;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background: #217600;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
}
.navigation input[type="text"]:focus {
	color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #333;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 15px;
	width:100%;
}
input[type="search"] {
	box-sizing: border-box;
	width: 100%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
iframe {
  display:block;
  border:none;
}
#ifrm-footer {
  margin-bottom: -10px;
  border:0;
  bottom:0;
  position: relative;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.floats{
z-index: 10000000;
opacity: .9;
color: #eaf0fd;
background: #68b500;
cursor: pointer;
border-radius: 10px;
border-color: #508e00;
}
.floats:hover{
background-color: #68b500;
}

#notice{left: 20px; opacity: .9; bottom: 30px;z-index: 10000001; color: #fff;padding: 20px; width: 408px; overflow: hidden;border-radius: 20px;border: 1px solid #E3C57E;text-align: left;font-size: 16px;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);}
#notice a{color:#fff}
#cookie-notice{z-index:10000001}
#cookie-notice .btn{color: #fff;font-size: 14px;border-radius: 20px;}
#notice p{color: #fff;line-height: 17px;margin-bottom: 10px}
#notice button{background-color:#3585E6;font-size: 14px;width:auto;}
#notice button:hover, #notice button:active, #notice button:focus{color:#fff}
#notice ul{margin-left:20px;margin-bottom:10px}
#cookie-notice{min-width:auto}
#changeCookieSetting{position: absolute;padding: 20px;}
#btnSetting{background-color: #416e05;padding: 7.5px 12px;border-color: transparent}

.main-menu {
	width: 1166px;
	margin: 0 auto;
}
.menu-box {
  float: right;
}
.current_page_item {
  background-color: #539ff3;
}
nav ul {
  margin: 0;  
}
nav li {
	display:block; /*changed from inline-block to block because of the error: inline-block is ignored due to the float. */
	float: left;
}
nav li a {
	color: #FFF;
	display: inline-block;
	line-height: 36px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  min-height: 15px;
}
nav li a:hover {
	color:#fff;
  background-color: #539ff3;
  border-bottom: 0;
}
nav li:hover ul a {
	background: #262626;
	color:#fff;
}
nav li:hover ul a:hover, ul a:focus, ul a:active {
	background: #539ff3;
	color:#fff;
  border-bottom: 0;
}
nav li ul {
	display: none;
	margin: 0;
}
.sub-menu li a {
	display: block;
	font-size: 14px;
	max-width: 300px;
	padding:2px 10px;
	text-align: left;
}
nav li ul li {
	display: block;
	float: none;
	z-index:5000;
	min-width: 200px;
	margin-bottom: 0;
}
nav ul ul a:hover {
	left: 300px;
  color:#fff;
}
nav ul li a:hover + .sub-menu, nav .sub-menu:hover {
	display: block;
	z-index:5000;
}
#masonic .current_page_item a, #masonic .current-menu-item a {
	color:#fff;
  background-color: #539ff3;
}
nav ul ul ul {
	left: 200px;
	max-width: 200px;
	top: auto;
	margin:-40px 0 0;
}
nav .show-menu {
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 19px 0 0;
	display: none;
	border-bottom:solid 1px;
	cursor:pointer;
}
nav input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	line-height:20px;
	display: block;
}
#masonic-toggle {
	display:none;
	position: absolute;
	opacity: 0;
}
#masonic-toggle-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	height: 50px;
	left: 21px;
	position: relative;
	top: 8px;
	width: 50px;
	z-index: 9999;
}
.page-content .masonic-search {
	border: 1px solid #f2f2f2;
}
.sb-search-res {
	display: none;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #457800;
	text-decoration: underline;
	text-decoration-color: #d1e3a3;
}
a:hover, a:focus, a:active {
	color: #076136;
  border-bottom: 1px dotted #076136;  
}
.catagory-type a:hover {
	color: #579700;
}
.reply {
	 /*background: none repeat scroll 0 0 #ccc;*/
	 margin-left: 50px;
	 padding: 10px;
	 width: 100px;
}
.reply:after{
	color: #333;
	display: inline-block !important;
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 5px;
	text-align: center;
	width: 1em;
}
.reply:after{
	content: "\f122";
}
.edit-link{
	display: none;
}

#CTA-buttons button{
	width: 33%;
}
/*--------------------------------------------------------------
6.0 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:hover, .screen-reader-text:active, .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: 1.4rem;
	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 */
}
/*--------------------------------------------------------------
7.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: 0 auto;
}

.pf-content .alignleft {
	padding-right: 20px;
	padding-bottom: 20px;
}
.pf-content .alignright {
	padding-left: 20px;
	padding-bottom: 20px;
}

.pf-content .centerimgs {text-align: center;} 
.pf-content .centerimgs img {display:inline-block}

/*--------------------------------------------------------------
8.0 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;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 svg icons
--------------------------------------------------------------*/
.svg-icons-lg {
width: 30px;
height: 30px;
}
.svg-icons {
width: 15px;
height: 15px;
margin-top: 2px; margin-right: 2px;
}
.icons-md svg {
width: 20px;
height: 20px;
}
/*--------------------------------------------------------------
9.1 widgets
--------------------------------------------------------------*/
.says {
	 display: none;
}
.widget {
	/* margin: 0 0 1.5em; */
	margin:0;
	padding: 0;
	padding-top:10px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-title {
	background: none repeat scroll 0 0 #4B97ED;
	border-left: 3px solid #69AFFC;
	margin-bottom: 20px;
}
.widget-title h3 {
	padding:10px;
	margin:0 0 25px;
	color:#fff;
}
.widget ul, .widget ol {
	list-style: outside none none;
	margin: 0 15px;
}
.widget ul li, .widget ol li{
	display: block;
  padding-bottom: 10px;
}
.widget select{
	padding: 5px 10px;
	margin: 10px;
}
.widget .menu {
	width: 100%;
}
.secondary .widget figure{
	overflow: hidden;
}
.widget li ul, .widget li ol {
	margin: 0 0 0 10px;
}
.widget .menu {
	width: 80%;
	float: none;
}
.widget .tagcloud {
	margin:0 20px 20px ;
	padding-bottom: 20px;
}
.tagcloud a {
	font-size: 14px;
	line-height: 27px;
	margin:0 5px 0 0;
}
.widget_recent_entries li:before, .widget_recent_comments li:before {
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	color: #579700;
	font-family: 'fontawesome';
	font-size: 14px;
	/* vertical-align: middle; */ /* removed due to error with display block */
}
.widget_recent_entries li:before {
	content: "\f1da";
}
.widget_recent_comments li:before {
	content: "\f086";
}
.widget_rss .rss-date, .widget_rss cite {
	display: block;
}
.widget_nav_menu a, .widget_nav_menu a li a, .widget_pages a, .widget_pages a li a {
	display: block;
	padding:0px 0 0 5px;
	margin-bottom: 3px;
}
.rsswidget img{
	float: left;
	margin: 7px 10px;
}
.rsswidget{
	color: #fff;
}
.widget_rss li a{
	color: #6a6a6a;
}
.widget_rss li a:hover{
	color: #FFC800;
}
#wp-calendar {
	width: 90%;
	margin-left:25px;
}
.wp-caption {
	overflow:hidden;
}
footer .widget {
	color: #fff;
}
footer .blog-post{
	background: none;
	box-shadow: none;
}
.textwidget {
	padding:0 20px 20px;
}
.textwidget img {
	margin:10px 0 0;
}
.widgets .alignnone {
	overflow: hidden;
}
/*--------------------------------------------------------------
9.2 Search
--------------------------------------------------------------*/

.masonic-search-toggle .masonic-search {
	border-bottom: 1px solid #333;
	z-index: 999;
}
.masonic-search > input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	/* font-size: 18px; */
}
.searchform > .masonic-search > input {
	/* font-size: 18px; */
  border: 1px solid #E4E4E4;
  background: white;
  color: black;
}
.primary .masonic-search > input[type="text"] {
	color:rgb(73,73,73);
	border: 1px solid #f2f2f2;
}
.span-menu {
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
}
.sb-search {
	right: 1.25%;
	top: 3px;
}
.sb-search-input {
	position: absolute;
	top: 0px;
	right: 0px;
	border: medium none;
	outline: medium none;
	background: none repeat scroll 0% 0% #FFF;
	width: 100%;
	margin: 0px;
	z-index: 10;
	padding: 20px 75px 20px 20px;
	font-family: inherit;
	color: #2C3E50;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}
.sb-search-input:-moz-placeholder {
	color: #efb480;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.sb-search i {
	color: #fff;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	color: #fff;
/*   background-color: #539ff3; */
	z-index: 999;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 300px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
	background: #333;
	color: #fff;
	z-index:9999;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 9999;
}
.masonic-search-toggle {
	background: none repeat scroll 0 0 #eef4e5;
	display: none;
	height: 148px;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #579700;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#article-block {
	width:100%;float:left;
}
#article-search{
	width:20%;float:left;
}

.primary {
	float: left;
	margin-right: 4%;
	background-color: #fff;
	/*width: 64.67%;*/
}
.secondary {
	width:100%;
	float:left;
}
.secondary article{
	width: 19%; float:left; margin-right: 1%;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 1.6% 1.2%;
}
.primary > .hentry {
	margin: 0 0 3.2%;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-summary {
	margin: 20px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.1 Header
--------------------------------------------------------------*/
#top {
/*	background-color: #EEEEEE;*/
/*   background-image: url('img/green.jpg'); */
/*   background-size: cover; */
	background-color: #539FF3;
	background-repeat: no-repeat;
	padding: 0; /*4px 0 50px 0;*/
	margin: 0;
  height: 50%;
}
#top .container {
	padding: 0 20px;
  color: #fff;
  font-size: 12pt;
  background: transparent;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px rgba(194,194,194,1);
}
/* logo */
#logo {
	margin: 0;
}
#logo h1 {
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 0;
}
#logo h1 a{
  color: #fff;
  font-size: 45px;
  text-decoration: none;
  font-weight: normal;
}
#logo h1 a:hover{
  border-bottom: none;
}
#logo h3 {
  color: #fff;
  font-weight: normal;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 10px;
}

.navbar {
	width: 100%;
  left: 0;
  z-index: 4;
  margin-bottom: 0;
  border: 0;  
  background-color: #559301;
  background-color: rgba(255,255,255,0.2);
/*  margin-top: 35px;
  margin-bottom: 5px;
   position: absolute; 
  top: 150px;*/
/*   background-color: #559301;
  background-image: linear-gradient(to bottom, #579700, #427200);
  background-repeat: repeat-x;
  border-color: #427200 #427200 #325600;
  min-height: 40px;   */
}
.fa-search.fa {
color: #457800;
margin: 0;
}
.navbar form {
  display:inline-block
}
.search-box {
    padding-top: 5px;
    position: relative;
    z-index: 5;
}
input[name="s"]{
  width: 150px;
  padding: 10px;
  line-height: 22px;
}
input[name="s"]:focus {
  color: #333;
/*   border: none; */

}
.interaction li {
  display: inline;
  padding-left: 20px;
}
.interaction li a {
	padding: 0;
	line-height: 0;
}
.interaction li a:hover {
  background-color: transparent;
  border-bottom: 0;
}
.fa{
  color: #fff;
  font-size: 16px;
}
.interaction .masonic-search {
  width: 200px;
}
.interaction .subscribe {
  width: 300px;
}
.interaction small {
  color: #fff;
  font-weight: bold;
  width: 50px;
}
/* #btn-donate {
  margin-left: 20px;
} */
/* .site-header {
	background: none repeat scroll 0 0 #fff; 
  background-size: cover;
}*/
.header-image {
	overflow: hidden;
	min-height: 150px;
	text-align: center;
}
.site-branding {
	width: 100%;
	position: absolute;
  top: 150px;
}
.site-header-text {
	bottom: 150px;
	position: relative;
}
.logo-img-holder {
	float: left;
	margin: 20px 20px 0 0;
}
.logo-img-holder img {
	width: 100px;
	height: 100px;
}
.main-header {
	margin: 5px 20px 0 0;
	float: left;
}

.main-header a {
	color: #fff;
}
.main-header a:hover {
	color: #fff;
  border-bottom: 0;
}
.site-description {
	font-size: 18px;
	color: #fff;
	margin: -10px 0 0;
}
.site-content {
	width:84%;
	padding:28px 0;
	margin: 0 auto;
	background-color: #fff;
}
.angled-background {
	background: none repeat scroll 0 0 black;
	height: 1000px;
	margin: -503px -741px;
	opacity: 0.5;
	transform: rotate(37deg);
	width: 100%;
}

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.blog-header {
	/*background: none repeat scroll 0px 0px #eef4e5;*/
	background: none repeat scroll 0px 0px #539ff3; 
	font-weight: bold;
	padding: 15px 0 15px;
}
.blog-site-title {
	/* float: left; */
	/* margin-left: 20px; */
	margin-bottom: 20px;
}
.blog-site-title h1,
.blog-site-title h2{
	/*color: #223c00;*/
	 color: #fff; 
	font-size: 22px;
}
.blog-post {
	background: #fff;
	/* box-shadow: 0 0 7px 0 rgba(194, 194, 194, 1);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1); */
	margin-bottom: 30px;
	width: 100%;
}
.pf-content p, .pf-content strong, .pf-content em, .pf-content li, .pf-content table, .pf-content th, .pf-content td {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	color: #646464;
}


.pf-content a, .pf-content small, .pf-content sup, .pf-content li, .pf-content span, .pf-content div {
	font-family: 'Times New Roman', Times, serif;
}
.pf-content > small, .pf-content > sup, .pf-content > li {
	color: #646464;
}

.pf-content a {
	font-size: 18px;
}


.pf-content h3, .pf-content h3 * {
font-family: "Eras Bold ITC", "Eras ITC", sans-serif;
font-weight: 600;
color: #539FF3;
}

.pf-content h3 {
font-size: 20px;
line-height: 30px;
padding-bottom: 10px;
}

.pf-content p.small *  {
font-size: 90% ;
}
.pf-content p.small a {
font-weight: 600;
}

.pf-content table {
border-collapse: collapse;
table-layout: fixed;
width: auto;
}

.pf-content p.list-header  {
margin-bottom: 10px;
}

.pf-content table, .pf-content th, .pf-content td  {
border:1px solid #000;
}

.pf-content th, .pf-content td {
padding:5px 10px
}

.pf-content th {
font-weight: 600;
}
.pf-content ul {
margin-left: 30px;
list-style: circle;
}

.pf-content ul li:not(:last-child), .pf-content ol li:not(:last-child) {
  margin-bottom: 15px;
}

.pf-content .compact li:not(:last-child) {
  margin-bottom: 8px;
}
    
/* .pf-content blockquote {
  padding: 10px;
  margin: 20px;
  font-size: inherit;
  margin-left: 50px;
  margin-left: 50px;
  background-color: rgba(204, 238, 255, 0.14);
  margin-bottom: 20px;
  border: 1px dashed #b9d6df;
	font-style: normal;
}

.pf-content blockquote.nonverse {
	background-color: transparent;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;

}


.pf-content .verse-highlight{
  margin-right: 20px;
  padding: 0 30px 0 0;
	margin-bottom: 0;
} */

.post figure a:hover img, .blog-post figure a:hover img {
	opacity: 0.8;
	transform: scale(1.1);
}
.error404 > .primary{
	text-align: center;
	background: red;
}
.post {
	background: #fff;
	/*
	-webkit-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	*/
}
.post-container-col {
float:left;
}
/* .post-container-col > .post-container {
min-height: 350px;
} */
.row-masonry {
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    column-width: 15em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.row-masonry-item {
    display: inline-block;
    width: 100%;
}
#container.wide{
	width:100%;
}
.post-container {
	/* width: 30%;
	 * /
	height: 350px;/ * 550px; */
	/* float: left; */
	background-color: #f9f9f9;
	box-shadow: 0 0 7px 0 #c2c2c2;
	border-radius: 0;
	background: 0 0;
	/* padding: 19px; */
	margin-bottom: 20px;
	
}

.post-container figure {
	float: left;
	width: 50%;
	padding: 0 20px;
}
.banner {
width: 96.4%;
height: auto;
text-align: center; 
background-color: #f1f7ff;
}
.banner-title {
font-size: 18px;
font-weight: 700;
color: #646464;
line-height: 30px;
box-shadow: 0 0 7px 0 #c2c2c2;
border-radius: 0;
background: 0 0;
}
.entry-info, .entry-content {
	line-height: 30px;
	padding: 10px 15px ;
	color: #646464;
}
.entry-title {
	padding: 20px 20px 20px;
	word-wrap: break-word;
 /*  background: #BCD4B4;
  background: linear-gradient(bottom, rgba(255,255,255,1), #C8DED3);
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,1), #C8DED3);
  background: -moz-linear-gradient(bottom, rgba(255,255,255,1), #C8DED3); */
  
}

.entry-title a {
color: #2560A6;
text-decoration: underline;
text-decoration-color: #c4d5ea;
text-decoration-thickness: 1px;
font-size: 20px;
font-weight: 700;
/* color: #539ff3; */
}
.entry-title a:hover {
border-bottom: none;
}
.post-header .entry-title, .post-header .entry-info, .post-header .entry-content {
	line-height: 30px;
	padding: 20px 0 0 15px;
}
.post h2 a, .tg-one-third h2 a {
	font-weight:bold;
}
/* .entry-title {
	border-bottom:thin solid #eaeaea;
} */
.sticky {
	border:1px solid #579700;
}
.entry-author:before, .entry-date:before, .entry-standard:before {
	margin:0 5px 0 0;
}
.last {
	margin-right:0;
}
.post-header > .entry-info {
	font-size: 14px;
	float:none;
}
.post-header .entry-author, .post-header .entry-standard, .post-header .entry-date, .post-header .entry-tag {
	color: #579700;
	margin:5px 10px 5px 0;
}
.catagory-type {
	margin: 10px auto 20px;
}
.catagory-type a {
	background: none repeat scroll 0 0 #333;
	color: #fff;
	padding: 3px 10px 5px;
	margin-top:10px;
}
.wider-web-top {
	color: #fff;
	float: left;
	margin: -18px 16px;
	position: absolute;
	z-index: 99;
}
.post-header > figure {
	float: right;
	padding: 0;
	width: 75%;
}
.entry-info {
	float: left;
	font-size: 14px;
	width: 100%;
}
.entry-author, .entry-standard, .entry-date, .entry-tag {
	color: #579700;
	/* float: left; */
	margin:5px 10px 5px 0;
}
article .post.shown, .no-js article .post, .no-cssanimations article .post {
	opacity: 1;
}
.post-header > .entry-info-horizantol {
	float: left;
	font-size: 14px;
	width: 100%;
}
.post-header > .entry-info-horizantol .catagory-type {
	float:left;
	margin-right:25px;
}
.entry-info-horizantol .entry-author, .entry-info-horizantol .entry-standard, .entry-info-horizantol .entry-date {
	color: #579700;
	float: left;
	margin:17px 10px 5px 0;
}
.no-sidebar-content-centered {
	text-align: center;
}
.content-centered {
	text-align: center;
}
.content-centered > #comments, .no-sidebar-content-centered  > #comments {
	text-align: left;
}
.no-sidebar-full-width .hentry, .no-sidebar-content-centered .hentry {
	margin: 0 0 3.2%;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments {
	background: none repeat scroll 0 0 #f1f1f1;
	margin-bottom: 20px;
	padding: 20px;
}
.comments-title {
	margin-bottom: 10px;
	color: #333;
	padding: 5px 0 10px;
	border-bottom: 1px solid;
}
.comments-area > ol {
	list-style-type: none;
}
.comments-area .children {
	list-style-type: none;
	margin-left: 30px;
}
.comment-meta {
	margin-bottom: 5px;
}
.comment-author .avatar {
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
}
.comment-content {
	margin-left: 60px;
	background: #fff;
	margin-bottom: 5px;
}
.comment-content p {
	margin-bottom: 5px;
}
.comment-content table {
	width: 80%;
}
.comment-content p, .comment-content blockquote, .comment-content address, .comment-content li, .comment-content dl, .comment-content table, .comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin-left: 20px;
}
.reply {
	margin-left: 50px;
}
.comment-body {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor > .comment-body .fn:before {
	content: "Author: ";
}
.comment-awaiting-moderation {
	margin-left: 50px;
	border:  1px solid;
	margin: 10px 0 10px 60px;
	width: 86%;
	padding: 5px 15px 7px;
	background: #333;
	color: #fff;
}
.comments-area .form-submit {
	width: 165px;
}
.comment-content {
	padding: 10px 0 14px 0;
}
.pingback-content {
	padding: 0px 0 24px 0;
}
.comment-meta, .comment-reply-link {
	margin-right: 10px;
	width: 50%;
}
.comment-reply-link {
	margin-left: 10px;
}
.fn {
	font-style: normal;
}
.comment-reply-link, .comment-meta a, .fn a, .pingback a {
	text-decoration: none;
}
.comment-reply-link:hover, .comment-meta a:hover, .fn a:hover, .pingback a:hover {
  border-bottom: 1px dotted #78ab32;  
}
.author-box {
	min-height: 120px;
	padding: 23px 20px 20px;
}
.author-box-wrap {
	float: right;
	width: 80%;
}
.author-box > figure {
	float: left;
	margin-right: 2%;
	width: 17%;
}
.author-box img {
	border-radius: 50%;
	height: 120px;
}
.author-box li {
	display: inline;
	margin: 0 20px 0 0;
}
.author-box-wrap h2 {
	margin: 0 0 15px;
}
.author-box-wrap > ul {
	margin: 0;
}
.nav-previous {
	float: left;
	margin-right: 10px;
}
.nav-next {
	float:right;
	margin-top: 20px;
}
.reply-count span {
	font-size: 14px;
	margin-right: 14px;
}
.reply-count a {
	font-size: 14px;
	color:#FFC800;
}
.author-links {
	padding: 5px;
	margin-right: 20px;
	font-size: 20px;
}
/*--------------------------------------------------------------
10.4 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: block;
}
/*--------------------------------------------------------------
10.5 Filter and Pagination
--------------------------------------------------------------*/
.breadcrums {
	float: right;
	margin-left: 20px;
	font-size: 13px;
	font-weight: normal;
}
.breadcrums span {
	color:#FFC800;
}
.breadcrums .post {
	background: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.breadcrumb {
	margin: 0 auto;
	padding: 15px 0;
	/* border: 1px solid #ddd; */
  background: #539ff3;
/*   background: rgba(255,255,255,1);
  background: linear-gradient(bottom, rgba(255,255,255,.1), rgba(188, 212, 180,.4));
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,.1), rgba(188, 212, 180,.4));
  background: -moz-linear-gradient(bottom, rgba(255,255,255,.1), rgba(188, 212, 180,.4));
  box-shadow: 0px 0px 7px 0px rgba(194,194,194,1); */
  border-radius: 0;
}
.breadcrumb > div > ul {
  padding: 0;
  margin: 0;
}
.breadcrumb > div > ul > i {
	font-size: 15px;
}
.breadcrumb > div > ul > li {
	/* text-shadow: 0 1px 0 #579700; */
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
  display: inline-block;
}
.breadcrumb > div > ul > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > div > ul > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 16px;
	height: 16px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > div > ul > li >a {
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
}
.breadcrumb > div > ul > li > h1 {
	color: #fff; 
	font-size: 22px;
  font-weight: bold;
}
/*--------------------------------------------------------------
10.6 Footer: Removed formatting because it was iframed
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.7 Added css
--------------------------------------------------------------*/
.not-found {
	background: #fff;
	padding: 20px;
}
.extra-hatom-entry-title {
	display: none;
}
.gallery-images {
	margin: 0;
}
/* .page {
	background: #fff; 
	-webkit-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
}*/
.not-found.post-container {
	width: 100%;
}

#modal_timed{
position: fixed;
bottom: 0;
right: 100px;
display: none; /* Hidden by default */
z-index:10000000;
box-shadow: -2px 12px 20px 4px rgba(0,0,0,0.26)
}

/* The Modal */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 10000000; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal a {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.modal_close {
	background: #4d4d4d;
	border-radius: 40px;
	padding: 0 25px 0 25px;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal_close_timed {
	background: #4d4d4d;
	border-radius: 40px;
	padding: 0 25px 0 25px;
  position: absolute;
  top: -15px;
  right: -5px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index:3;
  cursor:pointer
}
.modal_close:hover,
.modal_close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.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%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	padding:0 10px 5px 25px;
	color: #ccc;
	background: #333;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 0 auto 15px;
}
.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
	margin: 0 auto;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

/* Remove the updated class from entry meta */
/*.entry-info .entry-date {
  display: none;
}*/
.entry-info .entry-date .updated {
  display: none;
}
.entry-date a {
  float: right;
  display: block;  /*changed from inline-block to block because of the error: inline-block is ignored due to the float. */
  /* vertical-align: middle; */  /* removed due to error with display block */
  line-height: 4px;
}
.entry-date a .entry-date {
	color: #6a6a6a;
}
.entry-date a .entry-date:hover {
	color: #579700;
}

/* WP-PageNavi Support */
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #579700;
}

/* WooCommerce */
.woocommerce .star-rating span {
    font-family: star;
}

nav.woocommerce-pagination ul li a {
    color: #333;
}

/* splash */
.splash-page {font-size:20px}
.splash-page .container {padding: 0 100px}
.splash-page .odd{background-color:#D2E9FA}
.splash-page .row {text-align:center; margin:0}
.splash-page .row p, .splash-page .row ul {text-align:left}
.splash-page .even{background-color:#C9E1BC}
.splash-page .even p{margin-bottom:0}
.splash-page .even img{padding-bottom:20px; padding-top:20px}
.splash-page .row ul{margin-left:0}
.splash-page img{padding-bottom:0px}
.splash-page p{color:#404040}

.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}

.show-me{
font-size: 25px;
font-weight: 600;
color:#2c8805;
font-stretch: condensed;
margin-bottom: 20px;
display: inline-block;
}
.show-me-key{
color: #C1DEFF;
font-weight: 600;
}
.show-me-buttons{
background-color: #2A9500;
padding: 10px;
color:#fff;
text-decoration: none;
font-size: 20px;
border-radius: 5px;
margin-bottom: 20px;
}
.show-me-buttons:hover{
border-bottom: none;
color:#fff;
background-color: #217600;
}




/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/
@media screen and (max-width:500px) {
	.pf-content img{
		display: block !important;
		float:none !important;
	}
}


@media screen and (max-width:768px) {


  .pf-content h3 {
    line-height: 1.5;
    padding-bottom: 10px;
  }


	.blog-post .entry-content {
		padding: 10px;
	}

}




@media screen and (max-width: 1280px) {
	#article-block {
		width:100%;display:block
	}
	#article-search {
		width:100%;display:block
	}
	.wrapper {
		width:94%;
		margin:0 auto;
	}
  .navigation {
    width: 90%;
  }
  .menu {
    width: 40%;
    margin: 0 10px 0 10px;
  }
	.site-content {
		width: 90%;
	}

}
@media screen and (max-width: 1060px) {
}
@media screen and (max-width: 997px) {
  .search-box {
    width: 200px;
	}
	
	.secondary .post{
		width: 32.2%;
	}
	#symbolisms {
		clear:both
	}

	#CTA-buttons button{
		width: 40%;
	}

	.site-content {
		padding-left:50px;
		padding-right:50px;
	}

	.post {
		width:100%;
		margin:20px 0;
		padding:0;
		border: 1px solid transparent;
	}
	.row-masonry .post {
		margin:10px 0;
	}

	/* .post-container-col{
		width: 47%;
		margin: 0 1%;
	} */
}
@media screen and (max-width: 800px) {
	#logo h1 {
	float: left;
	font-size: 50px;
	line-height: 60px;
	/*font-size: 46px;*/
	word-break: break-all;
	margin-bottom: 0;
	top:0;
	}
	.menu-box {
	float: right;
	}
	.menu {
	width: 57%;
	right: -8px;
	}
	.interaction #btn-donate {
	padding-top: 15px;
	}

	.site-branding {
	padding: 0 0 0 30px;
	width: 100%;
	top:50px;
	}
	.site-header-text {
	bottom: 20px;
	/*margin: 0 30px;*/
	position: absolute;
	}
	.main-header {
	float: left;
	margin: 5px 20px 0 0;
	position: absolute;
	height: 20px;
	top: 5px;
	}

	/* nav {
	height: 52px;
	} */
	.sb-search {
	float: right;
	height: 50px;
	min-width: 50px;
	overflow: hidden;
	position: relative;
	transition: width 0.3s ease 0s;
	width: 0;
	margin: 5px 0;
	}
	.sb-icon-search {
	right: 10px;
	}
	.angled-background {
	background: none repeat scroll 0 0 black;
	height: 1000px;
	margin: -500px -741px;
	opacity: 0.5;
	transform: rotate(55deg);
	width: 100%;
	}
	.sb-search {
	display: none;
	}
	.sb-search-res {
	display: block;
	}
	.masonic-input {
	width: 98%;
	}
	.submenu {
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position: absolute;
	}
	.sub-menu li a {
	max-width: 100%;
	padding:2px 0 2px 25px;
	}
	.sub-menu ul ul {
	margin: 0;
	padding: 0;
	}
	#masonic-toggle-label {
	display:block;
	}
	#masonic-toggle-label:before {
	display: block;
	height: 2px;
	width: 24px;
	left: 13px;
	top: 18px;
	color: #fff;
	-moz-transition:all 1s cubic-bezier(.75, 1.81, .87, -0.5) 0s;
	transition:all 1s cubic-bezier(.75, 1.81, .87, -0.5) 0s;
	}
	#masonic {
	position: fixed;
	top: 0;
	left:-300px;
	height: 100%;
	width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	background: #333;
	}
	#masonic-toggle:checked ~ #masonic-toggle-label {
	height: 100%;
	width: calc(100% - 300px);
	}
	#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
	left: 300px;
	}
	#masonic-toggle:checked ~ #masonic {
	left: 0px;
	}
	#masonic-toggle:checked ~ #page-content {
	margin-left: 300px;
	}
	/* Menu item styles */
	#masonic ul {
	list-style-type:none;
	}
	/* .post {
	width:46.8%;
	} */
	.blog-post {
	width: 100%;
	}
	.meta-info {
	margin: 65px 0 0;
	}
	.catagory-type {
	position: absolute;
	}
	.catagory-type a {
	position: relative;
	z-index: 999;
	}
	.catagory-type a:hover {
	color:#579700;
	}
	.post-header > figure, .post-header .entry-info {
	width: 100%;
	margin-bottom:10px;
	}
	.primary, .secondary {
	width:100%;
	}
	.post-header > .entry-info-horizantol {
	float: left;
	font-size: 14px;
	width: 100%;
	}
	.entry-info-horizantol .entry-author, .entry-info-horizantol .entry-standard, .entry-info-horizantol .entry-date {
	color: #579700;
	float: left;
	margin:5px;
	}
	.comments-area .form-submit {
	width: 100%;
	}
	.splash-page .container {padding-left: 50px; padding-right:50px}

	.secondary .post{
		width: 49%;
	}
	#symbolisms {
		clear:none
	}
	#coolest {
		clear:both;
	}
	.site-content {
		padding-left:20px;
		padding-right:20px;
	}

}
@media (min-width: 800px) and (max-width: 992px) {.container {width: 790px;}}

@media screen and (max-width: 767px) {
  .menu-box {
    float: right;
    width: 100%;
  }
  .search-box {
    padding-top: 10px;
  }
	#logo h1 {
		font-size: 35px;
	}
  #logo h3 {
    margin-top: 40px;
  }
  .menu {
    width: 100%;
  }
  .interaction {
    top: 10px;
    width: 85%;
  }
  .interaction li {
    float: left;
  }
  .interaction #btn-donate {
    padding-top: 8px;
  }
/*   input[name="s"] {
    padding: 8px;
  } */


  .button {
    /* background-color: #539ff3; */
    width: 50px;
    /* color: #fff; */
  }
  /* .button:hover{
    background-color: #539ff3;
    color:#1d1d1d;
  } */
  
  .navbar-header .button {
      background-color: transparent;
  }
  .menu-box ul li {
    display:block;
    float: none;
    text-align: right;
  }

  .menu-box ul li a {
    display: block;
    text-align: right;
  }

}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px){
	.modal-content {
			width: 100%;
	}
}

@media screen and (max-width: 600px) {
	#masthead .masonic-search>input {
		font-size: 14px;
		width: 140px
	}
	.wrapper {
		width:94%;
		margin:0 auto;
	}
	.header-image {
		min-height: 0;
	}
  .main-header{
    top:0;
  }
	#logo h1 {
		 font-size: 40px;
		 word-break: break-all;
	}
	#logo h1 a {
		text-align: center;
	}
	#logo h3 {
		display: none;
	}
	.submenu li{
		position: relative;
		display: block;
		width: 100%;
		margin-left: 20px;
	}
  .button {
    background-color: transparent;
    width: 50px;
  }
  /* .navbar-header {
  } */
	#masonic-toggle:checked ~ #masonic-toggle-label {
		height: 100%;
		width: 50px;
	}
	#masonic-toggle:checked ~ #masonic-toggle-label, #masonic-toggle:checked ~ header {
		left: calc(100% - 50px);
	}
	#masonic-toggle:checked ~ #masonic {
		width: calc(100% - 50px);
	}
	#masonic-toggle:checked ~ #page-content {
		margin-left: calc(100% - 50px);
	}
	.masonic-search-toggle .masonic-search {
		width: 96%;
	}
  /*#masthead .masonic-search > input {
		font-size: 12px;
    width: 100px;
	}
  .masonic-search {
    width: 150px;
  } */
  #btn-donate {
    margin-left: 10px;
  }
	.inner-wrap{
		width: 100%;
	}
	.angled-background {
		display: none;
	}
	.primary, .secondary {
		width:100%;
		padding:10px 0;
	}
	.post-content li {
		margin-left: 10px;
		text-align: start;
	}
	.tg-one-third {
		float: left;
		margin: 3% 0;
		width: 100%;
	}

	.author-box-wrap {
		width: 100%;
	}
	.author-box > figure {
		width: 100%;
		text-align: center;
	}
	.author-box img {
		height: 120px;
		width: 120px;
	}
	.comment-meta, .comment-reply-link {
		margin-right: 10px;
		width: 100%;
	}
	.masonic-search-toggle {
		height: auto;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:25%;
	}

	nav li > a {
		font-size: 18px;
	}
	.splash-page .container {padding-left: 40px; padding-right:40px}  


	.secondary .post{
		width: 99%;
	}
	#symbolisms {
		clear:none
	}
	#coolest {
		clear:none;
	}
	#CTA-buttons button{
		width: 99%;
	}


	/* .post-container-col{
	width: 100%;
	} */

}

@media screen and (max-width:480px){
	.wrapper {
		width:98%;
		margin:0 auto;
	}

	#notice{width: 100%;left: 0}
	.span-menu {margin-left: 10px;}
	#masthead .masonic-search>input {
	font-size: 13px;
	width: 130px
	}
	#modal_exit{display:none}
	#modal_timed{left: 0}
	.search-box {
	padding-top: 15px;
	}
	#logo h1 a {
	font-size: 28px;
	line-height: 24px;
	word-break: break-all;
	}
	.interaction li {
	padding-left:10px;
	}
	.interaction .masonic-search {
	width: 170px;
	}
	/*   input[name="s"] {
	padding: 5px;
	width: 160px;
	} */

	.header-image {
	min-height: 0;
	}
	.site-header-text {
	bottom: 30px;
	}
	.navigation {
	margin: 0;
	}
	.comment-content {
	background: none repeat scroll 0 0 #fff;
	padding: 10px;
	margin: 0;
	}
	.reply {margin: 0}
	.comments-area .children {margin-left: 0}
	.splash-page .container {padding-left: 0; padding-right:0}
	.splash-page img{width:85%}
	.splash-page{font-size:18px}

	.site-content {
		padding-left:0;
		padding-right:0;

	}

	.blog-post .entry-content {
		padding-left: 0;
		padding-right: 0;
	}
	.row-masonry-item .entry-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 420px) {
  .search-box {
    width: 180px;
  }
  .interaction {
    left:-10px;
  }
  .interaction .masonic-search {
    width: 150px;
  }
/*   input[name="s"] {
    padding: 5px;
    width: 140px;
    font-size: 14px;
  } */
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width:33.33%;
	}
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
	/* .post-container-col > .post-container {
		min-height: unset;
	} */

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
	/* .post-container-col > .post-container {
	min-height: 350px;
	} */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
	/* .post-container-col > .post-container {
		min-height: 360px;
	} */

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
	/* .post-container-col > .post-container {
		min-height: 400px;
	} */

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}




#btn-back-top, #btn-back-top.active {
	visibility: hidden;
	position: fixed;
	opacity: 0;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 20px;
	padding: 10px;
	border-radius: 50px;
	width: 50px;
	text-align: center;
	transition: all 0.4s;
  color: #fff;
  background-color: #2b9800;
	border: 1px solid #fff;
}

#btn-back-top.active {
	visibility: visible;
	opacity: 1;
}

.btn{padding:7.5px 12px;font-size:12px;border:none;white-space:normal;border-radius:20px}
.btn:active{ box-shadow: none;}
.btn-emphasize {color: #fff;text-shadow: 0 -1px 0 rgba(0,0,0,.25);background-color: #2b9800;background-image: linear-gradient(to bottom,#2b9800,#268800);background-repeat: repeat-x;border-color: #2b9800 #2b9800 #6ab64c}
.btn-emphasize:hover,.btn-emphasize:active,.btn-emphasize.active,.btn-emphasize.disabled,.btn-emphasize[disabled] {color:#fff;background-color: #2b9800;background-image: linear-gradient(to bottom,#227900,#1e6a00)}
