/**********
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
*/


/* --- Calendar Stylization --- */

.timely img, #ai1ec-container img {
	display: inline !important;
	}

.ai1ec-single-event .ai1ec-calendar-link {
	margin-left: 0 !important;
	}

.ai1ec-single-event .ai1ec-map {
	width: 95% !important;
	}

.ai1ec-single-event .ai1ec-event-details p {
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.4em;
	color: #888;
	font-weight: 300;
	font-family: 'Ovo', georgia, serif;
	}

.ai1ec-single-event .ai1ec-event-details span.glyphicon {
	margin-right: 5px;
	}

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

	/* Highlighting */

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


	/* Selectors */

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

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

	h2 {
		font-size: 26px;
		padding: 0 0 10px;
		line-height: 1.2em;
		}

	h3 {
		font-size: 30px;
		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: 'Muli', sans-serif;
		}

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

	/* Large intro paragraph for posts */
	.single .textcontent > p:first-of-type {
			font-size: 1.5em;
			color: #444;
			}

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


	/* 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;
			}

		.question {
			margin-left: 30px;
			padding-left: 20px;
			border-left: 4px solid #77B374;
			}

		.question-red {
			border-left: 4px solid #FA8282;
			}

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


	/* Lists */

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

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

	ul {
		font-size: 18px;
		}

	ul li {
		margin-bottom: 10px;
		}

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

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

	ol.styled > li {
		margin-bottom: 10px;
		}

	/* Blockquotes */

	blockquote {
		background: #f1f1f1;
		padding: 20px 20px 20px;
		margin: 30px 0 30px;
		border-left: 5px solid #ddd;
		border-right: 5px solid #afd9f9;
		box-shadow: 0 0 15px #ccc;
		}

	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: #60945D;
		}

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

	a:active {
		color: #FE6960;
		background: transparent;
		text-shadow: none;
		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: #fff;
		background-image: url('/wp-content/themes/Lebenswelt3/images/bg2.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		font-family: 'Muli', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 300;
		}

	body.page-id-999 {
		background: #fff;
		background-image: url('/wp-content/uploads/NW-web-banner-for-video.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		font-family: 'Muli', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 300;
		}

	body.page-id-997 {
		background: #fff;
		background-image: url('/wp-content/uploads/NW-web-banner-for-video.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		font-family: 'Muli', sans-serif;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 300;
	}

	body.blog, body.single-post {
		background-image: url('/wp-content/themes/Lebenswelt3/images/blog.jpg');
		}

	body.page-id-10 {
		background-image: url('/wp-content/themes/Lebenswelt3/images/about.jpg');
		}

	body.page-id-8 {
		background-image: url('/wp-content/themes/Lebenswelt3/images/advocate.jpg');
		}

	body.page-id-4, body.parent-pageid-4 {
		background-image: url('/wp-content/themes/Lebenswelt3/images/donate.jpg');
		}

	body.page-id-6, body.parent-pageid-6 {
		background-image: url('/wp-content/themes/Lebenswelt3/images/learn.jpg');
		}

	body.page-id-151, body.parent-pageid-151 {
		background-image: url('/wp-content/themes/Lebenswelt3/images/advocate.jpg');
		background-position: bottom center;
		}

	/*** Objects ***/

	.buffer { padding: 20px; }

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

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


	/*** Banner ***/

	#banner {
		background: transparent;
		margin: 0;
		padding: 10px 0;
		}

	.headline {
		color:#000;
		padding: 0px 0px;
		margin-top: 30px;
		}

	.headline h1 {
		/* color: #efb201; */
		color: #f2c864;
		font-size: 50px;
		text-shadow: 0px 1px 2px #9a8340;
		float:left;
		line-height:.9em;
		opacity: 0.8;
		padding: 15px;
		margin-bottom: 5px;
		background: #000;
		}

	.site-description {
		font-size:25px;
		font-family: georgia, sans-serif;
		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: 40px 0;
		}

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



/* --- Navigation --- */

	/*** General ***/

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


	/*** Navigation ***/

	#navigation {
		z-index: 2;
		}

	.navfloater.affix {
		top: 0;
		width: 100%;
		z-index: 4000;
		background: #fff;
		border-bottom: 1px solid #999;
		opacity: 0.9;
		}

	.internal-link:target {
		padding-top: 80px;
		}


	/*** Navbar ***/

	.navbar-header {
		background: rgba(255,255,255,0.8);
	}


	.navbar-inverse {
		background-color: transparent;
		border: none;
		}

	.navbar-inverse .navbar-nav>li>a {
		color: #13234b;
		}

	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		color: #13234b;
		}

	.navbar {
		margin-bottom: 0;
		border-radius: 0 !important;
		}

	.nav>li {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 22px;
		margin: 10px 0;
		}

	.nav>li>a {
		padding: 10px 55px;
		}

	.nav>li>a:first-child {
		padding-left: 0;
		margin-left: 0;
		}

	/*** Huge Nav ***/

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

	.hugenav a {
		color: #fff;
		text-shadow: 0 0 8px #555;
		font-family: 'Mate', georgia, serif;
		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 {
		font-size: 20px;
		margin: 0;
		}

	.topnav a {
		color: #eee;
		font-family: 'Alegreya Sans SC', helvetica, sans-serif;
		opacity: 1;
		}

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

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


	/*** Side Nav ***/


	.widget_nav_menu ul.menu {
		background: rgba(255,255,255,0.9);
		padding: 20px;
		}

	.widget_nav_menu ul.menu > li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		background: transparent;
		}

	.widget_nav_menu ul.menu .sub-menu {
		margin-top: 10px;
		}

	.widget_nav_menu ul.menu .sub-menu li {
		margin-left: 20px;
		}

	.widget_nav_menu ul.menu li.current-menu-item > a {
		color: #999 !important;
		}

	.widget_nav_menu ul.menu li.current-menu-item .sub-menu li a {
		color: #77B374;
		}

	.widget_nav_menu ul.menu li.current-menu-item .sub-menu li a:hover {
		color: #13234b;
		}

	.widget_categories ul {
		background: rgba(255,255,255,0.9);
		padding: 20px;
		}

	.widget_categories ul > li {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		background: transparent;
		}

	#text-6 {
		background: rgba(255,255,255,0.9);
		margin-bottom: 0;
		height: 60px;
	}

	#text-7 {
		background: rgba(255,255,255,0.9);
		margin-bottom: 0;
		height: 60px;
	}

	.menu > li {
		background: #eee;
		border-bottom: 1px solid #fff;
		}

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

	.menu > li.current-menu-item a {
		color: #fff;
		}

	ul#menu-primary li.current-menu-item a, ul#menu-primary li.current-page-ancestor a {
		color: #999;
		}

	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
		background: transparent;
		font-family: inherit;
		}

	#buy-sell {
		margin-top: 30px;
		}

	body.blog #buy-sell {
		margin-top: 9px;
		}

	body.single #buy-sell {
		margin-top: 0;
		}



	/*** Footer Nav ***/

	ul#menu-footer {
		list-style: none;
		list-style-type: none;
		text-align: center;
		}

	ul#menu-footer li {
		display: inline-block;
		float: none;
		background: transparent;
		padding: 0 20px;
		margin: 0;
		border-bottom: 0;
		border-right: 1px solid #fff;
		font-size: 16px;
		font-family: 'Mate', georgia, serif;
		}

	ul#menu-footer li:last-child {
		border-right: none;
		}

	ul#menu-footer li.current-menu-item {
		font-size: 16px;
		}

	ul#menu-footer li.current-menu-item a,	ul#menu-footer li a {
		color: #fff;
		}

	#footer img {display: inline-block; margin: 0 5px;}

	#footer img:hover {background: rgba(255,255,255,0.3);}



	/*** Sidebar Cards ***/


	.sidebar-card {
		background: #5F0E00;
		text-align: center;
		border-radius: 8px;
		}

	.sidebar-card img {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		}

	.sidebar-card p {
		color: #eee;
		font-family: 'Alegreya Sans SC', helvetica, sans-serif;
		}

	.sidebar-card a:hover {
		text-decoration: none;
		}

	.sidebar-card p.title {
		margin-top: 20px;
		font-size: 180%;
		margin-bottom: 5px;
		}

	.sidebar-card p.describe {
		font-style: italic;
		}

	.sidebar-card p.action {
		padding-bottom: 20px;
		text-transform: uppercase;
		font-weight: 700;
		}

	.sidebar-card hr {
		margin-left: 80px;
		margin-right: 80px;
		border-bottom: none;
		opacity: 0.8;
		}


	/*** Channel Feature Cards ***/

	ul.featured {
		margin-top: 40px;
		margin-bottom: 40px;
		}

	ul.featured > li.articlecard {
		background: transparent;
		opacity: .9;
		/* height: 500px; */
		}

	ul.featured li.articlecard:hover {
		opacity: 1;
		}

	li.articlecard .articlebody {
		background: #223355;
		padding: auto;
		box-shadow: 0 0 15px #555;
	    border-radius: 50%;
		height: 250px;
		width: 252px;
		transition: all .5s ease;
		}

	li.articlecard:hover .articlebody {
		border-radius: 8px 8px 0 0;
		}

	li.articlecard > .articlefooter, li.articlecard > .articlefooter p {
		visibility: hidden;
		height: 0;
		}

	li.articlecard > .articlefooter p {
		padding: 20px;
		color: #fff;
		}

	li.articlecard:hover .articlefooter,
	li.articlecard:hover .articlefooter p {
		visibility: visible;
		height: 200px;
		transition: all 1s ease;
		}

	li.articlecard h2, li.articlecard h2 a {
		color: #fff;
		font-size: 45px;
		line-height: 1.2em;
		font-family: 'Alegreya Sans', helvetica, sans-serif;
		text-decoration: none;
		margin-top: 80px;
		text-shadow: 0 0 3px #bbb;
		}

	li.articlecard h2, li.articlecard h2 a:hover {
		color: #fff;
		}

	li.articlecard hr {
		border-top: 1px solid #666;
		border-bottom: 1px solid #999;
		width: 40%;
		opacity: .4;
		}


	/*** Event Feature Cards ***/

	ul.mainevent {
		margin-top: 40px;
		margin-bottom: 40px;
		}

	ul.mainevent > li.eventcard {
		background: transparent;
		opacity: 1;
		height: 700px;
		}

	ul.mainevent li:hover {
		opacity: 1;
		}

	li.eventcard .articlebody {
		background: #fff;
		border-radius: 8px 8px 0 0;
		}

	li.eventcard > .articlefooter {
		padding: 20px;
		background: #030e3a;
		}

	li.eventcard > .articlefooter p {
		color: #fff;
		}

	li.eventcard h2, li.eventcard h2 a {
		color: #5F0E00;
		font-size: 45px;
		line-height: .9em;
		font-family: 'Alegreya Sans SC', helvetica, sans-serif;
		}

	li.eventcard h2, li.eventcard h2 a:hover {
		color: #f03611;
		}

	li.eventcard hr {
		border-top: 1px solid #222;
		border-bottom: 1px solid #666;
		width: 40%;
		}



/* --- Content --- */

	/*** General ***/

	#contentcontainer {
		background: transparent url('');
		}


	/*** Partial ***/

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

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


	/*** Pages & Posts ***/

		/* General */

		#maincontent {
			background: rgba(255,255,255,0.8);
			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); }


		.single img.alignleft {
			margin: 30px 30px 30px -80px;
			}

		.single img.alignright {
			margin: 30px -80px 30px 30px;
			}

		.single .postwrap img {
		    padding: 3px;
		    line-height: 1.428571429;
		    background-color: #ffffff;
		    border: 1px solid #dddddd;
		    border-radius: 4px;
			box-shadow: 0 0 5px #bbb;
			}


		/* Blog */

		.blog #maincontent,
		.single #maincontent {}

		.blog .postwrap,
		.single .postwrap {
			margin-bottom: 10px;
			overflow: visible;
			z-index: 1;
			position: relative;
			}

		.single .articleimage {
			height: 500px;
			background: #222;
			margin-left: -30px;
			margin-bottom: -270px;
			z-index: -1000;
			width: 110%;
			box-shadow: 0 -1px 15px #222;
			}

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

		.single .post-title {
			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 {
			font-family: 'Signika', helvetica, sans-serif;
			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: 1.2em;
			}

		.post-excerpt {}

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

		.post-title h2{
			font-family: 'Quando', helvetica, sans-serif;
			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;
			font-family:helvetica, arial, sans-serif;
			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;
			font-family: helvetica, arial, sans-serif;
			}

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

		#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;
			font-family: helvetica, arial, sans-serif;
			}

		.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-family:georgia, times;
			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;
			}

		table {
			border: 1px solid #ddd;
			width: 100%;
margin-bottom: 20px;
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
			}

			table>tbody>tr:nth-child(odd)>td, table>tbody>tr:nth-child(odd)>th {
background-color: #f9f9f9;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
border: 1px solid #ddd;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #ddd;
}

td p {
	margin-bottom: 0;
	}

	/*** Sidebar ***/

	#sidebar {
	 	background: transparent url('');
		padding: 0 30px 25px;
		position:relative;
		}

	#widgets{
		}

	#widgets ul {
		list-style: none;
		}

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

	h3.wtitle {
		display: none;
		}



/* --- Interactive --- */


	/*** Carousel ***/

	.carousel-indicators li {
		border: 3px solid #fff;
		}

	.carousel-indicators .active {
		background-color: #efb201;
		}


	/*** Gravity Forms ***/


	.field-background {
		background: #f4f7f7;
		}

	.gform_footer {
		display: block;
		}

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

	.gfield {
		margin: 0px 0;
		padding: 15px 0;
		}

	.gfield p {
		padding: 0 15px;
		}

	.gfield input {
		width: 97%;
		padding: 4px;
		}

	label.gfield_label {
		font-size: 20px;
		color: #444;
		margin: 0;
		padding: 0 15px;
		}

	.ginput_container {
		margin: 10px 0 0;
		padding: 0 15px;
		}

	.gform_button {
		margin: 0 15px;
		padding: 15px;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 5px;
		}

	ul.gfield_radio, ul.gfield_checkbox {
		list-style: none;
		margin: 0;
		}

	.gfield_radio > li {
		display: inline-block;
		background: #f4f7f7;
		padding: 5px 10px;
		margin: 5px;
		width: 40%;
		}

	.gfield_radio input {
		width: 15%;
		margin-left: 2px;
		}

	.gfield_radio > li > label {
		padding: 0 10px;
		}

	#ui-datepicker-div {
		background: #fff;
		}

	.gfield .ginput_complex > span {
		display: block;
		margin-bottom: 15px;
		}

	.gform_wrapper .top_label input.medium, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
		width: 100% !important;
		}

	.nav-tabs > li {
		padding-bottom: 0;
		}

	.donation .nav-tabs>li>a {
		padding: 10px 20px !important;
		}

	.donation .nav-tabs>li.active>a, .donation .nav-tabs>li.active>a:hover, .donation .nav-tabs>li.active>a:focus {
		color: #c9302c;
		}

	textarea {
		max-width: 100% !important;
		}

	.ginput_container label {
		display: block;
		}

	/*** 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;
        }

	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
		color: #999;
		}

	.related-side {
		max-width: 330px;
		width: 100%;
		}

	.related-side.affix {
		top: 80px;
		right: 30px;
		}

	.related-side p {
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		margin: 10px 0 0;
		}

	.related-author {
		font-size: 14px;
		}

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

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

	body.blog img.attachment-small, body.archive img.attachment-small {
		float: right;
		margin-left: 10px;
		}

	body.single img.avatar, body.blog img.avatar, body.archive img.avatar {
		border: 0;
		border-radius: 50%;
		width: 50px;
		display: inline;
		box-shadow: none;
		}

	#gform_widget-2 {
		padding: 20px;
		background: rgba(255,255,255,0.9);
		}

	#gform_widget-2 span.gform_description {margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.4em;
		color: #444;
		font-weight: 300;
		font-family: 'Muli', sans-serif;
		}

	#gform_widget-2 .gform_wrapper .gform_footer {
		padding: 0;
		margin: 0;
		clear: both;
		}

	#gform_widget-2 .gform_wrapper .gform_heading {margin: 0;}

	#gform_widget-2	.gfield_label {display: none;}

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

@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');
}


/* --- Login Page --- */

	body.login {
		border-top: 50px solid #ECBE13;
		border-bottom: 50px solid #ECBE13;
		}

	#login h1 a {
		background-image: url('../images/fiat-circle-logo.png') !important;
		background-size: 100% 100%;
		height: 300px;
		margin-bottom: -60px;
		}

 #field_9_1 label {
	display: none;
}

 #field_9_4 label {
  display: none;
}

 #field_9_3 label {
  display: none;
}

#field_9_5 {
	padding: 0;
}

#input_9_5 {
	padding-right: 0;
}

#input_9_5_3_container {
	margin-bottom: 0;
}

#input_9_5_6_container {
	margin-bottom: 0;
}

#field_9_5 label {
 display: none;
}

#gform_submit_button_9 {
	background: #13234a;
	color: #fff;
}

#input_9_5_3_container {
	width: 48.3%;
	float: left !important;
	margin-bottom: 30px;
}

#input_9_5_6_container {
	width: 48.3%;
	float: left !important;
	margin-bottom: 30px;
}

.woocommerce {
  margin: 0 0 1em;
  padding: 20;
  list-style: none;
  clear: both;
}

.wp-caption {
	max-width: 100% !important;
}

#input_12_1 {
	border: 1px solid #b5b4b4;
}

.gform_footer.top_label {
	padding-left: 16px;
}
