/**********
Development
***********

Theme Name: Lebenswelt
Theme URI: http://fiatinsight.com
Version: 3
Author: Andrew Haines & Ben Zumdahl
Description: Project-facing styles; open-ended for new additions and overwrites to core stylizations
*/


/* --- Typography & Design --- */

	/* Highlighting */

	::selection {background: #fff2a8;}
	::-moz-selection {background: #fff2a8;}


	/* Selectors */

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #222;
		}

	h1 {
		font-size: 24px;
		padding: 0 0 10px;
		line-height: 1.2em;
		}

	h2 {
		font-size: 20px;
		padding: 0 0 5px;
		}

	h3 {
		font-size: 20px;
		padding: 0 0 5px;
		}

	h4 {
		font-size: 20px;
		padding: 0 0 5px;
		}

	h5 {
		font-size: 18px;
		padding: 0 0 5px;
		}

	h6 {
		font-size: 16px;
		padding: 0 0 5px;
		}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}
	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {}

	p,.p {
		margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.4em;
		color: #444;
		font-weight: 300;
		font-family: 'Oxygen', helvetica, arial, sans-serif;
		}

	p small {
		font-size: 14px;
		color: #888;
		}

	/* Mod for Bootstrap buttons correction */
	.btn p {margin-bottom: 0;}


	/* Main Loop Styling */

	.listing:nth-child(even) {
		background: #faf9f5;
		}

	#content-list p {
		margin: 5px 0 0;
		}

	#content-list h2 {
		/*font-size: 24px;*/
		padding: 0;
		margin: 0 0 3px;
		}

	#content-list a:hover h2 {
		color: #fbc751;
		}

	#content-list .post-type {
		font-size: 16px;
		text-align: right;
		margin: 0;
		padding: 5px 0 0;
		color: #888;
		}

	#content-list .byline {
		text-align: right;
		margin: 0 0 5px;
		padding: 0;
		font-size: 16px;
		color: #222;
		}

	#content-list .agriculture {
		background: #336633;
		color: #fff;
		padding: 4px;
		text-transform: uppercase;
		font-weight: 700;
		}

	#content-list .stewardship {
		background: #336699;
		color: #fff;
		padding: 4px;
		text-transform: uppercase;
		font-weight: 700;
		}

	#content-list .rural {
		background: #fbc751;
		color: #fff;
		padding: 4px;
		text-transform: uppercase;
		font-weight: 700;
		}

	#content-list .crl {
		background: #04B4EF;
		color: #fff;
		padding: 4px;
		text-transform: uppercase;
		font-weight: 700;
		}


	/* Objects */

		/* Type */

		.primary { color: ;}

		.secondary { color: ;}

		.tertiary { color: ;}

		b, strong {
			color: #141414;
			font-weight: bold;
			}

		em { font-style: italic; }

		small { font-size: 80%; }

		.lead {
			font-size: 130%;
			font-weight: 200;
			text-shadow: none;
			}

		.big {
			font-size: 170%;
			text-shadow: none;
			}

		.subtle {
			font-size: 90%;
			opacity: .8;
			}

		.short {
			margin: 0;
			padding: 0;
			line-height: 1em;
			}

		.spaced { line-height: 140%; }

		.white {
			color: #fff;
			text-shadow: none;
			}

		.black {
			color: #333;
			text-shadow: none;
			}

		sub,
		sup {
			position: relative;
			font-size: 75%;
			line-height: 0;
			vertical-align: baseline;
			}

		sup { top: -0.5em; }

		sub { bottom: -0.25em; }


		/* Design */

		hr {
			margin: 18px 0;
			border: 0;
			border-top: 1px solid #eeeeee;
			border-bottom: 1px solid #ffffff;
			}

	.social-icons img {
		float: left;
		width: 50px;
		margin: 0 5px;
		}

	/* Lists */

	ol {list-style:decimal}
	ul {list-style:square;}

	.hentry ul, ol{ margin-left:25px; margin-bottom: 1em;}

	ul.styled {
		list-style: none;
		color: #999;
		line-height: 1.4em;
		font-size: 18px;
		font-weight: 200;
		}

	ul.styled > li:before {
		content: "»";
		margin-right: 10px;
		}


	/* Blockquotes */

	blockquote {
		padding: 20px 20px 20px;
		margin: 30px 0 30px;
		border-left: 5px solid #336633;
		}

	blockquote p {
		color: #666;
		margin-bottom: 18px;
		font-weight: 300;
		font-size: 16px;
		line-height: 22.5px;
		}

	blockquote small {
		display: block;
		line-height: 18px;
		color: #999999;
		}

	blockquote small:before {
		content: '\2014 \00A0';
		}

	blockquote.pull-right {
		float: right;
		padding-right: 15px;
		padding-left: 0;
		border-right: 5px solid #eeeeee;
		border-left: 0;
		}

	blockquote.pull-right p,
	blockquote.pull-right small {
		text-align: right;
		}

	q:before,
	q:after,
	blockquote:before,
	blockquote:after {
		content: "";
		}


	/* Links */

	a {
		text-decoration:none;
		color: #336699;
		}

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

	a:active {
		color: #FE6960;
		background: transparent;
		text-shadow: none;
		}

	.hentry a:hover{text-decoration: none;}

	.transparent a:hover {opacity: 0.5;}

	.inline-link {
		display: inline-block;
		margin: 0 0.2em;
		padding: 0 3px;
		background: #97CAF2;
		border-radius: 2px;
		transition: all 0.3s ease-out;

		/* Font styles */
		text-decoration: none;
		font-weight: bold;
		color: white;
		}

	.inline-link:hover   { background: #53A7EA; }
	.inline-link:active  { background: #C4E1F8; }

	a:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
		}


/* --- Site Layout --- */

	/*** General ***/

	body {
		background: #f0e6b9;
		background: #faf9f5;
		background-image: url('//catholicrurallife.s3.amazonaws.com/wp-content/uploads/town.png');
		background-repeat: repeat-x;
		background-position: bottom center;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		}


	/*** Objects ***/

	.buffer { padding: 20px; }

	.shadow-soft { box-shadow: 0 0 15px #888; }

	.shadow-hard { box-shadow: 0 0 10px #222;}


	/*** Banner ***/

	#banner {
		background: transparent;
		background-image: url('//catholicrurallife.s3.amazonaws.com/wp-content/uploads/farm.png');
		background-position: 0 0;
		background-repeat: repeat-x;
		background-attachment: fixed;
		margin: 0;
		padding: 20px 0;
		}

	.headline {
		color:#000;
		padding: 0px 0px;
		opacity: .5;
		}

	.headline h1 a {
		color:#fff;
		font-size: 45px;
		text-shadow:1px 1px #777;
		float:left;
		line-height:1em;
		}

	.site-description {
		font-size:25px;
		float:left;
		margin:0px;
		color:#fff;
		}


	/*** TitleBar ***/

	#titlebar {
		background: #3F88AD;
		opacity: .8;
		border-bottom: 0px solid #eee;
		padding: 0 15px;
		box-shadow: 0 0 35px #444;
		}

	#titlebar h1 {}

	#titlebar h2 {}


	/*** Footer ***/

	#footer  {
		background: transparent;
		padding: 30px 0 170px;
		}

	.fcol{
		float: left;
		display:inline;
		margin-left: 0px;
		}



/* --- Navigation --- */

	/*** General ***/

	.dropdown-menu {
		z-index: 1200; /*keep dropdown menu on top on post page*/
		margin-top: 0;
		}


	.dropdown-menu > li > a {
		font-size: 16px;
		text-align: left;
		}

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #fff;
		text-decoration: none;
		background-color: #fbc751;
		}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background-color: #336699;
		}




	ul.topnav>li.dropdown>.dropdown-menu .dropdown-menu {
		left: 100%;
		top: 0;
		display: none;
		}

	ul#menu-main-1>li.dropdown:hover>.dropdown-menu {
    	display: block; /*enable dropdown menu on hover*/
	 }

	 ul#menu-main-1>li.dropdown>ul>li.dropdown:hover>.dropdown-menu {
    	display: block; /*enable dropdown menu on hover*/
	 }

		.dropdown:hover>.dropdown-menu {
    	display: block; /*enable dropdown menu on hover*/
	 }

	li.menu-right .dropdown-menu {
		right: 0 !important;
		left: inherit;
		}



	.topnav > li.open {
		background: transparent;
		}


	/*** Navigation ***/

	#navigation {}

	.navfloater.affix {
		top: 0;
		width: 100%;
		z-index: 4000;
		}


	/*** Navbar ***/

	/*** Huge Nav ***/

	.hugenav {
		font-size: 30px;
		margin: 100px 0 0;
		}

	.hugenav a {
		color: #fff;
		text-shadow: 0 0 8px #555;
		opacity: .6;
		}

	.hugenav li {
		display: inline-block;
		padding: 20px;
		border-top: 10px solid transparent;
		}

	.hugenav li:hover, .hugenav .current {
		border-top: 5px solid #777;
		}

	.hugenav > li a:hover,
	.hugenav > li a:active,
	.hugenav > li a:focus {
		text-decoration: none;
		}


	/*** Top Nav ***/

	.topnav {
		text-transform: uppercase;
		font-size: 16px;
		margin: 0;
		}

	.topnav a {
		color: #eee;
		opacity: 1;
		}

	.topnav > li {
		color: #fff;
		display: inline-block;
		padding: 15px 20px;
		}

	.topnav > li a:hover,
	.topnav > li a:active,
	.topnav > li a:focus {
		text-decoration: none;
		}


/*** Side Nav ***/

	ul.page-list {
		list-style-type: none;
		}

	ul.page-list .page_item {
		font-size: 18px;
		padding: 10px 20px;
		margin: 0;
		}

	ul.page-list .page_item a {
		color: #888;
		padding: 20px;
		font-family: 'Mate', georgia, serif;
		opacity: 1;
		}

	ul.page-list .page_item a:hover {
		color: #368052;
		}

	.menu > li, ul.page-list .page_item {
		background: #faf9f5;
		border-bottom: 1px solid #ddd;
		}

	.menu > li.current-menu-item, , ul.page-list .current_page_item {
		background: #30456e;
		border-bottom: 1px solid #fff;
		}

	.menu > li.current-menu-item a, ul.page-list .current_page_item a {
		color: #fbc751;
		}

	/*** Side Nav ***/

	.sidenav {
		font-size: 14px;
		margin: 0;
		list-style: none;
		border: 1px solid #ddd;
		background: #faf9f5;
		}

	.sidenav li {
		border-bottom: 1px solid #ddd;
		padding: 15px 10px;
		border-left: 3px solid transparent;
		}

	.sidenav li:nth-child(even) {
		background: transparent;
		}

	.sidenav li a {
		border-color: #343F82;
		border-bottom: none;
		border-left: 3px solid transparent;
		}

	.sidenav li:hover {
		border-left: 3px solid #ffe03d;
		background: #fff;
		}

	.sidenav li.current_page_item {
		background: #fff;
		border-left: 3px solid #a61f38;
		}


/* --- Content --- */

	/*** General ***/

	#contentcontainer {
		background: #fff;
		}


	/*** Partial ***/

	.partial-sidebar.affix {
		top: 107px;
		}

	.partial-sidebar {
		width: 170px;
		padding-left: 20px;
		}


	/*** Pages & Posts ***/

		/* General */

		#maincontent {
			background: ;
			padding: 15px 0;
			}

		.copy {padding: 25px 30px 0px 30px;}

		.pagetitle {
			}

		.post{
			background: transparent url('') repeat left top;
			clear: both;
			overflow: visible;
			}

		/* Images */

		img {
			max-width: 100%;
			vertical-align: middle;
			display: block;
			height: auto;
			border: 0;
			-ms-interpolation-mode: bicubic;
			/* Mimics Bootstrap responsive images for entire site */
			}

		img .border {
			border-image:url("images/frame.png") 30 repeat;
			-o-border-image:url("images/frame.png") 30 repeat;
			-moz-border-image:url("images/frame.png") 30 repeat;
			-webkit-border-image:url("images/frame.png") 30 repeat;
			border-width: 30px;
			}

		.rounded { border-radius: 8px; }

		.circle { border-radius: 25%; }

		.inset { box-shadow: inset 0 0 7px 4px rgba(255,255,255,.5); }

		/* Blog */

		.blog #maincontent,
		.single #maincontent {}

		.blog .postwrap,
		.single .postwrap {
			background: rgba(255, 255, 255, 0.9);
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1000;
			position: relative;
			}

		.single .copy {
			background: transparent;
			padding: 20px 60px;
			}

		.single .post-title {
			padding-top: 20px;
			padding-bottom: 10px;
			}

		.metabar {
			background: transparent url('') top left no-repeat;
			padding: 5px 10px 5px 0;
			margin: 0;
			opacity: .9;
			}

		.metabar a {color: #0F2B59;}

		.metabar em {
			border-left: 0px solid #eee;
			border-right: 0px solid #eee;
			background: transparent;
			color: #444;
			font-size: 16px;
			font-style: normal;
			padding: 5px 0;
			line-height: 2.2em;
			}

		.post-excerpt {}

		.post-title {margin-bottom: .4em;}

		.post-title h2{
			font-size: 35px;
			line-height: 1em;
			text-transform: none;
			letter-spacing: -.02em;
			padding: 0 0 7px;
			}

		.post-title h2 a {color: #556270;}
		.post-title h2 a:hover {color: #999; text-decoration: none;}

		.post-nav {
			clear: both;
			padding:20px 20px 5px 20px;
			font-size: 11px;
			position: relative;
			}

		.post-nav a,
		.post-nav a:visited {
			color: #999;
			text-decoration: none;
			}

		.post-nav a:hover {
			color: #000000;
			text-decoration: none;
			}

		.post-nav .previous a {
			float: left;
			display: block;
			padding-left: 24px;
			}

		.post-nav .next a {
			float: right;
			display:block;
			padding-right: 24px;
			text-align: right;
			}

		.post-header {
			width: 355px;
			float: left;
			display: inline; /* IE HACK */
			}

		.post-header.post-nothumb {width: 100%;}

		.thumb.left img {margin-right:23px;}

		.thumb img {display:block; margin:0 0 0.8em;}

		.author-info {padding: 15px;}

		.author-info small {color: #999;}

		.author-info h3{
			text-transform: capitalize;
			font-size: 26px;
			}

		.pic {text-align: left}
		.pic img {float:left}

		.post-author {margin: 0 0 1em;}

		.author-details {font-size: .85em;}

		.author-descr {display: table; height: 1%;}

		.auxilary a {font-variant: small-caps;}

		.auxilary a {color: #999;}

		.post .entry {
			margin-bottom: 1em;
			padding: 1em 0;
			border-top: 1px solid #eee;
			}

		.post-footer {
			height: 0px;
			padding: 10px 30px 6px;
			overflow: hidden;
			border-bottom: 0px solid #ccc;
			text-shadow: #fff 0 1px 0;
			font-size: 1em;
			}

		.post-footer.pfooterdark {
			padding-top: 0px;
			padding-bottom: 0px;
			line-height: 42px;
			}

		.post-footer a{
			color: #444;
			font-variant: small-caps;
			letter-spacing: 2px;
			}

		.post-footer .left {line-height: 38px;}

		.post-footer .left span {
			background: url(../images/comment_count_bg.png) no-repeat center left;
			font-weight: bold;
			font-size: 15px;
			text-align: center;
			padding: 3px 0 8px 0;
			width: 33px;
			margin-right: 6px;
			display: inline-block;
			line-height: 32px;
			text-shadow: #fff 0 1px 0;
			color: #aaa;
			}

		.post-footer .right {padding: 9px 0 0;}

		.post-footer .right span {line-height: 21px;}

		.post-footer img {margin: 0 0 0 2px;}

		.tags {font-style: italic; color: #777;font-size: 10px;}

		.post.sticky {
			border:5px solid #eee;
			}


		/* Comments */

		.page .nocomments {display:none;}

		h3 #comments-title {
			background: url(../images/icons/comment.png) no-repeat 0px 3px;
			padding-left: 20px;
			clear: both;
			}

		#respond h3 {
			background: url(../images/icons/edit.png) no-repeat 0px 6px;
			padding-left: 22px;
			clear: both;
			}

		#commentform { margin-top: 10px; }

		#commentform label {
			font-weight: bold;
			color:#666;
			font-size: 100%;
			padding-left: 5px;
			}

		#commentform small {
			font-size: 90%;
			}

		#commentform input {
			padding: 5px;
			display: block;
			max-width: 100%;
			}

		#commentform textarea {
			background: #FFF;
			width: 95%;
			height: 140px;
			}

		#respond {margin: 20px 0;}

		ol ul #commentform textarea {width: 90%;}

		#commentform textarea:focus, #commentform input[type="text"]:focus {
			border: solid 1px #999;
			}

		#commentform .form-submit{margin-bottom: 2em;}
		#commentform #submit {display: inline;}

		.form-allowed-tags {font-size: .85em;}
		.form-allowed-tags code {color: #777;display: block;font-size:10px;}

		.nocommentform {display:none}

		.commentlist {
			list-style-type:none;
			margin: 10px 0px 10px 18px;
			line-height: 130%;
			padding-left:45px;
			}

		.commentlist li{
			padding: 10px;
			}

		.commentlist ul.children {list-style-type: none;margin: .7em;}
		.commentlist ul.children .even {background:#fff;}
		.commentlist .alt {
			background: #F4F4F4;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			}

		.commentlist cite {
			font-weight: bold;
			font-style: normal;
			font-size: 110%;
			}

		.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
		.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
		.commentlist .comment-meta {
			margin-bottom: 5px;
			display: block;
			font-size: 87%;
			}

		.commentlist .comment-meta  a{
			color: #999999;
			}

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

	/*** Sidebar ***/

	#sidebar {
	 	background: transparent;
		padding: 25px;
		position:relative;
		}

	#widgets{
		}

	#widgets ul {
		list-style: none;
		}

	.widget {
		background: transparent;
		margin-bottom: 20px;
		}

	h3.wtitle {
		display: none;
		}



/* --- Interactive --- */

	/*** Gravity Forms - Make sure to turn off GF Styling ***/

	.gform_validation_container {display: none;}

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

	.gform_wrapper li { margin-bottom: 15px; }

	.gform_wrapper form { margin-bottom: 0; }

	.gform_wrapper .gfield_required { padding-left: 1px; color: #b94a48; }

	.ginput_container input, .ginput_container select, .ginput_container textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }

	.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
		color:#999
		}

	.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
		color:#999
		}

	.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
		color:#999
		}

	.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
		color:#999
		}

	.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) }

	.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea { cursor: not-allowed; background-color: #eee }

	textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea { height: auto }

	.ginput_container textarea { height: auto }

	.gform_button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-color: #428bca; border: 1px solid transparent; border-color: #357ebd; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none }

	.gform_button:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }

	.gform_button:hover, .gform_button:focus { color: #333; text-decoration: none }

	.gform_button:active, .gform_button.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) }

	.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button { pointer-events: none; cursor: not-allowed; opacity: .65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none }

	.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { color: #fff; background-color: #3276b1; border-color: #285e8e }

	.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button { background-image: none }

	.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active { background-color: #428bca; border-color: #357ebd }

	.gform_wrapper .gfield_error .gfield_label { color: #b94a48 }

	.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea { color: #b94a48; background-color: #f2dede; border-color: #eed3d7 }

	.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus { border-color: #b94a48; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(185,74,72,0.6) }

	.validation_error { padding: 15px; margin-bottom: 20px; color: #b94a48; background-color: #f2dede; border: 1px solid transparent; border-color: #eed3d7; border-radius: 4px }

	.validation_error h4 { margin-top: 0; color: inherit }

	.validation_error .alert-link { font-weight: bold }

	.validation_error>p, .validation_error>ul { margin-bottom: 0 }

	.validation_error>p+p { margin-top: 5px }

	.validation_error hr { border-top-color: #e6c1c7 }

	.validation_error .alert-link { color: #953b39 }

	#gforms_confirmation_message { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px }

	#gforms_confirmation_message h4 { margin-top: 0; color: inherit }

	#gforms_confirmation_message .alert-link { font-weight: bold }

	#gforms_confirmation_message>p, #gforms_confirmation_message>ul { margin-bottom: 0 }

	#gforms_confirmation_message>p+p { margin-top: 5px }

	input[type="file"] {border: none; box-shadow: none;}

	.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {margin-left: 2px;}

	.ui-datepicker-trigger {display: inline;}

	.ginput_container input[type="radio"], .ginput_container input[type="checkbox"] {height: auto; padding: 0;}

	/*** Carousel Fade alternative to slide  ***/

	.carousel-fade .item {
		opacity: 0;
		-webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        }

	.carousel-fade .active {
        opacity: 1;
        }

	.carousel-fade .active.left,
	.carousel-fade .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
        }

	.carousel-fade .next.left,
	.carousel-fade .prev.right {
        opacity: 1;
        }

	.carousel-control.left, .carousel-control.right {
		background: none;
		}

	.carousel-caption {
		bottom: 0;
		background: #000;
		opacity: 0.7;
		left: 0;
		width: 100%;
		}

	.carousel-caption p {
		margin-bottom: 0;
		font-size: 130%;
		color: #fff;
		}

/* --- General Elements --- */

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
		}

	.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
	.center, .textcenter {text-align: center;}
	.alignleft {float: left;margin:0 1.4em .4em 0;}
	.left {	float: left; }
	.textleft {text-align: left;}

	.alignright {float: right;margin:0 0 .4em 1.4em;}
	.right { float: right; }
	.textright {text-align:right;}

	.clear {clear:both;}

	.block{display:block;}

	.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.fix{display:inline-block;}
	* html .fix{height:1%;}
	.fix{display:block;}

	.pad_small{padding: 8px;}
	.pad_big {padding: 15px 20px;}

	.hide {display:none;}

	.affix {position: fixed;}

	.page-nav {padding: 15px;}
	.page-nav .previous-entries {float: left;}
	.page-nav .next-entries {float: right;}

	body.logged-in.admin-bar .navbar-fixed-top {
		top: 32px !important;
		}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../images/icons/glyphicons-halflings-regular.eot');
  src: url('../images/icons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../images/icons/glyphicons-halflings-regular.woff') format('woff'), url('../images/icons/glyphicons-halflings-regular.ttf') format('truetype'), url('../images/icons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

button.navbar-btn {
position: absolute;
margin: 0 15px !important;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border: 0;
padding: 15px 30px 20px !important;
font-size: 16px;
text-transform: uppercase;
font-weight: 300;
color: #fff;
z-index: 4000;
}

.head-social img {
	width: 40px;
	display: inline-block;
	}

.head-social {
	text-align: right;
	}

.pointer:hover {cursor: pointer;}

.banner-image {
	position: relative;
	background-image: url('//catholicrurallife.s3.amazonaws.com/wp-content/uploads/farm-silos.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	}

body.post-type-archive-magazine .banner-image, body.single-magazine .banner-image {
	background-image: url('//catholicrurallife.s3.amazonaws.com/wp-content/uploads/magcover.jpg');
	}

body.post-type-archive-news .banner-image {
	background-image: url('//catholicrurallife.s3.amazonaws.com/wp-content/uploads/Country-Road.png');
	}


body.post-type-archive-event .banner-image {
	background-image: url('https://s3.amazonaws.com/catholicrurallife/wp-content/uploads/Mountain-Sunset.png');
	}

h1.banner-title {
	color: #fff;
	font-size: 30px;
	padding: 10px 20px;
	background: rgba(0,0,0,0.6);
	border-top: 5px solid #368052;
	margin-top: 210px;
	max-width: 1200px;
	text-align: center;
	}

.green {
	background-color: #336633;
	}

.red {
	background-color: #940904;
	}

.blue {
	background-color: #336699;
	}

.yellow {
	background-color: #fbc751;
	}

.border-green {
	border-top: 5px solid #336633 !important;
	}

.border-yellow {
	border-top: 5px solid #fbc751 !important;
	}

.border-blue {
	border-top: 5px solid #336699 !important;
	}

.topic-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	transition: color 1s;
	margin: 10px 0 5px;
	}

.topics h3:hover {
	color: #000;
	}

.topics p {
	color: #fff;
	padding: 0;
	margin: 0 !important;
	font-size: 16px;
	}

.buff {
	padding: 10px 20px 20px;
	}

#content-list {
	border-bottom: 1px solid #ddd;
	}

.caret {
	display: none;
	}

ul.topnav li.menu-item-904 {
	background: #336699;
	position: absolute;
	margin-left: 40px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 3000;
	}

	.gallery-item {
		display: inline-block;
		margin: 20px;
		}

	.gallery-item img {
		box-shadow: 1px 1px 1px #777;
		}

h2.impact-title {
font-size: 28px;
margin-bottom: 20px !important;
}

.event-listing img {
	float: right;
	}

.event-listing h2 {
	font-size: 26px !important;
	}

.event-header p {
	text-align: center;
	color: #fff;
	margin: 0 !important;
	}

.event-body p {
	text-align: center;
	color: #000;
	font-size: 60px;
	margin: 0 !important;
	font-weight: 700;
	letter-spacing: 2px;
	}

.event-header {
	background-color: #e74c3c;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 10px 20px;
	}

.event-body {
	background-color: #fff;
	padding: 10px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #ddd;
	border-top: none;
	min-height: 100px;
	}

body.home .listing img, .related-item img {
	border-radius: 50%;
	margin: 20px 0 0 5px;
	width: 62px;
	height: 62px;
	}

.related-item {
	padding: 10px 0;
	border-top: 1px solid #ddd;
	}

.related-item:first-child {
	border: none;
	padding-top: 0;
	}

.related-item h2 {
	margin: 10px 0 10px;
	padding: 0;
	}
