/*
Theme Name: Ecosystem Marketplace
Theme URI: http://www.ecosystemmarketplace.com
Author: Ben Dappen & Mahmood Rahimi
Author URI: 
Description: Theme for Ecosystem Marketplace
Version: 1.0
License:
License URI:
Tags: 
Text Domain: ecosystem_marketplace

*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

* {background-repeat:none;}
h1,h2,h3,h4 {font-weight:bold;}
a {transition:all 1s; text-decoration:none; color:#17609e; color:#1F83D3; }
a:hover {
	color:#104570;	
}
em {
  font-style: italic;
}
body {background-color:#dedede; font-family:Arial, Helvetica, sans-serif; background-image:url("img/structure/site_bg.gif"); background-repeat:repeat;}
blockquote {
  font-style: italic;
  padding: 20px 40px;
}
#wrapper {
	max-width:1000px;
	margin:auto;
	background-color:#FFF;	
}

/* STYLES FOR THE HEADER */
	#header {
	  background-image: url("img/branding/masthead.jpg");
	  background-repeat: repeat-x;
	  font-family: 'Roboto Condensed', 'Archivo Narrow', sans-serif;
	  height: 100px;
	  position: relative;
	  max-width: 1000px;
	}
	
	.logo {
	  left: 15px;
	  position: relative;
	  top: 15px;
	}
	
	.top_right_block {
		float: right;
		padding: 3px 10px;
		text-align:right;
	}
	
	.top_right_block ul {
	  margin-right: -5px;
	}
	
	.top_right_block li {
		display: inline-block;
		padding: 0 5px;
	}
	.top_right_block li > a {
	  color: #ffffff;
	  font-size: 11.5px;
	  text-decoration: none;
	  text-transform: uppercase;
	}
	
	/*For the search menu*/
	#searchform {
	  padding-top: 8px;
	}
	#searchform .screen-reader-text {display:none;}
	#searchform input[type="text"] {
	  border: 2px solid #cccccc;
	  color: #999999;
	  display: inline-block;
	  font-size: 11px;
	  padding: 2px;
	  text-align: center;
	  width: 180px;
	}
	#searchform input[type="submit"] {
	  background-color: #eeeeee;
	  border: medium none;
	  border-radius: 3px;
	  color: #999999;
	  font-size: 11px;
	  font-weight: bold;
	  padding: 2px;
	  text-transform: uppercase;
	}
	
	/* Main Menu */
	#menu {
	  bottom: 0;
	  position: absolute;
	  width: 100%;
	}
	
	#menu ul {
		padding:0 10px;	
	}
	#menu li {
	  background-color: #eeeeee;
	  border-radius: 3px 3px 0 0;
	  display: inline-block;
	  font-size: 13px;
	  padding: 5px 10px;
	  text-transform: uppercase;
	  margin-right:-1px;
	}
	
	#menu li.current_page_item, #menu li.current-menu-item {
	  background-color: #ffffff;
	}
	
	#menu li > a {
		color:#555;
		text-decoration:none;	
	}
	#mobile_nav {display:none;} /*this is the jquery-generated drop-down navigator*/
	
/*********************************************************

	FOOTER CONTENT

*********************************************************/
footer {
  background-color: #ffffff;
  padding-bottom: 20px;
}
.our_sponsors {
  border-top: 3px solid #17609e;
  margin: 15px 0 0;
  /* padding: 15px 30px 0; */
  text-align: center;
}

.our_sponsors a {
    /* display: inline-block; */
	display:none;
    margin: 0 25px 15px;
}

.our_sponsors img {
    max-height: 50px;
}
.final_menu {
	background-color:#80BF28;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.58, #80BF28),
		color-stop(0.94, #ACD573)
	);
	background-image: -o-linear-gradient(bottom, #80BF28 58%, #ACD573 94%);
	background-image: -moz-linear-gradient(bottom, #80BF28 58%, #ACD573 94%);
	background-image: -webkit-linear-gradient(bottom, #80BF28 58%, #ACD573 94%);
	background-image: -ms-linear-gradient(bottom, #80BF28 58%, #ACD573 94%);
	background-image: linear-gradient(to bottom, #80BF28 58%, #ACD573 94%);	
	text-align:center;
	padding:10px;
}
.final_menu  * {
	color:#FFF;
	text-decoration:none;
	font-size:12px;	
}
.final_menu li {
  border-right: 1px solid #ffffff;
  display: inline-block;
  padding: 0 20px;
}

.foot_menu ul li:last-child {
  border-right: medium none;
}

#copyright {padding-top:10px;}
/*********************************************************

	GENERAL CONTENT

*********************************************************/




#content {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
}

#content h1.entry-title, #content h1 {
  border-bottom: 1px solid #999999;
  color: #075181;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

#content h2 {font-size:16px;}
.full_post h3 {font-size:14px;}

.entry-content p {
  padding-bottom:4px;
  margin-bottom:4px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.wp-caption-text {
  color: #666;
  font-size: 11px;
}

/*********************************************************

	HOMEPAGE STYLES

*********************************************************/

/* HOMEPAGE SPACINGS */
.table {
  border-spacing: 10px;
  display: table;
  margin: -10px;
}
.table > div {display:table-row}
.table > div > div {display:table-cell; vertical-align:top;}
.table .column {border-radius:4px 4px 0 0; max-width:750px;}
.homepage_wrapper .table .column  {border:1px solid #8aafcf; }
.table .column.ecosystem_landing_pages {
  border: none;
}
.column.feature_article {width:54%; background-color:#f4f2f5}
.column.center_column {width:54%;} 
.column.newest_tile, .column.left_column, .column.right_column, .column.ecosystem_landing_pages {width:23%;}
.column.newest_tile {}
.column.ecosystem_landing_pages {border:none;}

.table.second_tier {
  margin-top: -10px;
}

.feature_article_summary {padding:10px; font-size:13px; color:#36393f; line-height:normal;}
.feature_article_summary h4 > a {
  font-size: 15.4px;
  font-weight: bold;
  text-decoration: none;
  color:#17609e;
}



.single_feature {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  overflow:hidden;
}
h4 .entry-date {
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  margin-left: 10px;
}
.img_wrapper {
  float: left;
  margin: 0 10px 5px 0;
}

#sidebar h3, .column .widget-container h3, .home .column h3, .featured_post h3 {
	background-color: #296EA6;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 6px 8px;
	text-transform:uppercase;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, #296EA6),
		color-stop(1, #7AA4C8)
	);
	background-image: -o-linear-gradient(bottom, #296EA6 35%, #7AA4C8 100%);
	background-image: -moz-linear-gradient(bottom, #296EA6 35%, #7AA4C8 100%);
	background-image: -webkit-linear-gradient(bottom, #296EA6 35%, #7AA4C8 100%);
	background-image: -ms-linear-gradient(bottom, #296EA6 35%, #7AA4C8 100%);
	background-image: linear-gradient(to bottom, #296EA6 35%, #7AA4C8 100%);
	padding: 6px;
    text-transform: uppercase;
}

.center_column > h3 {
  border-radius: 4px;
}

/******** MARKET SECTION ON HOMEPAGE ***********/
.market_homepage {
  border: 1px solid #8aafcf;
  border-radius: 4px 4px 0 0;
  font-size: 11px;
  margin-bottom: 10px;
}

.market_homepage > h3 {
  padding: 6px 8px;
}

.market_homepage.carbon > h3 {
  background-color:#666;
  background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, #666),
		color-stop(1, #999999)
	);
	background-image: -o-linear-gradient(bottom, #666 35%, #999999 100%);
	background-image: -moz-linear-gradient(bottom, #666 35%, #999999 100%);
	background-image: -webkit-linear-gradient(bottom, #666 35%, #999999 100%);
	background-image: -ms-linear-gradient(bottom, #666 35%, #999999 100%);
	background-image: linear-gradient(to bottom, #666 35%, #999999 100%);
}

.market_homepage.biodiversity > h3 {
  background-color:#80BF28;
  background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, #80BF28),
		color-stop(1, #B3D77F)
	);
	background-image: -o-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -moz-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -webkit-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: -ms-linear-gradient(bottom, #80BF28 35%, #B3D77F 100%);
	background-image: linear-gradient(to bottom, #80BF28 35%, #B3D77F 100%);
}

.market_homepage .img_wrapper > img {
  margin-left: 5px;
  max-height: 40px;
}
.market_homepage.biodiversity {
  margin-bottom: 0;
}

.market_homepage h5 a {
	font-weight: bold;
	line-height: normal;
}

.market_homepage > div {
  margin-bottom: -2px;
  overflow: hidden;
  position: relative;
}

.market_homepage div.read-more {position:absolute; bottom:5px; right:5px;}
.market_homepage div.read-more > a {color:#81bf28; font-size:9px; font-weight:bold;}

/************ UPDATED STYLES FOR 4-block HOMEPAGE *************/
.market_homepage {
  border: 1px solid #8aafcf;
  border-radius: 4px 4px 0 0;
  float: left;
  font-size: 11px;
  margin-bottom: 10px;
  margin-right: 6px;
  width: 102px;
}

.market_homepage:nth-child(2n) {
  margin-right: 0;
}

.market_homepage div.read-more {
  bottom: 0;
  display: block;
  line-height: 100%;
  padding: 5px;
  position: relative;
  right: 0;
  text-align: center;
}

.column .market_homepage > h3 {
  font-size: 10px;
  text-align: center;
}

.market_homepage .img_wrapper {
  float: none;
  margin-bottom: -5px;
  text-align: center;
  width: 100%;
}

.market_homepage .img_wrapper img {
  height: 76px;
  margin: auto;
  width: auto;
}

.column .market_homepage > h3 {
  font-size: 10px;
  padding-bottom: 5px;
  text-align: center;
}

.market_homepage.water, .market_homepage.biodiversity {
  margin-bottom: 0;
}


.second_tier.table .column {border:none;}

.single_feature {
  font-size: 11px;
  margin-top: 10px;
  padding-left: 55px;
}

.single_feature h4 {
	font-size:12px;	
}

.single_feature .img_wrapper {
  margin-left: -55px;
}

.left_column .video_interviews_2 > h3 { /* Video Widget Title */
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #336600;
  margin: 0;
  padding: 0;
}

.left_column h3.widget-title { /* Getting Started Widget Title */
  background-color: #999999;
  background-image: none;
  color: #ffffff;
}
.left_column .widget_text {font-size:11px;}
.widget_text ul {padding-top:5px;}
ul.jump_to > li {
  background-image: url("img/icons/fwd.gif");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  padding: 2px 0 2px 20px;
}

/************* BASIC PAGE STYLES ***************/
h2.entry-title {
    color: #333333;
    font-size: 20px;
    line-height: 1.3em;
	padding-bottom:8px;
}

h2.term-header > a {
  background-image: url("img/icons/fwd.gif");
  background-position: left center;
  background-repeat: no-repeat;
  float: right;
  font-size: 12px;
  padding-left: 20px;
}

#content strong {font-weight:bold;}
#content h5 {font-weight:bold;padding-bottom:8px; margin-bottom:8px;}

#sidebar {
  border-right: 1px solid #999;
  display: table-cell;
  margin: 0 10px 0 0;
  padding-right: 10px;
  width: 23%;
}

.author {
  display: block;
  padding: 8px;
}

.author:before {
	content:"Author: ";
	font-weight:bold;	
}

.the-except {
  font-style: italic;
  line-height: 1.6em;
  padding: 8px 0 16px;
}

.full_post {
	line-height:1.6em;	
}
.full_post ul, .full_post ol {padding:5px 0 5px 15px;}
.full_post ol li {
  list-style-position: outside;
  list-style-type:decimal;
  padding: 5px 0 5px 15px;
}
.full_post li {
	padding:5px 0 5px 15px;
	list-style:outside;	
}
.full_post p {padding-bottom:8px; margin-bottom:8px;}

a.read_more {
  float: right;
  font-weight: bold;
}

/************* EVENT PAGES **************/
.running_list.events_running_list {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
  width: auto;
}
.events_running_list .entry-title > a {
  font-size: 12px;
}
 .the-map {
	padding:8px 0;
 }
 .the-map-wrapper {
  background-position: center center;
  height: 170px;
  max-width: 74%;
  border:1px solid #ccc; 
  border-radius:4px;
}
.event_details {
  background-color: #dedede;
  border-radius: 4px;
  margin-top: 15px;
  padding: 8px;
  text-align: left;
}
#content .event_details > h5 {
  background-color: #666666;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  margin: -8px -8px 8px;
  padding: 8px;
}
.event_details > span {display:block; padding-bottom:5px;}

table.data-table {
  width:100%;
  margin:10px 0;
}
table.data-table td {padding:4px; font-size:90%; border-bottom:1px dotted #999;}
table.data-table th {text-align:left; background-color:#89AEC8; font-weight:bold;padding:4px; }


/************* PUBLICATIONS AND FEATURE ARTICLE PAGE ***************/
.featured_post {
  background-color: #f4f2f5;
  border: 1px solid #8aafcf;
  border-radius: 4px 4px 0 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}
.featured_post h4.entry-title {font-size:15px; padding-bottom:5px;}
.featured_post .listing_summary {line-height:1.4em; font-size:12px;}
.featured_post .post-edit-link {
  float: right;
}

.featured_post > h3 {
  margin: -10px -10px 10px;
}

.listing {
  clear: left;
 
}
article.listing { padding:5px 0;}

.listing .entry-title {font-size:11px;}
.listing .post-edit-link {
  float: right;
}

.listing .img_wrapper {
  border: 1px solid #dedede;
  height: 75px;
  text-align: center;
  width: 75px;
}

.listing_summary {
  border-collapse: collapse;
  display: table;
  font-size: 11px;
  margin: 8px 0;
}
.running_list {
  border-right: 1px solid #777777;
  margin-right: 1%;
  padding-right: 1%;
  width: 69%;
  overflow:hidden;
}

.running_list h2 {
  border-bottom: 1px solid #cccccc;
  font-size: 17px;
  padding-bottom: 5px;
  color:#2e6426;
}

.running_list .listing_summary {
  padding-bottom: 20px;
}
.sm_share_links {padding-bottom:10px; text-align:center;}
.sm_share_links:before {
  color: #008000;
  content: "Share this! ";
  font-family: 'Roboto Condensed';
  font-size: 15px;
  font-style: italic;
  padding: 5px 10px 0 0;
  vertical-align: super;
}

/***************** ARTICLE PAGE ******************/
.article-right-side {
	margin: 0 0 15px 20px;
	float:right;
	width:175px;
	text-align:right;
}

.single-publications .article-right-side {
  background-color: #eeeeee;
}

.article-inner-sidebar {
  background-color: #eceff0;
  color: #333333;
  font-size: 11px;
  margin-top: 10px;
  padding: 5px 5px 10px 10px;
  text-align:left;
  line-height:1.4;
}

.featured-articles blockquote {
  background: #ededed none repeat scroll 0 0;
  border-radius: 4px;
  font-size: 120%;
  font-style: italic;
  margin: 15px 30px;
  padding: 20px 40px;
}

blockquote > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content .article-inner-sidebar h5 {
  background-color:#90C1E2;
  border-radius: 4px 4px 0 0;
  margin: -5px -5px 5px;
  padding: 5px;
}

#content .article-inner-sidebar p {
	padding-bottom:3px;
	margin-bottom:3px;	
}
#content .article-inner-sidebar p:last-child {
	padding-bottom:0;
	margin-bottom:0;	
}

.about_the_author {padding:8px 0; font-size:11px; font-weight:bold;}
.reprint_guidelines {
  font-size: 12px;
  font-style: italic;
  padding-top: 8px;
}

#disqus_thread {
  border-top: 1px dotted #999999;
  margin-left: 210px;
  margin-top: 30px;
  padding-top: 15px;
}


#nav-below {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 0 210px;
}
.nav-previous > a {
  display: block;
  padding: 8px 0;
  text-align: left;
}
.nav-next > a {
  display: block;
  padding: 8px 0;
  text-align: right;
}

/*************** MARKETWATCH PAGE ***************/
#content h1.marketwatch-title {height:18px; padding:7px 0 8px; background-image:url(img/branding/marketwatch_banner.gif);background-position:top left; border-radius:0 6px 0 0; border-bottom:none;}
.marketwatch-title > span {visibility:hidden;}

/**************** SEARCH PAGE ******************/
.search_results article {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.search_results article h2 {
	font-size:13px;	
}

/***************** SIDEBARS! *********************/

.column.left_sidebar_column {
  border-radius: 0;
  border-right: 1px solid #999999;
  padding-right: 10px;
  width:23%;
}

.right-sidebar {
  float: right;
  width: 28%;
}

.widget-container {
	list-style:none;
	margin-bottom:15px;
	font-size:12px;
	line-height:normal;
}
.widget-container h3 {
	border-radius:4px 4px 0 0;
	overflow:hidden;
}

.left_sidebar_column {border-radius:4px;}

/***************** WIDGET STYLES ******************/

.widget_wmp_widget li {
  background-image: url("img/structure/bullet_grey.gif");
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 11px;
  padding-left: 10px;
  padding-bottom:5px;
}

.single_ad {
  padding-bottom: 5px;
  text-align: center;
}
.single_ad img {
  border: 1px solid #999999;
}
.navigator_section {
  margin-bottom: 10px;
}
.navigator_section > h3 , #sidebar .navigator_section > h3 {
	border-radius: 4px;
	background-color:#85BCE0;
	color: #ffffff;
  margin-bottom: 6px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.35, #85BCE0),
		color-stop(1, #9FCAE6)
	);
	background-image: -o-linear-gradient(bottom, #85BCE0 35%, #9FCAE6 100%);
	background-image: -moz-linear-gradient(bottom, #85BCE0 35%, #9FCAE6 100%);
	background-image: -webkit-linear-gradient(bottom, #85BCE0 35%, #9FCAE6 100%);
	background-image: -ms-linear-gradient(bottom, #85BCE0 35%, #9FCAE6 100%);
	background-image: linear-gradient(to bottom, #85BCE0 35%, #9FCAE6 100%);
	padding:6px;
	text-transform:uppercase;
}

/***************** CONSTANT CONTACT WIDGET ****************/
.widget_sf_widget_constantcontact h3 {
  margin-bottom: 0;
}
.constantcontactwidget_form {
  background-color: #f4f2f5;
  font-size: 12px;
  padding: 5px;
  text-align:center;
}
#sf_widget_constantcontact_2_form > input[type="submit"] {
  background-color: #cccccc;
  border: medium none;
  border-radius: 4px;
  color: #333333;
  font-family: roboto condensed;
  padding: 3px;
  text-transform: uppercase;
}
#sf_widget_constantcontact_2_form > input[type="text"] {
  border: 2px solid #cccccc;
  margin-right: 4px;
  padding: 3px;
  width: 120px;
}

/***************** MISC STYLES ********************/
.rss {
  float: right;
  width:14px;
  height:14px;
  background-image: url("img/icons/rss.14x14.gif");
}
.rss > span {visibility:hidden;}

.thumb_75x75 {
  height: 75px;
  width: 75px;
}

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

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

/***************** ADMINISTRATIVE STYLES ********************/

.post-edit-link {
  background: none repeat scroll 0 0 #ff9900;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  float: left;
  font-size: 10px;
  font-weight: bold;
  margin: 3px 10px 3px 0;
  padding: 3px;
}


/* new home page slider */
.em-home-slider {
	display:none;	
}




@media (max-width: 780px) {
	/* GENERAL */
	
	#header {
	  background-size: auto 100%;
	  height: 120px;
	}
	#menu {display:none;}
	#mobile_nav {
	  background-color: rgba(0, 0, 0, 0.3);
	  border: 2px solid #cccccc;
	  bottom: 10px;
	  color: #ffffff;
	  font-family: roboto condensed;
	  font-size: 19px;
	  font-weight: bold;
	  left: 10px;
	  position: absolute;
	  display:block;
	}
	#sidebar {display:none;}
	.logo {display:block; position:relative; top:10px; left:10px; text-align:center;}
	.logo > img {
	  height: 48px;
	}
	.top_right_block {float:none; display:block;}
	.top_right_block ul {
	  display: none;
	}
	.top_right_block {
	  bottom: 10px;
	  display: block;
	  float: none;
	  position: absolute;
	  right: 10px;
	}
	#searchform input[type="text"] {
	  font-size: 17px;
	  margin-bottom: -3px;
	  padding: 3px 3px 4px;
	  width: 120px;
	}
	#searchform input[type="submit"] {
	  font-family: Roboto Condensed;
	  font-size: 15px;
	  margin-bottom: -2px;
	  padding: 4px 2px;
	}
	#container {padding:10px;}
	#content {padding:0px;}
	.table, .table > div, .table > div > div {display:block; width:auto; border-spacing:0px; margin:0;}
	.final_menu * {margin:8px 0;}
	.our_sponsors img {max-height:30px;}
	/* HOMEPAGE */
	.column.feature_article {
	  background-color: #f4f2f5;
	  margin: 10px;
	  overflow: hidden;
	  width: auto;
	}
	
	.homepage_wrapper .table .column.newest_tile {
	  clear: left;
	  float: left;
	  margin-right: 10px;
	  width: 220px;
	}

	.homepage_wrapper .table .column.ecosystem_landing_pages {
	  float: left;
	  width: calc(100% - 232px);
	}
	.column.left_column {
	  display: none;
	}
	.column.center_column {
	  clear: both;
	  margin: 0 0px 10px;
	  width: auto;
	}
	
	.homepage_wrapper .table .column {
	  margin: auto;
	  margin-bottom:10px;
	  width: auto;
	}	
	.market_homepage {border:none; overflow:hidden;}
	
	/* Hide right-sidebars */
	.right-sidebar {display:none;}
	
	/* listing pages */
	.column.left_sidebar_column {display:none;}
	
	img {
	  height: auto;
	  max-width: 100%;
	}

}

@media (max-width: 320px) {
	.top_right_block {display:none;}
	/*homepage*/
	.homepage_wrapper .img_wrapper {
	  float: none;
	  width: 100%;
	}
	.homepage_wrapper .feature_article .img_wrapper img {
	  height: auto !important;
	  width: 100% !important;
	}
	.homepage_wrapper .feature_article_summary > h4 {
	  background-color:rgba(0,0,0,.4);
	  display: block;
	  padding: 10px;
	  position: absolute;
	  top: 100px;
	  width: calc(100% - 40px);
	  text-align:right;
	}
	.homepage_wrapper .feature_article_summary h4 > a {
	  color: #ffffff;
	  font-size: 18px;
	  font-weight: bold;
	  text-decoration: none;
	}
	
	.homepage_wrapper .table .column.newest_tile {
	  clear: both;
	  float: none;
	  margin: auto auto 10px;
	  text-align: center;
	  width: 100%;
	}
	.homepage_wrapper .table .column.ecosystem_landing_pages {
	  float: none;
	  width: 100%;
	}
	.column.ecosystem_landing_pages .img_wrapper > img {
	  float: left;
	  margin-right: 10px;
	  width: auto !important;
	}
	.homepage_wrapper .additional_features .img_wrapper {
	  float: left;
	  width:auto;
	}
	.homepage_wrapper .single_feature h4 {
		font-size:14px;
	}
	.homepage_wrapper .single_feature > p {
		display:none;	
	}
	.homepage_wrapper .table .column {
	  clear: both;
	  margin: 10px auto;
	  width: auto;
	}
}

/* EXTRA THEME */
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


html, body {
	font-family:"Lato";	
}

h1,h2,h3,h4,h5 {
	font-family:'Roboto';	
}
.single_feature h4 {
  font-size: 13px;
}
.single_feature {
  color: #333;
  font-size: 12px;
}
p > span.entry-date {
  border-right: 1px solid #ccc;
  color: #888;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
}
.em_twitter_feed .tweet {
  font-size: 12px;
}
.widget_wmp_widget li {
  font-size: 12px;
}
.left_column .widget_text {
  font-size: 12px;
  max-width:100%;
}
.left_column .widget_text img {
  max-width:100%;
  height:auto;
}
div .em_jobs li {
  font-size: 12px;
}
.listing_summary {
  font-size: 12px;
}
.listing .entry-title {
  font-size: 13px;
}
.article_summary span.entry-date {
  border-right: 1px solid #ccc;
  color: #888;
  float: left;
  margin-right: 5px;
  padding-right: 5px;
}
.full_post {
  color: #333;
  font-size: 14px;
}
.featured-articles .the-except {
  color: #444;
  font-size: 14px;
}

/* Marketwatch */
div.para {height:220px;}

/* Newsletters */
.newsletter > a > span.newsletter-title, .newsletter time {
  font-size: 12px;
}
.newsletter > a > span {
  font-size: 14px;
}

/* Scale Emojis */
.tweet > img[aria-label^="Emoji"] {
  margin-right: 5px;
  width: 18px;
}