/*
Theme Name: Buxum child
Theme URI: https://buxum.ch
Author: Buxum Communication
Author URI: https://buxum.ch
Description: Custom theme made with love
Version: 2.97
Text Domain: buxum-child
Template: twentyseventeen
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	vertical-align: top;
	height: auto;
	max-width: 100%;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/******************** JASON ********************/

/********** FONTS **********/

/* Webfont: HelveticaNeueLT-Roman */@font-face {
	font-family: 'HelveticaNeueLT55Roman';
	src: url('fonts/Linotype-HelveticaLT55Roman.eot'); /* IE9 Compat Modes */
	src: url('fonts/Linotype-HelveticaLT55Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Linotype-HelveticaLT55Roman.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Linotype-HelveticaLT55Roman.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/Linotype-HelveticaLT55Roman.svg#HelveticaNeueLT-Roman') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

/* Webfont: HelveticaNeueLT-Bold */@font-face {
	font-family: 'HelveticaNeueLT55Roman';
	src: url('fonts/Linotype-HelveticaLT75Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/Linotype-HelveticaLT75Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Linotype-HelveticaLT75Bold.woff') format('woff'), /* Modern Browsers */
		 url('fonts/Linotype-HelveticaLT75Bold.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/Linotype-HelveticaLT75Bold.svg#HelveticaNeueLT-Bold') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

/********** /FONTS **********/

/********** ALL **********/

html,
input,
textarea{
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.466;
	color: #676c75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
.entry-content ul{
	line-height: 1.466;
	margin-bottom: 1.5em;
	text-align: justify;
}

.entry-content p:last-child{
	margin-bottom: 0;
}

.post-edit-link{
	padding-top: 1.5em;
	display: inline-block;
}

strong,
b{
	font-weight: bold;
}

em{
	font-style: italic;
}

.aligncenter{
	display: block;
	margin: auto;
}

a{
	color: #f39200;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

h1{
	color: #fff;
	font-size: 2.666em;
	padding-bottom: 0.75em;
	font-weight: bold;
	position: relative;
	margin: 4% auto;
}

h2{
	font-size: 2.133em;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.2;
}

h4,
h3{
	font-size: 1.466em;
	font-size: 1.466em;
	font-weight: bold;
	margin-bottom: 1em;
}

h4{
	color: #f39200;
}

h1:before,
.home .section > h2:before,
.home .section > .boxed > h2:before,
.post-type-archive-project #main > h2:before{
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	left: 15px;
	bottom: 0;
	height: 5px;
	background-color: #f39200;
}

h1.no-title:before,
.home .section > h2.no-title:before,
.home .section > .boxed > h2.no-title:before{
	display: none;
}

blockquote{
	font-size: 1.466em;
	color: #f39200;
	font-weight: bold;
	padding: 1.5em 0;
	border-bottom: 1px solid #f39200;
}

blockquote p{
	text-align: left;
}

.btn,
.navigation-top .menu-btn.menu-item a,
input[type=submit],
button,
.wpb_wrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.wpb_wrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.wpb_wrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
	font-size: 0.933em;
	color: #fff;
	font-weight: bold;
	border: 1px solid #f39200;
	line-height: normal;
	height: auto;
	overflow: hidden;
	background: -o-linear-gradient(61deg, #f39200, #ffb84c);
	background: linear-gradient(29deg, #f39200, #ffb84c);
	padding: 1em 2em;
	border-radius: 2.933em;
	width: auto;
	cursor: pointer;
	-webkit-transition: background-position 0.3s ease;
	-o-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
	background-size: 200% 100%;
	background-position: 0 0;
	text-decoration: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.btn:hover,
.navigation-top .menu-btn.menu-item a:hover,
input[type=submit]:hover,
button:hover,
.wpb_wrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.wpb_wrapper .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
	background-position: 100% 0;
	text-decoration: none;
}

.btn.secondary,
.navigation-top .menu-btn.menu-item.secondary a,
input[type=submit].secondary,
button.secondary{
	background: transparent;
	color: #676c75;
	border-color: #676c75;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.btn.secondary:hover,
.navigation-top .menu-btn.menu-item.secondary a:hover,
input[type=submit].secondary:hover,
button.secondary:hover{
	background-color: #676c75;
	color: #fff;
}

.btn.disabled,
.navigation-top .menu-btn.menu-item.disabled a,
input[type=submit].disabled,
button.disabled{
	pointer-events: none;
	opacity: 0.6;
}

#site-navigation .home-link a{
	font-size: 0;
	height: 7.462rem;
	line-height: 7.462rem;
	width: 176px;
	background: url('img/logo-impact.png') no-repeat center center;
	background-size: 176px 69px;
}

.mobile-home{
	display: none;
}

input,
textarea{
	padding: 1em;
	border-radius: 5px;
	background-color: #f8f9fa;
	border: 1px solid #676c75;
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

textarea{
	max-width: 100%;
}

input[type=checkbox]{
	width: auto;
}

input:focus,
textarea:focus{
	outline: none;
	border-color: #f39200;
}

label + input,
label + textarea,
label + select{
	margin-top: 0.5em;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #676c75;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #676c75;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #676c75;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #676c75;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #676c75;
}

.quarter,
.third,
.half{
	width: 48%;
	margin-right: 4%;
	float: left;
}

.quarter{
	width: 23.5%;
	margin-right: 2%;
}

.third{
	width: 32.4%;
	margin-right: 1.4%;
}

.post-type-archive-project .third:nth-child(3n),
.quarter.last,
.third.last,
.half.last{
	margin-right: 0;
}

.entry-content li{
	margin-bottom: 0.5em;
	padding-left: 0.7em;
	position: relative;
}

.entry-content li:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #f39200;
	vertical-align: top;
}

.slider{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 2em 0;
	text-align: center;
}

.slider-inner{
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.slider .slide{
	font-size: 1rem;
	white-space: normal;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.3s ease;
}

.slider .slide img,
.slider .slide iframe{
	width: 100%;
}

.slider .prev,
.slider .next{
	position: absolute;
	z-index: 8;
	top: 0;
	right: 0;
	top: 50%;
	margin-top: -40px;
	width: 45px;
	height: 80px;
	background: rgba(255, 255, 255, 0.6) url('img/ui/icon-chevron-right.png') no-repeat center center;
	background-size: 21px 24px;
	opacity: 0.4;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.slider .prev{
	right: auto;
	left: 0;
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}

.slider:hover .prev,
.slider:hover .next{
	opacity: 0.7;
}

.slider .prev:hover,
.slider .next:hover{
	opacity: 1;
}

.slider .dots{
	display: inline-block;
}

.slider .dots .dot{
	cursor: pointer;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #676c75;
	-webkit-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	margin: 0 4px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.slider .dots .dot.active,
.slider .dots .dot:hover{
	background-color: #f39200;
}

table{
	width: 100%;
}

table th,
table td{
	border: 1px solid #f39200;
	padding: 1em;
	vertical-align: middle;
}

table th{
	border: 2px solid #fff;
	border-bottom: 1px solid #f39200;
	background-color: #f4f4f4;
}

table tr:last-child th{
	border-bottom: 2px solid #fff;
}

.documents .document{
	border-bottom: 1px solid #f39200;
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 1em;
}

.documents .document:last-child{
	border-bottom: none;
}

.documents .document .document-title{
	padding: 0.870em 0;
	display: inline-block;
}

.documents .document .btn{
	float: right;
	width: auto;
	margin-top: 0;
}

.center{
	text-align: center;
}

.wpcf7-recaptcha{
	margin-bottom: 1em;
}

.wpcf7-not-valid-tip{
	padding: 0.5em 0;
}

.grecaptcha-badge{
	display: none;
}

.page-id-40 .grecaptcha-badge,
.page-id-790 .grecaptcha-badge{
	display: block;
}

/********** /ALL **********/

/********** HEADER - FOOTER - MENU **********/

#page{
	text-align: center;
}

#masthead{
	position: relative;
}

#masthead,
#colophon .wrap,
#content .wrap,
.boxed{
	width: 100%;
	max-width: 1110px;
	padding: 0 15px;
	margin: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.boxed{
	text-align: left;
}

#content{
	padding: 5em 0;
	background-color: #f8f9fa;
}

#content .wrap{
	text-align: left;
}

.site-branding,
#colophon .logo-ch,
#colophon .logo-wecanfund,
#colophon .logo-artisans,
#colophon .address{
	margin-top: 10px;
	float: left;
}

.site-branding{
	float: right;
	margin-top: 22px;
}

.site-branding .site-title{
	margin-bottom: 0;
	font-size: inherit;
	margin: 0;
	display: inline-block;
	margin-left: 7px;
	position: relative;
}

.navigation-top,
.social-navigation,
.footer-navigation{
	float: right;
}

.navigation-top{
	float: left;
}

.navigation-top .menu-item,
.footer-navigation .menu-item,
.mobile-home{
	float: left;
	margin-left: 2em;
	position: relative;
	font-size: 1.066em;
}

.navigation-top .menu-item:first-child,
.footer-navigation .menu-item:first-child{
	margin-left: 0;
}

.navigation-top .menu-item a,
.footer-navigation .menu-item a,
.mobile-home a{
	color: #676c75;
	text-decoration: none;
	line-height: 7em;
	height: 7em;
	display: block;
	font-weight: normal;
}

#site-navigation .mobile-home a{
	height: 5rem;
	line-height: 5rem;
}

.navigation-top .current-menu-item a,
.footer-navigation .current-menu-item a{
	color: #f39200;
}

.navigation-top .menu-item:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #f39200;
	-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
			transform-origin: right center;
}

.navigation-top .menu-item:hover:before,
.navigation-top .current-menu-item:before{
	-webkit-transform: scale(1);
		-ms-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
			transform-origin: left center;
}

.navigation-top .home-link.menu-item:before,
.navigation-top .home-link.current-menu-item:before{
	display: none;
}

.menu-item .icon{
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	fill: #676c75;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	margin-left: 0.5em;
}

.menu-item.active .icon{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.navigation-top .menu-btn.menu-item{
	margin-left: 3em;
}

.navigation-top .menu-btn.menu-item + .menu-btn{
	margin-left: 1em;
}

.navigation-top .menu-btn.secondary{
	margin-left: 2em;
}

.navigation-top .menu-btn.menu-item:before,
.navigation-top .menu-btn.menu-item.secondary:before{
	display: none;
}

.navigation-top .account{
	position: relative;
	width: 40px;
	height: 7em;
	background: url('img/ui/icon-account.png') no-repeat center center;
	background-size: 40px 40px;
	cursor: pointer;
}

.footer-navigation .account{
	display: none;
}

.navigation-top .menu-item-has-children:before,
.navigation-top .sub-menu .menu-item:before{
	display: none;
}

.navigation-top .account > a{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.navigation-top .account .icon{
	display: none;
}

.navigation-top .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	z-index: 99;
}

.navigation-top .sub-menu .menu-item{
	float: none;
	margin-left: 0;
	white-space: nowrap;
}

.navigation-top .sub-menu .menu-btn{
	margin: 1em;
}

.navigation-top .sub-menu a{
	height: 3em;
	line-height: 3em;
	padding-left: 1em;
	padding-right: 1em;
}

.navigation-top .sub-menu a:hover{
	background-color: #e2e2e2;
}

.featured-image-header{
	text-align: left;
	display: inline-block;
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.featured-image-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	opacity: 0.6;
	background: -webkit-gradient(linear,  left top, right top,  from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
}

.featured-image-header h1{
	position: relative;
	width: 100%;
	max-width: 1110px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#colophon{
	border-top: 1px solid #e7e8ea;
}

.social-navigation .menu-item:hover,
.share-project:hover{
	text-decoration: none;
}

.social-navigation .menu-item .icon,
.share-project .icon{
	width: 2em;
	height: 2em;
	border-radius: 1em;
	background-color: #f39200;
	display: inline-block;
	fill: #fff;
	padding: 0.4em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow: visible;
	vertical-align: middle;
}

.footer-navigation{
	position: relative;
	margin-right: 4em;
}

.footer-navigation:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80%;
	right: -2em;
	top: 10%;
	background-color: #e7e8ea;
}

.footer-navigation .menu-item:hover a{
	color: #f39200;
}

.social-navigation{
	margin-top: 1.9em;
}

#colophon .logo-ch{
	margin: 23px 30px;
}

#colophon .logo-wecanfund{
	margin-top: 36px;
	padding-top: 10px;
	position: relative;
}

#colophon .logo-wecanfund:before{
	content: "Powered by";
	position: absolute;
	left: 0;
	top: -4px;
	font-size: 0.6em;
}

#colophon .logo-artisans{
	margin-top: 52px;
}

#colophon .address{
	margin: 20px 0 0 30px;
}

#colophon .wrap{
	position: relative;
	padding-bottom: 10px;
}

#colophon .cg{
	position: absolute;
	right: 5px;
	bottom: 7px;
	font-size: 0.8em;
}

.btn-menu{
	width: 38px;
	height: 38px;
	position: absolute;
	right: 15px;
	top: 20px;
	display: none;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.btn-menu-bar{
	display: block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 38px;
	height: 6px;
	background-color: #f39200;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.menu-open .btn-menu-bar{
	-webkit-transition: -webkit-transform 0.4s ease 0.2s;
	transition: -webkit-transform 0.4s ease 0.2s;
	-o-transition: transform 0.4s ease 0.2s;
	transition: transform 0.4s ease 0.2s;
	transition: transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
}

.btn-menu-bar:first-child{
	top: 0;
}

.btn-menu-bar:last-child{
	top: 32px;
}

.menu-open .btn-menu{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.btn-menu:hover .btn-menu-bar:first-child{
	-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
			transform: translateY(-3px);
}

.btn-menu:hover .btn-menu-bar:last-child{
	-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
			transform: translateY(3px);
}

.menu-open .btn-menu .btn-menu-bar{
	-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}

.menu-open .btn-menu .btn-menu-bar:first-child{
	-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
			transform: translateY(16px);
}

.menu-open .btn-menu .btn-menu-bar:last-child{
	-webkit-transform: translateX(-400%) translateY(3px);
		-ms-transform: translateX(-400%) translateY(3px);
			transform: translateX(-400%) translateY(3px);
}

.error,
.error a{
	font-weight: bold;
	color: #f7322c;
}

#wpadminbar{
	position: fixed;
}

#msg{
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	background-color: #f39200;
	padding: 1em;
	color: #fff;
	font-weight: bold;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
    z-index: 999;
}

.admin-bar #msg{
	top: 32px;
}

#msg.active{
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

#msg.success{
	background-color: #6dab3c;
}

#msg.error{
	background-color: #f7322c;
	color: #fff;
}

#colophon p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

#colophon .go-up{
	position: relative;
	text-align: center;
	padding-top: 30px;
	float: right;
	cursor: pointer;
	margin: 32px 29px 0 0;
}

#colophon .go-up:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 24px;
	background: url('img/ui/icon-chevron-right.png') no-repeat center center;
	background-size: 21px 24px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

/********** /HEADER - FOOTER - MENU **********/

/********** PAGE CONTENT **********/

#content .vc_toggle,
#content .vc_tta-panel,
#content .reward{
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 1.333em;
	-webkit-box-shadow: 0 2px 8px #e6e6e6;
			box-shadow: 0 2px 8px #e6e6e6;
}

#content .vc_toggle .vc_toggle_title,
#content .vc_tta-panel .vc_tta-panel-title > a,
#content .reward-title{
	padding: 2rem 4.5rem 2rem 2.25rem;
	color: #f39200;
}

#content .vc_toggle .vc_toggle_content,
#content .vc_tta-panel .vc_tta-panel-body,
#content .reward-content{
	padding: 0 2.25em 2em 2.25em;
	margin-top: 0;
	background-color: transparent;
	border: none;
}

.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	background-color: transparent;
	border: none;
}

#content .vc_toggle .vc_toggle_content p:last-child,
#content .vc_tta-panel .vc_tta-panel-body p:last-child{
	margin-bottom: 0;
}

.vc_toggle_icon{
	display: none;
}

#content .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
#content .vc_tta-panel .vc_tta-panel-title > a .vc_tta-controls-icon,
.rewards-wrapper > h3 .vc_toggle_icon{
	left: auto;
	right: 2.25rem;
}

#content .vc_toggle_default .vc_toggle_icon,
#content .vc_tta-panel .vc_tta-controls-icon,
.rewards-wrapper > h3 .vc_toggle_icon{
	width: 10px;
	height: 2px;
	background-color: transparent;
	border: none;
}

#content .vc_toggle_default .vc_toggle_icon:before,
#content .vc_tta-panel .vc_tta-controls-icon:before,
#content .vc_toggle_default .vc_toggle_icon:after,
#content .vc_tta-panel .vc_tta-controls-icon:after,
.rewards-wrapper > h3 .vc_toggle_icon:before,
.rewards-wrapper > h3 .vc_toggle_icon:after{
	content: "";
	display: block;
	border: none;
	width: 10px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	left: 3px;
	top: 0;
	background-color: #282b31;
	border-radius: 1px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

#content .vc_toggle_default .vc_toggle_icon:before,
#content .vc_tta-panel .vc_tta-controls-icon:before,
.rewards-wrapper > h3 .vc_toggle_icon:before{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	left: -3px;
}

#content .vc_toggle_default.vc_toggle_active .vc_toggle_icon:after,
#content .vc_tta-panel.vc_active .vc_tta-controls-icon:after,
#content .vc_toggle_default.vc_toggle_active .vc_toggle_icon:before,
#content .vc_tta-panel.vc_active .vc_tta-controls-icon:before,
.rewards-wrapper.active > h3 .vc_toggle_icon:before,
.rewards-wrapper.active > h3 .vc_toggle_icon:after{
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	visibility: visible;
}

#content .vc_toggle_default.vc_toggle_active .vc_toggle_icon:before,
#content .vc_tta-panel.vc_active .vc_tta-controls-icon:before,
.rewards-wrapper.active > h3 .vc_toggle_icon:before{
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.rewards-wrapper > h3{
	background-color: #f39200;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2em;
	padding: 1em;
	position: relative;
}

.rewards-wrapper .no-reward{
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.875em;
}

.rewards-wrapper > h3 .vc_toggle_icon{
	position: absolute;
	left: auto;
	right: 1em;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	display: inline-block;
	margin-left: 5px;
}

.rewards-wrapper > h3 .vc_toggle_icon:before,
.rewards-wrapper > h3 .vc_toggle_icon:after{
	content: "";
	display: block;
	position: absolute;
	background-color: #fff;
}

.page-id-40 #content{
	position: relative;
}

.page-id-40 #content:before,
.page-id-40 #content:after{
	content: "";
	position: absolute;
	left: 50%;
	width: 50%;
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: 0;
}

.page-id-40 #content:after{
	width: 1px;
	z-index: 1;
	background-color: #e7e8ea;
}

.page-id-40 .wpcf7-form{
	padding-left: 25px;
}

.page-id-40 input,
.page-id-40 textarea{
	border-color: #e7e8ea;
}

.page-id-40 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #b9bdc3;
}
.page-id-40 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b9bdc3;
}
.page-id-40 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b9bdc3;
}
.page-id-40 :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b9bdc3;
}
.page-id-40 ::-ms-input-placeholder { /* Microsoft Edge */
	color: #b9bdc3;
}

/********** /PAGE CONTENT **********/

/********** PROJECT **********/

.post-type-archive-project #main{
	display: inline-block;
	width: 100%;
}

.post-type-archive-project #main > .hide + h2{
	margin-top: 1.5em;
}

.post-type-archive-project #content{
	padding-top: 2em;
}

.post-type-archive-project #main .projects > .btn{
	margin-top: 3em;
	padding-left: 6em;
	padding-right: 6em;
}

.post-type-archive-project .hentry,
.home .project{
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #e6e6e6;
			box-shadow: 0 1px 1px #e6e6e6;
	overflow: hidden;
	margin-bottom: 2em;
	text-align: left;
}

.post-type-archive-project .third:nth-child(3n+1){
	clear: both;
}

.post-type-archive-project .hentry .post-thumbnail{
	position: relative;
}

.post-type-archive-project .hentry .status-wrapper{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(113, 109, 105, 0.53);
	font-size: 0;
	white-space: nowrap;
	pointer-events: none;
}

.post-type-archive-project .hentry .status-wrapper:after{
	content: "";
	width: 0;
	top: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.post-type-archive-project .hentry .status-wrapper .status{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	line-height: 1.4;
	white-space: normal;
	background: none;
	padding: 0 2em;
}

.post-type-archive-project .hentry .wp-post-image{
	width: 100%;
}

.post-type-archive-project .project-inner,
.home .project-inner{
	padding: 2rem;
	background-color: #fff;
}

.post-type-archive-project .projects{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.post-type-archive-project .projects + h2{
	margin-top: 2em;
}

.post-type-archive-project .projects .btn-wrapper{
	clear: both;
}

.post-type-archive-project #main .project-inner .entry-title{
	font-size: 1.2em;
	line-height: 1.222em;
}

.home .project-inner .entry-title{
	text-align: left;
}

.project-inner .entry-title a{
	text-decoration: none;
}

.project-inner .btn{
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}

.numbers,
.rewards{
	position: relative;
	border-top: 1px solid #e7e8ea;
	padding: 1em 0;
}

.numbers.hidden{
	display: none;
}

.single-project .slider{
	margin-bottom: 0;
}

.single-project .slider .slide{
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.single-project .slider .slide .yt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-project .entry-content.project-content-wrapper{
	margin-top: 5em;
	position: relative;
}

.single-project .entry-content.project-content-wrapper:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: -2.5em;
	height: 1px;
	background-color: #efeeee;
}

.numbers strong{
	color: #f39200;
	font-size: 1.2em;
}

.numbers p{
	margin-bottom: 0;
	text-align: left;
}

.archive .number{
	margin-bottom: 0.3em;
}

.archive .numbers .number-funded,
.home .numbers .number-funded{
	margin-bottom: 1em;
}


.numbers .number-funded .progress{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
	position: relative;
	width: 50px;
	height: 50px;
}

.numbers .number-funded .progress:after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #fbdeb2;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.numbers .number-funded.success .progress:after{
	border-color: #b2deb2;
}

.numbers .number-funded .progress .progress-circle{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.numbers .number-funded .progress .progress-bar{
	width: 100%;
	height: 100%;
	background: none;
	border: 4px solid #f39200;
	position: absolute;
	top: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: -webkit-transform 0.8s linear;
	transition: -webkit-transform 0.8s linear;
	-o-transition: transform 0.8s linear;
	transition: transform 0.8s linear;
	transition: transform 0.8s linear, -webkit-transform 0.8s linear;
}

.numbers .number-funded.success .progress .progress-bar{
	border-color: #009200;
}

.numbers .number-funded .progress .progress-circle-left{
	left: 0;
}

.numbers .number-funded .progress .progress-circle-left .progress-bar{
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	    transform-origin: center left;
	-webkit-transition-delay: 0.8s;
	     -o-transition-delay: 0.8s;
	        transition-delay: 0.8s;
}
			
.numbers .number-funded .progress .progress-circle-right{
	right: 0;
}

.numbers .number-funded .progress .progress-circle-right .progress-bar{
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	    transform-origin: center right;
}

.numbers .number-funded .progress .progress-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	margin-left: -11px;
	width: 22px;
	height: 22px;
	background-size: 44px 22px;
	background-repeat: no-repeat;
	background-position: center center;
}

.numbers .number-funded .funded-wrapper{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.666em;
	color: #f39200;
	font-weight: 700;
	line-height: 0.7;
}

.numbers .number-funded.success .funded-wrapper{
	color: #009200;
}

.numbers .number-funded .funded-label{
	font-size: 1rem;
	color: #676c75;
	font-weight: 400;
}

.numbers.loading,
.rewards.loading,
.rewards .overlay-content.loading,
.rewards .vc_toggle.loading,
.share-after-contribution .send-project.loading,
.bnpn-follow-project.loading,
.post-type-archive-project #main.loading{
	pointer-events: none;
	position: relative;
}

.numbers.loading:after,
.rewards.loading:after,
.rewards .overlay-content.loading:after,
.rewards .vc_toggle.loading:after,
.share-after-contribution .send-project.loading:after,
.bnpn-follow-project.loading:after,
.post-type-archive-project #main.loading:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.6) url('img/ui/loading.gif') no-repeat center center;
	background-size: 50px 50px;
	z-index: 3;
}

.rewards.loading:after{
	background-position: center 20px;
}

.post-type-archive-project #main.loading:after{
	background-color: rgba(248, 249, 250, 0.6);
}

.single-project #content{
	padding-top: 0;
}

.single-project .hentry.project{
	padding-top: 7em;
}

.single-project .entry-content{
	float: left;
	width: 69%;
	margin-right: 3%;
}

.single-project .aside{
	float: right;
	width: 26%;
}

.single-project .entry-title{
	font-size: 2.333em;
	letter-spacing: -0.02em;
	font-weight: normal;
	color: #717679;
	line-height: 1.3;
	margin: 0 0 1em 0;
	padding-bottom: 1em;
}

.single-project .entry-title:before{
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #e7e8ea;
}

.single-project .terms{
	position: absolute;
	top: 0;
	left: 0;
}

.single-project .terms .term{
	font-size: 0.8em;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.single-project .aside h4,
#content .reward h4{
	font-size: 1.2em;
	margin: 0 0 0.2em 0;
	display: inline-block;
}

#content .reward .reward-title p,
#content .reward .reward-content p:last-child{
	margin-bottom: 0;
}

.single-project #content .aside .reward{
	border-radius: 4px;
	position: relative;
}

.single-project #content .aside .reward-title{
	padding: 2em 2.25em 2em 1em;
}

.single-project #content .aside .reward-content,
.single-project #content .aside .vc_toggle .vc_toggle_content{
	padding: 0 1em 2em 1em;
}

.single-project .numbers{
	border: 1px solid #717679;
	border-radius: 4px;
	padding: 1em;
	margin-bottom: 3em;
}

.single-project .numbers .amount{
	font-size: 1.2em;
	display: inline-block;
}

.single-project .numbers .collected{
	font-size: 0.56em;
}

.single-project .numbers strong{
	display: block;
	line-height: 1.1em;
	font-size: 1.666em;
}

.single-project .numbers .number{
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #f39200;
}

.single-project .numbers .number:last-child,
.single-project .closed .numbers .number-backers{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-project .rewards{
	padding: 0;
	border-top: none;
}

.rewards .btn{
	width: 100%;
}

.rewards p{
	text-align: left;
}

.donation-amount{
	text-align: center;
}

.donation-input{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
}

.donation-input.error{
	border-color: #f7322c;
}

.donation-label{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0 0 0 0.5em;
	vertical-align: middle;
}

.hentry.project{
	position: relative;
}

.hentry.project .status{
	color: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: bold;
}

.archive .project .status,
.home .hentry.project .status{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
}

.home .hentry.project .status{
	padding: 1em 2em;
	width: 59%;
}

.single-project .hentry.project .status{
	padding: 1em 0;
	background-color: #f39200;
	margin-bottom: 1em;
}

.hentry.project.running .status,
.project.closed .number.days-left,
.project.closed .number.hours-left{
	display: none;
}

.project.closed .rewards .btn{
	display: none;
}

.single-project #content .project.closed .aside .vc_toggle .vc_toggle_content{
	padding-bottom: 0;
}

.overlay{
	display: none;
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.overlay .overlay-content{
	position: absolute;
	display: inline-block;
	background-color: #fff;
	padding: 1.5em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	width: 300px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -170px;
}

.overlay .overlay-content h4{
	margin-bottom: 1em;
}

.overlay .overlay-content input[type="radio"]{
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.overlay .overlay-content input[type="radio"] + label{
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
	cursor: pointer;
	position: relative;
	padding-left: 20px;
}

.overlay .overlay-content input[type="radio"] + label:before,
.overlay .overlay-content input[type="radio"] + label:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #f39200;
	border-radius: 7px;
}

.overlay .overlay-content input[type="radio"] + label:after{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	border: none;
	background-color: #f39200;
	opacity: 0;
	position: absolute;
	margin-top: -3px;
	left: 4px;
}

.overlay .overlay-content input[type="radio"]:checked + label:after{
	opacity: 1;
}

.overlay .overlay-content .payment ~ .cg{
	margin-top: 1em;
}

.overlay .overlay-content p{
	text-align: center;
	margin-bottom: 1.2em;
}

.overlay .overlay-content .btn{
	min-width: 55%;
}

.overlay .overlay-content .amount-outer{
	display: block;
	font-size: 2em;
	margin-bottom: 0.7em;
}

.overlay .overlay-content .btn.confirm{
	margin-top: 1.5em;
}

.wpb_raw_html iframe{
	width: 100%;
}

.single-project .post,
.single-project .post .entry-content{
	width: 100%;
	display: inline-block;
}

.single-project .post{
	margin-bottom: 2em;
	border-bottom: 1px solid #e7e8ea;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 8px #e6e6e6;
	        box-shadow: 0 2px 8px #e6e6e6;
	padding: 2em;
	-webkit-box-sizing:  border-box;
	        box-sizing:  border-box;
}

.single-project .post .entry-title{
	padding-bottom: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.single-project .post .entry-date{
	font-size: 0.8em;
	margin-bottom: 0.2em;
	display: block;
}

.single-project .post .entry-title:before{
	display: none;
}

.project-content-nav{
	font-weight:  700;
	margin-bottom: 1rem;
	font-size: 0;
	white-space: nowrap;
	text-align: center;
}

.project-content-nav .item{
	display: inline-block;
	cursor: pointer;
	background: #fff;
	padding: 1rem 0;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	-webkit-box-shadow: 0 2px 8px #e6e6e6;
	        box-shadow: 0 2px 8px #e6e6e6;
	font-size: 1.2rem;
	white-space: normal;
	width: 49%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.project-content-nav .item.item-project{
	border-radius: 4px 0 0 4px;
	margin-right: 2%;
}

.project-content-nav .item.item-news{
	border-radius: 0 4px 4px 0;
}

.project-content-nav .item.item-rewards{
	display: none;
}

.project-content-nav .item.disabled{
	pointer-events: none;
	opacity: 0.6;
}

.project-content-nav .item.active,
.project-content-nav .item:hover{
	color: #f39200;
}

.project-content{
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
	padding: 0 4px;
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.project-content-section{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 1rem;
	white-space: normal;
	-webkit-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
	left: 0;
}

.project-content-section.news,
.project-content-section.rewards-wrapper{
	margin-left: 8px;
}

.project-content-section.rewards-wrapper{
	display: none;
}

.project-content-section.news .entry-title{
	font-size: 1.266em;
	margin-top: 0.2em;
}

.comments-title{
	cursor: pointer;
	font-size: 1em;
}

.comments{
	border-top: 1px solid #e7e8ea;
	margin-top: 1em;
	padding-top: 1.5em;
	display: none;
}

.comments-title:hover{
	text-decoration: underline;
}

.comment{
	background: #f8f9fa;
	border-radius: 10px;
	padding: 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 1em;
}

.comment .comment{
	border-top: 1px solid #e7e8ea;
	border-radius: 0;
	margin-top: 1em;
	padding-bottom: 0;
}

.comment-awaiting-moderation{
	color: #f7322c;
	margin-left: 0.3em;
}

.comment .comment-reply-link{
	color: #676c75;
}

.comment .icon-mail-reply{
	display: inline-block;
	height: 0.8em;
	width: 0.8em;
	margin-right: 0.5em;
	fill: #676c75;
}

.comment-author{
	float: left;
	font-weight: bold;
}

.comment-meta{
	float: right;
}

.comment-content{
	margin-top: 1em;
	display: inline-block;
	width: 100%;
}

.comment-respond{
	margin-top: 2em;
}

.comment-respond h4{
	font-size: 1.5em;
	color: #676c75;
	margin-bottom: 0.5em;
}

.comment-respond .logged-in-as{
	margin-bottom: 0.5em;
}

.comment-respond textarea{
	height: 150px;
}

.bnpn-follow-toggle p{
	text-align: left;
}

#content .bnpn-follow-toggle .vc_toggle_title,
.rewards-wrapper > h3{
	text-align: center;
	padding: 1rem;
}

.bnpn-follow-toggle .vc_toggle_title h4,
.rewards-wrapper > h3{
	color: #35a836;
	font-size: 1.5em;
}

.rewards-wrapper > h3{
	color: #fff;
	height: 1.5em;
	line-height: 1.5em;
}

.secure-payment{
	text-align: justify;
	font-size: 0.933em;
	background: url('img/ui/icon-lock.png') no-repeat left 2px / 11px 15px;
	padding-left: 17px;
}

.secure-payment strong{
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 1rem;
}

.secure-payment a{
	color: #676c75;
	font-weight: 400;
	text-decoration: underline;
}

.secure-payment a:hover{
	color:  #f39200;
}

.bnpn-follow-toggle .vc_toggle_title .heart{
	font-size: 1.5em;
	display: inline-block;
	vertical-align: text-bottom;
}

.bnpn-follow-toggle .btn{
	background: -o-linear-gradient(61deg, #35a836, #5ad95b);
	background: linear-gradient(29deg, #35a836, #5ad95b);
	border-color: #35a836;
}

.bnpn-follow-toggle .btn:hover{
	background-position: 100% 0;
}

.bnpn-follow-toggle .unsub{
	display: none;
}

.comment-form p{
	text-align: left;
}

.post-type-archive-project .filters{
	background-color: #fff;
	padding: 0.8em 1.333em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-weight: 700;
	border-radius: 4px;
	margin-bottom: 3em;
}

.post-type-archive-project .filters.hide{
	display: none;
}

.post-type-archive-project .filters .term{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin-right: 1.5em;
}

.post-type-archive-project .filters .icon,
.project .icon-term{
	display: inline-block;
	width: 44px;
	height: 60px;
	border-radius: 0 0 22px 22px;
	background-color: #f39200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	margin-top: -0.8em;
	margin-right: 1em;
	border: 1px solid #fff;
	border-top: none;
}

.project .icon-term{
	position: absolute;
	top: 0;
	left: 2em;
	margin-top: 0;
	pointer-events: none;
}

.single-project .icon-term{
	position: relative;
	left: 0;
	border: none;
}

.post-type-archive-project .filters .icon img,
.project .icon-term img{
	width: 34px;
	display: inline-block;
}

.post-type-archive-project .filters .icon-funding img,
.project .icon-term.icon-funding img{
	width: 28px;
}

.post-type-archive-project .filters .term input{
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.post-type-archive-project .filters .term input + .label{
	position: relative;
	padding-left: 34px;
}

.post-type-archive-project .filters .term input + .label:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border: 1px solid #a7a7a7;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 2px;
}

.post-type-archive-project .filters .term input + .label:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 12px;
	left: 4px;
	top: 1px;
	background: url('img/ui/icon-check.png') no-repeat center center / 16px 12px;
	-webkit-transform: translateX(-7px) rotate(-25deg);
	    -ms-transform: translateX(-7px) rotate(-25deg);
	        transform: translateX(-7px) rotate(-25deg);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	-o-transition: opacity 0.2s ease, transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.post-type-archive-project .filters .term input:checked + .label:after{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	opacity: 1;
}

.post-type-archive-project .filters .search{
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	max-width: 465px;
	margin-left: auto;
}

.post-type-archive-project .filters .search [name="search"]{
	font-weight: 700;
	padding: 0.9em 1em;
	border-color: #e7e8ea;
}

.post-type-archive-project .filters .search [type="submit"]{
	position: absolute;
	right: 0;
	width: 50px;
	top: 0;
	height: 100%;
	background: url('img/ui/icon-arrow-right.png') no-repeat 15px center / 20px 15px;
	font-size: 0;
	border: none;
	-webkit-transition: background-position 0.2s ease;
	-o-transition: background-position 0.2s ease;
	transition: background-position 0.2s ease;
}

.post-type-archive-project .filters .search [type="submit"]:hover{
	background-position: 20px center;
}

/********** /PROJECT **********/

/********** CONTRIBUTION VALIDATION **********/

.page-id-1184 #error,
.page-id-1184 #success{
	display: none;
}

.share-after-contribution{
	margin: 0 0 2em 0;
	padding-top: 2em;
	border-top: 1px solid #e7e8ea;
}

.share-after-contribution .share-project{
	display: inline-block;
	margin-bottom: 0.5em;
	margin: 0 1em;
}

.share-after-contribution .share-project .icon{
	margin-right: 0.3em;
}

.share-after-contribution .add-email{
	display: block;
	padding: 1em 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin-top: -1em;
}

.share-after-contribution .add-email:hover{
	text-decoration: underline;
}

.share-after-contribution .email,
.share-after-contribution .name{
	margin-bottom: 1em;
}

.share-after-contribution input.error{
	border-color: #f7322c;
	font-weight: normal;
}

.share-after-contribution .response,
.bnpn-follow-toggle .response{
	display: none;
	background-color: #6dab3c;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
}

.bnpn-follow-toggle .response{
	margin-top: 1em;
}

.share-after-contribution .response.error,
.bnpn-follow-toggle .response.error{
	background-color: #f7322c;
}

/********** /CONTRIBUTION VALIDATION **********/

/********** HOME **********/

.home #content{
	padding: 0;
}

.home #content .wrap{
	max-width: none;
	padding: 0;
	text-align: center;
}

.home .page-title{
	font-size: 2em;
	font-weight: normal;
	float: right;
	width: 40%;
	padding: 3% 10% 3% 4%;
	background-color: rgb(243, 146, 0);
	background-color: rgba(243, 146, 0, 0.85);
	line-height: 1.5;
	margin: 4% 0;
}

.home .projects > .btn{
	float: right;
	position: relative;
	z-index: 1;
}

.home .section{
	margin: auto;
	padding: 6em 15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	max-width: 1110px;
	text-align: left;
	background-color: #f8f9fa;
}

.home .section > h2,
.home .section > .boxed > h2,
.post-type-archive-project #main h2{
	font-size: 2em;
	position: relative;
	padding-bottom: 0.8em;
	margin-bottom: 3em;
}

.post-type-archive-project #main h2{
	clear: both;
	margin-bottom: 1em;
}

.post-type-archive-project #main .project h2{
	padding-bottom: 0;
}

.post-type-archive-project #main > h2{
	margin-bottom: 1.5em;
}

.home .section > h2:before,
.home .section > .boxed > h2:before,
.post-type-archive-project #main h2:before{
	background-color: #f39200;
	left: 0;
}

.home .project{
	border-radius: 0;
	position: relative;
	-webkit-box-shadow: none;
			box-shadow: none;
	padding: 2px;
}

.home .project .post-thumbnail a,
.home .project.intro .post-thumbnail{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 59%;
	margin-right: 2%;
	background-size: cover;
	background-position: center center;
}

.home .project .project-inner{
	float: right;
	width: 39%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #e6e6e6;
			box-shadow: 0 1px 1px #e6e6e6;
}

.home .slider .slide .project{
	max-width: 1110px;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 2em auto;
}

.home .slider{
	margin: 0;
}

.home .slider-inner{
	width: 100%;
	position: relative;
}

.home .slider .slide{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	z-index: 0;
	opacity: 0;
}

.home .slider .slide.active{
	opacity: 1;
	z-index: 1;
}

.home .slider .slide:first-child{
	position: relative;
}

.home .slider .intro h1{
	color: #f39200;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-bottom: 0;
	width: 100%;
	margin: 0;
}

.home .slider .intro h1:before{
	display: none;
}

.white-bg{
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px #e6e6e6;
			box-shadow: 0 0 3px #e6e6e6;
	padding: 2em 1em;
}

.full-with,
.home .section.full-width{
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.home .soutien{
	padding: 1.7em 0;
	border-top: 1px solid #f39200;
	border-bottom: 1px solid #f39200;
	width: 100%;
	position: relative;
	text-align: right;
	display: inline-block;
	margin-top: 3em;
}

.home .soutien .soutien-texte{
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.466em;
	color: #f39200;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: left;
}

.home .soutien .soutien-logo{
	width: 200px;
}

.home .faq{
	padding-bottom: 0;
}

.home .projects{
	padding: 0;
	max-width: none;
}

.home .contribuer{
	padding-bottom: 1em;
}

.home .section h2,
.post-type-archive-project #main > h2{
	text-align: center;
}

.home .section h2:before,
.post-type-archive-project #main > h2:before{
	left: 50%;
	margin-left: -40px;
}

.home .box{
	background-color: #fff;
	padding: 3em 1em 2em 1em;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	text-align: center;
	position: relative;
	margin-bottom: 4em;
	-webkit-box-shadow: 0 1px 1px #e6e6e6;
			box-shadow: 0 1px 1px #e6e6e6;
}

.home .box.last{
	margin-right: 0;
}

.home .box .box-n{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	line-height: 40px;
	font-size: 1.7em;
	font-weight: bold;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 2px solid #f39200;
	background: #fff;
	color: #f39200;
}

.home .box .box-title{
	font-size: 1.2em;
	padding: 1em 0;
	border-bottom: 1px solid #e7e8ea;
	margin-bottom: 2em;
}

.home .box .box-content{
	text-align: center;
	line-height: 1.5;
}

.home .boxes{
	margin-bottom: 3em;
	overflow: hidden;
	padding-top: 23px;
}

.home .boxes-nav{
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: none;
}

.home .boxes-nav-item{
	display: inline-block;
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #f39200;
	position: relative;
	border-radius: 9px;
	margin: 0 0.2em;
}

.home .boxes-nav-item:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: #f39200;
	border-radius: 9px;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.home .boxes-nav-item:hover:before,
.home .boxes-nav-item.active:before{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.home .join{
	text-align: center;
	padding-top: 0;
	font-size: 1.3em
}

/********** /HOME **********/

/********** EAU DE GENÈVE **********/

.eau-de-geneve .numbers strong,
.eau-de-geneve .bnpn-follow-toggle .vc_toggle_title h4,
#content .eau-de-geneve .vc_toggle .vc_toggle_title,
#content .eau-de-geneve .vc_tta-panel .vc_tta-panel-title > a,
#content .eau-de-geneve .reward-title,
.eau-de-geneve h4,
.eau-de-geneve a,
.eau-de-geneve .project-content-nav .item.active,
.eau-de-geneve .project-content-nav .item:hover,
.navigation-top .menu-item.eau-de-geneve-menu-item a{
	color: #009ee0;
}


.eau-de-geneve .rewards-wrapper > h3,
.eau-de-geneve .social-navigation .menu-item .icon,
.eau-de-geneve .share-project .icon,
.eau-de-geneve .entry-content li:before,
.navigation-top .menu-item.eau-de-geneve-menu-item:before,
.slider .dots .dot.eau-de-geneve-dot.active,
.slider .dots .dot.eau-de-geneve-dot:hover,
.single-project .hentry.project.eau-de-geneve .status,
.hentry.project.eau-de-geneve.project .icon-term{
	background-color: #009ee0;
}

.single-project .eau-de-geneve .numbers .number,
.eau-de-geneve .btn,
.eau-de-geneve .documents .document{
	border-color: #009ee0;
}

.eau-de-geneve .btn{
	color: #fff;
	background: -o-linear-gradient(61deg, #009ee0, #BDE4F7);
	background: linear-gradient(29deg, #009ee0, #BDE4F7);
	background-position: 0 0;
	background-size: 200% 100%;
}

.eau-de-geneve .btn:hover{
	background-position: 40% 0;
}

.eau-de-geneve .btn.secondary,
.eau-de-geneve input[type=submit].secondary,
.eau-de-geneve button.secondary{
	background: transparent;
	color: #676c75;
	border-color: #676c75;
}

.eau-de-geneve .btn.secondary:hover,
.eau-de-geneve input[type=submit].secondary:hover,
.eau-de-geneve button.secondary:hover{
	background-color: #676c75;
	color: #fff;
}

.eau-de-geneve .slider .prev,
.eau-de-geneve .slider .next{
	background-image: url('img/ui/icon-chevron-right-blue.png');
}

.eau-de-geneve .numbers.loading:after,
.eau-de-geneve .rewards.loading:after,
.eau-de-geneve .rewards .overlay-content.loading:after,
.eau-de-geneve .rewards .vc_toggle.loading:after,
.eau-de-geneve .share-after-contribution .send-project.loading:after,
.eau-de-geneve .bnpn-follow-project.loading:after{
	background-image: url('img/ui/loading-blue.gif');
}

/********** /EAU DE GENÈVE **********/

/********** RESPONSIVE **********/

@media screen and (max-width: 1145px) {
	#content .vc_column_container > .vc_column-inner{
		padding: 0;
	}

	#content .vc_row{
		margin: 0;
	}

	.admin-bar #msg{
		top: 0;
	}

	html.js{
		margin-top: 0 !important;
	}

	#wpadminbar{
		display: none;
	}

	.home .page-title{
		width: 60%;
	}
}

@media screen and (max-width: 1040px) {
	.home .soutien{
		text-align: center;
	}

	.home .soutien .soutien-texte{
		position: static;
		left: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		margin-bottom: 1em;
		text-align: center;
	}

	.navigation-top .menu-item{
		margin-left: 0.5em;
	}

	.navigation-top .menu-btn.menu-item{
		margin-left: 1em;
	}
}

@media screen and (max-width: 910px) {
	.featured-image-header:before{
		width: 70%;
	}

	#colophon .cg{
		bottom: 70px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	#site-navigation .menu-main-container{
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 9;
		text-align: left;
		padding: 104px 15px 4.6em 15px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-transition: -webkit-transform 0.3s ease;
		transition: -webkit-transform 0.3s ease;
		-o-transition: transform 0.3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		overflow: hidden;
	}

	.menu-open #site-navigation .menu-main-container{
		-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
				transform: translateY(100%);
		-webkit-transition: -webkit-transform 0.3s ease 0.2s;
		transition: -webkit-transform 0.3s ease 0.2s;
		-o-transition: transform 0.3s ease 0.2s;
		transition: transform 0.3s ease 0.2s;
		transition: transform 0.3s ease 0.2s, -webkit-transform 0.3s ease 0.2s;
	}

	.navigation-top .menu-item{
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.navigation-top .menu-item:before{
		display: none;
	}

	.social-navigation{
		bottom: -100%;
		padding: 1em 0;
		-webkit-transition: bottom 0.3s ease 0.2s;
		-o-transition: bottom 0.3s ease 0.2s;
		transition: bottom 0.3s ease 0.2s;
	}

	#colophon .social-navigation > p,
	#colophon .go-up{
		display: none;
	}

	#colophon .logo-wecanfund{
		margin-right: 2em;
	}

	.footer-navigation{
		display: none;
	}

	.footer-navigation .menu-item{
		margin-left: 0.5em;
	}

	#colophon .wrap{
		padding: 0;
		vertical-align: bottom;
	}

	.social-navigation{
		width: 100%;
		background: -o-linear-gradient(top, #ffb84c, #f39200);
		background: -webkit-gradient(linear, left top, left bottom, from(#ffb84c), to(#f39200));
		background: linear-gradient(to bottom, #ffb84c, #f39200);
		float: none;
		margin-top: 1.8em;
		display: inline-block;
	}

	.social-navigation .menu-item{
		width: 2.6em;
		height: 2.6em;
		border-radius: 1.3em;
		margin: 1em 0.3em;
		background-color: #fff;
	}

	.social-navigation .menu-item .icon{
		fill: #f39200;
		padding: 25%;
	}

	.menu-open .social-navigation{
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
	}

	#site-navigation .btn-menu{
		display: block;
		z-index: 10;
	}

	.navigation-top .sub-menu{
		position: static;
	}

	.navigation-top .active .sub-menu{
		display: block !important;
	}

	.navigation-top .account .sub-menu{
		text-align: center;
		display: block !important;
	}

	.navigation-top .account .menu-item{
		margin: 0;
		display: inline-block;
		width: auto;
		line-height: normal;
		height: auto;
		vertical-align: middle;
	}

	.navigation-top .account .menu-item a{
		padding: 0 1em;
	}

	.navigation-top .account .menu-item.menu-btn a{
		padding: 1em 2em;
	}

	.navigation-top .account,
	.navigation-top .account > a{
		line-height: normal;
		height: auto;
	}

	.navigation-top .account{
		background-position: center 20px;
		padding-top: 80px;
		border-top: 1px solid #f39200;
		font-weight: bold;
	}

	.menu-item.home-link{
		display: none;
	}
	
	.site-branding{
		margin: 0;
		position: absolute;
		left: 200px;
		right: 60px;
		top: 20px;
		text-align: center;
		z-index: 99;
	}

	.site-branding img{
		width: 40px;
	}

	.mobile-home{
		margin-left: 0;
		display: block;
		position: relative;
		z-index: 99;
	}

	.home .page-title{
		width: 70%;
	}

	.home .project .post-thumbnail a,
	.home .project.intro .post-thumbnail{
		position: static;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
	}

	.home .project .project-inner{
		float: none;
		width: 100%;
		margin-top: 1em;
	}

	.home .hentry.project .status{
		width: 100%;
	}

	.home .projects{
		position: relative;
		padding-bottom: 8em;
	}

	.home .projects > .btn{
		position: absolute;
		float: none;
		bottom: 4em;
		left: 15px;
		right: 15px;
	}

	.single-project .entry-content,
	.single-project .aside{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 2em;
	}

	.aside .rewards-wrapper{
		display: none;
	}

	.project-content-nav .item{
		width: 32%;
		font-size: 1.4rem;
	}

	.bnpn-follow-toggle .vc_toggle_title h4{
		font-size: 1.4em;
		margin-bottom: 0;
		position: relative;
	}

	.bnpn-follow-toggle .vc_toggle_title .heart{
		font-size: 1.3em;
		position: absolute;
		right: 100%;
		margin-right: 7px;
		top: 50%;
		margin-top: -16px;
	}

	.project-content-nav .item.item-news{
		border-radius: 0;
	}

	.project-content-nav .item.item-rewards{
		display: inline-block;
		margin-right: 2%;
		border-radius: 0 4px 4px 0;
	}

	.project-content-section.rewards-wrapper{
		display: inline-block;
	}

	.post-type-archive-project .hentry,
	.post-type-archive-project .third:nth-child(3n),
	.post-type-archive-project .third:nth-child(3n+1),
	.quarter{
		clear: none;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.post-type-archive-project .third:nth-child(2n+1){
		clear: both;
	}

	.post-type-archive-project .hentry:nth-child(2n),
	.quarter:nth-child(2n){
		margin-right: 0;
	}

	#colophon{
		padding-top: 1.5em;
	}

	#colophon .logo-wecanfund,
	#colophon .logo-ch,
	#colophon .logo-artisans{
		width: 100%;
		padding: 0;
		margin: 1em 0;
		float: none;
	}

	#colophon .logo-wecanfund:before{
		left: 0;
		width: 100%;
		text-align: center;
	}

	#colophon .address{
		width: 100%;
		float: none;
		margin-left: 0;
	}

	#colophon .address p{
		text-align: center;
	}

	.single-project .entry-content.project-content-wrapper{
		margin-top: 0;
	}

	.single-project .entry-content.project-content-wrapper:after{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.page-id-40 #content p,
	.page-id-40 .entry-content{
		text-align: center;
	}

	.page-id-40 #content:before,
	.page-id-40 #content:after{
		display: none;
	}

	.home .page-title{
		font-size: 1em;
		margin-top: 9%;
		margin-bottom: 9%;
	}

	.post-type-archive-project .filters{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.post-type-archive-project .filters .term{
		width: 50%;
		margin: 0;
	}

	.post-type-archive-project .filters .search{
		width: 100%;
		max-width: none;
		margin-top: 1em;
	}

	h1{
		font-size: 2em;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 700px) {
	.half,
	.home .box{
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}

	.boxes .boxes-inner{
		white-space: nowrap;
		font-size: 0;
	}

	.home .box{
		display: inline-block;
		white-space: normal;
		font-size: 1rem;
		vertical-align: top;
		width: 98%;
		margin: 0 1% 1em 1%;
	}

	.home .boxes-nav{
		display: block;
	}

	.post-type-archive-project .hentry,
	.post-type-archive-project .hentry:nth-child(2),
	.post-type-archive-project .hentry:nth-child(3),
	.post-type-archive-project .hentry,
	.post-type-archive-project .third:nth-child(3n),
	.post-type-archive-project .third:nth-child(3n+1){
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 550px) {
	.featured-image-header:before{
		width: 100%;
	}

	.project-content-nav .item{
		font-size: 1rem;
	}

	.project-content-nav .item.item-project,
	.project-content-nav .item.item-news{
		width: 30%;
	}

	.project-content-nav .item.item-rewards{
		width: 34%;
	}

	.post-type-archive-project .filters .term{
		width: 100%;
	}

	.post-type-archive-project .filters .term:nth-of-type(1) .icon{
		border-radius: 0;
	}

	.post-type-archive-project .filters .icon img{
		width: 30px;
	}

	.post-type-archive-project .filters .icon-funding img{
		width: 26px;
	}
}

@media screen and (max-width: 385px) {
	#site-navigation .home-link a{
		width: 120px;
		background-size: 120px auto;
	}

	.site-branding{
		left: 145px;
	}
}

/********** /RESPONSIVE **********/

/******************** /JASON ********************/