/* # Genesis Sample Child Theme  
Theme Name: Open Migration
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

@import url(fonts/font.css);

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
	- Homepage
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- CRP Related
	- Latest/Most Viewed Posts
- Plugins
	- Genesis eNews Extended
	- Jetpack
	- WPML
	- WP-Pro-Quizz
	- GravityForms
	- Genesis Simple Filters
	- Featherlight
- Site Header
	- Title Area
	- Widget Area
	- Search Box in Full Screen Overlay
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
	- Glossary
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2c4143;
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #ed1944;
	text-decoration: none;
}

a:hover {
	color: #cd163f;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
/* 	margin: 40px; */
	font-family: 'Zona Pro Regular';
	padding: 0 40px;
	margin: 10px 0;
	background: #eaecec;
}

blockquote p {
	padding: 0;
	margin: 0;
}

blockquote::before {
	content: "\201C";
	display: inline-block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: 20px;
	line-height: 0;
}

blockquote::after {
	content: "\201D";
	display: inline-block;
	font-size: 30px;
	height: 0;
	left: 100%;
	position: relative;
	top: 0;
	line-height: 0;
}

::-webkit-scrollbar {
	background: transparent;
	overflow: visible;
	width: 17px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border: solid #fff;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:horizontal {
	border-width: 4px 6px;
	min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
	border-width: 6px 4px;
	min-height: 40px;
}

::-webkit-scrollbar-track-piece {
	background-color: #fff;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #ADADAD;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c4143;
	font-family: 'Zona Pro Bold';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
#newsletter #mc_embed_signup .button,
#newsletter-footer #mc_embed_signup .button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
    margin-bottom: 50px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px; /* 360px; */
	margin-top: 147px;
}

.about .sidebar-primary,
.mission .sidebar-primary,
.dashboard .sidebar-primary,
.glossary .sidebar-primary,
.tax-topic .sidebar-primary {
	margin-top: 60px;
}

.post-type-archive-analyses .sidebar-primary,
.post-type-archive-op-ed .sidebar-primary {
	margin-top: 124px; 
}

.single .sidebar-primary {
	margin-top: 58px;
}

.infographics .sidebar-primary {
	margin-top: 0;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ## Homepage
--------------------------------------------- */
#ez-home-container-wrap {
	margin-bottom: 60px;
}

.home .call-to-action {
	background: #eaecec url(images/cta_teaser.jpg) 0 0 no-repeat;
	padding: 20px 50px 20px 70px;
	font-family: 'Zona Pro SemiBold';
	font-size: 22px;
	width: 100%;
	display: inline-block;
}

.home .call-to-action span {
	padding: 0;
	display: inline-block;
	max-width: 700px;
}

.home .call-to-action a {
	font-family: 'Zona Pro Bold';
	color: #cd163f;
	border: 2px solid #cd163f;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: 6px 0;
	float: right;
}

.home .call-to-action a:hover {
	background: #cd163f;
	color: #fff;
}

#ez-home-top-container  {
	margin-top: 30px;
}

#ez-home-top-1.one-half, #ez-home-top-3.one-half, #ez-home-middle-2.one-half {
	width: 870px;
}

#ez-home-top-1 .widget, #ez-home-top-3 .widget, #ez-home-middle-2 .widget {
	float: left;
	width: 270px;
}

#ez-home-top-1 > .widget-2, 
#ez-home-top-1 > .widget-3,
#ez-home-top-3 > .widget-2, 
#ez-home-top-3 > .widget-3,
#ez-home-middle-2 > .widget-2, 
#ez-home-middle-2 > .widget-3,
#gfpc-widget-17 {
	margin-left: 30px;
}

#ez-home-top-2.one-half, #ez-home-top-4.one-half {
	width: 270px;
	margin-left: 30px;
}

#ez-home-top-1 .one-third, #ez-home-top-3 .one-third#ez-home-middle-2 .one-third,  {
	width: 270px;
	margin-left: 30px;
}

#ez-home-top-1 .one-third.first, #ez-home-top-3 .one-third.first, #ez-home-middle-2 .one-third.first {
	margin-left: 0;
}

#ez-home-top-2 .one-third, #ez-home-top-4 .one-third {
	width: 270px;
}

#ez-home-bottom-1.one-third,
#ez-home-bottom-2.one-third {
	width: 34.61538461538462%;
}

#ez-home-top-1 .one-third .entry, #ez-home-top-3 .one-third .entry, #ez-home-middle-2 .one-third .entry {
	margin-bottom: 30px;
}

#ez-home-top-2 .entry, #ez-home-top-4 .entry {
	background: #ed1944;
	color: #fff;
}

#ez-home-top-1 .entry-header a,
#ez-home-top-2 .entry-header a,
#ez-home-top-3 .entry-header a,
#ez-home-top-4 .entry-header a,
#ez-home-middle-2 .entry-header a {
	display: inline-block;
	width: 100%;
}

#ez-home-top-1 .entry-header img,
#ez-home-top-2 .entry-header img,
#ez-home-top-3 .entry-header img,
#ez-home-top-4 .entry-header img,
#ez-home-middle-2 .entry-header img {
	margin-bottom: 0;
}

#ez-home-top-1 .widget-title,
#ez-home-top-2 .widget-title,
#ez-home-top-3 .widget-title,
#ez-home-top-4 .widget-title {
	font-family: 'Zona Pro SemiBold';
	font-size: 15px;	
}

#gfpc-widget-15, #gfpc-widget-16{
	margin-top: 50px;
}

#ez-home-bottom-container .widget-title {
	border-bottom: 3px solid #353535;
	margin-bottom: 30px;
}

#ez-home-bottom-3.one-third {
	width: 23.076923076923077%;
	float: right;
}

#ez-home-bottom-1 .op-ed {
	margin-bottom: 20px;
}

#ez-home-bottom-2 .web-review {
	margin-bottom: 0;
}

#ez-home-top-1 h2,
#ez-home-top-2 h2,
#ez-home-top-3 h2,
#ez-home-top-4 h2,
#ez-home-middle-2 h2 {
	font-family: 'Zona Pro Bold';
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#ez-home-top-1 h2, #ez-home-top-3 h2, #ez-home-middle-2 h2 {
	border-bottom: 3px solid #2c4143;
}

#ez-home-top-2 h2, #ez-home-top-4 h2,
.sidebar .featured-web-review .entry-header .entry-title {
	color: #fff;
	padding: 0 10px 10px 10px;
	border-bottom: 3px solid #f68ca2;
}

#ez-home-bottom-1 .op-ed h2,
#ez-home-bottom-2 .web-review h2 {
	font-family: 'Zona Pro SemiBold';
	font-size: 16px;
	display: inline-block;
}

#ez-home-bottom-1 .op-ed h2 {
	max-width: 280px;
}

#ez-home-bottom-2 .web-review h2 {
	max-width: 210px;
}

#ez-home-bottom-1 .op-ed img
#ez-home-bottom-2 .web-review img {
	margin-bottom: 0;
}

#ez-home-bottom-2 .web-review img {
	max-width: 170px;
	max-height: 120px;
}

#ez-home-bottom-1 .op-ed .entry-title,
#ez-home-bottom-2 .web-review .entry-title {
	margin-bottom: 10px;
}

#ez-home-top-1 .entry-meta .excerpt,
#ez-home-top-2 .entry-meta .excerpt,
#ez-home-top-4 .entry-meta .excerpt,
#ez-home-bottom-1 .op-ed .entry-meta,
.sidebar .featured-web-review .entry-meta,
#ez-home-top-3 .entry-meta .excerpt,
#ez-home-middle-2 .entry-meta .excerpt {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

#ez-home-top-1 .entry-meta .excerpt,
#ez-home-top-2 .entry-meta .excerpt,
#ez-home-top-4 .entry-meta .excerpt,
.sidebar .featured-web-review .excerpt,
#ez-home-top-3 .entry-meta .excerpt,
#ez-home-middle-2 .entry-meta .excerpt {
	display: inline-block;
}

#ez-home-top-2 .entry-meta, #ez-home-top-4 .entry-meta,
.sidebar .featured-web-review .entry-meta {
	padding: 0 10px;
	margin: 0 0 10px 0;
	display: inline-block;
}

#ez-home-bottom-1 .op-ed .entry-meta {
	text-transform: uppercase;
}

#ez-home-top-1 .entry-time,
#ez-home-top-1 .author,
#ez-home-top-2 .entry-time,
#ez-home-top-2 .author,
#ez-home-top-4 .entry-time,
#ez-home-top-4 .author,
#ez-home-bottom-1 .op-ed .entry-time,
.sidebar .featured-web-review .entry-time,
.sidebar .featured-web-review .author,
#ez-home-top-3 .entry-time,
#ez-home-top-3 .author,
#ez-home-middle-2 .entry-time,
#ez-home-middle-2 .author {
	font-family: 'Zona Pro Thin';
	font-size: 12px;
	color: #617072;
	display: inline-block;
	margin-top: 10px;
	text-transform: none;
}

#ez-home-middle-1 span.source {
	font-family: 'Zona Pro Thin';
}

#ez-home-bottom-1 .op-ed .entry-time {
	display: block;
}

#ez-home-top-1 .entry-time:after,
#ez-home-top-2 .entry-time:after,
#ez-home-top-4 .entry-time:after,
.sidebar .featured-web-review .entry-time:after,
#ez-home-top-3 .entry-time:after,
#ez-home-middle-2 .entry-time:after {
	content: ' - ';
	font-family: 'Zona Pro Thin';
	font-size: 12px;
	color: #617072;
}

#ez-home-top-2 .entry-time:after,
#ez-home-top-4 .entry-time:after,
.sidebar .featured-web-review .author,
.sidebar .featured-web-review .entry-time:after {
	color: #fff;
}

#ez-home-top-2 .entry-time,
#ez-home-top-2 .author,
#ez-home-top-4 .entry-time,
#ez-home-top-4 .author,
.sidebar .featured-web-review .entry-meta,
.sidebar .featured-web-review .entry-time {
	color: #fff;
}

#ez-home-bottom-2 .web-review .entry-meta {
	font-size: 14px;
	line-height: 1.3em;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 12px;
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 3px solid #2c4143;
}

.breadcrumb a {
	color: #2c4143;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.single-infographics .breadcrumb span:nth-of-type(2) {
	display: none;
} 

.archive-description {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 0;
	padding: 0;
}

.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form/*,
.site-header .search-form*/ {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* To clear search input field's text when the search field gets focus */

input[type="search"]:focus::-webkit-input-placeholder { color:transparent; }
input[type="search"]:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input[type="search"]:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

/* ## Titles
--------------------------------------------- */

.archive-title,
.donation .content-sidebar-wrap > .entry-title,
.mission .content-sidebar-wrap > .entry-title,
.about .content-sidebar-wrap > .entry-title,
.dashboard .content-sidebar-wrap > .entry-title,
.glossary .content-sidebar-wrap > .entry-title,
.infographics .content-sidebar-wrap .breadcrumb:before,
.donation .entry-title {
	font-family: 'Zona Pro Thin';
	font-size: 48px;
	text-transform: uppercase;
	position: relative;
}

.it.infographics .content-sidebar-wrap .breadcrumb:before {
	content: 'Infografiche';
	display: block;
}

.en.infographics .content-sidebar-wrap .breadcrumb:before {
	content: 'Infographics';
	display: block;
}

.dashboard .content-sidebar-wrap > .entry-title,
.post-type-archive-infographics .archive-title,
.single-infographics .archive-title,
.post-type-archive-fact-checking .archive-title,
.single-fact-checking .archive-title,
.post-type-archive-web-review .archive-title,
.single-web-review .archive-title,
.post-type-archive-press-releases .archive-title,
.single-press-releases .archive-title,
.post-type-archive-quiz .archive-title,
.single-quiz .archive-title {
	padding-left: 80px;
	margin-bottom: 0;
	height: 90px;
}

.post-type-archive-analyses .archive-title:lang(it),
.post-type-archive-analyses .archive-title:lang(en),
.post-type-archive-infographics .archive-title:lang(it),
.post-type-archive-op-ed .archive-title:lang(it),
.post-type-archive-quiz .archive-title:lang(it),
.single-quiz .archive-title:lang(it) {
	visibility: hidden;
}

.post-type-archive-analyses .archive-title:lang(it):before,
.post-type-archive-analyses .archive-title:lang(it):after,
.single-analyses .archive-title:lang(it):before,
.single-analyses .archive-title:lang(it):after,
.post-type-archive-infographics .archive-title:lang(it):before,
.post-type-archive-infographics .archive-title:lang(it):after,
.single-infographics .archive-title:lang(it):before,
.single-infographics .archive-title:lang(it):after,
.post-type-archive-op-ed .archive-title:lang(it):before,
.post-type-archive-op-ed .archive-title:lang(it):after,
.single-op-ed .archive-title:lang(it):before,
.single-op-ed .archive-title:lang(it):after,
.post-type-archive-web-review .archive-title:lang(it):before,
.post-type-archive-web-review .archive-title:lang(it):after,
.single-web-review .archive-title:lang(it):before,
.single-web-review .archive-title:lang(it):after,
.post-type-archive-quiz .archive-title:lang(it):before,
.post-type-archive-quiz .archive-title:lang(it):after,
.single-quiz .archive-title:lang(it):before,
.single-quiz .archive-title:lang(it):after {
	visibility: visible;
}

.post-type-archive-analyses .archive-title:lang(it):after,
.post-type-archive-infographics .archive-title:lang(it):after,
.single-infographics .archive-title:lang(it):after,
.post-type-archive-web-review .archive-title:lang(it):after,
.single-web-review .archive-title:lang(it):after,
.post-type-archive-quiz .archive-title:lang(it):after,
.single-quiz .archive-title:lang(it):after {
	visibility: visible;
	position: absolute; 
	left: 80px;
}

.post-type-archive-analyses .archive-title:lang(it):after,
.single-analyses .archive-title:lang(it):after {
	content: 'Approfondimento';
	visibility: visible;
	position: absolute;
	left: 0;
}

.post-type-archive-analyses .archive-title:lang(en):after,
.single-analyses .archive-title:lang(en):after {
	content: 'In-depth';
	visibility: visible;
	position: absolute;
	left: 0;
}

.post-type-archive-infographics .archive-title:lang(it):after,
.single-infographics .archive-title:lang(it):after {
	content: 'Infografiche';
}

.post-type-archive-op-ed .archive-title:lang(it):after,
.single-op-ed .archive-title:lang(it):after {
	content: 'Idee';
	visibility: visible;
	position: absolute;
	left: 0;
}

.post-type-archive-quiz .archive-title:lang(it):after,
.single-quiz .archive-title:lang(it):after {
	content: 'Quiz';
}

.dashboard .content-sidebar-wrap > .entry-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_dashboard.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;	
}

.post-type-archive-infographics .archive-title:before,
.single-infographics .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_infographics.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
}

.post-type-archive-fact-checking .archive-title:before,
.single-fact-checking .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_fact-checking.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
}

/* .post-type-archive-op-ed .archive-title:before,
.single-op-ed .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_op-ed.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
} */

.post-type-archive-web-review .archive-title:before,
.single-web-review .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_web-review.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
}

.post-type-archive-press-releases .archive-title:before,
.single-press-releases .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_press-releases.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
}

.post-type-archive-quiz .archive-title:before,
.single-quiz .archive-title:before {
	content: '';
	background-image: url(images/pictos-rubriques/picto_quiz.png);
	background-repeat: none;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
}

.entry-title {
	font-family: 'Zona Pro Bold';
	font-size: 26px;
	margin-bottom: 15px;
	clear: both;
}

.page .entry-title {
	margin-bottom: 24px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

#ez-home-top-2 .entry-title a,
#ez-home-top-2 .entry-title a:hover,
#ez-home-top-4 .entry-title a,
#ez-home-top-4 .entry-title a:hover,
.sidebar .featured-web-review .entry-header a,
.sidebar .featured-web-review .entry-header a:hover {
	color: #fff;
}

.entry-title a:hover {
	color: #ed1944;
}

.widget-title {
	font-family: 'Zona Pro ExtraBold';
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px; /* 15px */
	margin-bottom: 0; /* 0 */
}

.widget-title a {
	color: #353535;
}

.widget-title a:hover {
	color: #ed1944;
}

#related_articles {
	position: relative;
}

#related_articles .widget-title:lang(it) {
	visibility: hidden;
}

#related_articles .widget-title:lang(it):after {
	content: 'Articoli correlati';
	visibility: visible;
	position: absolute;
	left: 0;
}

.footer-widgets .widget-title {
	font-family: 'Zona Pro ExtraBold';
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
}

.entry-header {
	position: relative;
}

.type-dashboard .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_dashboard_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.single-infographics .entry-header:after {
	background-image: none;
}

.topic-visuals .entry-header:after,
.topic-cartoteca .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_infographics_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

.type-fact-checking .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_fact-checking_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

/* .type-op-ed .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_op-ed_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
} */

/* .type-web-review .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_web-review_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
} */

.type-press-releases .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_press-releases_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}

/*.type-quiz .entry-header:after {
	content: '';
	background-image: url(images/pictos-rubriques/picto_quiz_hover.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}*/

.type-dashboard.teaser .entry-header:after,
.type-infographics.teaser .entry-header:after,
.type-fact-checking.teaser .entry-header:after ,
.type-op-ed.teaser .entry-header:after,
.type-web-review.teaser .entry-header:after,
.type-press-releases.teaser .entry-header:after,
.type-quiz.teaser .entry-header:after {
	right: 5.196795651693027%;
}

#ez-home-top-1 .entry-header:after,
#ez-home-top-2 .entry-header:after,
#ez-home-top-4 .entry-header:after,
#ez-home-bottom-1 .entry-header:after,
#ez-home-bottom-2 .entry-header:after,
.sidebar .entry-header:after,
#ez-home-top-3 .entry-header:after,
#ez-home-middle-2 .entry-header:after {
	content: none;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## CRP Related
--------------------------------------------- */

#related_articles {
	margin-top: 2em;
}

.crp_related_widget ul li {
	width: 48.717948717948715%;
	display: inline-block;
}

.crp_related_widget ul li:first-child {
	float: left;
}

.crp_related_widget ul li:last-child {
	float: right;
	padding-left: 2.564102564102564%;
}

.crp_related_widget ul li:only-child {
	float: left;
	padding-left: 0;
}

.crp_related_widget ul li a {
	font-family: 'Zona Pro Bold';
	font-size: 26px;
	color: #2c4143;
	line-height: 1em;
	display: inline-block;
}

.crp_related_widget ul li a:hover {
	color: #ed1944;
}

.crp_related_widget .crp_title {
	float: left;
	clear: both;
	display: inline-block;
	width: 100%;
}

/* ## Latest/Most Viewed Posts
--------------------------------------------- */

/* .news-tabs:before {
	content: 'News';
	font-family: 'Zona Pro ExtraBold';
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 0;
} */

.news-tabs .widget-title {
	font-size: 20px;
/* 	text-transform: none; */
}

.it .news-tabs .widget-title {
	font-size: 18px;
}

.news-tabs .wit-title.show-all .wit-tab-title:after {
	content: none;
}

.news-tabs .wit-tab-title {
	color: #2c4143;
	opacity: 1;
}

.news-tabs .wit-tab-title.wit-selected {
	color: #ee1d43;
}

.news-tabs .wit-tab-title:first-of-type {
	padding-left: 0;
	padding-right: 17px;
	border-right: 1px solid #2c4143;
}

.news-tabs .wit-tab-title:last-of-type {
	padding-left: 17px;
	padding-right: 0;
}

.latest-news .upw-posts .entry-title {
	padding-right: 10px;
	margin-bottom: 0;
}

.latest-news .upw-posts article {
	padding: 10px 0;
	margin: 0 0 3px 0;
	background: #2c4143;
	border-bottom: none;
	display: inline-block;
	width: 100%;
}

.latest-news .upw-posts article:last-child {
	padding-bottom: 10px;
}

.latest-news .upw-posts .entry:after {
	clear: none;
	display: inline-block;
	content: none;
}

.most-viewed ul li {
	padding: 10px 10px 10px 0;
	margin: 0 0 3px 0;
	background: #2c4143;
	border-bottom: none;
	display: inline-block;
	width: 100%;
}

.latest-news .upw-posts article:hover,
.most-viewed ul li:hover {
	background: #ec1b46;
}

.latest-news h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 22.75px;
}

.latest-news h4 a {
	font-size: 14px;
	color: #fff;
}

.latest-news .entry-title a:hover,
.latest-news .entry-title a:focus {
	color: #fff;
	text-decoration: none !important;
}

.most-viewed ul li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}

.latest-news article h4:before,
.most-viewed ul li:before {
	font-family: 'Zona Pro ExtraBold';
	font-size: 20px;
	text-indent: 10px;
	color: #2c4143;
	background: #fff;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 15px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
}

.latest-news article h4:before {
	line-height: 32.5px;
}

.latest-news article:first-child h4:before,
.most-viewed ul li:first-child:before {
	content: '1';
}

.latest-news article:nth-child(2) h4:before,
.most-viewed ul li:nth-child(2):before {
	content: '2';
	text-indent: 9px;
}

.latest-news article:nth-child(3) h4:before,
.most-viewed ul li:nth-child(3):before {
	content: '3';
	text-indent: 9px;
}

.latest-news article:nth-child(4) h4:before,
.most-viewed ul li:nth-child(4):before {
	content: '4';
	text-indent: 7px;
}

.latest-news article:nth-child(5) h4:before,
.most-viewed ul li:nth-child(5):before {
	content: '5';
	text-indent: 9px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* ## WPML
--------------------------------------------- */

.header-widget-area #lang_sel_list {
	height: auto;
	margin: 12px 0 0 10px;
	z-index: 1;
}

.header-widget-area #lang_sel_list a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;	
	color: #96a0a1;
	padding: 0 15px;
}

.header-widget-area #lang_sel_list a:hover {
	color: #2c4143;
}

.header-widget-area #lang_sel_list li.icl-en a {
	border-left: 1px solid #96a0a1;
}

/* ## WP-Pro-Quizz
--------------------------------------------- */

.single-quiz .wpProQuiz_header { 
	display: none !important;
}

.single-quiz .wpProQuiz_question_text {
	font-weight: 500;
}

/* ## GravityForms
--------------------------------------------- */

#contact_form_pop .gform_wrapper .top_label .gfield_label {
	font-weight: 500;
}

#contact_form_pop .gform_wrapper .gform_footer {
	margin: 0;
}

#contact_form_pop .gform_wrapper textarea {
	padding: 0.5em;
}

#contact_form_pop .gform_wrapper .gform_footer input[type=submit] {
	background: #ed1944;
}

#contact_form_pop .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #cd163f;
}

/* ## Genesis Simple Filters
--------------------------------------------- */

.infographics .block-name {
	text-transform: uppercase;
}

.infographics #genesis-simple-filters li.gsf-post article {
	background: #fff;
}

.infographics li.gsf-post .entry-content {
	border: 2px solid #cad1d3;
}

.infographics .gsf-post .thumbnail_wrapper img {
	max-height: 259px;
}

.infographics .featherlight-content h2 {
	font-size: 26px;
	margin: 1em 0 0.5em 0;
}

.infographics .featherlight-content h3{
	font-size: 18px;
	color: #e72c66;
	margin-top: 1em;
}

.infographics .featherlight-content ul {
	margin: 1em 0;
}

.infographics .featherlight-content ul.inserted-in li.hidden {
	display: block !important;
}

.infographics .featherlight-content ul.inserted-in:before {
	content: url(images/plus.png);
	display: inline-block;
	float: left;
	margin: 0 10px 20px 0;
	vertical-align: middle;
}

.infographics .featherlight-content ul li {
	list-style-type: none;
}

.infographics .featherlight-content ul li a {
	font-family: 'Zona Pro Bold';
	font-weight: bold;
	color: #2c4143;
}

.infographics .featherlight-content ul li a:hover {
	color: #cd163f;
}

.infographics .featherlight-content .social-sharing, .a2a_kit.addtoany_list {
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
	z-index: 1000;
}

.infographics .featherlight-content .description {
	clear: both;
}

.infographics .featherlight .featherlight-close-icon {
	font-size: 30px;
	top: 30px;
	right: 10px;
}

.infographics .featherlight-next span, 
.infographics .featherlight-previous span {
	font-size: 100px !important;
	color: #555;
	transform : scale(1,1.5);
	-webkit-transform:scale(1,1.5); /* Safari and Chrome */
	-moz-transform:scale(1,1.5); /* Firefox */
	-ms-transform:scale(1,1.5); /* IE 9+ */
	-o-transform:scale(1,1.5); /* Opera */
}

.infographics .lightbox {
  display: none;
}

.featherlight { 
	z-index: 999 !important; 
} 

/* ## Featherlight
--------------------------------------------- */

.lightbox { 
	display: none; 
}

.featherlight .featherlight-close-icon {
	font-size: 1.5em;
}

.featherlight-content #contact {
	padding: 1em 2em;
}

.featherlight-content .gform_wrapper textarea {
	padding: 0.5em;
}

.featherlight-content .gform_wrapper .gform_footer input[type=submit],
#newsletter #mc_embed_signup .button,
#newsletter-footer #mc_embed_signup .button {
	background-color: #ed1944;
}

.featherlight-content .gform_wrapper .gform_footer input[type=submit]:hover,
#newsletter #mc_embed_signup .button:hover,
#newsletter-footer #mc_embed_signup .button:hover {
	background-color: #cd163f;
}

#contact .gform_wrapper .gform_footer {
	padding: 0;
}

#contact .gform_wrapper .top_label .gfield_label {
	font-weight: normal; 
	margin: 0 0 3px 0;
}

#contact .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}

#contact .gform_wrapper ul li.gfield {
	padding-bottom: 3%;
}

#newsletter #mc_embed_signup,
#newsletter-footer #mc_embed_signup {
	font-family: 'Roboto', sans-serif;
	font-size: initial;
}

#newsletter #mc_embed_signup .button,
#newsletter-footer #mc_embed_signup .button {
	border-radius: 0;
	line-height: initial;
	height: auto;
	margin: 1em 0 0 0;
}

#newsletter #mc_embed_signup .asterisk,
#newsletter-footer #mc_embed_signup .asterisk {
	color: #ed1944;
}

#trailer {
	padding-top: 1em;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/*min-height: 160px;*/
}

.site-header .wrap {
	position: relative;
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: none; /* left */
	padding: 0; /* padding: 10px 0; */
	/*width: 360px;*/
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-title a img {
	margin: 0 auto;
	display: block;
	vertical-align: top;
}

.header-image .site-title > a {
	background: url(images/logo-it.png) 50% 50% no-repeat;
	float: left;
	height: 147px;
	/* min-height: 60px; */
	width: 100%;
}

.header-image .site-title > a:lang(en) {
	background: url(images/logo.png) 50% 50% no-repeat;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-top: 0;
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 40px;
	/*width: 800px;*/
}

.site-header .top-menu {
	float: left;
}

.site-header .top-menu  ul li {
	display: inline-block;
}

.site-header .top-menu  ul li a {
	outline: none;
}

.site-header .top-menu img {
	opacity: 0.5;
	vertical-align: bottom;
}

.site-header .top-menu img:hover {
	opacity: 1;
	cursor: pointer;
}

.site-header .widget_icl_lang_sel_widget {
	float: left;
}

/* ## Search Box in Full Screen Overlay
------------------------------------------------------ */

a.search-icon {
	background: url(images/magnifying-glass.png) 50% 50% no-repeat;
	text-indent: -9999em;
/* 	padding: 22px 24px; */
	margin: 12px 0;
}

.genesis-nav-menu a.search-icon:hover {
	color: #1ac5a5;
}

body .overlay {
	background-color: rgba(44, 65, 67, 0.85);
	z-index: 10000;
}

body .overlay .overlay-close {
	background-image: url(images/cross.png);
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

.overlay .search-form {
	text-align: center;
	position: relative;
	top: 50%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .search-form {
	margin: 0 auto;
}

.overlay .search-form input[type="search"] {
	width: 500px;
}

.overlay .search-form input[type="submit"] {
	font-family: FontAwesome;
	clip: inherit;
	width: 55px;
	height: 55px;
	font-size: 55px;
	background: transparent;
	color: #fff;
	position: static;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
}

.overlay .search-form input[type="submit"]:hover {
	color: #333;
}

@media screen and (max-height: 30.5em) {

	.overlay .search-form {
		/*height: 70%;*/
		font-size: 34px;
	}

}

@media only screen and (max-width: 768px) {

	a.search-icon {
		font-size: 16px;
		padding: 20px 16px;
	}

	.overlay .search-form {
		height: 70%;
	}

}

@media only screen and (max-width: 568px) {

	.overlay .search-form {
		height: auto;
	}

	.overlay .search-form input[type="search"] {
		width: 300px;
	}

	.overlay .search-form input[type="submit"] {
		vertical-align: middle;
	}

}

@media only screen and (max-width: 568px) {

	.overlay .search-form input[type="search"] {
		width: 200px;
	}

}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu > .menu-item {
	display: inline-block;
	text-align: left;
	padding-bottom: 6px;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.it .genesis-nav-menu .menu-item-512 a:after, .en .genesis-nav-menu .menu-item-5594 a:after, .it .genesis-nav-menu .menu-item-5595 a:after {
	content: 'OM';
	display: block;
	opacity: 0;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: url(images/menu_down-arrow.png);
	display: block;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	margin-top: 6px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
	z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu  {
	-webkit-box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.3);
}

.genesis-nav-menu .sub-menu .menu-item {
	padding-bottom: 0px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: none;
	border-top: none;
	position: relative;
	width: 300px;
	border-bottom: 1px solid #c0c6c7;
}

.genesis-nav-menu .sub-menu a span {
	padding: 0 10px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #ed1944;
}

.nav-primary .genesis-nav-menu a {
	font-family: 'Zona Pro ExtraBold';
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px 3px 19px;
	line-height: 1.35em;
	border-bottom: 3px solid #ed1944;
}

.it .nav-primary .genesis-nav-menu a {
	padding: 10px 30px 3px 26px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-family: 'Zona Pro SemiBold';
	font-size: 18px;
	color: #617072;
	text-align: left;
	text-transform: none;
	line-height: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #c0c6c7;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ed1944;
}

.nav-primary a span.menu-break {
	display: block;
	line-height: 1.35em;
	position: relative;
}

.post-type-archive .nav-primary .current-menu-ancestor > a,
.single .nav-primary .current-menu-ancestor > a,
.nav-primary .current-menu-item > a {
	border-bottom: 3px solid #fff;
}

.nav-primary .genesis-nav-menu .sub-menu li.menu-item-525 a:hover:after,
.nav-primary .genesis-nav-menu .sub-menu li.menu-item-540 a:hover:after {
	content: 'Prossimamente';
	background: #2c4143;
	color: #fff;
	font-family: 'Zona Pro';
	font-size: 10px;
	/* line-height: 16px; */
	text-transform: uppercase;
	padding: 15px;
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	height: 49px;
}

.nav-primary .genesis-nav-menu .sub-menu li.menu-item-525 a:hover:after {
	content: 'Prossimamente';
}

.nav-primary .genesis-nav-menu .sub-menu li.menu-item-540 a:hover:after {
	content: 'Coming Soon';
}

.nav-primary .genesis-nav-menu .sub-menu li.menu-item-525 a:hover {
	color: #617072;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
	padding: 0; /* 50px 60px */
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content .custom-date,
.entry-content .author {
	font-family: 'Zona Pro Thin';	
	font-size: 15px;
	color: #617072;
}

.entry-content .author {
	text-transform: uppercase;
}

.entry-content .universal-btn {
	display: inline-block;
	float: right;
	vertical-align: middle;
}

.entry-content .excerpt {
	margin: 15px 0 0 0;
}

.single .entry-content .excerpt {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.entry-content .more-link {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #2c4143;
	border: 1px solid #2c4143;
	padding: 3px 5px;
}

.it .entry-content .more-link {
	visibility: hidden;
	position: relative;
}

.it .entry-content .more-link::after {
	content: 'Leggi';
	visibility: visible;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #2c4143;
	border: 1px solid #2c4143;
	padding: 3px 5px;
	position: absolute;
	left: 0;
}

.entry-content .more-link:hover,
.entry-content .more-link:hover:lang(it):after {
	color: #fff;
	background: #2c4143;
}

.single .author-wob {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
}

.single .author-wob .profile-picture {
	float: left;
	margin-right: 30px;
}

.single .author-wob > span {
	font-family: 'Zona Pro SemiBold';
	font-size: 20px;
	color: #fcb619;
}

.single .author-wob .twitter,
.single .author-wob .biography,
.single .author-wob .biography-bis {
	font-size: 14px;
}

.single .author-wob .biography-bis {
	margin: 15px 0 0 172px;
}

.entry-content .fc-level{
	margin: 15px 0;
}

.category .entry {
	margin-bottom: 0;
	padding: 0;
}

.entry-content .addtoany_share_save_container {
	margin: 0;
	float: right;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
	font-size: 14px;
	margin-bottom: 2em;
	clear: both;
	width: 100%;
	display: inline-block;	
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* ## Glossary
--------------------------------------------- */

.glossary ul.filter {
	color: #999;
	margin-left: 0;
}

.glossary ul.filter li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.glossary ul.filter li:first-child {
	margin-left: 0;
}

.glossary ul.filter a {
	background: #96a0a1;
	color: #fff;
	display: block;
	line-height: 2em;
	padding: 0 0.9em;
	text-decoration: none;
}

.glossary ul.filter a:hover, ul.filter a.active {
	background: #ed1944;
	color: #FFFFFF;
}

.glossary .glossary-item-title {
	font-size: 18px;
	font-weight: bold;
	color: #ed1944;
}

.glossary-content{
	height: auto!important;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
/* 	border-bottom: 1px dotted #ddd; */
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0; /* 40px */
}

.sidebar .widget .breadcrumb {
	display: none;
}

.sidebar .featured-web-review .entry-header {
	background: #ed1944;
}

.sidebar .featured-web-review .entry-header .entry-title {
	font-size: 20px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ed1944;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
/* 	padding-bottom: 10px; */
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2{
	width: 34.61538461538462%;
	margin-right: 30px;
}

.footer-widgets-3 {
	width: 270px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .footer-widgets-1 .widget-1 {
	margin-bottom: 10px;
}

.footer-widgets .footer-widgets-2 .widget {
	margin-bottom: 0;
}

.footer-widgets .footer-widgets-2 .newsletter-footer.widget {
	margin-bottom: 40px;
}

.footer-widgets-2 .part-two {
	margin-top: 25px;
	display: inline-block;
}

.footer-widgets-2 .menu .sub-menu {
transition: opacity 1s ease-out;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

.footer-widgets-2 .menu li.menu-item-has-children:hover > ul {
   opacity: 1;
    height: auto;
}

.footer-widgets-3 .address:before {
	content: url(images/spot.png);
	display: inline-block;
	float: left;
	position: relative;
	top: 5px
}

.footer-widgets-3 .address > div,
.footer-widgets-3 .email > div {
	padding-left: 50px;
}

.footer-widgets-3 .email {
	margin-top: 30px;
}

.footer-widgets-3 .email:before {
	content: url(images/mail.png);
	display: inline-block;
	float: left;
	position: relative;
	top: 5px
}

.footer-widgets-3 .contact-us {
	border-bottom: 1px solid #f68ca2;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.footer-widgets-3 .follow-us {
	padding-top: 20px;
}

.footer-widgets-3 .partners img {
	margin-right: 15px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2c4143;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 12px 0;
	text-align: right;
}

.site-footer #footer {
	display: table;
	width: 100%;
}

.site-footer #footer .creative-commons,
.site-footer #footer .copyright {
	display: table-cell;
}

.site-footer #footer .creative-commons {
	width: 75%;
	text-align: left;
}

.site-footer #footer .copyright {
	width: 25%;
	vertical-align: middle;
	text-align: right;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a,
.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* Responsive Menu
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 880px) {

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		/* padding: 0; */
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #222;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle {
		position: relative;
		right: 0;
		z-index: 900;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #fff;
		content: "\f333";
		display: inline-block;
		font: normal 20px/1 'dashicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:		 translate(0, 0);
		transform:				 translate(0, 0);
		/*vertical-align: bottom;*/
		vertical-align: top;
		padding-top: 3px;
	}

	.sub-menu-toggle {
/* 		float: right; */
		padding: 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		text-align: right; 
		background: transparent !important;
	}

	.sub-menu-toggle:before {
		content: "\f347";
		display: inline-block;
		font: normal 16px/1 'dashicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:		 translate(0, 0);
		transform:				 translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f343";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .genesis-nav-menu .menu-item a {
		border: none;
		color: #fff;
		/*font-family: 'Roboto Condensed', sans-serif;*/
		padding: 20px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
		padding-left: 20px;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a,
	.js nav .genesis-nav-menu .menu-item .sub-menu li a:hover,
	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #ed1944;
		color: #fff;
	}

	.js nav .genesis-nav-menu .menu-item .sub-menu li a:focus,
	.js nav .genesis-nav-menu .menu-item a:focus,
	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #ed1944;
		color: #fff;
	}
	
	.js nav button:focus {
		outline: none;
	}

	.js .nav-header .genesis-nav-menu .menu-item a,
	.js .nav-secondary .genesis-nav-menu .menu-item a {
		color: #333;
	}

}

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */

.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

/* To remove bottom border for Soliloquy controls */

.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
	border-bottom: none;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	.home .call-to-action {
		background-size: cover;
	}
	
	.site-header .widget-area {
		position: relative;
		bottom: 0;
	}	
	
	.infographics .gsf-post .thumbnail_wrapper img {
		max-height: 200px;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	#ez-home-top-1.one-half, #ez-home-top-3.one-half, #ez-home-middle-2.one-half {
		width: 74.35897435897436%;
	}
	
	#ez-home-top-1 .widget, #ez-home-top-3 .widget, #ez-home-middle-2 .widget {
		width: 31.03448275862069%;
	}
	
	#ez-home-top-1 > .widget-2, 
	#ez-home-top-1 > .widget-3,
	#ez-home-top-3 > .widget-2, 
	#ez-home-top-3 > .widget-3,
	#ez-home-middle-2 > .widget-2, 
	#ez-home-middle-2 > .widget-3,
	#gfpc-widget-17  {
		margin-left: 3.448275862068966%;
	}
	
	#ez-home-top-2.one-half, #ez-home-top-4.one-half {
		width: 23.07692307692308%;
		margin-left: 2.564102564102564%;
	}	
}

@media only screen and (max-width: 1024px) { 
	
	.home .call-to-action a {
		float: none;
		display: inline-block;
	}
	
	#ez-home-bottom-1 .op-ed h2 {
		max-width: 100%;
		display: inline;
	}
	
	.type-dashboard.teaser .entry-header:after, 
	.type-visuals.teaser .entry-header:after,
	.type-infographics.teaser .entry-header:after, 
	.topic-cartoteca .entry-header:after,
	.type-fact-checking.teaser .entry-header:after, 
	.type-op-ed.teaser .entry-header:after, 
	.type-web-review.teaser .entry-header:after, 
	.type-press-releases.teaser .entry-header:after, 
	.type-quiz.teaser .entry-header:after{
		right: 0;
	}

}

@media only screen and (min-width: 881px) and (max-width: 1199px) { 
	.nav-primary .genesis-nav-menu a {
		padding: 10px 15px 3px 15px !important;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) { 

	#ez-home-top-1.one-half, #ez-home-top-3.one-half, #ez-home-middle-2.one-half {
		width: 74.35897435897436%;
	}
	
	#ez-home-top-1 .widget, #ez-home-top-3 .widget {
		width: 31.03448275862069%;
	}

	#ez-home-middle-2 .widget{
		width: 22%;
	}

	#gfpc-widget-15, #gfpc-widget-16 {
	    margin-top: 82px;
	}
	
	#ez-home-top-1 > .widget-2, 
	#ez-home-top-1 > .widget-3,
	#ez-home-top-3 > .widget-2, 
	#ez-home-top-3 > .widget-3,
	#ez-home-middle-2 > .widget-2, 
	#ez-home-middle-2 > .widget-3,
	#gfpc-widget-17 {
		margin-left: 3.448275862068966%;
	}
	
	#ez-home-top-2.one-half, #ez-home-top-4.one-half {
		width: 23.07692307692308%;
		margin-left: 2.564102564102564%;
	}
}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
		/*width: 50%;*/
		width: 234px;
	}

	.genesis-nav-menu li.right,
	.genesis-nav-menu.responsive-menu .menu-item.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.infographics .gsf-post .thumbnail_wrapper img {
		max-height: 259px;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	/* .one-half, */
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	/* CUSTOM */
	
	.nav-primary a span.menu-break {
		display: inline-block;
}

	.site-inner,
	.wrap {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.entry {
		margin-bottom: 60px;
	}
	
	.infographics .gsf-post .thumbnail_wrapper img {
		max-height: 232px;
	}
	
	#ez-home-top-2 .entry-header img,
	.gfpc-widget img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

}

@media only screen and (max-width: 768px) {

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	/* CUSTOM */
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 0;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		float: left;
		text-align: left;
		padding: 10px 5px 0 5px;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu  {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.it .genesis-nav-menu .menu-item-512 a:after, .it .genesis-nav-menu .menu-item-5594 a:after {
		content: none;
	}
	
	.sidebar-primary {
		margin-top: 0;
	}
	
	.infographics .gsf-post .thumbnail_wrapper img {
		max-height: 218px;
	}
	
	.tooltipster-base {
		display: none;
	}
	
	.home .featherlight .featherlight-content {
		width: 100%;
		padding: 0 !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#trailer {
		padding-top: 0;
	}
	
}

@media only screen and (min-width: 569px) and (max-width: 768px) { 

	.header-image .site-title > a,
	.header-image .site-title > a:lang(en) {
		background-size: contain;
	}
	
	#ez-home-top-container {
		position: relative;
	}
	
	#ez-home-top-1.one-half, #ez-home-top-3.one-half, #ez-home-middle-2.one-half {
		width: 100%;
	}
	
	#ez-home-top-1 .widget,
	#ez-home-top-2.one-half,
	#ez-home-top-4.one-half,
	#ez-home-top-3 .widget,
	#ez-home-middle-2 .widget {
		width: 40%;
	}
	
	#ez-home-top-1 > .widget-2,
	#ez-home-top-2,
	#ez-home-top-3 > .widget-2,
	#ez-home-middle-2 > .widget-2,
	#gfpc-widget-17 {
		margin-left: 10%;
	}
	
	#ez-home-top-1 > .widget-1,
	#ez-home-top-1 > .widget-3,
	#ez-home-top-3 > .widget-1,
	#ez-home-top-3 > .widget-3,
	#ez-home-middle-2 > .widget-1,
	#ez-home-middle-2 > .widget-3 {
		margin-left: 0;
		clear: both;
	}
	
	#ez-home-top-1 .widget-2, #ez-home-top-3 .widget-2, #ez-home-middle-2 .widget-2, #ez-home-middle-2 .widget-4 {
		float: right;
	}
	
	#ez-home-top-2.one-half {
		position: absolute;
		top: 564px;
		right: 0;
		margin-left: 0;
	}
	
	#ez-home-top-4.one-half {
		position: absolute;
		bottom: 15px;
		right: 0;
		margin-left: 0;
	}

	#ez-home-bottom-1.one-third, 
	#ez-home-bottom-2.one-third,
	#ez-home-bottom-3.one-third	{
		width: 100%;
	}
	
	.home .entry {
		margin-bottom: 30px;
	}
	
	#fancybox-content img,
	#fancybox-content .description {
		max-width: 690px;
	}
	
}


@media only screen and (max-width: 568px) {

	.comment-respond input[type="email"],
	.comment-respond input[type="text"],
	.comment-respond input[type="url"] {
		width: 100%;
	}
	
	/* CUSTOM */
	
	.header-image .site-title > a,
	.header-image .site-title > a:lang(en) {
		background-size: contain;
	}
	
	.js .nav-primary .genesis-nav-menu a {
		text-align: left;
		padding: 10px 35px 3px 0;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu li.menu-item-525 a:hover:after, 
	.nav-primary .genesis-nav-menu .sub-menu li.menu-item-540 a:hover:after {
		height: auto;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		padding-left: 0;
	}
	
	.genesis-nav-menu .menu-item-has-children a:after  {
		content: none;
	}
	
	.home .call-to-action {
		background-size: cover;
		padding: 20px;
		font-size: 18px;
	}
	
	.home .call-to-action a {
		padding: 10px 15px;
		float: none;
		display: inline-block;
		width: 100%;
	}
	
	#ez-home-top-1.one-half,
	#ez-home-top-1 .widget,
	#ez-home-top-2.one-half,
	#ez-home-top-4.one-half,
	#ez-home-top-3.one-half,
	#ez-home-top-3 .widget,
	#ez-home-middle-2.one-half,
	#ez-home-middle-2 .widget	{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	#ez-home-top-1 .entry, #ez-home-top-3 .entry, #ez-home-middle-2 .entry {
		margin-bottom: 0;
	}
	
	#ez-home-bottom-1.one-third, 
	#ez-home-bottom-2.one-third,
	#ez-home-bottom-3.one-third	{
		width: 100%;
		float: none;
	}
	
	.entry-content .addtoany_share_save_container {
		float: none;
	}
	
	.type-dashboard .entry-header:after, 
	.type-infographics .entry-header:after, 
	.topic-visuals .entry-header:after,
	.topic-cartoteca .entry-header:after,
	.type-fact-checking .entry-header:after, 
	.type-op-ed .entry-header:after, 
	.type-web-review .entry-header:after, 
	.type-press-releases .entry-header:after, 
	.type-quiz .entry-header:after {
		background-size: 45px;
		width: 45px;
		height: 45px;
	}
	
	.dashboard .content-sidebar-wrap > .entry-title:before,
	.post-type-archive-op-ed .archive-title:before,
	.single-op-ed .archive-title:before,
	.post-type-archive-fact-checking .archive-title:before,
	.single-fact-checking .archive-title:before,
	.post-type-archive-infographics .archive-title:before,
	.single-infographics .archive-title:before,
	.post-type-archive-web-review .archive-title:before,
	.single-web-review .archive-title:before,
	.post-type-archive-press-releases .archive-title:before,
	.single-press-releases .archive-title:before, 
	.post-type-archive-quiz .archive-title:before,
	.single-quiz .archive-title:before	{
		background-size: 45px;
		width: 45px;
		height: 45px;
		top: 0;
}
	
	.archive-title, 
	.mission .content .entry-title, 
	.about .content .entry-title, 
	.dashboard .content-sidebar-wrap > .entry-title,
	.infographics .content-sidebar-wrap .breadcrumb:before {
		font-size: 36px;
	}

	.dashboard .content-sidebar-wrap > .entry-title,
	.post-type-archive-infographics .archive-title,
	.single-infographics .archive-title,
	.post-type-archive-fact-checking .archive-title,
	.single-fact-checking .archive-title,
	.post-type-archive-web-review .archive-title,
	.single-web-review .archive-title,
	.post-type-archive-press-releases .archive-title,
	.single-press-releases .archive-title,
	.post-type-archive-quiz .archive-title,
	.single-quiz .archive-title {
		padding-left: 55px;
	}

	.post-type-archive-infographics .archive-title:lang(it):after,
	.single-infographics .archive-title:lang(it):after,
	.post-type-archive-op-ed .archive-title:lang(it):after,
	.single-op-ed .archive-title:lang(it):after,
	.post-type-archive-web-review .archive-title:lang(it):after,
	.single-web-review .archive-title:lang(it):after,
	.post-type-archive-quiz .archive-title:lang(it):after,
	.single-quiz .archive-title:lang(it):after {
		top: 0;
		left: 55px;
	}
	
	.one-half.entry {
		margin-bottom: 2em;
	}
	
	.crp_related_widget ul li {
		width: 100%;
		float: none;
	}
	
	.crp_related_widget ul li:first-child {
		margin-bottom: 1em;
	}
	
	.widget-title,
	.crp_related_widget ul li a	{
		font-size: 22px;
	}
	
	.infographics .featherlight-next span, 
	.infographics .featherlight-previous span {
		font-family: initial;
		font-size: 30px !important;
		top: 0;
	}
	
	.infographics .featherlight-previous {
		top: 12px;
		left: 60%;
		right: 40%;
	}
		
	.infographics .featherlight-next {
		top: 12px;
		left: 75%;
		right: 25%;
	}
	
	#gfpc-widget-3 img {
		width: 100%;
	}
	
}

@media only screen and (max-width: 380px) { 
	
	img,
	.entry-header a {
		width: 100%;
		max-width: 100% !important;
		max-height: 100% !important;
	}
	
	#ez-home-bottom-1 img,
	.footer-widgets img {
		width: auto;
	}
	
	#ez-home-bottom-1 .op-ed h2 {
		display: block;
	}
	
	
	#ez-home-bottom-2 .web-review h2 {
		max-width: 100%;
	}
	
	.home #ez-home-bottom-1 .op-ed {
		text-align: center;
	} 
	
	.home .op-ed img {
		float: none;
		margin: 0 auto 12px auto;
	}
	
	.one-half {
		width: 100%;
	}
	
	.dashboard .site-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.dashboard .content-sidebar-wrap > .entry-title {
		margin-left: 4%;
	}
	
	.dashboard .breadcrumb {
		padding-left: 4%;
	}
	
	.dashboard .entry-content > p,
	.dashboard .entry i	{
		text-align: center;
		display: block;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.genesis-nav-menu.responsive-menu a#trigger-overlay {
		background: url(images/magnifying-glass.png) 50% 50% no-repeat;
	}
	
	.post-type-archive .nav-primary .current-menu-ancestor > a, .single .nav-primary .current-menu-ancestor > a, .nav-primary .current-menu-item > a {
		border-bottom: none;
	}
	
	.featherlight-content .entry-header a {
		width: auto;
	}
	
	.infographics .gsf-post .thumbnail_wrapper img {
		max-height: 100%;
	}
	
	#contact .gform_wrapper .top_label input.medium {
		width: 100%;
	}
	
	.site-footer #footer .creative-commons,
	.site-footer #footer .copyright {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	
	.site-footer #footer .creative-commons {
		margin-bottom: 1em;
	}
	
	.site-footer #footer .creative-commons img {
		width: auto;
	}
	
	#cta3 span{
		width: 100%!important;
		margin-bottom: 20px!important;
		font-size: 18px!important;
	}

	#cta3 a{
		float: inherit!important;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

#related_articles :lang(it).widget-title,	 
.it .entry-content .more-link,
.it.post-type-archive-op-ed .archive-title, .it.single-op-ed .archive-title,
.it.post-type-archive-web-review .archive-title, .it.single-web-review .archive-title,
.it.post-type-archive-quiz .archive-title, .it.single-quiz .archive-title {
	position: relative;
	visibility: visible;
}

.it.post-type-archive-op-ed .archive-title::after, .it.single-op-ed .archive-title::after,
.it.post-type-archive-web-review .archive-title::after, .it.single-web-review .archive-title::after,
.it.post-type-archive-quiz .archive-title::after, .it.single-quiz .archive-title::after,
.it #related_articles .widget-title::after,
.it .entry-content .more-link::after {
	display: none;
}

}

 .give-btn,
#give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type=text], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea{
    border: 1px solid #999!important;
}

.give-btn:hover {
    background: #ed1944!important;
}

.give-submit{
	background-color: #ed1944!important;
}

.give-submit:hover{
	background-color: #cd163f!important;
}

[id*=give-form] fieldset{
	margin: 30px 0!important;
}

.donation .sidebar{
	display: none;
}

#cta2{
    background: #eaecec!important;
}

#cta{
	margin-bottom: 50px;
	margin-top: 20px;
}

.footer-widgets-1{
	position: relative;
}

.donateTab{
	background: #2c4143;
    position: absolute;
    top: -87px;
    padding: 8px 35px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
}

.donateTab:hover{
	background: #ed1944;
}

#cta3{
    background-color: #ff9b0b;
    padding: 20px 25px; 
    position: fixed;
    bottom: -500px;
    z-index: 1001;
    width: 100%;
    left: 0;
    padding: 20px 15%;
    font-family: 'Zona Pro SemiBold';
}

.boxclose{
    border: 1px solid #fff!important;
    color: #fff!important;
    position: absolute;
    top: 0;
    right: 20px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding: 0!important;
    cursor: pointer;
}

.boxclose:hover{
	background-color: #CC7C08!important;
}

.boxclose:before {
    content: "×";
    position: absolute;
    left: 9px;
    top: 2px;
    font-weight: 100;
    font-family: "Zona Pro Thin";

}

#cta3 span{
	width: 70%;
    display: inline-block;
    font-size: 21px;
}

#cta3 a{
    font-family: 'Zona Pro Bold';
    color: #cd163f;
    border: 2px solid #cd163f;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 10px 0;
    float: right;
}

#cta3 a:hover{
	color: #fff;
	background-color: #cd163f;
}

#text_icl-18{
	margin-bottom: 0!important;
}

.cookiesBtn{
    font-family: 'Zona Pro Bold'!important;
    color: #cd163f!important;
    border: 2px solid #cd163f!important;
    text-transform: uppercase;
    background-image: none!important;
    background-color: transparent!important;
    text-shadow: none!important;
    transition: all .3s;
    box-shadow: none!important;
}

.cookiesBtn:hover{
    background: #cd163f!important;
    color: #fff!important;
}