/*
 Theme Name:     GiveEasy Fundraise
 Theme URI:      http://www.giveeasy.org
 Description:    GiveEasy Fundraise Theme
 Author:         James Chen
 Author URI:     http://www.giveeasy.org
 Version:        1.1.0
*/
@import url("../Divi/style.css");
@import url("./style-fundraise.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* ---- GENERAL ---- */
@font-face {
	font-family: 'WebSymbolsLigaRegular';
	src: url("fonts/websymbolsligaregular.eot");
	src: url("fonts/websymbolsligaregular.eot?#iefix")
		format('embedded-opentype'), url("fonts/websymbolsligaregular.woff")
		format('woff'), url("fonts/websymbolsligaregular.ttf")
		format('truetype'),
		url("fonts/websymbolsligaregular.svg#WebSymbolsRegular") format('svg');

}

@font-face {
	font-family: MyriadProLight;
	src: url("fonts/MyriadPro-Light.eot") format('embedded-opentype'),
		url("fonts/MyriadPro-Light.otf") format('opentype'),
		url("fonts/MyriadPro-Light.woff") format('woff'),
		url("fonts/MyriadPro-Light.ttf") format('truetype'),
		url("fonts/MyriadPro-Light.svg") format('svg');
}

@font-face {
	font-family: 'WebSymbolsLigaRegular';
	src: url("fonts/websymbolsligaregular.eot");
	src: url("fonts/websymbolsligaregular.eot?#iefix")
		format('embedded-opentype'), url("fonts/websymbolsligaregular.woff")
		format('woff'), url("fonts/websymbolsligaregular.ttf")
		format('truetype'),
		url("fonts/websymbolsligaregular.svg#WebSymbolsRegular") format('svg');
}

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Droid Sans'), local('DroidSans'),
		url("https://themes.googleusercontent.com/static/fonts/droidsans/v4/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff")
		format('woff');
}


h1,h2,h3,h4,h5,h6 {
	font-weight: 200;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}


body {
	padding-top: 0px;
}

#main-content {
	background-color: white;
}

.et_pb_post {
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'MyriadProLight', Helvetica, Arial, Lucida, sans-serif;
}

a:not (.button ):not (.et_pb_promo_button ):hover {
	text-decoration: none;
}

a:hover, a:focus { text-decoration: none; }

/*.button {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e72d2f
		), color-stop(1, #bd4415));
	background: -moz-linear-gradient(center top, #e72d2f 5%, #bd4415 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72d2f',
		endColorstr='#bd4415');
	background-color: #e72d2f;
	box-shadow: -1px -1px 1px rgba(189, 68, 21, 0.25) inset, 1px 1px 1px
		rgba(255, 255, 255, 0.75) inset;
	display: inline-block;
	text-shadow: 1px 1px 5px #42200f;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: bolder;
	font-family: 'Droid Sans';
	cursor: pointer;
}*/
.button, body:not(.login) #wp-submit {
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 14px 20px;
	color: inherit;
	line-height: 20px;
	background: #e72d2f;
	text-shadow: none;
}

#wp-submit { color: white; }


.button-small {
	line-height: 13px;
	padding: 13px 8px;
	font-size: 12px;
	font-weight: normal;
}

.button,a.button {
	color: #fff;
}

.et_pb_section {
	background-color: white;
}

input.button {
	border: none;
}

.button:hover {
	color: #f0f0f0;
}

.button:active {
	position: relative;
	top: 1px;
}

.et_pb_bg_layout_light .et_pb_promo_button {
	background: #e72d2f;
}

.et_pb_section:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.et_pb_slide_video {
	padding: 0;
	width: 100% !important;
}

h1,h2,h3,h4,h5,h6,.et_pb_post
 
h1,.et_pb_post
 
h2,.et_pb_post
 
h3,.et_pb_post
 
h4,.et_pb_post
 
h5,.et_pb_post
 
h6 {
	font-weight: 200;
}

h1,.et_pb_post
 
h1 {
	font-size: 36px;
}

h2,.et_pb_post
 
h2 {
	font-size: 24px;
}

h3,.et_pb_post
 
h3 {
	font-size: 18px;
}

.breadcrumbs {
	margin-bottom: 15px;
}

#fancybox-content {
	background: url("images/loading.gif") white no-repeat;
	background-size: 30px Auto;
	background-position: center;
}

.newline {
	clear: both;
}

.page-loading-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 74px;
	bottom: 0;
	background: url(images/loading-large.gif) no-repeat center center white;
	z-index: 999999;
}

.page-template-page-templatesfull-width-php .et_pb_section { padding-bottom: 0; }

a { color: #e72d2f; }
/* ---- HEADER ---- */
#main-header {
	background-color: rgba(23, 23, 23, 0.8);
	padding-top: 15px;
}

#logo {
	max-height: 57px;
}

#main-header a:hover {
	color: #a6a6a6 !important;
}

nav#top-menu {
	padding-top: 16px;
}

.nav ul li a:hover {
	background-color: transparent;
}
#et-top-navigation {
	float: left;
	margin-left: 60px; 
}

#top-menu li {
	font-size: 16px;
	padding-right: 48px;
}

#top-menu li>a {
	padding-bottom: 18px;
}

#top-menu a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: #f0f0f0;
}

#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #f36d21;
}

#top-menu .menu-item:last-child {
	padding-right: 0px;
}

#et-top-navigation {
	color: #6e6e6e;
}

#et_search_icon:before {
	content: ".";
	font-size: 19px;
	left: 0;
	position: absolute;
	top: 2px;
	color: inherit;
	font-family: 'WebSymbolsLigaRegular';
}

#et_search_icon:hover {
	color: #f0f0f0 !important;
}

#et_mobile_nav_menu .mobile_menu_bar:before {
	color: #6e6e6e;
}

#et-social-icons .et-social-linkedin a:before {
	content: '\72';
}

/*#top-apply-now {
	float: right;
	margin-top: 3px;
}

#top-apply-now-placeholder {
	width: 232px;
	height: 1px;
	float: right;
}

form#login {
	z-index: 999;
}

form#login p.status {
	display: none;
}

#et_top_search a {
	color: #6e6e6e;
}*/


.et-fixed-header #logo {
	max-height: 41px;
}

/*.et-fixed-header #top-apply-now {
	margin-top: -6px;
}

#main-header a#top-apply-now:hover {
	color: #fff !important;
}

.popup-form {
	display: none;
}

#popup-form .et_pb_widget {
	margin: 0;
	background-color: white;
}

#popup-form h4 {
	font-size: 24px;
}

#popup-form p {
	padding-bottom: 0;
}

#popup-form .ajax-loader {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#popup-form .wpcf7-response-output {
	margin: 5px;
	padding: 5px;
}

#fancybox-wrap {
	z-index: 99999 !important;
}*/

.pagination {
	margin-bottom: 50px;
}

.main_menu	{
	background-color: black;
}

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

.navbar-toggle {
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: -46px;
	z-index: 10000;
}

/* ---- SINGLE POST ---- */
article.page, .no-results, .atcf-submit-campaign {
	background-color: #fff;
	padding: 25px;
}

.et_pb_post .entry-content {
	padding-top: 0;
}

.single .post {
	margin-bottom: 0;
	border-bottom: none;
}

#left-area {
	float: left; 
}

/* -- Error page --- */
.error404 #main-content {
	background-color: #fff;
}

.error404 #content h1 {
	padding-top: 0;
	margin-top: 0;
}


/* ---- MEDIA ---- */
.archive .et_pb_post .thumbnail {
	position: absolute;
}

.archive .et_pb_post .post-content,.archive .et_pb_post .addthis_toolbox
	{
	margin-left: 280px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.archive .et_pb_post .addthis_toolbox .et_pb_promo_button {
	padding: 2px 8px;
	font-size: 14px;
	margin-right: 5px;
	margin-top: -2px;
	float: left;
	margin-right: 5px;
}

.archive h2 a:hover {
	text-decoration: none;
}

/* ---- SIDEBAR ---- */
#sidebar {
	float: left; 
}

.et_pb_widget_area_right {
	border: none;
}

.et_pb_widget input,.et_pb_widget textarea,.et_pb_widget select {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 5px;
}

.et_pb_widget_area .widget_custom_cf7 {
	padding: 10px 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}

#sidebar .edd-add-to-cart {
	background-color: #ffc528;
	color: #fff;
	font-size: 24px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	border-radius: 4px;
	padding: 12px 22px;
}

/* ---- FOOTER ---- */
#main-footer {
	background-color: #4d4d4d;
}

#main-footer #footer-bottom .container {
	border-top: 1px solid #fff;
}

#footer-widgets {
	padding-top: 30px;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget li:before {
	content: none;
}

/*.footer-widget .button {
	color: #dfdfdf;
}*/
.footer-widget .button:hover {
	color: #fff;
}

.footer-widget li a {
	color: #fff;
}

.widget_social_media_widget h4,.widget_text h4,.widget_text .textwidget
	{
	display: inline-block;
}

.widget_social_media_widget h4 {
	vertical-align: super;
}

.fwidget {
	padding: 0px;
	margin: 0px;
}

.widget_text {
	text-align: right;
}

.widget_text h4 {
	font-size: 14px;
	margin-right: 23px;
}

.widget_text a.button {
	padding: 10px 23px;
	margin-top: 8px;
}

#footer-bottom {
	background-color: inherit;
	margin: 0px;
	padding: 0 0 38px 0;
}

#footer-bottom .container {
	padding-top: 24px;
}

#et_search_icon:hover, .mobile_menu_bar:before, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_overlay:before
{
	color: #666666;
}
.footer-widget h4 {
	color: #fff;
}
#et-social-icons {
	float: none;
	display: inline-block;
	list-style-type: none;
}

#et-social-icons li {
	margin-left: 8px;
	padding: 0px;
}

#et-social-icons li:first-child {
	margin-left: 27px;
}

#et-social-icons .et-social-icon a {
	padding: 15px;
	border: solid 1px #fff;
	border-radius: 50%;
}

#et-social-icons .et-social-icon a:hover {
	text-decoration: none;
}

#et-social-icons .et-social-facebook a:hover {
	color: #4c66a4;
	border-color: #4c66a4;
}

#et-social-icons .et-social-twitter a:hover {
	color: #00acee;
	border-color: #00acee;
}

#et-social-icons .et-social-youtube a:hover {
	color: #c4302b;
	border-color: #c4302b;
}

#et-social-icons .et-social-instagram a:hover {
	color: #3f729b;
	border-color: #3f729b;
}

#et-social-icons .et-social-linkedin a:hover {
	color: #4875B4;
	border-color: #4875B4;
}

#et-social-icons .et-social-youtube a:before {
	content: '\77';
}

#et-social-icons .et-social-instagram a:before {
	content: '\75';
}

#et-social-icons .et-social-pinterest a:before {
	content: '\74';
}

#et-social-icons a.icon-mail:before {
	font-family: 'fontello';
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#footer-menu {
	float: right;
}

#footer-menu a {
	color: #fff;
}

#footer-info,#footer-menu ul li {
	float: left;
	margin-right: 10px;
	color: #fff;
}

#footer-menu ul li:last-child {
	margin-right: 0px;
}


/* ---- GENERAL FORM ---- */
.required-info {
	float: right;
}

.extra-info { font-size: 10px; line-height: 1em; display: block; margin-top: 5px; }

.asterisk {
	color: red;
}
	
input[type=text],input[type=tel],input[type=email],input[type=password],input[type=number],textarea,select,.wp-editor-wrap
	{
	font-size: 18px;
	padding: 7px;
	border-radius: 3px;
	background-color: #fff;
	color: #262626;
	border: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus, textarea:focus,select:focus
	{
	border-color: #858585;
	color: #262626;
}

.wpcf7-captchar { width: 120px !important; }

/*input[type=text].wpcf7-not-valid,input[type=tel].wpcf7-not-valid,input[type=email].wpcf7-not-valid,input[type=password].wpcf7-not-valid,textarea.wpcf7-not-valid,select.wpcf7-not-valid,
input[type=text].error,input[type=tel].error,input[type=email].error,input[type=password].error,textarea.error,select.error
	{
	border-color: #ed5600;
}*/

.wpcf7:after {
	content: " ";
	clear: both;
	display: block;
}

.wpcf7-form-control-wrap {
	line-height: 40px;
}

.ui-datepicker-trigger {
	position: absolute;
	top: 0;
	right: 5px;
}

span.wpcf7-not-valid-tip,
span.field-validation-error {
	font-size: 10px;
	line-height: 1em;
	text-align: right;
	color: #ed5600;
	font-style: italic;
}

div.wpcf7-response-output {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}

.login #login {
	padding: 0 !important;
	margin-top: 150px !important;
	background-color: #fff;
}


/* --- GENERAL PAGE BUILDER PAGE ---- */
.et_pb_pagebuilder_layout .entry-content>.et_pb_section:first-child,.archive .et_pb_section:first-child,.single .et_pb_section:first-child,.page-template-page-my-globe-php .et_pb_section:first-child
	{
	padding: 0
}

.et_pb_pagebuilder_layout .entry-content>.et_pb_section:first-child .et_pb_text,.archive .et_pb_section:first-child .et_pb_text,.single .et_pb_section:first-child .et_pb_text,.page-template-page-my-globe-php .et_pb_section:first-child .et_pb_text
	{
	margin-bottom: 0;
}

/*.et_pb_pagebuilder_layout .entry-content>.et_pb_section:first-child h1,.archive .et_pb_section:first-child h1,.single .et_pb_section:first-child h1,.page-template-page-my-globe-php .et_pb_section:first-child h1
	{
	font-weight: bold;
}*/

.et_pb_pagebuilder_layout .entry-content>.et_pb_section:first-child hr,.archive .et_pb_section:first-child hr,.single .et_pb_section:first-child hr,.page-template-page-my-globe-php .et_pb_section:first-child hr
	{
	color: #666;
	background-color: rgba(0, 0, 0, 0.0980392);
	border: 0 none;
	height: 1px;
}

.et_pb_pagebuilder_layout .entry-content>.et_pb_section:nth-child(2),.archive .et_pb_section:nth-child(2),.single .et_pb_section:nth-child(2),.page-template-page-my-globe-php .et_pb_section:nth-child(2)
	{
	padding-top: 0;
}

.et_pb_widget_area_left #sidebar .et_pb_widget {
	margin-left: 0;
}

.et_pb_widget li a {
	color: #e72d2f !important;
}

.et_pb_widget li a:hover {
	color: #e72d2f !important;
	text-decoration: underline;
}

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

@media only screen and ( max-width: 991px ) {
	.top-widgets { display: none; }
}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	/* ---- HEADER ---- */
	#logo {
		max-height: 43px;
	}
	#top-menu li {
		font-size: 14px;
		padding-right: 18px;
	}
	nav#top-menu {
		padding-top: 11px;
	}
	#top-menu li>a {
		padding-bottom: 18px;
	}
	#et_search_icon:before {
		top: -4px;
	}
	#top-apply-now {
		margin-top: 0px;
	}
	.button {
		padding: 8px 25px;
		font-size: 14px;
		cursor: pointer;
	}
	
	

	/* ---- WHAT'S INVOLVED ---- */
	#post-100 .et_pb_tabs_controls li,
	#post-1208 .et_pb_tabs_controls li
		{
		padding: 10px 0 10px 15px;
	}
	#post-100 .et_pb_tabs,
	#post-1208 .et_pb_tabs
	{
		width: 225px;
	}
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
	
	/* ---- HEADER ---- */
	#main-header,#main-header.et-fixed-header {
		padding: 5px 0 5px !important;
	}
	#main-header.et-fixed-header #et-top-navigation {
		margin-top: 5px;
	}
	#top-apply-now {
		display: none;
	}
	#logo {
		max-height: 43px;
	}
	#et_search_icon:before {
		top: -5px;
	}

	/* ---- WHAT'S INVOLVED ---- */
	#post-100 .et_pb_tabs,
	#post-1208 .et_pb_tabs
	 {
		display: none;
	}
	#post-100 .et_pb_tabs_controls li,
	#post-1208 .et_pb_tabs_controls li
	{
		padding: 10px;
	}
	#post-100 .et_pb_column_3_4,
	#post-1208 .et_pb_column_3_4 {
		margin: 0px;
	}

	/* ---- NEXT STEP ---- */
	#post-104 .et_pb_promo {
		text-align: right;
		position: static;
		padding-right: 60px;
	}
	#post-104 .et_pb_promo_description {
		text-align: left;
	}
	#post-104 .et_pb_promo_button {
		position: static;
		width: auto;
		right: auto;
		bottom: auto;
		text-align: center;
	}

	/* ---- MEDIA --- */
	.archive .et_pb_widget_area,.single-post .et_pb_widget_area {
		display: none;
	}

	/* ---- FOOTER ---- */
	.widget_social_media_widget,.widget_text {
		text-align: center;
	}
	#et-social-icons li:first-child {
		margin-left: 0px;
	}
}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
	/* ---- HEADER ---- */
	.et-search-form {
		right: -90px;
	}

		
	#menu-top-menu li {
		float: none !important;
	}
	
	/* ---- HOME ---- */
	#post-97 .et_pb_slide_image,.et_pb_slide_video {
		display: block;
	}
	#post-97 .rev_slider_wrapper .tp-bullets {
		display: none;
	}

	/* ---- NEXT STEP ---- */
	#post-104 .et_pb_promo {
		text-align: center;
		position: static;
		padding: 20px 30px;
	}
	#post-104 .et_pb_promo_description {
		text-align: left;
	}
	#post-104 .et_pb_promo_button {
		/*position: auto;*/
		width: auto;
		right: auto;
		bottom: auto;
		text-align: center;
	}

	/* ---- MEDIA ---- */
	.archive .et_pb_post .thumbnail {
		position: static;
	}
	.archive .et_pb_post .post-content,.archive .et_pb_post .addthis_toolbox
		{
		margin-left: 0;
	}

	/* ---- FACEBOOK SLIDER ---- */
	.fblbCenterOuter {
		display: none;
	}
}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
	/* ---- HOME ---- */
	#post-97 .image_carousel a.prev {
		top: 8px;
	}
	#post-97 .image_carousel a.next {
		top: 8px;
	}
}









/*** Improved stage ***/
#logo {
	max-height: 43px;
	margin-top: 5px;
}
#main-header {
	padding-top: 10px;
}
/*#main-header .container {
	width: 926px;
}*/
.footer-widget .button {
	padding: 8px 26px;
}
#top-apply-now {
	margin-top: 5px;
}

#home-page-featured h1 {
	top: 43%;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	font-size: 58px;
	line-height: 55px;
}
#home-page-featured h1 span {
	letter-spacing: 0px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: none;
	padding: 0 10px;
	line-height: 80px;
}
#home-page-featured {
	max-height: 480px;
}

.container {
	width: 1170px;
	padding: 0;
}

.search-container {
	background: #fff;
}
.search-box {
	width: 1170px;
	margin: 0 auto;
	float: none;
	border: 0;
	padding-left: 52px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 17px;
	padding-bottom: 43px;
	background: #fff;
}
.search-box input[type=text] {
	text-transform: none;
	font-weight: 300;
	font-size: 29px;
	letter-spacing: 0;
	width: 100%;
}
#searchsubmit {
	position: absolute;
	left: 2px;
	bottom: 6px;
}
#searchsubmit .icon-search:before {
	content: url(images/btn_search.png);
	width: auto;
	cursor: pointer; 
}
#content{
	padding-top: 0;	
	background: transparent;
}
body{
	background-size: 100% auto; 
}

.header .container {
	width: 960px;
	padding: 0 15px;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-logo a {
	float: right;
	width: 396px;
	height: 100px;
}

#content h1, #platform-statistics .title {
	background: #fff;
	margin: 48px auto 0;
	/*margin-bottom: 5px;*/
	padding-top: 30px;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #00a0e2;
}
#content h1 span, #platform-statistics .title span {
	position: relative;
}
#content h1 span:before, #platform-statistics .title span:before {
	content: '';
	width: 109px;
	height: 1px;
	position: absolute;
	top: 57%;
	left: -119px;
	background: #00a0e2;
}
#content h1 span:after, #platform-statistics .title span:after {
	content: '';
	width: 109px;
	height: 1px;
	position: absolute;
	top: 57%;
	right: -119px;
	background: #00a0e2;
}
.home #projects,
.tax-download_category #projects {
	background: #fff;
	border-top: none;
	padding-top: 26px;

}
#projects .item {
	width: 269px;
	margin: 0 7px 13px 12px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	padding-bottom: 3px;
	border-radius: 4px;
	border: 3px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
}
#projects h3 {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 25px;
	color: #010101;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 17px 17px 10px;
	width: 100%;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#projects .item .image {
	height: 180px;
}
#projects .item .title {
	line-height: 1.2;
	min-height: 48px;
}
.bar {
	background: none;
	border: 2px solid #e72d2f;
	border-radius: 10px;
	margin-bottom: 15px;
	margin-left: 12px;
	margin-right: 10px;
}
.bar span{
	background: url(images/pattern_progressBar.png);
	border-radius: 10px;
}
.digits {
	margin: 12px 5px 5px; 

}
.digits li,
.atcf-profile table td:last-child li {
	text-align: center;
	font-size: 14px;
	text-transform: none;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	color: #7f7f7f;
	width: 33%;
	margin: 0;
	white-space: nowrap;
}
.digits li:first-child,
.digits li:last-child,
.atcf-profile table td:last-child li:last-child,
.atcf-profile table td:last-child li:first-child{
	border: none;
}
.digits strong,
.atcf-profile table td:last-child li strong{
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 1px;
	color: #000;
	display: block;
}

#platform-statistics {
	background: transparent;
	padding-top: 43px;
	padding-bottom: 0;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
#platform-statistics .title {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 35px;
}
#platform-statistics .et_pb_row {
	width: 1170px;
	background: #fff;
	padding-top: 20px;
}
#platform-statistics .num{
	color: #e72d2f;
	font-size: 72px;
	display: block;
	margin-bottom: 39px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;

}
#platform-statistics .et_pb_column {
	margin-left: 35px;
	margin-right: 18px;
}
#platform-statistics .globers, #platform-statistics .raised {
	background: url(images/graphic_globers.png) no-repeat top center;
	padding-top: 45px;
	margin-top: -11px;
	min-height: 313px;
	padding-bottom: 18px;
}
#platform-statistics .raised{
	background: url(images/graphic_raised.png) no-repeat center;
}
#platform-statistics .globers h1, #platform-statistics .raised h1 {
	margin-top: 85px;
	font-size: 33px;
	text-align: center;
	font-weight: 200;
	line-height: 33px;
	height: 210px;
	
}
/*#main-footer .container {
	width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 19px;
}*/
.footer-widget {
	width: 50%;
}




.et_pb_column_1_4 {
	float: right;
	margin-right: 0;
	width: 390px;
	background: #fdfdfd;
	margin-top: -20px;
}
 #sidebar {
	width: 362px; 
	margin-left: 14px;
	/* margin-top: -16px; */
}
.et_pb_column_3_4 {
	width: 750px; 
}
.et_pb_section {
	background: transparent; 
}
#main-content {
	background: transparent;
	margin-top: 65px; 
	margin-bottom: 65px;
}
.et_pb_row {
	background: #fff;
	padding-top: 20px;
	width: 1170px;
}
.entry-content .title,
.checkout .et_pb_section .title {
	padding-top: 0; 
	width: 750px;
	/* margin-left: 28px; */
}
.entry-content .title + hr { 
	width: 750px;
	float: left;
}
#sidebar .et_pb_widget {
	width: auto; 
	padding: 0;
	font-weight: 300;
	color: #000;
}


.et_pb_column_1_4 h4,
#sidebar .widget-title {
	background: #e72d2f;
	text-shadow: none;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: none;
	letter-spacing: normal;

}
.et_pb_column_1_4 #sidebar p {
	padding: 30px 18px 14px;
	font-size: 16px;
}
.et_pb_column_1_4 #sidebar strong {
	font-weight: 400;
	width: 27%;
	float: left;
	display: inline-block;
}
.et_pb_column_1_4 #sidebar strong + span{
	display: inline-block;
	width: 70%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;

}
#sidebar .et_pb_widget {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding-bottom: 1px;

} 
.userinfo {
	display: inline-block;
}
#sidebar .widget_wp_editor_widget:first-child {
	background: #e72d2f;
	color: #fff;
	padding: 18px 10px 8px 16px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .widget_wp_editor_widget:first-child h4 {
	background: none;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 35px;

}
#sidebar .widget_wp_editor_widget:first-child h5 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	text-shadow:none;
	color: #fff;
	font-size: 16px;
	padding-bottom: 2px;
}
#sidebar .widget_wp_editor_widget:first-child h4 a{ 
	color:inherit;
}
#sidebar .widget_wp_editor_widget:first-child .button { 
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -20px;
}

#sidebar .widget_wp_editor_widget:first-child  .button,
.page-template-page-my-globe-php .et_pb_column_3_4 table .button { 
	box-shadow: none;
	font-size: 15px;
	padding: 8px 12px;
	background: #fff;
	color: #e72d2f;
	border: 1px solid #e72d2f;
	border-radius: 4px;
}
#sidebar a.em-calnav {
	color: #aaa;
}
#sidebar .widget_wp_editor_widget:first-child .button:hover,
.page-template-page-my-globe-php .et_pb_column_3_4 table .button:hover{  
	background: #e3f3ff;
}
/*#sidebar .widget_wp_editor_widget:first-child .button:active,*/
.page-template-page-my-globe-php .et_pb_column_3_4 table .button:active{  
	background: #b7c8d4;
	top: 0;
}
.page-template-page-my-globe-php .et_pb_column_3_4 table .button {
	padding: 5px 25px 5px;
	margin-left: -4px;
	font-size: 16px;
}
.page-template-page-my-globe-php .et_pb_column_3_4 table a {
	color: inhe;
}
#sidebar tr td {
	border: none;
	/*padding: 0px 4px 0px 16px;*/
}
#sidebar tr td:first-child {
	width: 30%;
}
#sidebar tr td:last-child {
	padding-left: 8px;
}
#sidebar table {
	margin-top: 21px;
	font-size: 16px;
	border: none;
	color:inherit;
}
#sidebar table.em-calendar {
	margin-top: 0;
}
#sidebar table.em-calendar td {
	width: auto;
	padding: 0;
}
#sidebar table.em-calendar td:first-child {
	width: auto;
}
.page-template-page-my-globe-php  .et_pb_widget a:not(.button) {
	color: inherit;
	font-weight: 300;
}
.page-template-page-my-globe-php .et_pb_widget_area .em-calnav:not(.button),
.page-template-page-my-globe-php .et_pb_widget_area .days-names {
	color: #aaa;
}
.et_pb_widget_area .em-calendar td.eventless-today {
	color: #fff;
	background: #e72d2f;
	text-shadow: none;
}
.et_pb_widget_area .em-calendar {
	font-family: Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
}
.et_pb_widget_area .em-calendar td.eventless, .et_pb_widget_area .em-calendar td.eventless-today {
	color: #000;
	font-weight: 400;
}
#sidebar ul li {
	text-align: center;
	color: #c3c3c3;
}
#sidebar ul  {
	margin-top: 12px;
	margin-bottom: 15px;
}


.page-template-page-my-globe-php .et_pb_section:first-child h1 {
	font-weight: 300;
}
header + .et_pb_section .title,
.entry-content .title,
.et_pb_section .title,
.donation-confirmation .et_pb_section .title {
	background: #fff;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #e72d2f;
	font-weight: 300;
	position: relative;
	padding-bottom: 17px;
	line-height: 1.3em;
}
.checkout .et_pb_section .et_pb_section .title {
	margin-left: 29px;
}

header + .et_pb_section .title span,
.entry-content .title span,
.checkout .et_pb_section .title span,
.donation-confirmation .et_pb_section .title span,
.page-template-page-templatesfull-width-php .et_pb_section .title span {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-left: 0px;
	padding-right: 10px;
}
header + .et_pb_section h1:after,
.entry-content .title:after,
.checkout .et_pb_section .title:after,
.donation-confirmation .et_pb_section .title:after,
.page-template-page-templatesfull-width-php .et_pb_section .title:after {
	content: '';
	z-index: 0;
	position: absolute;
	display: block;
	top: 31px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e72d2f;
}
.donation-confirmation .title {
	margin-left: 30px;
	margin-right: 20px;
}
.donation-confirmation .title + hr {
	display: none;
}
.page-template-page-my-globe-php .et_pb_column_3_4 .et_pb_text {
	padding: 0 0 0 34px;
}
.page-template-page-my-globe-php .atcf-submit-campaign {
	margin-right: 34px;
}
.et_pb_column_3_4 form p {
	width: 66.6%;
}
.et_pb_column_4_4 .title {
	padding: 0 38px;
}
form label {
	font-size: 16px;
	padding-bottom: 3px;
	display: inline-block
}
.entry-content .atcf-submit-campaign *[class|=atcf-submit] {
	padding-bottom: 20px;
}
.uploader span.filename {
	float: right;
	border: none;
	display: none;
}
.uploader span.filename{
	width: 130px;
	font-size: 16px;
	padding-top: 5px;
}
.uploader span.action{
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	background: #e72d2f;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	padding: 6px 26px;
}
.uploader {
	background: none;
	width: auto;
	height: auto;
}
form label.selectit {
	color: #e72d2f;
}
form select {
	background: #00a0e2;
	color: #fff;
}
.button {
	cursor: pointer;
}
form .button,
.atcf-profile .button,
.atcf-login #wp-submit
 {
	background: #00ba28 !important;
	color: #fff !important;
	font-size: 24px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	border-radius: 4px;
	box-shadow: 0 3px 0 #009b21;
	padding: 12px 22px;
}
#sidebar .button {
	padding-bottom: 19px;
	padding-top: 20px;
	/*width: 80%;*/
	font-size: 36px;
	margin-bottom: 10px;
}

form .button:hover,
.atcf-profile .button:hover,
.atcf-login #wp-submit:hover {
	background: #00d02d;
}

form .button:active,
.atcf-profile .button:active,
.atcf-login #wp-submit:active	{
	background: #009b21;
	top: 0;
}







.search.search-box {
	padding-bottom: 46px;
	border-bottom: 1px solid #e72d2f;
}
.search#content {
	margin-top: 53px;
	margin-bottom: 53px;
}
.search#searchsubmit {
	margin-left: 8px;
}
.search-box input[type=text] {
	margin-left: 13px; 
	height: auto;
	line-height: 40px;
	height: auto;
	margin-top: -5px;
}




.entry-content .et_pb_column_3_4 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.entry-content .et_pb_column_3_4 table tr {
	background: #fff;
}
.entry-content .et_pb_column_3_4 table tr:hover {
	background: #fff;
}
.entry-content .et_pb_column_3_4 table th {
	background: #e72d2f;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 3px 20px;
}
/*.entry-content .et_pb_column_3_4 table td:first-child {
	width: 60.3%;
} */
.entry-content .et_pb_column_3_4 table h4 {
	font-size: 24px;
	padding: 11px 0px 6px;
	font-weight: 300;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;

}
.entry-content .et_pb_column_3_4 table td:last-child h4 {
	padding-bottom: 19px;
	text-align: center;
}
.entry-content .et_pb_column_3_4 table h4 strong {
	font-weight: 400;
}
.entry-content .et_pb_column_3_4 table td {
	padding: 6px 17px 20px;
}
table .bar {
	margin-left: 4px;
	margin-right: 15px;
}
.atcf-profile table td:last-child ul {
	margin-left: -15px;
}
.atcf-profile table td:last-child li {
	float: left;
}
.atcf-profile table td:last-child ul {
	padding: 0;
	list-style: none;
}
.atcf-profile table td:first-child {
	border-right: 1px solid #dedede;
}




#edd_checkout_cart_form {
	background: #fdfdfd;
	float: right;
	margin-top: -86px;
	width: 382px;
	z-index: 2;
	position: relative;
	text-align: center;
}
#edd_checkout_cart_form p {
	text-align: justify;
}
#edd_checkout_cart {
	width: 360px;
	margin-left: 14px;
	/*margin-top: -15px;*/
	font-size: 16px;
}
#edd_checkout_cart h1,
#edd_checkout_cart h2,
#edd_checkout_cart h3,
#edd_checkout_cart h4,
#edd_checkout_cart h5,
#edd_checkout_cart h6
 {
	font-size: inherit;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
}
#edd_checkout_cart h2 {
	margin-bottom: 0;
}
#edd_checkout_cart > div:first-child{
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #fff;
}
#edd_checkout_cart .edd_checkout_cart_item_title {
	font-size: 36px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	padding-top: 9px;
	line-height: 1.2;
	position: relative;
	color: #000;
}
.edd_checkout_cart_item_title:after {
	content: '';
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 52%;
	margin-left: 24%;
	height: 1px;
	display: block;
	background: #ddd;
}
#edd_checkout_wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#edd_checkout_wrap {
	background: #fff;
}

.checkout .et_pb_section .title + hr {
	display: none;
}
#edd_checkout_form_wrap, .atcf-register {
	float: left;
	border-left: none;
	padding-left: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}
#edd_checkout_form_wrap fieldset legend {
	padding-bottom: 17px;
}
#edd_checkout_form_wrap p{
	padding-bottom: 11px;
} 
form {
	color: #000;
}

form.atcf-submit-campaign, .atcf-register > form, .edd_errors, .atcf-login > form, .entry-content > h3, .entry-content .table-container, .entry-content .atcf-profile, .wpcf7 > form, .entry-content .atcf-join-team { padding: 0 38px 38px; }

#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"]
 {
	width: 300px;
}
#edd_checkout_form_wrap select {
	margin-bottom: 11px;
	width: 300px; 
} 
#edd_checkout_form_wrap .card-expiration select, #edd_checkout_form_wrap #card_cvc {
	width: 126px;
}
#edd_checkout_form_wrap textarea {
	width: 70%;
	height: 181px;
}
#edd_checkout_form_wrap fieldset {
	margin-bottom: 4px;
	border-bottom: 0;
}

.edd-required-indicator, .red {
	color: #ce3500;
}
#edd_checkout_form_wrap .edd-label {
	width: 100%;
}
#edd_checkout_form_wrap .button {
	text-transform: uppercase;
	padding: 18px 70px;
}

form #goal {
	font-size: 48px;
	font-weight: 300;
	color: #000;
	padding-left: 19px;
}



.create-account-fieldset,
.user-details-fieldset {
	width: 800px;
}

.create-account-fieldset,
.user-details-fieldset,
#edd_donation_details,
#edd_checkout_signup_login,
#edd_checkout_user_info,
#edd_cc_fields {
	position: relative;
}
.create-account-fieldset:before,
.user-details-fieldset:before,
#edd_donation_details:before,
#edd_checkout_signup_login:before, 
#edd_checkout_user_info:before, 
#edd_cc_fields:before {
	position: absolute;
	content: '1';
	top: -14px;
	left: -80px;
	z-index:10;
	border: 1px solid #ce3500;
	color: #ce3500;
	text-align: center;
	line-height: 1.5;
	font-size: 36px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: block;
	font-weight: 300;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.user-details-fieldset:before,
#edd_checkout_signup_login:before {
	content: '2';
}
#edd_checkout_user_info:before {
	content: '3';
}
#edd_cc_fields:before {
	content: '4';
}
/*#chk-agree-tc {
	float: left;
	margin-top: 6px;
}
#uniform-chk-agree-tc + label{
	width: 90%;
	padding-left: 10px;
	vertical-align: top;
	
}
#uniform-chk-agree-tc + label a {
	color: #e72d2f;
	text-decoration: underline;
}*/
/*#edd_checkout_form_wrap .radio + label {
	color: #00a0e2;
}*/
form  .blue {
	color: #00a0e2;
}
#edd_checkout_form_wrap  a {
	color: inherit;
}




.single-download {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.single-download .et_pb_row.no-bg {
	background: transparent;
	padding-top: 44px;
	padding-bottom: 39px;
}
.single-download .et_pb_column_4_4 .single-title span {
	position: relative;
}
.single-download .et_pb_column_4_4 .single-title span:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.single-download .et_pb_column_4_4 .single-title,
.single-download .et_pb_column_4_4 .single-subtitle {
	color: #fff;
	font-size: 48px; 
	font-weight: 300;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
.single-download .et_pb_column_4_4 .single-subtitle {
	font-size: 16px;
} 
.single-download #main-content {
	margin-top: 0;
}
.single-download #main-content .post-meta.campaign-meta {
	padding-top: 21px;
	margin-left: -5px;
}
.icon-calendar:before {
	content: url('images/icon_calendar.png') !important;
}
.icon-calendar {
	position: relative;
}
.icon-calendar span {
	position: absolute;
	top: 1px;
	left: 9px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
.icon-clock:before {
	content: url('images/icon_clock.png') !important;
}
.icon-compass:before {
	content: url('images/icon_location.png') !important;
}
.icon-calendar:before,
.icon-clock:before,
.icon-compass:before {
	margin-right: 0;
}
#wp-description-editor-container .mceToolbar {
	background: #fff;
	border: none;
}
#wp-description-editor-container tr td {
	border: none;
}
#wp-description-editor-container .mceStatusbar {
	display:none;
}
#wp-description-editor-container {
	border: none;
}
.single-download .et_pb_column_3_4 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 47px;
	padding-right: 15px;
}
.single-download #main-content .post-meta div {
	font-size: 16px;
	font-weight: 300;
}

body {
	color: #000;
}
.single-download #description {
	font-size: 16px;
	font-weight: 300;
}
.video-container {
	margin-bottom: 20px;
}
.single-download #description h1,
.single-download #description h2,
.single-download #description h3,
.single-download #description h4,
.single-download #description h5,
.single-download #description h6 {
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	color: #000; 
}
.entry-share {
	border: 1px solid #00a0e2;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	color: #00a0e2;
	padding: 8px 10px 6px 15px;
	font-weight: 300;
}
#main-footer {
	margin-top: 56px; 
}
.single-download .et_pb_column_1_4 {
	
}
#sidebar .widget {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.project-details .right-side {
	padding: 0;
	background: transparent;
}
#campaign-info .widget {
	padding: 0;
	border: none;
}
.single-download .contribute-now,
.single-download .join-team {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.single-download #sidebar .widget ul li {
	padding: 0;
	padding-bottom: 11px;
	margin :0;
}
.single-download #sidebar .progress,
.single-download #sidebar .author-bio-links
 {
	position: relative;
	height: auto;
	background-color: inherit;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.single-download #sidebar .progress:after,
.single-download #sidebar .author-bio-links:after
 {
	content: '';
	width: 90%;
	height: 1px;
	background: #dedede;
	position: absolute;
	bottom: -2px;
	left: 5%;
}
.single-download #sidebar .progress .bar {
	border-radius: 3px;
	background: #f5f5f5;
	height: 26px;
	border: none;
	margin: 0 8px;
	margin-bottom: 15px;
	border: 2px solid #e72d2f;
}
.single-download #sidebar .progress .bar span {
	border-radius: 3px;
	height: 26px;
	font-weight: 600;
	font-size: 48px;
}
.single-download #sidebar .progress .total {
	color: #e72d2f;
	padding-top: 20px;
	padding-bottom: 27px;
	font-size: 48px;
	font-weight: 700;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;

}
.single-download #sidebar .project-details li p {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	text-transform: none;
	font-weight: 300;
	color: #696969;
}
.single-download #sidebar .widget .backer-count,
.single-download #sidebar .widget .days-remaining
 {
	width: 50%;
	list-style:none;
}

.single-download #sidebar .backer-count h3,
 .single-download #sidebar .days-remaining h3{
	font-weight: 300;
	padding-top: 31px;
	font-size: 36px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
}
.single-download #sidebar .campaign-stats {
	margin-bottom: 2px;
}
#sidebar a {
	color: #e72d2f;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar li {
	font-size: 16px;
	line-height: 2em;
}
.widget-bio .image {
	width: 260px;
	max-width: 100%;
	margin: 10px auto 12px auto;
}
.widget-bio .avatar {
	margin-left: 26px;
	margin-right: 15px;
}
#sidebar  .author-bio > strong {
	width: 100%;
	font-size: 24px;
	display: block;
	
}
#sidebar  .author-bio > small {
	width: 100%;
	color: #696969;
	font-size: 16px;
	display: block;
	float: left;

}
#sidebar .button-ask {
	font-size: 24px;
	font-weight: 300;
	position: relative;
	padding-right: 20px;
}
#sidebar .button-ask:after {
	content: '>';
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	margin-left: 7px;
	line-height: 1.5;
}
.single-download .et_pb_section .et_pb_row {
	padding-top: 20px;
}
.single.single-download .et_pb_column_3_4 {
	padding-left: 34px;
}
.atcf-submit-campaign-image img {
	margin: 15px 0;
}
.single .et_pb_column_3_4 .title { 
	font-weight: 300;
}
nav#top-menu {
	padding-top: 16px;
}
#content .container {
	/*background: #fff;*/
}
.donation-confirmation .entry-content h3{
	color: #000;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 28px;
}
.donation-confirmation .entry-content table {
	width: 710px;
	margin: 0 auto;
	font-size: 16px;
}
.donation-confirmation #edd_purchase_receipt_products td:first-child {
	width: 55%;
}

.donation-confirmation #edd_purchase_receipt_products td:last-child {
	color: #e72d2f;
}
.donation-confirmation #content .entry-content{
	padding-bottom: 107px;
}
.donation-confirmation table thead th {
	font-weight: 300;
}
#backers .title {
	font-size: 36px;
	padding-bottom: 24px;

}
#backers .title span:after{
	top: 25px;

}
#backers  .supporters {
	border: 2px solid #fafafa;
	font-size: 14px;
	font-weight: 300;
	width: 46%;
	float: left;
	background: #fafafa;
	margin-bottom: 20px;
}
#backers * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#backers  .message {
	background: #fff;
	color: #000;
	width: 100%;
	padding: 7px 15px;
	position: relative;
}
#backers  .message:after{
	content: '';
bottom: -8px;
left: 24px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 8px solid #fff;
position: absolute;

}
#backers .s-container {
	padding: 11px 12px 7px
}
#backers .s-container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
#backers .name{
	color: #11a6e4;
	font-size: 16px;
	width: 55%;
	float: left;

}
#backers .supporters:nth-child(even){
	
margin-right: 5%;
}
#backers .amount {
	color: #e72d2f;
	font-size: 36px;
	float: right;
	width: 45%;
	padding-top: 12px;
	text-align:right;

}
#backers .date {
	color: #7d7d7d;
	width: 55%;
	float: left;
} 

.entry-content > p {
	margin-left: 28px;
	font-size: 16px;
	max-width: 738px;
	margin-bottom: 30px;
	float: left;
}

.small-letter { font-size: 11px; }

#sidebar ul li{
	list-style: none;
}
#sidebar .team-members .image{
	width: 60px;
	float: left;
}
#campaign-info #sidebar .team-members  {
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#sidebar .team-members table {
	width: 100%;
}
#sidebar .team-members .total-amount{
	max-width: 120px;
	text-align: right;
	padding: 0;
	color: #e90000;
	font-size: 18px;
	font-weight: 400;
	padding: 5px;
}

#sidebar .team-members td:first-child {
	width: 40px;
}

#sidebar .team-members .image {
	padding: 5px;
}

#sidebar .team-members .data{
	float: left;
	text-align: 0;
	padding: 0 7px 0;
	text-align: left;
}
#sidebar .team-members .data p{
	margin: 0;
	padding: 0;
}
#sidebar .team-members .author a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

#sidebar .team-members .title{
	font-size: 16px;
	font-weight: 300;
	color: #696969
}
#sidebar .team-members table td{
	vertical-align: middle;
}
.et_pb_column_3_4 .et_pb_bg_layout_light.et_pb_text_align_left {
	overflow:hidden;
}
/*select-box*/
/* Dropdown control */
.selectBox-dropdown {
    /*min-width: 150px;*/
    position: relative;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #00a0e2;
    display: inline-block;
    cursor: default;
    border-radius: 4px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 10px 2px 17px;
    color: #fff;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    color: #fff;
}
.selectBox-dropdown .selectBox-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px
	left: 0;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.selectBox-options.selectBox-options-bottom{
	border: none;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #00a0e2;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    color: #00a0e2;
}

.selectBox-options LI.selectBox-hover A {
    background: #00a0e2;
	color: #fff;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {

}
.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.entry-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.no-results .entry-content {
	padding-top: 25px;
	padding-bottom: 50px;
}

/* Success page */
.receipt { 
	clear: both; 
}

/* My Campaigns & Join team pages */
.entry-status ul {
	list-style: none;
	padding: 0;
}

.entry-status  ul li {
	float: left;
	width: 33%;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; 
	text-align: center;
	line-height: 16px;
}

.entry-status  ul li span {
	display: block;
}

.entry-status  ul li span:first-child {
	font-size: 16px;
}

.entry-status  ul li span:nth-child(2) {
	font-size: 11px;
}

.entry-status {
	width: 268px;
}

.entry-action {
	text-align: center;
}

.entry-title {
	width: 50%;
}

.entry-title a {
	color: #e72d2f;
	font-weight: bold;
}

.entry-goal {
	vertical-align: middle;
	font-size: 18px;
	text-aligN: right;
}

#content .no-results h1{
	padding-top: 0;
	margin-top: 0;
}

input[type="file"] {
	display: none;
}

.upload-button {
  background: #00a0e2;
  border: none;
  border-radius: 3px;
  padding: 10px 58px 9px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  font-family: 'letter_one', Helvetica, Arial, Lucida, sans-serif; font-weight: bold; 
}

/*responsive*/
.et_mobile_menu {
	top: 100%;
}
#projects section {
	margin-right: 0;
}

#platform-statistics .et_pb_column {
	margin-left: 0;
	margin-right: 0; 
}
.et_pb_column_1_2 {
	width: 50%;
}
/*input:not([type="checkbox"]), select {
	-webkit-appearance: none;
}*/
#sidebar .project-details ul li {
	text-align: center;
}

#tc-group > * { display: inline; margin-right: 5px; }

@media (max-width: 1190px) {
	
	#platform-statistics .et_pb_row {
		width: 960px;
	}
	#content .container {
		width: 960px;
	}
	.container {
		width: 95%;
	}
	
	.header .container {
		width: 100%;
		padding: 0;
	}
	
	#content .container {
		max-width: 95%;
	}
	.search-box {
		width: 960px;
		max-width: 95%;
	}
	#main-footer .container {
		width: 960px;
	}
	#projects .item {
		width: 222px;
		margin-right: 0;
	}
	.digits li {
		border: none;
		width: 100%; 
	}
	.digits strong {
		display: inline;
	}
	#projects .item .image {
		height: 222px;
	}


	:not(.checkout) .selectBox-dropdown, :not(.checkout) .selectBox-label {
		width: 100% !important;
	}
	.et_pb_row {
		width: 960px;
		max-width: 95%;

	}

	.et_pb_column_3_4 {
		width: 64%;
	}
	.et_pb_column_1_4 {
		width: 33%;
	}
	#sidebar {
		width: 96%;
		margin-left: 2%;
	}
	.single-download .et_pb_column_4_4 .single-title span {
		display: inline-block;
	}
	.single-download .et_pb_column_4_4 .single-title span:before {
		bottom: -11px;
	}

	#edd_checkout_cart {
		width: 96%;
		margin-left: 2%;
	}
	#edd_checkout_cart_form {
		width: 33%;
	}
	#edd_checkout_form_wrap {
		width: 64%;
	}
	.entry-content > p {
		width: 60%;
	}
	.et_pb_column_1_4 #sidebar strong + span,.et_pb_column_1_4 #sidebar strong {
		width: 100%;
		padding-left: 0;
	}
	.atcf-profile table td:last-child li {
		width: 50%;
		border: none;
	}
	.atcf-profile table td:last-child li:last-child {
		width: 100%;
	}
	#sidebar ul li {
		text-align: left;
		margin-left: 15px;
	}
	
}
@media (max-width: 1190px) and (min-width: 981px) {
	#backers .amount {
		font-size: 25px;
	}
}
@media (max-width: 980px) {
	.et_pb_column_1_2 {
		width: 100%;
	}
	#platform-statistics .et_pb_row {
		max-width: 95%; 
	}
	.footer-widget { 
		width: 100%;
	}
	#footer-menu {
		float: right;
		width: 100%;
		float: left;
	}
	#et-social-icons li:first-child {
		margin-left: 27px;
	}
	#top-apply-now-placeholder {
		width: auto;
	}
	#main-footer .container {
		width: 100%;
	}
	#projects section {
		text-align: center;
	}
	#projects .item {
		display: inline-block;
	}
	#content h1, #platform-statistics .title {
		margin-right: 0;
		overflow: hidden;
	}
	#footer-menu ul li {
		float: none;
		display: inline-block;
	}
	#footer-info, #footer-menu ul  {
		text-align: center;
		float:none;
	}
	.single-download #sidebar .progress .total {
		font-size: 36px;
	}

	.single-download #sidebar .widget .backer-count, .single-download #sidebar .widget .days-remaining {
		width: 100%;
	}
	
	#backers .supporters {
		width: 100%;
	}
	.entry-share a {
		margin: 5px 5px 0;
	}
	
	#edd_checkout_form_wrap {
		width: 100%; 
	}
	.entry-content > p {
		width: 90%;
		margin-left: 5%;
	}
	.entry-content .title, .checkout .et_pb_section .title {
		width: 100%;
		padding-left: 5%;
		text-align:center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.entry-content .title span, .checkout .et_pb_section .title span, .donation-confirmation .et_pb_section .title span {
		display: inline-block;
		padding-right: 0;
	}
	.et_pb_column_1_4 #sidebar p {
		font-size: 15px;
	}
	


}


@media (max-width: 768px) {
	.required-info {
		float: none;
		text-align: right;
	}
	
	#home-page-featured h1 span
	{
		font-size: 26px;
		line-height: 1.5em;
	}
	
	.author-bio {
		margin-left: 27px;
		float: left;
	}
	#content h1 span, #platform-statistics .title span {
		display: inline-block;
	}
	#platform-statistics .num {
		font-size: 45px;
	}
	#home-page-featured h1 {
		font-size: 45px;
		line-height: 45px;
	}
	#projects .item {
		margin-left: 0;
	}
	#et-social-icons li:first-child {
		margin-left: 5px;
	}
	#et-social-icons li { 
		margin: 0 5px 5px;
	}


	.mceToolbar tr, .mceToolbar td {
		float: left !important;
	}
	.atcf-multi-select li {
		width: 100%;
	}
	.single-download .entry-content li, .single-download .comment-content li, .single-download .mu_register li {
		margin: 0;
	}


	.et_pb_column_1_4 {
		width: 100%;
	}
	#sidebar {
		width: 100%;
		margin: 0;
		min-height: 0 !important;
	}
	.single-download #sidebar .widget .backer-count, .single-download #sidebar .widget .days-remaining {
		width: 50%;
	}
	.author-bio {
		margin-left: 0;
		float: none;
		display: inline-block;
	}
	.widget-bio {
		text-align: center;

	}
	.widget-bio .avatar {
		display: inline-block;
		float: none;
		margin-left: 0;
		vertical-align: top;
		margin-top: 13px;
	}
	.et_pb_column_3_4 {
		width: 100%;
	}
	.single.single-download .et_pb_column_3_4 {
		padding-left: 15px;
	}
	#backers .amount {
		font-size: 25px;
	}
	.entry-share {
		text-align: center;
	}
	.entry-share .entry-share-text {
		display: block;
	}
	#edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"] {
		width: 260px; 
		max-width: 90%;
	} 

	.checkout .selectBox-dropdown {
		width: 180px !important;
		margin-bottom: 5px;
		max-width: 90%; 
		-webkit-appearance: none;

	}
	#edd_donation_details:before, #edd_checkout_signup_login:before, #edd_checkout_user_info:before, #edd_cc_fields:before {
		top: -65px;
		left: 0;
	}
	#edd_checkout_form_wrap fieldset {
		margin-top: 60px;
	}
	#edd_checkout_form_wrap {
		padding-left: 5%;
	}

	.et_pb_column_1_4 #sidebar strong {
		width: 20%;
	}
	.et_pb_column_1_4 #sidebar strong + span {
		width: 80%;
	}
	.et_pb_pagebuilder_layout .entry-content>.et_pb_section:first-child h1, .archive .et_pb_section:first-child h1, .single .et_pb_section:first-child h1, .page-template-page-my-globe-php .et_pb_section:first-child h1 {
		text-align: center;
		padding-left: 0;
	}
	.page-template-page-my-globe-php .et_pb_column_3_4 .et_pb_text {
		padding: 0;
	}
	.donation-confirmation .entry-content table {
		width: 90%;
	}
	.donation-confirmation .et_pb_section .title {
		padding: 0;
	}
}
@media( max-width: 440px) {

	.home #projects
	{
		padding: 26px 15px;
	}
	
	#projects .item {
		width: 100%;
	}
	
	#projects .item .image {
		padding: 5px;
	}
	
	#projects .item .image img {
		width: 100%;
	}
	
	.et_pb_column_1_4 #sidebar strong + span {
		width: 100%;
	}
	
	#edd_checkout_form_wrap, .atcf-register {
		float: none;
		padding-left: 0;
	}
	
	#registerform {
		padding: 0;
	}
	
	.atcf-register fieldset {
		width: 100%; 
	}
	
	.create-account-fieldset:before, 
	.user-details-fieldset:before, 
	#edd_donation_details:before, 
	#edd_checkout_signup_login:before, 
	#edd_checkout_user_info:before, 
	#edd_cc_fields:before { display: none; }
		
}