/*
Theme Name: ReCreate
Description: ReCreate Custom Design
Author: bridgetwes
Author URI: http://unboxinteractive.com/
Version: 1.0
*/

.partner-logos-about{
	list-style: none;
}

.partner-logos-about li{
	list-style: none;
	margin-bottom: 30px;
}

.wp-pagenavi{
	text-align: center;
	margin: 20px 0;
}

.wp-pagenavi span, .wp-pagenavi a{
	padding: 4px 10px 6px;
	margin: 0 5px;
}

.wp-pagenavi a{
	background: #11899f;
	color: white;
}

.wp-pagenavi a:hover{
	background: #f16034;
	color: white;
}

.wp-pagenavi span{
	color: #11899f;
}

#press-contact{
	padding: 20px 0;
}

.addthis_native_toolbox{
	padding: 10px 0;
}

.subscribe-box{
	padding: 30px 0;
}

#options .subscribe-box h2{
	margin-top: 0;
}

#subscribe-email input{
	padding: 12px 10px !important;
}

#subscribe-submit input {
	background: none repeat scroll 0 0 #11899f;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	padding: 8px 10px;
}

#subscribe-submit input:hover{
	cursor: pointer;
	background: #f16034;
}

/******** Action Network Forms *******/

#can_embed_form h2{
	display: none;
}

#can_embed_form h4{
	display: none;
}

#can_embed_form .international_link-wrap{
	display: none;
}

/*#can_embed_form #form-country{
	display: none;
} */

#can_embed_form .can_select{
	padding: 8px 10px;
	color: #777;
}

#can_embed_form .can_select .can_selectInner{
	font-family: "Roboto Slab",serif;
	font-size: 13px;
	font-weight: 400;
}

#can_embed_form .control-group label{
	display: block;
	margin-bottom: 2px;
	font-family: "Roboto Slab",serif;
	font-size: 13px;
	font-weight: 400;
	color: #777;
}

#can_embed_form .country_drop_wrap .relative span{
	color: white;
	border: 0 none;
}

#can_embed_form .country_wrap,
#can_embed_form img.ajax-loading,
#can_embed_form div#d_sharing,
#can_embed_form div#logo_wrap,
#can_embed_form div#action_info {
	display: none;
}

/******** End Action Network forms *************/

img.alignleft, div.alignleft{
	float: left;
	margin: 4px 12px 6px 0;
}

img.alignright, div.alignright{
	float: right;
	margin: 4px 0 6px 18px;
}

.wp-caption-text{
	font-size: 13px;
	line-height: 16px;
}

/************** Image Credits ***************/
.image-credit{
	color: white;
	position: absolute;
	right: 5px;
	top: 5px;
}

#id .image-credit a, .slides .image-credit a {
	color: #dfe552;
	display: inline;
	text-align: left;
}

#id .image-credit a:hover, .slides .image-credit a:hover {
	color: #f16034;
}

#id .image-credit p, #hero .image-credit p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

/************** End Image Credits ***************/
img, embed{
	max-width: 100%;
	height: auto;
}

#news .podcasts article a:after{
	clear: both;
	content: " ";
    display: table;
}

#news .podcasts article img{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

#snav .current_page_item a{
	color: #f16034;
}

/* zoom label on infographic hover */
#fancybox-image{
	display: block;
	position: relative;
}
#fancybox-image .zoomable{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .30);

	position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}

#fancybox-image .zoomable div{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 45%;
}

#fancybox-image .zoomable span{

	padding: 10px;
	background-color: #333333;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
}

#fancybox-image:hover, #fancybox-image:focus{

}
#fancybox-image:hover .zoomable,
#fancybox-image:focus .zoomable{
	display: block;
}
/* zoom label on infographic hover */
