/*---------------------------------------------------------------------------------

	Theme Name: Itakotheme
	Version: 2.0
	Description: Primo restyling del tema ufficiale di itakon.it 
	Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
	Author: Massimo Carletti
	Author URI: http://www.puntidivistastudio.it
	Theme URI: http://www.puntidivistastudio.it
	License: Copyright Massimo Carletti
	License URI: Copyright Massimo Carletti
	

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Navigation
	5.	Main Content
	6.  Single post
	7.	Post Content
	8.	Comments
	9.	Pagination
	10.	Page & Page Templates
	11.	Sidebar
	12.	Footer
	13. Credits
	14.	Responsive

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

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

ol, ul {
	list-style:none;
}

blockquote:before, blockquote:after {
	content:"";
}

a { outline:none; }

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=button],
input[type=tel],
input[type=submit],
textarea {
   -moz-appearance: none;
   -webkit-appearance: none;
}

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


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #e9e9e9;
	color: #444;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #fc8231;
	text-decoration: none;
}

body a:hover {
	color: #fc8231;
	text-decoration: none;
}

* {  
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

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

.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #444;
	color: #FFF;
}

::-webkit-input-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }




/* Transitions --------------------------------------- */


 {
	-webkit-transition: all 0s ease-in-out;
	 -moz-transition: all 0s ease-in-out;
	 -ms-transition: all 0s ease-in-out;
	 -o-transition: all 0s ease-in-out;
	 transition: all 0s ease-in-out;
}

body a {
	-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;
}

.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .s,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"],
.calltocontent,
.loginform input[type="submit"],
.tophead-sponsorbutton {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

 {
	-webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section { 
	position: relative;
	padding: 80px 0; 
}

.no-padding { padding: 0; }
.smallest-padding { padding: 15px 0; }
.small-padding { padding: 30px 0; }
.medium-padding { padding: 60px 0; }
.big-padding { padding: 100px 0; }
.single-padding{padding:50px 0}

.section-inner {
	max-width: 90%;
	width: 1500px; /* 1400 @pdv */
	margin: 0 auto;
}


.relativepos{position:relative;}

.section-inner.content { width: 1540px;/* 1440 @pdv */ max-width: 92.6%; }
.contentpost{position:relative; top:0; left:165px;}

.section-inner.wide { width: 1340px; /* 1240 @pdv */ }
.section-inner.thin { width: 800px; /* 700 @pdv */ }

.bg-dark { background-color: #1d1d1d; }
.bg-graphite { background-color: #262626; }
.bg-grey { background-color: #f1f1f1; }
.bg-orange{background-color:#f9a247;}
.bg-white{background-color:#ffffff;}
.bg-lightgrey{background-color:#efefee;}
.bg-main{background-color:#e9e9e9;}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cover.shade-light { background: rgba(0,0,0,0.25); }
.cover.shade-medium { background: rgba(0,0,0,0.5); }
.cover.shade-dark { background: rgba(0,0,0,0.75); }


/* columns */


.row .one-fourth { width: 21.5%; margin-left: 5%; float: left; }
.row .one-third { width: 30%; margin-left: 5%; float: left; }
.row .one-half { width: 47.5%; margin-left: 5%; float: left; }
.row .two-thirds { width: 65%; margin-left: 5%; float: left; }

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */


.header { padding: 0px 0; }

.header .cover { background: rgba(29,29,29,0.25); }

/*slide home*/
.metaslider{overflow: hidden; background:#ffffff;}
#mainslide li{max-height: 430px !important; overflow:hidden;}

.caption-wrap{width:90% !important; left:5% !important;}
.caption{font-weight:bold;}
.caption h2{text-align:center; font-weight:bold;  font-family: 'Lato', sans-serif; padding:5px 0;}
.caption a{color:#353535;}
.caption a:hover{color:#fc8231;}

/*slide home*/


.blog-title {

	font-size: 2.25em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.blog-title a { color: #fff; }

.blog-title a:hover { color: #fc8231; }

.blog-description {
	font-size: 1.1em;
	line-height: 110%;
	font-weight: 400;
	color: #999;
	margin: 20px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

/* search-toggle */

.search-toggle {
	display: block;
	width: 52px;
	color: #ffffff;
 	padding: 24px 0 0 19px;
 	font-size:1.5em;
}

.search-toggle.active {  
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.search-toggle:hover{color:#444444;}

/* header search block */

.header-search-block {
	position: absolute;
	z-index: 50;
	top: 118px;
	right: 0;
	bottom: 0;
	left: 0;
	  max-width: 100%;
  width: 1500px;
  margin: 0 auto;
	height:97px;

	border-bottom:3px solid #999999;

}

.header-search-scroll{top:81px;}

.header-search-block .section-inner {  position: relative; }

.header-search-block .s {
	background: none;
	border: none;
	margin: 0;
	width: 90%;
	position: absolute;
	top: 50%;
	right: 5%;
	left: 5%;
	margin-top: -30px; 
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	color: #666666;
	-webkit-font-smoothing: antialiased;
}

.header-search-block .s:focus { outline: none; }

.header-search-block .searchsubmit { background: url(images/icons/2x/spyglass-g.png) no-repeat; width:48px; height:48px; border:none; top: 27%; right: 2%;position: absolute; cursor:pointer;}

.searchbarpage{padding:0 2% 2% 2%;}

.searcherror p{font-size:1.5em}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */

.spacermenu{margin-bottom:0;display:block; }
.spacermenu.spacergo{padding-bottom:54px;}


.main-menu { 
	font-family: 'Lato', sans-serif;
	font-size: 0.8em; 
	text-align: center;
	-webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
}

.main-menu.menumove{ margin-bottom:-16px; margin-left:20px;}

.main-menu li { position: relative; }

.main-menu > li { float: left; }

.main-menu > li:before {
	
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	margin-right: -3px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	z-index: 1000;
}

.main-menu > li:last-child:before { content: none; }

.main-menu > li > a {
	display: block;
	padding: 37px 2px 27px 15px;
	font-size: 0.85em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.main-menu > li:first-child > a { margin-left: 0; }

.main-menu > .has-children > a,
.main-menu > .page_item_has_children > a { padding-right: 10px; position: relative; }

.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #FFFFFF;
	position: absolute;
	z-index: 1001;
	right: -3px;
	top: 50%;
	margin-top: 1px;
}

.main-menu li:hover > a { cursor: pointer; color: #666; }

.main-menu > .has-children:hover > a::after,
.main-menu > .page_item_has_children:hover > a::after { border-top-color: #666; }


.logomenuhead{float:left; width:200px; margin-top:13px; -webkit-transition: width 0.3s, margin 0.3s; -moz-transition: width 0.3s, margin 0.3s; transition: width 0.3s, margin 0.3s;}

.logomenuhead.logomenugo{width: 114px; margin-top: 26px;}

.menuanim{   

    z-index: 1000;
    height: 80px;
   
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;}

.menuanim.shrink {
    height: 52px;
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* second menu */

.trendings-menu{max-width: 100%;top:5px; -webkit-transition-property: top;   -webkit-transition-duration: 0.3s;   height: 37px; overflow: hidden;}
.trendings-menu.trendgo{ top:-8px;  z-index: 500;}


.second-menu h2{ 
	font-family: 'Lato', sans-serif;
	font-size: 0.7em; 
	text-align: center;
}



.trending-title{float:left; font-size:0.8em; font-family: 'Lato', sans-serif; 	font-weight: bold; color:#fc8231; margin:9px 7px 0 10px;}

.second-menu.menumove{ margin-bottom:-10px; margin-left:20px;}

.second-menu li { position: relative; }

.second-menu > li { float: left; }

.second-menu > li:before {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	margin-right: -3px;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	z-index: 998;
}

.second-menu > li:last-child:before { content: none; }

.second-menu > li > h2 a {
	display: block;
	padding: 13px 6px 12px 6px;
	font-size: 0.85em;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.second-menu > li:first-child > h2 a { margin-left: 0; }

.second-menu > .has-children > h2 a,
.second-menu > .page_item_has_children > h3 a { padding-right: 47px; position: relative; }

.second-menu > .has-children > h2 a::after,
.second-menu > .page_item_has_children > h2 a::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: #FFFFFF;
	position: absolute;
	z-index: 1001;
	right: 29px;
	top: 50%;
	margin-top: -2px;
}

.second-menu li:hover > h2 a { cursor: pointer; color: #fc8231; }

.second-menu > .has-children:hover > h2 a::after,
.second-menu > .page_item_has_children:hover > h2 a::after { border-top-color: #fff; }




/* Sub menus --------------------------------------- */


.main-menu li ul {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 38px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -moz-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -ms-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
	 transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
}

.is_mobile .main-menu li ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	display: none;
}

.main-menu > li > ul { padding-top: 20px; }

.main-menu > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom-color: #2d2d2d;
}

.main-menu ul li {
    float: none;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.075);
}

.main-menu ul li:first-child { border-top: none; }

.main-menu ul > .has-children::after,
.main-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.main-menu ul > .has-children:hover::after,
.main-menu ul > .page_item_has_children:hover::after { border-left-color: #FFF; }

.main-menu ul li { 	
	display: block;
	width: 240px; 
	background: #2d2d2d;
}

.main-menu ul a {
	display: block;
	text-align: center;
	padding: 20px;
	margin: 0;
	line-height: 130%;
	color: #999;
}

.main-menu ul a:hover { color: #fff; }

.main-menu li:hover > ul {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 48px;
}

.is_mobile .main-menu li:hover ul { display: block; }


/* login profile */

#profilepanels{position:absolute;right:50px; top:30px;z-index:1000; width:190px;}

#profilepanels span{font-size:0.75em;letter-spacing: 1px; font-weight: 700; }

.loginpanel{position:absolute; left:0;  color:#ffffff;cursor:pointer;}

.loginpanel:hover{color:#666666;}


/*.loginpanel span::after{content: ""; display: block; border: 5px solid transparent; border-top-color: #FFFFFF; position: absolute; z-index: 1001; left: 46px; top: 12px;}
.loginpanel:hover span::after{border-top-color: #666666;}*/

.loginformcont{ position:absolute; width: 255px; height: 236px; left:-90px; top:18px; padding-top:20px; display:none; }

.loginform:before{content: ""; display: block; position: absolute; z-index: 1000; top:0; margin-left:-11px; left:50%; border: 10px solid transparent; border-bottom-color: #2d2d2d;}

.loginform{ width: 245px; height: 215px;background: #2d2d2d; padding: 19px 0 0 0; padding: 20px;}

.loginform a{display: block; padding: 4px 0; color: #999;font-size:0.8em; }

.loginform input{width: 204px;background:#ffffff !important; padding:10px 15px !important;font-size: 0.8em; border:none; cursor:pointer;}
.loginform input[type="submit"]:hover{background:#fc8231 !important; color:#ffffff;}
.loginform label{color:#ffffff; font-size:0.7em; padding-top: 11px;}

#vb_cookieuser{width:19px; margin:12px 0; float:left;}

.registerpanel{ position:absolute; right:0; color:#ffffff;cursor:pointer;}
.registerpanel:hover{ color:#666666;}
.registercont{ position:absolute; width: 255px; height: 285px; left:13px; top:18px; padding-top:20px; display:none; }

.registerform{width: 245px; height: 255px;background: #2d2d2d; padding: 19px 0 0 0; padding: 20px;}
.registerform:before{content: ""; display: block; position: absolute; z-index: 1000; top:0; margin-left:-11px; left:50%; border: 10px solid transparent; border-bottom-color: #2d2d2d;}
.registerform h1{font-size:0.8em; color:#ffffff; line-height:1.3}
.registerform p{font-size:0.75em;color:#999999;margin: 10px 0 18px 0; line-height: 1.2;}
#registerbutton a{background:#ffffff; padding:10px 32px;font-size: 0.8em; border:none; cursor:pointer; text-align:center; font-weight:bold;}
#registerbutton a:hover{background:#fc8231 !important; color:#ffffff;}

#loggedpanels{position:absolute;right:46px; top:19px;z-index:1000; font-size:0.80em;letter-spacing: 1px; font-weight: 700; }

#usercont{float:left; margin-top:10px;margin-right:10px;}
#vbsso_avatar{float:left; border:none; padding:0;margin-top:0;width:38px; height:38px; overflow:hidden; margin-right:10px; }


#vbsso_menu{width:auto !important; margin-top: 10px; height:22px;}
#vbsso_menu ul li{float:left; margin-right:10px;}

#vbsso_stats_notifications{background: #db2222 !important; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding: 4px 8px 4px 12px; color:#ffffff;}

#vbsso_stats_notifications:hover{background: #444444 !important;}

.adminlink a{font-size:1.3em; color:#ffffff; cursor:pointer; }
.vbssologout a{ font-size:1.3em; color:#ffffff;cursor:pointer;}
.vbssoeditprofile a{font-size:1.3em; color:#ffffff; cursor:pointer;}
.adminlink a:hover{color:#444444; cursor:pointer; }
.vbssologout a:hover{color:#444444; cursor:pointer;}
.vbssoeditprofile a:hover{color:#444444; cursor:pointer;}

#vbsso_stats_holder{width:230px !important; left:57px; top:50px; background:#2d2d2d; border:none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; color:#ffffff; padding:12px 10px; z-index:10001}
#vbsso_stats_holder:before{content: ""; display: block; position: absolute; z-index: 1000; top:-20px; margin-left:-11px; left:50%; border: 10px solid transparent; border-bottom-color: #2d2d2d;}
#vbsso_stats_holder a{color:#999999;}
#vbsso_stats_holder a:hover{color:#ffffff;}
.vbsso_stat_message{padding:5px 0;}

/* Deep down --------------------------------------- */


.main-menu ul li ul { top: 5px; }

.main-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}

.main-menu ul ul li { background: #3d3d3d; }
.main-menu ul ul ul li { background: #4d4d4d; }
.main-menu ul ul ul ul li { background: #4d4d4d; }



/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */


.posts { overflow: visible !important; }

.post-container {
	width: 24.78%; /* 33.3 https://wordpress.org/support/topic/3-and-4-column-layout-for-pages */ 
	padding: 0 0.4% 2% 1.4%; /* padding: 0 1.5% 4.5% 1.5%; */
}

.corner-stamp{ 
	float:right; 
	width: 24.78%; /* 33.3 https://wordpress.org/support/topic/3-and-4-column-layout-for-pages */ 
	padding: 0 1.3% 2% 0.5%; /* padding: 0 1.5% 4.5% 1.5%; */}

.hentry,
.post {
	width: 100%;
	position: relative;
	background: #fff;
	/*border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
	overflow: hidden;
}

.post.sticky .post-header { padding-right: 17.5%; }

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;	
	right: 5%;
	height: 38px;
	width: 26px;
	background: #353535 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;	
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #353535;
	border-right-color: #353535;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}


/*  Featured media  ----------------------------------------- */


.featured-media{max-height:300px; overflow:hidden; }

.featured-media a,
.featured-media img,
.featured-media iframe { display: block; }

.featured-media iframe,
.featured-media object { border: none; margin: 0; }

.featured-media a { overflow: hidden; }

.featured-media a img { margin: 0 auto; }

/*.featured-media a:hover img { 
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}*/

.media-caption {
	font-size: 0.8em;
	line-height: 110%;
	font-weight: 700;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}



/* categorie sopra thumb */

.postlist-thumb{position:relative; }
.postlist-thumb .tophead-bolt{position: absolute; bottom: 0; right:5%; z-index:2; background: #ae181f; padding: 4px 17px; font-size: 0.9em;}
.postlist-thumb .tophead-bolt a{color:#ffffff;}
.postlist-thumb .tophead-bolt a:hover{color:#f9a247;}

.postlist-thumb .tophead-update{position: absolute; top: 0; right:5%; z-index:2; background: #ffffff; padding: 4px 17px; font-size: 0.9em; color:#353535;}

.postlist-thumb .showcat{position: absolute; bottom: 0; left:5%; width:90%; background: #ffffff; padding: 4px 17px; font-size: 0.9em; width:}
.postlist-thumb .showcat a{color:#fc8231;}
.postlist-thumb .showcat a:hover{color:#353535;}


/*  Post inner  ----------------------------------------- */


.post-header { 
	position: relative; 
	padding: 8% 10%;
	border-bottom: 1px solid #eee;
}

.post-header .post-title {
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	line-height: 120%;
	font-weight: 700;
	color: #353535;
	word-break: break-word;
	-ms-word-break: break-word;
}

.post-header .post-title a { color: #353535; }
.post-header .post-title a:hover { color: #fc8231; }

.post-excerpt { padding: 6% 10% 8% 10%; position:relative; }

.post-excerpt p {
	font-size: 0.95em;
	line-height: 150%;
	color: #666;
}

.post-excerpt p + p { margin-top: 1em; }

.post-excerpt .more-link { 
	display: block;
	margin-top: 0.9em;
}

.post-excerpt .more-link:hover {color:#353535;}

.posts .post-meta { 
	background: #f6f6f4; 
	padding: 0 6%;
}

.posts .post-meta a {
	display: block;
	color: #999;
	font-size: 0.95em;
	font-weight: 700;
	float: left;
	padding: 20px 0px 20px 14px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
	cursor:pointer;
}

.posts .post-meta a:first-child { margin-left: 0; }

.posts .post-meta a:hover { color: #fc8231; }

/* pannello condivisione share*/

.sharecontentpost{position:absolute; bottom:0; background:#444444; width:100%; height:115%; left:0; z-index:3; display:none; font-size:0.8em;}
.sharecontentpost p{padding:10px 10% 10px 10%; color: #e9e9e9; text-align:center;}
.sharecontentpost .sharecontbuttons{padding:0 15%;}
.sharecontentpost .sharecontbuttons .essb_links.essb_template_metro-retina ul, .essb_links.essb_template_metro-retina li{text-align:center;}
.sharecontentpost .sharecontbuttons .essb_links.essb_template_metro-retina{margin:0;}
.sharecontentpost .tophead-sponsorbutton{padding:0 20%;text-align: center; text-transform: uppercase;font-weight: bold;}
.sharecontentpost a{color: #e9e9e9;}
.sharecontentpost a:hover{color: #f9a247;}

.clicked {color:#fc8231 !important;}

.supporttitle{color:#f9a247; font-size:1.2em;padding-top:14px; text-align:center; font-weight:bold;}







/*  Post formats  ----------------------------------------- */


/* format standard, format quote, format link */

.post .post-header:before,
.page .post-header:before {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-top-color: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10%;
	margin-bottom: -24px;
}

.post .post-header:after,
.page .post-header:after {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-top-color: #fff;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 10%;
	margin-left: 1px;
	margin-bottom: -21px;
}


/* format video, format image */


.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after { content: none; }


/* format image */


.format-image .post-excerpt { 
	padding-top: 7.5%; 
	font-size: 0.9em;
}

.format-image .post-excerpt .image-caption { font-weight: 600; }


/* format audio */


.posts .format-audio .post-header:before,
.posts .format-audio .post-header:after { content: none; }

.post-audio .mejs-container {
	max-width: 100%;
	height: auto !important;
	background: #353535;
	padding: 3% 0;
	color: #FFF;
	position: relative;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.post-audio .mejs-mediaelement,
.post-audio .mejs-layers {
    display: none;
}

.post-audio .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

.post-audio .mejs-playpause-button,
.post-audio .mejs-time-rail,
.post-audio .mejs-volume-button,
.post-audio .mejs-horizontal-volume-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 0;
	margin-left: 3%;
	float: left;
}

.post-audio .mejs-horizontal-volume-slider { margin-right: 3%; }

.post-audio .mejs-playpause-button,
.post-audio .mejs-volume-button {
	width: 6.25%;
}

.post-audio .mejs-playpause-button button,
.post-audio .mejs-volume-button button,
.post-audio .mejs-mute button,
.post-audio .mejs-unmute button {
	margin: 0 auto;
	width: 100%;
	height: 31px;
	background: none;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.post-audio .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play.png); }
.post-audio .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause.png); }

.post-audio .mejs-mute button,
.post-audio .mejs-unmute button { background-size: 20px auto; }

.post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute.png); }
.post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute.png); }

.post-audio .mejs-horizontal-volume-slider { 
	margin-top: 12px;
	width: 16.25%; 
	cursor: pointer; 
}

.post-audio .mejs-horizontal-volume-total,
.post-audio .mejs-horizontal-volume-current,
.post-audio .mejs-controls .mejs-time-rail span {
	height: 8px;
}
 
.post-audio .mejs-horizontal-volume-total { background: #222A34; }

.post-audio .mejs-horizontal-volume-current {
    position: absolute;
    margin-top: -8px;
    background: #fc8231;
}

.post-audio .mejs-controls .mejs-time-rail { 
    margin-top: 12px;
	max-width: 56.25%; 
	float: left;
}
 
.post-audio .mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    max-width: 100%;
    cursor: pointer;
}
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-total { background: #555D67; }
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #222A34;
}
 
.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #fc8231;
}

.post-audio .mejs-clear { clear: both; }

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button,
.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail {
	padding: 5% 0;
	margin-left: 5%;
}

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button { width: 15%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail { max-width: 80%; margin-right: 5%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-volume-button,
.post-audio .mejs-ios .mejs-controls .mejs-volume-button,
.post-audio .mejs-android .mejs-controls .mejs-horizontal-volume-slider,
.post-audio .mejs-ios .mejs-controls .mejs-horizontal-volume-slider {
	display: none;
}


/* format quote, format link */


.post-quote {
	padding: 10%;
	background: #353535;
	color: #fff;
}

.post-quote blockquote,
.post-link p {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 140%;
}

.post-quote cite,
.post-link a {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
}

.post-quote cite { font-family: 'Lato', sans-serif; }

.post-quote cite:before { content: "— " }


/* format link */


.post-link {
	padding: 10%;
	background: #353535;
	color: #fff;
}

.post-link a { 
	color: #fc8231; 
	padding-left: 23px;
	background: url(images/icons/1x/link-c.png) no-repeat left center;
	background-size: 16px auto;
}

.post-link a:hover { 
	color: #fc8231; 
	text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
	font-size: 1.75em;
}


/* format gallery */


.format-gallery .flexslider { position: relative; }

.format-gallery .flex-direction-nav a {
	display: block;
	height: 32px;
	width: 20px;
	background-size: auto 32px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev { 
	left: 16px; 
	background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next { 
	right: 16px; 
	background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover { 
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1; 
}

.format-gallery .flex-direction-nav .flex-prev:hover { left: 12px; }
.format-gallery .flex-direction-nav .flex-next:hover { right: 12px; }

.format-gallery .slides li { position: relative; }


/* format status */


.posts .format-status .post-excerpt {
	background: #353535;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {

	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

.format-status .post-content { 
	color: #333; 
	text-shadow: none;
}


/* format chat */


.format-chat .post-content p {
	margin-bottom: 0.25em;
	padding: 8px 16px;
	border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) { background: #f5f5f5; }

.format-chat .more-link { margin-top: 1em; }



/* ADV @PDV */

.adv-slip{margin: 0 auto; display:block; text-align:center; padding:5px 0 10px 0;}
.adv-slip p{font-size:0.6em; padding:5px 0; text-align:center;padding-bottom:5px;}

.adv-slip div{text-align:center;margin:0 auto;}

.adv-slip.positive{color:#444444}
.adv-slip.positive a{color:#fc8231;}
.adv-slip.positive a:hover{color:#444444}

.adv-slip.negative{color:#ffffff;padding-top: 20px;}
.adv-slip.negative a{color:#fc8231;}
.adv-slip.negative a:hover{color:#ffffff}

.adv-news{ text-align:center;}
.adv-news-clone{ text-align:center; display:none; position:fixed; top:103px; width:20.5%; }
.partners{margin-top: 15px;}

.adv-news-header{position: relative; padding: 5% 0; border-bottom: 1px solid #eee;}
.adv-news-header p{font-family: 'Lato', sans-serif; font-size: 16px; line-height: 100%; font-weight: 700; color: #353535; word-break: break-word;text-align:center;}

.adv-cont{padding:20px 0;}

.adv-meta { background: #f6f6f4; height:59px; }
.adv-meta p{font-size:0.8em; text-align:center; line-height:1.2em; padding-top:9px;}
.adv-meta a { display: block; color: #999; font-weight: 700;}
.adv-meta a:hover { color:#fc8231;}

p.adv{text-align:center; font-size:0.7em;padding-top:2px; font-size: 9px; padding-top: 4px;}

.responsive-650x183{width:50%; }

.banner-slip {max-width: 700px; padding: 20px 0}


@media(max-width:768px){

	.banner-slip {max-width: 100%;}
}

/* testata skin*/

.skin{margin: 0 auto; display:block; background:transparent;}

.skin div{text-align:center;margin:0 auto;}

.leftsideadv{position:relative; top:0; left:0;width:70%; }
.rightsideadv{position:absolute;top:0; right:0;width:30%; }

.leftsideadv img{width:100%; }
.rightsideadv img{width:100%; }

a.leftsidelink{position:absolute; top:0; left:0; width:70%; height: 100%; z-index:2; background:url('about:blank');}
a.rightsidelink{position:absolute;  top:0; right:0;width:30%; height: 100%; z-index:2; background:url('about:blank');}

.skinbkg{position:relative; z-index:1;}




/* Post Header Main PDV */

.postheaderarrow{width:100%;height:38px; background:#f6f6f4; padding:12px 4px 12px 19px;position:relative;z-index:1;}
.postheaderarrow h1, .postheaderarrow h2, .postheaderarrow h3, .postheaderarrow h4, .postheaderarrow h5 { background:#f6f6f4; padding:0 6px;text-transform:uppercase; font-weight:bold;float:left; position:relative; z-index:4; font-size:0.9em}

.postheaderarrow:before{content: "";
display: block;
border: 14px solid transparent;
border-top-color: #f6f6f4;
position: absolute;
z-index: 3;
bottom: -27px;
left: 19px;
}

.postheaderarrow:after{content: "";
display: block;
position: absolute;
bottom: 12px;
left: 0;
background: #ffffff;
width: 100%;
height:12px;
z-index: 2;
}

.postheaderarrow a{position:absolute; right:19px; bottom:9px; z-index:3;background:#f6f6f4;padding:0 6px;text-transform:uppercase; font-weight:bold; font-size:0.75em}
.postheaderarrow a:hover{color:#444444}

.coverintrotext{margin-top:60px;}

/* testata colori invertiti */

.postheaderarrowinvert{width:100%;height:38px; background:#ffffff; padding:12px 4px 12px 19px;position:relative;z-index:1;}
.postheaderarrowinvert h1, .postheaderarrowinvert h2, .postheaderarrowinvert h3, .postheaderarrowinvert h4, .postheaderarrowinvert h5{ background:#ffffff; padding:0 6px;text-transform:uppercase; font-weight:bold;float:left; position:relative; z-index:4; font-size:0.9em}

.postheaderarrowinvert:before{content: "";
display: block;
border: 14px solid transparent;
border-top-color: #ffffff;
position: absolute;
z-index: 3;
bottom: -27px;
left: 19px;
}

.postheaderarrowinvert:after{content: "";
display: block;
position: absolute;
bottom: 12px;
left: 0;
background: #f6f6f4;
width: 100%;
height:12px;
z-index: 2;
}

.postheaderarrowinvert a{position:absolute; right:19px; bottom:9px; z-index:3;background:#ffffff;padding:0 6px;text-transform:uppercase; font-weight:bold; font-size:0.75em}
.postheaderarrowinvert a:hover{color:#444444}

.archiveheaderarrow{  margin-top: 60px;}



/* piedino con call to action diretta alla categoria completa */

.calltobottom{width:100%;  padding-top: 39px;}
.calltobottom a{width:100%;height: 38px; }
.calltocontent{background:#f6f6f4;height: 38px; color:#ffffff;}
.calltocontent:hover{background:#f9a247;color:#f9a247;}
.calltoclick{float:right;background:#444444; padding:7px 14px; }
.calltoclick:hover{background:#444444;}
.calltotext{float:right;color:#444444;padding: 10px 13px 0px 0; font-size: 0.75em; text-transform: uppercase; font-weight: bold;}
.calltosponsor{float:left; color:#444444;font-size: 0.65em;padding: 12px 0 0 13px;}
.callto-nopadding { padding: 0 !important; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


body.single .content { width: 60.5%; }
body.single .content.full-width { width: 100%; }
body.single .content.center { 
	margin: 0 auto; 
	width: 944px;
	max-width: 100%; 
}

body.single .post-header{padding: 3% 10%;}

.minisidebar{float:left; width:12%; /*background:#f6f6f4;*/ margin-right:1%; font-size:0.8em; -webkit-transition: top 0.3s;-moz-transition: top 0.3s;  transition: top 0.3s;}

.minisidebarclone{display:none;   z-index: 500; position:fixed; top:103px; width:9.3%; /*background:#f6f6f4;*/ margin-right:1%; font-size:0.8em; -webkit-transition: top 0.3s;-moz-transition: top 0.3s;  transition: top 0.3s;}

.minisidebar.minianim {
    position: fixed;
	left:auto;
	top:-120px;
    z-index: 500;

    
}


/* format minisidebar */

.miniblock{padding:5% 10% 5% 10%; }
.miniblock.first{padding-top:13%;}
.miniblock a:hover{color:#444444;}


.taxlist ul{padding-bottom:10px;}
.taxlist ul li{line-height:1.2em;}


/* post header @pdv */

.singlecont .post-title { font-size: 2.25em; }

.singlecont .post-content { padding: 5% 10% 10% 10%; }

.singlecont .featured-media{max-height:450px; overflow:hidden; text-align:center; margin:0 auto; display:block; background:#efefee;position:relative;}

.singlecont .featured-media img{text-align:center; margin:0 auto; display:block; /*width:100%;*/}

.singlecont .tophead-share{background:#ffffff;width:90%;position:absolute;bottom:0; left:5%; right:5%;text-align:center;height:60px; word-wrap: break-word;}

.singlecont .tophead-share p{float:left;}
.singlecont .tophead-shareclass{float:left;}

.singlecont .post-header{position:relative; padding-top:0; top:-40px; border-bottom: 1px solid #eee;}

.singlecont .tophead-commcounter{position:absolute; right:0; top:-36px; background:#ffffff; padding:2px 5px; font-size:0.9em;}
.singlecont .tophead-commcounter:before{content: "";
display: block;
border: 6px solid transparent;
border-top-color: #ffffff;
position: absolute;
z-index: 3;
bottom: -12px;
left: 24px;}

.singlecont .tophead-commcounter a{color:#444444}
.singlecont .tophead-commcounter a:hover{color:#f9a247}

.singlecont .tophead-bolt{position: absolute;
left: 0;
top: -42px;
background: #ae181f;
padding: 2px 11px;
font-size: 1.1em;}
.singlecont .tophead-bolt a{color:#ffffff;}
.singlecont .tophead-bolt a:hover{color:#f9a247;}

.singlecont .tophead-update{position: absolute; right:50px; top:-36px; z-index:2; background: #ffffff; padding: 2px 12px; font-size: 0.9em; color:#353535;}

.singlecont .tophead-author{ margin:20px 0;float:left;}
.singlecont .tophead-author a:hover{color:#444444;}
.single .tophead-date{margin:20px 0;float:right;}

.singlecont .tophead-edit{clear:both;}
.singlecont .tophead-edit a{background-image:none !important;}
.singlecont .tophead-edit a:hover{color:#444444 ;}

.singlecont .tophead-sponsorbutton{clear:both;  font-size: 0.9em; padding: 16px 20px; background: #444444; border-radius: 3px; color: #fff;}
.singlecont .tophead-sponsorbutton:hover{background:#f9a247;}


/* format video @pdv */


.singlecont .videothumb{position: static; max-height:none; overflow:visible; text-align:center; margin:0 auto; display:block; background:#efefee;}
.singlecont .videotitle{position: static; padding-top:0; top:0; margin-top:50px;}


/* format audio */

.singlecont .featured-media .mejs-playpause-button.mejs-play button,
.singlecont .featured-media .mejs-playpause-button.mejs-pause button { background-size: 24px auto; }

.singlecont .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play-big.png); }
.singlecont .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause-big.png); }

.singlecont .featured-media .post-audio .mejs-mute button,
.singlecont .featured-media .post-audio .mejs-unmute button { background-size: 32px auto; }

.singlecont .featured-media .post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute-big.png); }
.singlecont .featured-media .post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute-big.png); }

/* format gallery */

.singlecont .format-gallery .flex-direction-nav a {
	height: 42px;
	width: 30px;
	background-size: auto 42px;
	margin-top: -21px;
}

.singlecont .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/1x/chevron-left-w-shade-big.png); }
.singlecont .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/1x/chevron-right-w-shade-big.png); }

/* format quote */

.singlecont .post-quote cite { 
	font-size: 1em; 
	margin-top: 30px;
}

/* single post meta */

.singlecont .post-meta-container { 
	position: relative; 
	background: #444;
}

.singlecont .post-meta-container:after {
	content: "";
	display: block;
	background: #1d1d1d;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}

.singlecont .post-meta { 
	float: right;
	width: 50%;
	padding: 5% 30px 5% 30px;
	position: relative;
	z-index: 10;
	color:#ffffff;
}

.singlecont .post-meta p{
line-height: 1.3;
}


.singlecont .post-meta > a,
{
	display: block;
	margin-top: 12px;
	font-size: 0.85em;
	line-height: 120%;
	font-weight: 700;
	min-height: 20px;
	padding: 1px 0 1px 23px;
	background: no-repeat left center;
	background-size: 16px auto;
	color: #9499A0;
}

.singlecont .post-meta p:first-child { margin-top: 0; }


.singlecont .post-meta a.zilla-likes { background-image: url(images/icons/1x/heart-g.png); }
.singlecont .post-meta a.zilla-likes:hover { background-image: url(images/icons/1x/heart-c.png); }
.singlecont .post-meta p.post-categories { background-image: url(images/icons/1x/folder-g.png); }
.singlecont .post-meta p.post-tags { background-image: url(images/icons/1x/tag-g.png); }

.singlecont .post-meta a { color: #9499A0; }
.singlecont .post-meta a:hover { color: #fc8231; }

/* post navigation */

.post-nav {padding:0 0 0 0;  background: #ffffff; }

.prevpost{width:45%; float:left; background:#f6f6f4;  text-align:center;  position: relative; }
.nextpost{width:45%; float:right; background:#f6f6f4; text-align:center;  position: relative;  }


.prevthumb{ max-height: 190px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative; 
   padding:20px 10px 10px 10px;
  background:#e9e9e9;}
  
.nextthumb{ max-height: 190px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  padding:20px 10px 10px 10px;
  background:#e9e9e9;}

.prevarrow{position:absolute;   z-index: 1;
  color: #ffffff;
  top: 27%;
  left: 42%;
  opacity: 0.7;}

.nextarrow{position:absolute;   z-index: 1;
  color: #ffffff;
  top: 27%;
  right: 42%;
  opacity: 0.7;}
  
.nextarrow a, .prevarrow a{color:#ffffff;}
.nextarrow a:hover, .prevarrow a:hover{color:#fc8231;}

.prevtitle{ padding:20px 20px; font-size:0.8em; }
.nexttitle{ padding:20px 20px; font-size:0.8em; }

.prevtitle a, .nexttitle a{color:#fc8231}
.prevtitle a:hover, .nexttitle a:hover{color:#444444}

.sponsorbtn_single_btn{margin:30px;}


/* post-author */

.post-author {
	width: 50%;
	padding: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

.post-author:before,
.post-author:after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
}

/*.post-author:before {
	z-index: 100;
	top: 0;
	width: 40px;
	height: 70px;
	background: #fc8231 url(images/icons/1x/author-w.png) no-repeat center 29px;
	background-size: 22px auto;
}

.post-author:after {
	top: 50px;
	border: 20px solid transparent;
	border-left-color: #fc8231;
	border-right-color: #fc8231;
}*/



.post-author h4 {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	top: -15px;
	left:7px;
  position: relative;
}

.post-author p {
	font-size: 0.875em;
	line-height: 150%;
	color: #e9e9e9;
}

.author-links { margin-top: 18px; }

.author-links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(255,255,255,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	margin-left: 5px;
	border-radius: 999px;
	text-indent: -9999px;
}

.author-links a:first-child { margin-left: 0; }

.author-links a.author-link-posts { background-image: url(images/icons/1x/archive-w.png); }
.author-links a.author-link-website { background-image: url(images/icons/1x/home-w.png); }
.author-links a.author-link-mail { background-image: url(images/icons/1x/social/mail-w.png); }
.author-links a.author-link-twitter { background-image: url(images/icons/1x/social/twitter-w.png); }

.author-links a:hover { background-color: #fc8231; }

.endingpost{background: #e9e9e9; padding:30px 0;}

.singlecatfooter{ position: relative; clear:both; background:#ffffff;}
.singlecatfootleft{width: 50%; padding: 30px; float: left; position: relative; overflow: hidden; }
.singlecatfootright{width: 50%; padding: 30px; float: left; position: relative; overflow: hidden; }

.singlecatfootright .post-date{margin-bottom:20px;}

.taxendlist ul{padding:11px 0;}

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

.taxendlist a:hover{color:#666666;}

.socialendpost{line-height:1.4em;margin-bottom:20px;}

.socialendpost .tophead-shareclass{float:left; margin-top:10px;}

.us_wrapper.us_fan_count_wrapper .us_fan_count_icon_holder{height:50px}

.us_wrapper.us_fan_count_wrapper .us_fan_count_holder{height:28px;}

.us_wrapper.us_fan_count_wrapper .us_fan_count_desc{font-size: 14px; height: 33px;}



/* jetpack related post */

/*** Tutti gli stili riportati qui sono quelli che il plugin imposta di default tramite il suo CSS e posono essere tranquillamente riscritti dal vostro foglio di stile o dal modulo Custom CSS di Jetpack stesso ****/
 
/* Contenitore del box, definisce alcune proprietà come il padding e il margine */
 
div.jp-relatedposts {
padding-top: 1em;
margin: 1em 0;
position: relative;
}
 
/* Headline */
 
div.jp-relatedposts .jp-relatedposts-headline {
margin: 0 0 1em 0;
display: inline-block;
float: left;
font-size: 9pt;
font-weight: bold;
font-family: inherit;
}
 
/* Headline before, di default crea la linea grigia sopra la headline, impostarlo in display:none; per eliminarlo */
 
div.jp-relatedposts .jp-relatedposts-headline em:before {
content: "";
display: block;
width: 100%;
min-width: 30px;
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0,0,0,.2);
margin-bottom: 1em;
}
 
/* Contenitore di ogni singolo related post, modificare la width in % per determinare quanti post per riga verranno visualizzati. Se ne vogliamo 4 ad esempio la imposteremo a 100% / 4 - 1 = 24% (la divisione va arrotondata per eccesso) */
 
div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
float: left;
width: 33%;
margin: 0 0 1em;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
 
/* Determina principalmente la tipografia ma più in generale è il contenitore delle parti testuali dei related, come l'excerpt e la categoria */
 
div.jp-relatedposts p {
font-size: 14px;
line-height: 20px;
margin: 0;
}
 
/* Nella modalità con le thumbnail questa è la classe per modificare gli attributi dell'immagine */
 
div.jp-relatedposts-items-visual .jp-relatedposts-post img {
width:100%;
}
 
/* Questa è la classe del contenitore del titolo del related post */
 
div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
text-transform: none;
margin: 0;
font-family: inherit;
display: block;
max-width: 100%;
}
 
/* Questa è la classe del titolo del related post, da cui è possibile determinarne colore e dimensioni */
 
div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a {
font-weight: normal;
text-decoration: none;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-decoration:none;
}

div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
text-decoration:none;
color:#353535;
}
 
 
/* Questa è la classe della categoria del related post */
 
div.jp-relatedposts .jp-relatedposts-post .jp-relatedposts-post-context {
display:none;
}

.relatedpostjet{margin-top:40px;}

.relatedpostcontent{padding:20px;}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: none !important;
}



div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear: none !important;}

div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:0 !important;}


div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both !important;}

div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a,div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a:hover{text-decoration:none;}


/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */


.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre,
.post-content em{
	line-height: 180%;
	margin-bottom: 1.1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content img{border:none !important;}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #353535;
} 

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.75em; }

.post-content h3 { font-size: 1.5em; }

.post-content h4 { font-size: 1.25em; font-weight: 400; }

.post-content h5 { font-size: 1em; font-weight: 400; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	font-weight: normal;
	margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
	content: "";
	display: block;
	width: 128px;
	height: 3px;
	background: #eee;
	margin: 40px auto;
}

.post-content blockquote p { 
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	text-align: center;
}

.post-content cite {
	font-family: 'Lato', sans-serif;
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 5px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

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

.post-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

	padding: 2% 2.5%;
	border-radius: 6px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: 1px;
	background: #f9a247;
	color: #fff;
	text-align:center;
	font-weight:bold;
}


/* Post media --------------------------------------- */

img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 400px;
}

.post-content .wp-caption a,
.post-content .wp-caption img { display: block; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .aligncenter a,
.post-content .aligncenter img { margin: 0 auto; }

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.8em;
	font-weight: 700;
	color: #999;
	text-align: center;
	padding-top: 0.5em;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


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


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th { font-weight: bold; }

.post-content table tbody > tr:nth-child(odd) > td { background: #f6f6f4; }



/** Post Ending */

.adv-endpost{width:100%;  margin:0; text-align:center;}
.adv-endcontent{margin:0 auto; display:block; padding:30px 0 15px 0;}
.adv-endtitle{margin-top:0;}

.authorlinkend{margin-top:55px; margin-left: 15px; position:relative;}



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


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Lato', sans-serif;
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #fc8231;
	color: #fff;
}

.post-content label {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	font-family: 'Roboto', sans-serif; 
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="email"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #fc8231;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */


.content .comments,
div#disqus_thread {
	padding: 10%;
	background: #fff;
}

.nocomments {
	padding: 10%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
}

.comments + .nocomments { border-top: 1px solid #eee; }

.comments-title-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	font-family: 'Lato', sans-serif;
}

.comments-title { 
	font-size: 1.75em;
	font-weight: 700;
	color: #353535; 
}

.add-comment-title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
}

.add-comment-title a:hover { text-decoration: underline; }


/* comment */


.comments div.comment { margin-top: 40px; }

.comments .commentlist > li.comment:first-child > div.comment:first-child { margin-top: 0; }

.comments div.comment { position: relative; }

.comments .children { margin-left: 5%; }

.comment-inner { 
	margin-left: 110px; 
	padding: 20px;
	background: #eee;
	position: relative;
	border-radius: 3px;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #eee;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 80px;
	border-radius: 3px;
}

.comment.bypostauthor { position: relative; }

.comment.bypostauthor:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: #fc8231 url(images/icons/1x/author-w.png) no-repeat center 8px;
	background-size: 14px auto;
	border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -8px;
	margin-left: -8px;
}

.comment-header { margin-bottom: 25px; }

.pagecomm{margin-bottom:15px;} /* pdv */
.comment-header .commtitle{margin-bottom:9px;} /* pdv */

.comment-header cite {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a { color: #353535; }
.comment-header cite a:hover { color: #fc8231; }

.comment-header p { font-size: 0.85em; }

.comment-header p,
.comment-header p a { color: #999; }

.comment-header p a:hover { color: #666; }

/* comment-content */

.comment-content { font-size: 0.9em; }

.comment-content a:hover { text-decoration: underline; }

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content *:first-child { margin-top: 0; } 
.comment-content *:last-child { margin-bottom: 0; }

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul { list-style: circle; }
.comment-content ul ul ul { list-style: square; }

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol { list-style: lower-alpha; }
.comment-content ol ol ol {
	list-style: lower-roman;
}

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

.comment-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address { 
	padding: 20px; 
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}

/* comment actions */

.comment-actions {
	position: absolute;
	top: 22px;
	right: 20px;
}

.comment-actions a {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background: #353535 no-repeat center;
	background-size: 16px auto;
	border-radius: 999px;
	text-indent: -9999px;
}

.comment-actions a + a { margin-left: -8px; }

.comment-actions .comment-reply-link { background-image: url(images/icons/1x/reply-w.png) }
.comment-actions .comment-edit-link { background-image: url(images/icons/1x/edit-w.png) }

.comment-actions a:hover { background-color: #fc8231; color: #fff; z-index: 10; }

/* comment navigation */

.comment-nav-below {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	font-size: 0.9em;
	font-weight: 700;
}

.comment-nav-below a { color: #666; }


/* pingbacks */

.comments .pingbacks {
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.pingbacks-title {
	font-family: 'Lato', sans-serif;
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #353535;
}

.pingbacklist .pingback {
	padding: 15px;
	line-height: 130%;
}

.pingbacklist .pingback a { color: #767676; }
.pingbacklist .pingback a:hover { color: #fc8231; }

.pingbacklist .pingback:nth-child(2n) { background-color: #eee; }


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.comment-respond {
	padding: 10%;
	background: #fff;
	border-top: 1px solid #eee;
}

.comments .comment-respond { 
	padding: 10% 0; 
	border-top: none;
}

.comment-reply-title {
	font-family: 'Lato', sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	color: #353535;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover { text-decoration: underline; }

.comment-notes,
.logged-in-as { 
	color: #666;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 25px;
}

.logged-in-as a:hover { text-decoration: underline; }

.comment-form { margin-top: 10px; }

.comment-form p { 
	margin-top: 14px; 
	position: relative;
}

.comment-form p:first-child { margin-top: 0; }

.comment-form label,
.comment-form .required { display: none; }

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	display: block;
	width: 100%;
	padding: 16px 18px;
	border-radius: 3px;
	background: #f1f1f1;
	color: #333;
	border: 1px solid #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.comment-form-author,
.comment-form-email,
.comment-form-url { width: 75%; }

.comment-form input[type="text"],
.comment-form input[type="email"] { 
	position: relative;
	padding-right: 60px;
	background-repeat: no-repeat; 
	background-position: 96% center;
	background-size: auto 24px;
}

input#author { background-image: url(images/icons/1x/author-g.png); }
input#email { background-image: url(images/icons/1x/social/mail-g.png); }
input#url { background-image: url(images/icons/1x/home-g.png); background-size: 24px auto; }

.comment-form textarea { height: 250px; }

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none;
	color: #fff;
	background-color: #353535;
}

input#author:focus { background-image: url(images/icons/1x/author-w.png); }
input#email:focus { background-image: url(images/icons/1x/social/mail-w.png); }
input#url:focus { background-image: url(images/icons/1x/home-w.png); }

.form-allowed-tags,
.form-allowed-tags code {
	line-height: 160%;
}

.comment-notes,
.form-allowed-tags,
.logged-in-as { 
	font-size: 0.9em; 
	color: #666;
}

p.form-submit { margin-top: 30px; }

.form-submit #submit {
	padding: 16px 20px;
	background: none;
	border: none;
	margin: none;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: #353535;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
}

.form-submit #submit:hover {
	cursor: pointer;
	background: #fc8231;
}



/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


.posts .page {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}


body.pagecont .content{width:73% ; float:left;}
body.pagecont .post-content{padding: 8% 10%;}
body.pagecont .post-header .post-title{ font-size: 2.25em;}
body.pagecont .featured-media{max-height: 450px;}

/* pagine archivi @pdv */


.archive-col{margin:20px 0; background:#ffffff; position:relative;}

.archive-col h2{margin-top: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 2.15em;
  font-weight: bold;
  text-align: left;
  padding: 12px 0 0 30px;
  color: #353535;}

.archive-col p{
	  padding: 12px 0 0 30px;
} 

.totalcounter{position:absolute; right:30px; bottom:30px; background:#ffffff; font-size:1.5em; padding:4px 15px; font-weight:bold; }

.archivemenu {color:#353535; background:#ffffff; margin-bottom:20px; margin-top:10px;}
.archivemenu li{float:left; padding: 10px 15px; font-family: 'Lato', sans-serif; font-weight:bold; font-size:0.75em; text-transform:uppercase; border-right: 1px solid #e9e9e9;}

.archivemenu a{color:#fc8231}
.archivemenu a:hover{color:#666666;}
.archivemenu .current_page_item a{color:#666666;}

.archivelist-col {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    clear:both;
}

.archivelist-col li{ background:#ffffff; padding:6px 10px 6px 10px;}

.archivelist-col a:hover{color:#666666;}


/* Contributors template ---------------------------------------------------------- */




.authors-row { 
	position: relative;
	padding: 3%;
	border-top: 1px solid #eee;
}

.authors-row:first-child { border-top: none; }

.authors-row:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

.authors-row .author-info { 
	width: 45%;
	margin-left: 10%;
	text-align: center; 
}

.authors-row .author-info:first-child { margin-left: 0; }

.author-avatar {
	display: inline-block;
	width: 134px;
	height: 134px;
	margin: 10px auto 0 auto;
	border: 6px solid #eee;
	border-radius: 9999px;
	overflow:hidden;
}

.authorheaderarrow{margin-top:60px;}

.author-avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
}

.author-info h4 {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.author-info h4 a { color: #353535; }
.author-info h4 a:hover { color: #fc8231; }

.author-info h3 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 25px;
}

.author-info h3 a { color: #999; }
.author-info h3 a:hover { color: #444; }

.author-description {
	line-height: 140%;
	text-align: center;
}

.author-info .author-links a { background-color: #353535; }
.author-info .author-links a:hover { background-color: #fc8231; }

/* autori chi siamo pdv */

h2.modh2{text-align:center; font-size:1.8em; font-weight:bold; margin:40px 0; color:#f9a247;}
.mod-forum ul li{text-align:center; padding:15px 0; font-size:1.2em; border-top: 1px solid #eee; width:50%; float:left;}

.mod-forum h4 {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.mod-forum h4 a { color: #353535; }
.mod-forum h4 a:hover { color: #fc8231; }
.mod-forum .author-links a { background-color: #353535; }
.mod-forum .author-links a:hover { background-color: #fc8231; }

.page-template-template-contributors h5{text-align:center;}


/* pdv */

.autpage_avatar{position:absolute;right:30px;  top:30%}

.autpage_desc{width:80%;}

.autpage_counter{padding:0 30px 30px 30px; font-family: 'Lato', sans-serif; font-size:1.1em; font-weight:bold;color: #353535;}

.autpage_counter b{color:#fc8231}


/* Image ---------------------------------------------------------- */


.single .post-meta p.image-resolution {  }

.single-attachment .post-author:before { 

}

.single-attachment a:hover{color:#444444;}
.single-attachment .post-header{padding: 1% 2% !important; text-align: center;}
.single-attachment .post-header .post-title{text-align:center;}
.single-attachment .us_wrapper.tal{text-align:center;}
.single-attachment .featured-media{max-height:none; position:relative;  }
.single-attachment .singleimage{max-width:70%; margin: 0 auto;}
.single-attachment .entry-meta{text-align:center;}
.single-attachment .entry-meta h2{font-weight:bold; text-align:center; padding:10px 0; font-size:1.2em;}
.single-attachment .post .post-header:after, .page .post-header:after{left:20%;}
.single-attachment .post .post-header:before, .page .post-header:before{left:20%;}
.single-attachment .excerptimage p{text-align:center; padding-bottom: 14px;}
.single-attachment .downloadimage{padding-bottom: 14px;}
.single-attachment .post-author-content{padding-bottom: 14px; font-size:0.8em}
.single-attachment .tophead-shareclass{padding-bottom: 14px;}

.single-attachment .nav-prev-cont{position:absolute; top:0;left:0; max-width:14%; }
.single-attachment .nav-next-cont{position:absolute; top:0;right:0;  max-width:14%; }
.single-attachment .nav-prev-cont a, .single-attachment .nav-next-cont a{text-align:center; }
.single-attachment .nav-prev-cont img, .single-attachment .nav-next-cont img{padding-bottom:5px;}






/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */

.page-title{margin-bottom:30px; position:relative;}


/*.page-title h5 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}*/

.page-title h2 {
	margin-top: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 2.15em;
	font-weight: bold;
	text-align: left;
	padding:12px 0 30px 30px;
	color: #353535;
	
}

.floating{
	position:absolute;
	background:#ffffff;
	bottom:28px;
	left:30px;
	padding:15px 30px !important;
}

.tag-archive-meta {
	text-align: left;
	padding:0 30px 30px 30px;

}

.tag-archive-meta p{line-height: 150%;	font-size: 0.95em; color: #666;}

.archive-cover{position:relative;padding-bottom:30px;}

.mainnewsheader{margin-top:20px;}


/* archive navigation */

.archive-nav, .archive-nav-pag{margin: 40px auto 40px auto; }
.firstpage{width:242px; text-transform: uppercase; font-weight: bold;}
.nextpages{width: 530px; text-transform: uppercase; font-weight: bold; text-align:center; }

.pagecounter{font-size: 0.9em; padding: 16px 20px; background: #f9a247; border-radius: 3px; color: #fff;}

.archive-nav a {
	font-size: 0.9em;
	padding: 16px 20px;
	background: #f9a247;
	border-radius: 3px;
	color: #fff;
	float: none;
}

.archive-nav-pag a {
	font-size: 0.9em;
	padding: 16px 20px;
	background: #f9a247;
	border-radius: 3px;
	color: #fff;
	float: left;
}

.archive-nav a:hover,.archive-nav-pag a:hover {
	background: #353535;
	color: #fff;
}



.archive-pag{float:left; font-size: 0.9em; padding: 16px 20px; background: #353535; border-radius: 3px; color: #fff; margin:0 20px;}
.archive-btn{float:left; }

.commentarchive{margin-top:50px;}

/* search */

.search-no-results .post-content p { text-align: center; }


/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */


.sidebar {
	
	/*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 6px;*/
	overflow: hidden;
}

.sidegrid{width:100%}

.sideright{width:25.5%; }


.sidefix{position:absolute; top:-500px;}

.sidebar .widget, .sidesocial .widget {
	
	background:#ffffff;
}

.titlewidget{margin-top:15px;}

.sidebar .widget:first-child { border-top: none; }

.widget-title {
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidebar .widget-content { 
	font-size: 0.85em; 
	color: #767676; 

}

.widget-content a:hover { text-decoration: underline; }

.sidebar .widget-content p { line-height: 150%; }

.widget-content ul li {
	position: relative;
	margin-top: 10px;
	padding: 1px 0 1px 14px;
	line-height: 130%;
}



.widget-content > ul > li:first-child { margin: 0; }

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }

/* sidebar archivi e homepage @pdv */

.corner-stamp{position:relative;}

.mobilesidemain{display:none ;}



/* Widget last hot posts @pdv */

.sidelasthot li{position:relative; padding-bottom:40px;  background:#ffffff;}
.sidelasthot li .lasthotimg{max-height:250px;overflow:hidden;}

.lasthotheader{width:90%; position:absolute; bottom:18px; left:5%;background:#ffffff; }
.lasthotheader .post-title{padding:5px 4px; text-align:center; font-size:0.8em; font-family: 'Lato', sans-serif; font-size: 0.9em; line-height: 120%;	font-weight: 700; color: #353535; word-break: break-word; -ms-word-break: break-word;}

.lasthotheader .post-title a { color: #353535; }
.lasthotheader .post-title a:hover { color: #fc8231; }

.lasthotfoot{padding-top:0;}

li.sidesponsored{padding:0; margin:20px 0;}


/* social widget @pdv */
.us_wrapper [class^=us-icon-]:before, .us_wrapper [class*=" us-icon-"]:before{line-height: 1.6em !important;}

.easy-social-share-fans-counter .essb-fans.metro.fourcols li{width:24.5% !important;}
.easy-social-share-fans-counter .essb-fans{padding:3px 0;}
.easy-social-share-fans-counter .essb-fans.metro li a i{padding-top: 12px; margin: 4px auto 0 auto;}
.easy-social-share-fans-counter .essb-fans.metro li, .essb-fans.metro li a, .essb-fans.metro li a small{font-size: 12px;}
.easy-social-share-fans-counter .essb-fans li span{padding-bottom: 4px;}

/* Widget tag cloud --------------------------------------- */


.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #BBB;
	font-size: 0.8em !important;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
}

.tagcloud a:hover { background-color: #fc8231; color: #fff; text-decoration: none; }


/* Widget search --------------------------------------- */


.wrapper .searchform,
.footer .searchform { position: relative; }

#openfooter{cursor:pointer}


.wrapper .searchform .s,
.footer .searchform .s {
	display: block;
	width: 100%;
	padding: 16px 55px 16px 20px;
	border: none;
	margin: 0;
	background: #ddd;
	color: #fff;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	-webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus { 
	background-color: #353535; 
	outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
	display: block;
	height: 36px;
	width: 36px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 10px;
	text-indent: -9999px;
	background: url(images/icons/1x/spyglass-g.png) no-repeat center;
	background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover {
	cursor: pointer;
	background-image: url(images/icons/1x/spyglass-w.png);
}


/* Widget calendar --------------------------------------- */


#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#wp-calendar a { color: #1abc9c; }

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
}

#wp-calendar caption { 
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	color: #666;
	text-transform: capitalize; 
	padding-bottom: 20px;
}

#wp-calendar thead th {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#wp-calendar tbody { border-bottom: 1px solid #eee; }

#wp-calendar tfoot td { padding: 0; }
#wp-calendar tfoot #prev { text-align: left; }
#wp-calendar tfoot #next { text-align: right; }

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 12px 0;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
}


/* Dribbble widget --------------------------------------- */


.dribbble-shot,
.dribbble-shot img { display: block; }

.dribbble-shot {
	width: 47.5%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
	padding: 6px;
	background: #f1f1f1;
}

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

.dribbble-shot:hover { background-color: #fc8231; }

.widgetmore { 
	display: block; 
	clear: both;
}


/* Flickr widget --------------------------------------- */


.flickr_badge_image a,
.flickr_badge_image img { display: block; }

.flickr_badge_image {
	width: 21.25%;
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}

.flickr_badge_image a {
	padding: 4px;
	background: #f1f1f1;
}

.flickr_badge_image a:hover { background-color: #fc8231; }

.flickr_badge_image:nth-child(2),
.flickr_badge_image:nth-child(6),
.flickr_badge_image:nth-child(10),
.flickr_badge_image:nth-child(14) { margin-left: 0; }


/* pagina 404 */

.cont404{padding:4%; position:relative; text-align:center;}

.text404{position:absolute; bottom:23%; left:11%; z-index:1; }

.text404 p{font-weight:bold; text-align:center; font-size:1.5em;}

.searchbar404{position:absolute; bottom:8%; left:13%; z-index:1; width: 400px;}

.back404{position:relative; z-index:0; margin:0 auto;}

.back404 img{width:100%;}




/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */


.footer .widget { 
	margin-top: 40px;
	border-top: 4px solid #333;
	padding-top: 40px;
}

.footer .widget:first-child { margin: 0; border: none; padding: 0; }

.footer .widget-title { 
	color: #FFF; 
	letter-spacing: 1px; 
	font-size: 0.79em;
}

.footer .widget-content { 
	color: #767676; 
	font-size: 0.95em;
}

.footer .widget-content p { line-height: 160%; }

.widget-content p + p { margin-top: 1em; }


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


/* Widget search */

.footer .widget_search .s { background: #333; }

/* widget tagcloud */

.footer .tagcloud a { background-color: #333; }

.footer .tagcloud a:hover { 
	text-decoration: none; 
	background-color: #fc8231; 
}

/* widget calendar */

.footer #wp-calendar caption {  color: #fff; }

.footer #wp-calendar thead th {
	border: none;
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
}

.footer #wp-calendar tbody { border-bottom: 1px solid #3B3B3B; }

/* dribbble and flickr widget */

.footer .dribbble-shot,
.footer .flickr_badge_image { background: #333; }

/* pdv */

ul.footer-menu{float:left; margin-left:10px; }
ul.footer-menu li{float:left; margin-left:10px;line-height: 0.5;}
ul.footer-menu li a{font-size:0.7em; }

#credits_btn:before{content: "";
display: block;
border: 14px solid transparent;
border-top-color: #e9e9e9;
position: absolute;
z-index: 11;
top: 0;
left: 16%;
}



/* FLEX SLIDER @pdv */


/*setto a default come flexslider.css di ml-slider/assets/sliders/flexslider di meta slider con i nuovi normalslider e carouselslider del footer*/

.mainfullslider{ height:0; overflow:hidden; visibility:hidden;}
.finalslides{max-height:470px !important; overflow:hidden; visibility:hidden; }
.lastrubriche{ max-height:365px !important; overflow:hidden; visibility:hidden;}




.normalslider a:active,
.normalslider a:focus,
.carouselslider a:active,
.carouselslider a:focus,
.mainfullslider a:active,
.mainfullslider a:focus {outline: none;}
.normalslider, .carouselslider, .mainfullslider {margin: 0; padding: 0;}
.normalslider .slides img , .carouselslider .slides img, .mainfullslider .slides img{width: 100%; display: block;}


.normalslider .slides,.carouselslider .slides, .mainfullslider .slides {zoom: 1;}
.normalslider:hover .flex-next, .carouselslider:hover .flex-next , .mainfullslider:hover .flex-next{opacity: 0.8; right: 5px;}
.normalslider:hover .flex-prev, .carouselslider:hover .flex-prev, .mainfullslider:hover .flex-prev{opacity: 0.8; left: 5px;}
.normalslider:hover .flex-next:hover, .carouselslider:hover .flex-prev:hover, .mainfullslider:hover .flex-prev:hover {opacity: 1;}

/** Custom Meta Slider CSS **/
.normalslider, .carouselslider, .mainfullslider { box-shadow: none; -webkit-box-shadow: none;-moz-box-shadow: none;-o-box-shadow: none; border: 0;  max-width: none; max-height: none; position: relative; zoom: 1; background: #ffffff;}
.normalslider .slides li, .carouselslider .slides li, .mainfullslider .slides li {position: relative; height: auto;}
.normalslider .slides p,.carouselslider p, .mainfullslider p { margin: 0;}

.normalslider.filmstrip,.carouselslider.filmstrip, .mainfullslider.filmstrip {margin-top: 10px;}

.normalslider.filmstrip .slides li, .carouselslider.filmstrip .slides li, .mainfullslider.filmstrip .slides li {cursor: pointer; opacity: 0.5;}

.normalslider.filmstrip .slides li.flex-active-slide,
.normalslider.filmstrip .slides li:hover,
.normalslider.filmstrip .slides li:focus,
.carouselslider.filmstrip .slides li.flex-active-slide,
.carouselslider.filmstrip .slides li:hover,
.carouselslider.filmstrip .slides li:focus, 
.mainfullslider.filmstrip .slides li.flex-active-slide,
.mainfullslider.filmstrip .slides li:focus,
.mainfullslider.filmstrip .slides li.flex-active-slide, { opacity: 1.0 !important;}

/* css personalizzato per i due diversi slider*/

.normalslider .flex-viewport{max-height:350px !important;}
.normalslider li{max-height:350px !important;}
.carouselslider .flex-viewport{max-height:250px !important;}
.carouselslider li{max-height:250px !important;}



.mainfullslider .flex-viewport{max-height:430px !important; margin-bottom:40px;}
.mainfullslider li{max-height:430px !important;}
.mainfullslider .post-title{position: absolute; bottom: 0;  left: 0; background:#ffffff; margin: 0; display: block; width: 100%; line-height: 1.4em;  font-family: 'Roboto', sans-serif; font-size: 18px;  color: #353535; word-break: break-word; -ms-word-break: break-word; font-weight:bold;}

.mainfullslider h2{text-align:center; font-weight:bold;  font-family: 'Lato', sans-serif; font-size:100%; padding:5px 0; margin:0;}
.mainfullslider a{color:#353535;}
.mainfullslider a:hover{color:#fc8231;}

.mainfullslider .flex-control-nav{position:absolute; bottom:14px;}

.flex-control-paging li a{background:#535353 !important;}
.flex-control-paging li a.flex-active{background:#f9a247 !important;}



/* footer lastr reviews and events */

.lastreviews{margin-top:30px; margin-bottom:30px; }


/* footer last posts */

.featsmall{max-height:350px; height:250px; overflow:hidden;}
.lastpostheader{width:90%; position:absolute; bottom:0px; left:5%;background:#ffffff; }
.lastpostheader .post-title{padding:5px 10px; text-align:center; font-size:18px; }

.lastpostheader .post-title a { color: #353535; }
.lastpostheader .post-title a:hover { color: #fc8231; }




/* ultime rubriche footer video footer e da non perdere */


.lastrubriche, .lastvideo, .lasthot{ clear:both; margin-bottom:30px; position:relative;}




/* ultimi commenti */

.recent-comments{padding:30px 30px 0 30px;}
.recent-comments .comment{margin-bottom:10px;  }
.recent-comments .comment .avatar{width:50px;}
.recent-comments .comment-inner{margin-left: 72px; font-size: 0.8em; padding:15px;}
.recent-comments .comment-inner:after{top:14px;}
.recent-comments .comment-header{margin-bottom:4px;}

/* ultime dal forum */

.recent-forum{padding:30px 30px 0 30px;}
.recent.forum ul { }
.recent-forum li{margin-bottom:10px; padding:15px;background: #eee; position: relative; border-radius: 3px; }
.recent-forum .feedcontent{font-size: 0.7em; }
.recent-forum .feedtitle{margin-bottom:8px;font-size: 0.8em;}

.recent-forum a:hover, .recent-comments a:hover{color:#444444; text-decoration:none;}

#disqus_thread {padding: 0 !important; padding-bottom: 10% !important;}

.akismet_comment_form_privacy_notice {padding: 4% 10% 4% 10%;}
.fb-comments {display: block !important; }

.comments-wrapper {padding: 10%;}
.comments-wrapper h5 {font-family: 'Lato', sans-serif; font-size: 1.75em;font-weight: 700; color: #353535; padding-bottom: 30px;}

/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */


.credits p {
	font-family: 'Lato', sans-serif;
	color: #767676; 
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.credits a { color: #ccc; }

.credits a:hover { 
	color: #ccc; 
	text-decoration: underline;
}

img#wpstats { display: none; } /* Silly WordPress stats */


/* newsletter mailpoet */

.newsletter-textbox{background:#ffffff; padding:20px; position: absolute; width:600px; margin-left: -300px; top:389px; left:50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
 }

.newsletter-textbox a{border-bottom: 1px solid #f7b773;text-decoration:none; color:#353535; background:#F6F6F4;}
.newsletter-textbox a:hover{text-decoration:none; background:#f7b773; color:#353535; border-bottom: 1px solid #F6F6F4;}



/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */


@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	/* 2X images */

	/*.search-toggle { background-image: url(images/icons/2x/spyglass-w.png); }*/
	
	.post .sticky-post { background-image: url(images/icons/2x/tack-w.png); }
	
	/*.posts .post-meta a.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.posts .post-meta a.post-date:hover { background-image: url(images/icons/2x/clock-c.png); }*/
	.posts .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.posts .post-meta a.zilla-likes:hover,
	.posts .post-meta a.zilla-likes.active { background-image: url(images/icons/2x/heart-c.png); }
	.posts .post-meta a.post-comments { background-image: url(images/icons/2x/comment-g.png); }
	.posts .post-meta a.post-comments:hover { background-image: url(images/icons/2x/comment-c.png); }
	
	.featured-media .mejs-playpause-button.mejs-play button,
	.single .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/2x/audio/play.png); }
	.featured-media .mejs-playpause-button.mejs-pause button,
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/2x/audio/pause.png); }	
	.featured-media .mejs-mute button,
	.single .featured-media .mejs-mute button { background-image: url(images/icons/2x/audio/audio-mute.png); }
	.featured-media .mejs-unmute button,
	.single .featured-media .mejs-unmute button { background-image: url(images/icons/2x/audio/audio-unmute.png); }
	
	.post-link a { background-image: url(images/icons/2x/link-c.png); }
	
	.format-gallery .flex-direction-nav .flex-prev,
	.single .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/2x/chevron-left-w-shade.png); }
	.format-gallery .flex-direction-nav .flex-next,
	.single .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/2x/chevron-right-w-shade.png); }
	
	.single .post-meta p.post-date { background-image: url(images/icons/2x/clock-g.png); }
	.single .post-meta a.zilla-likes { background-image: url(images/icons/2x/heart-g.png); }
	.single .post-meta a.zilla-likes:hover { background-image: url(images/icons/2x/heart-c.png); }
	.single .post-meta p.post-categories { background-image: url(images/icons/2x/folder-g.png); }
	.single .post-meta p.post-tags { background-image: url(images/icons/2x/tag-g.png); }
	
	.author-links a.author-link-posts { background-image: url(images/icons/2x/archive-w.png); }
	.author-links a.author-link-website { background-image: url(images/icons/2x/home-w.png); }
	.author-links a.author-link-mail { background-image: url(images/icons/2x/social/mail-w.png); }
	.author-links a.author-link-twitter { background-image: url(images/icons/2x/social/twitter-w.png); }
	
	.comment.bypostauthor:after { background-image: url(images/icons/2x/author-w.png); }
	
	.comment-actions .comment-reply-link { background-image: url(images/icons/2x/reply-w.png); }
	.comment-actions .comment-edit-link { background-image: url(images/icons/2x/edit-w.png); }
	
	input#author { background-image: url(images/icons/2x/author-g.png); }
	input#email { background-image: url(images/icons/2x/social/mail-g.png); }
	input#url { background-image: url(images/icons/2x/home-g.png); }
	
	input#author:focus { background-image: url(images/icons/2x/author-w.png); }
	input#email:focus { background-image: url(images/icons/2x/social/mail-w.png); }
	input#url:focus { background-image: url(images/icons/2x/home-w.png); }
	
	.single .post-meta p.image-resolution { background-image: url(images/icons/2x/image-g.png); }
	.single-attachment .post-author:before { background-image: url(images/icons/2x/image-w.png); }
	
	.searchform .searchsubmit { background-image: url(images/icons/2x/spyglass-g.png); }
	.searchform .searchsubmit:hover { background-image: url(images/icons/2x/spyglass-w.png); }
	
}

@media(max-width:1650px){

		.post-container .post-meta{font-size:0.8em}
}


@media (max-width: 1440px) {
	
	
	.wrapper.section { padding: 5% 0; }
	
	/* pagination */
	
	.page-title { margin-bottom: 5%; }
	
	/* testata menu e login*/
	
	.main-menu{font-size:0.65em;}
	
	#profilepanels{font-size:0.75em;}	
	.registerpanel{right:-6px; top: 4px;}
	.loginpanel{top: 4px; left: 53px;}
	.loginformcont{left:-46px; }
	.registercont{left: 25px;}
	.registerform{ height: 207px;}
	.search-toggle{  padding: 24px 0 0 19px;  font-size: 1.2em;}
	.logomenuhead{width:140px; margin-top:21px}
	
	.archive-cover h2{font-size:1.15em}
	.page-title .tag-archive-meta{font-size:0.8em}
	

		
}

@media (max-width:1400px){



	/* pag 404 */
 	
 	.text404 p{font-weight:bold; text-align:center; font-size:1.3em;}
	.searchbar404{position:absolute; bottom:8%; left:12%; z-index:1; width: 350px;}
	
	.post-excerpt p{font-size: 0.78em;}

.post-container .post-meta {  font-size: 0.65em;}

}

@media (max-width:1260px){

.post-container {
	width: 32.75%;
	padding: 0 0 1.5% 1.5%;
}

.corner-stamp{ 
	width: 32.75%; 
	padding: 0 1.7% 1.5% 0%;
}

.post-container .post-meta{font-size:0.95em}

}



@media (max-width: 1040px) {
	
	/* main content */
	
	.section-inner.content { max-width: 94%; }


	
			
}


@media (max-width: 1150px) {
	
	
	/* structure */
	
	body.single .content { width: 100%;  }
	
	body.pagecont .content{width:100%;}
	
	.sidebar { clear:both; float:none; width:100%;}
	
	
	.post-container {
		width: 48.5%;
		padding: 0 0 3% 3%;
	}

	.corner-stamp{ 
		width: 48.5%;
		padding: 0 3.1% 3% 0%;
	}
	
	.post-excerpt p{font-size: 0.95em;}

	.post-container .post-meta{  font-size: 0.95em;}

	
		
	/* navigation */
	
	
	.main-menu { display: none; }
	
	.sub-menu{display: none;}
	
	
	.nav-toggle { 
		display: block; 
		padding: 30px 0 0 20px;
	}
	
	.nav-toggle .bar {
		display: block;
		width: 26px;
		height: 3px;
		margin-top: 5px;
		background: #ffffff;
		border-radius: 1px;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
	
	.nav-toggle:hover { cursor: pointer; }
	.nav-toggle.active .bar { background: #444444; }
	
	.mobile-menu li { border-top: 1px solid rgba(255,255,255, 0.1); position:relative;}
	.mobile-menu > li:first-child { border-top: none; }
	
	.mobile-menu a {
		display: block;
		padding: 25px 5%;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 1px;
	}
	
	.mobile-menu a:hover { color: #fff; } 
	
	.mobile-menu ul a { padding-left: 10%; } 
	.mobile-menu ul ul a { padding-left: 15%; } 
	.mobile-menu ul ul ul a { padding-left: 20%; } 
	.mobile-menu ul ul ul ul a { padding-left: 25%; } 
	.mobile-menu ul ul ul ul ul a { padding-left: 30%; } 
	

	.finalslides {width:100% !important; margin:0 0 20px 0 !important; }

	.archive-nav { margin: 40px auto 20px auto; }

	.addpointer{  color: #ffffff; position:absolute; right: 0;  top: 0px; z-index:9999}
	.addpointer a{padding: 25px;}
	
	.trendings-menu{font-size:0.8em; top: 20px; height: 30px; max-width: 100% !important;}
	.second-menu > li > a{padding: 13px 4px 12px 4px;}

	.mobile-navigation{position: absolute;  width: 100%;  z-index: 5000;}
	
	/* articolo single */
	
	.single .minisidebar{width:100%; margin-bottom: 18px;}
	
	.single .miniblock{padding:3% 4% 3% 4%;}
	
	.single .miniblock.first{padding-top:3%;}
	

	
	.single .taxlist ul li{float: left;  margin-right: 13px;}
	
	.single .buyminiside{display:none;}
	.single .shareminiside{display:none;}
	
	.single .taxlist{ -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;}
 
 	.single .taxlist li{ padding:3px 5px 3px 5px;}
 	
 	.single .adv-news, .page .adv-news{width:49%; float:left; margin-top: 15px;}
 	.single .sidelasthot, .page .sidelasthot{width:49%; float:left;margin-left:2%;}
 	.single .sidesocialsingle, .page .sidesocialsingle{float:left; width:100%; }
 	.single .fullsidesponsor, .page .fullsidesponsor{width:100%; background:#efefee; }
 	
 	
 	
 	/* archivio page */
 	
 	.totalcounter{font-size:1em;}
 	
 	
 	/* pag 404 */
 	
 	.text404 p{font-weight:bold; text-align:center; font-size:1em;}
	.searchbar404{position:absolute; bottom:8%; left:12%; z-index:1; width: 300px;}

 	
}


@media (max-width: 800px) {

	
	
	/* structure */
	
	.wrapper.section { padding: 4% 0; }
	
	.section-inner { max-width: 92%; }
	.section-inner.content { max-width: 97%; }
	
	/* header */
	
	.section.header { padding: 50px 0; }
	
	.header .logo img { max-height: 60px; }
	
	/* footer */
	
	.footer .one-third { width: 47.5%; }
	
	.lastcomments .one-half{width: 100%; margin:5% 0 0 0;}
	
	.footer .column-3 { display: none; }
	
	.lastrubriche, .lastvideo, .lasthot{margin-bottom:0;}
	.lastreviews{margin-bottom:0;}
	
	#footer_btn{padding:30px 0 ;}
	
	
	/* credits */
	
	.credits span { display: none; }
	
	.second-menu > li{  line-height: 0.5em;}
	.second-menu > li > a{padding:12px 4px 10px 4px;}
	

	.page-title{margin-top:21px;}
	
	
	/* pag 404 */
 	
 	.error404 .post{margin-top:25px !important;}
 	.text404{left:7%;}
 	.text404 p{font-weight:bold; text-align:center; font-size:0.9em;}
	.searchbar404{position:absolute; bottom:7%; left:7%; z-index:1; width: 270px; }
	.searchbar404 input{padding: 7px 15px 7px 20px !important;}
	
	
}


@media (max-width: 700px) {
	
	
	/* single post */
	
	.post-author,
	.single .post-meta {
		width: 100%;
		float: none;
		border-radius: 0;
	}
	
	.single .post-meta-container:after { content: none; }
	
	.single .post-meta { background-color: #1d1d1d; }
	
	/* post content */
	
	.post-content .alignleft,
	.post-content .alignright {
		max-width: 100%;
		float: none;
		margin: 1.25em 0;
	}
	
	.post-content .alignleft a,
	.post-content .alignleft img,
	.post-content .alignright a,
	.post-content .alignright img { margin-left: auto; margin-right: auto; }
	
	/* comments */
	
	.comment-form-author, 
	.comment-form-email, 
	.comment-form-url { width: 100%; }
		
			.nav-toggle { padding: 29px 0 0 11px; }
	.logomenuhead{width: 120px; margin-top: 22px;}
	.trendings-menu{font-size:0.8em; top: 24px;}
	
	.trending-title{margin: 8px 7px 0 10px;}
	.second-menu > li > a{padding:13px 4px 8px 4px;}
	
	.page-title{margin-top:21px; }
	
		/* archivio page */
	
	.totalcounter{font-size:0.7em; top:0; right:0; bottom: inherit;}
	.archive-col{width:100% !important; margin-left:0 !important;}
	
	.archivelist-col {
   		 -moz-column-count: 2;
    	-moz-column-gap: 20px;
    	-webkit-column-count: 2;
    	-webkit-column-gap: 20px;
    	column-count: 2;
    	column-gap: 20px;
    	clear:both;
	}
	
	/* 404 */
	
	.error404 .post{margin-top:35px;}
    .text404{left:4%;}
 	.text404 p{font-weight:bold; text-align:center; font-size:0.7em;}
	.searchbar404{position:absolute; bottom:4%; left:4%; z-index:1; width: 200px; }
	.searchbar404 input{padding: 5px 15px 5px 20px !important;}
}


@media (max-width: 600px) {

	
	body { font-size: 16px; }
	
	/* structure */
	
	.wrapper.section { padding: 10px 0 25px 0; }
	
	.post-header,
	.single .post-content,
	.post-excerpt,
	.content .comments,
	div#disqus_thread,
	.comment-respond,
	.post-quote,
	.post-link { padding: 7.5% 6%; }
	
	/* header */
	
	.section.header { padding: 35px 0; }
	
	.header-search-block .s { font-size: 1.5em; margin-top: -17px; }
	
	.nav-toggle { padding: 29px 0 0 11px; }
	
	.search-toggle { height: 59px; }
	
	/* navigation */
	
	
	.mobile-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/* main content */
	
	.section-inner.content { max-width: 92%; }

	.post-container, .corner-stamp {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	
	.post-container:first-child, .corner-stamp:first-child { margin-top: 0; }
	
	.post-header .post-title { font-size: 1.5em; padding:0 10px }
	
	.post-excerpt { font-size: 1em; }
	
	.posts .post-meta { padding: 0 6%; }
	
	/* format audio */
	
	.single .featured-media .mejs-mute button, 
	.single .featured-media .mejs-unmute button { background-size: 20px auto; }
	
	.single .featured-media .mejs-playpause-button.mejs-play button, 
	.single .featured-media .mejs-playpause-button.mejs-pause button { background-size: 16px auto; }
	
	/* single post */
	
	.media-caption { margin: 0 6%; padding-bottom: 10px; }
	
	.single .post-quote blockquote,
	.single .post-link p { font-size: 1.2em; }
	
	.single .post-quote cite { font-size: 0.8em; }
	
	/* post content */
	
	.post-content p,
	.post-content blockquote,
	.post-content ul,
	.post-content ol,
	.post-content address,
	.post-content dl,
	.post-content .wp-caption,
	.post-content pre,
	.post-content em{
		line-height: 160%;
		margin-bottom: 1em;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 40px 0 20px;
	}
	
	.post-content h1 { font-size: 1.4em; }
	.post-content h2 { font-size: 1.3em; }
	.post-content h3 { font-size: 1.25em; }
	.post-content h4 { font-size: 1.1em; }
	.post-content h5 { font-size: 1em; }
	
	.post-content h6 {
		font-size: 0.9em;
		font-weight: 700;
		text-transform: uppercase;
	}

	.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
	.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
	.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
	.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
	.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
	.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
		margin-top: 20px;
	}
	
	.post-content blockquote { margin-top: 25px; }
	
	.post-content blockquote:before,
	.post-content blockquote:after { 
		margin: 25px auto; 
		width: 96px;
	}
	
	.post-content blockquote p { 
		font-size: 1.1em; 
		line-height: 150%;
	}
	
	.post-content blockquote cite { font-size: 0.8em; }
	
	/* comments */
	
	.comments-title,
	.add-comment-title {
		float: none;
		width: 100%;
	}
	
	.add-comment-title { display: none; }
	
	.comments-title,
	.comment-reply-title { font-size: 1.5em; }
	
	.comment .avatar { width: 50px; }
	
	.comment-inner { margin-left: 70px; }
	
	.comment-inner:after { top: 13px; }
	
	.comment-content { font-size: 0.9em; }
	
	.reply-title { margin-bottom: 15px; }
	.comment-form { margin-top: 15px; }
	
	/* respond */
	
	.comment-form { margin-top: 10px; }
	
	.comment-notes,
	.logged-in-as { margin-bottom: 25px; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 96% center; }
	
	/* page & page templates */
		
	.authors-row { padding: 0; border: none; }
	
	.authors-row:before { content: none; }
	
	.authors-row .author-info {
		width: 100%;
		margin: 0;
		padding: 7.5% 6%;
		float: none;
		border-top: 1px solid #eee;
	}
	
	.authors-row:first-child .author-info:first-child { border-top: none; }
	
	.author-avatar,
	.author-info h3 { margin-bottom: 20px; }
	

	
	/* pagination */
	
	.page-title { margin-bottom: 25px; }
	
	/*.page-title h3 { font-size: 1.4em; }*/
	
	.archive-nav { margin: 40px auto 20px auto;  }
	
	/* footer */
	
	.finalslides one-half{width:100% 
		float: none;
		padding: 40px 0 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0 0;}
	
	.footer .one-third { padding: 30px 0; }
	
	.footer .one-third { 
		width: 100%; 
		float: none;
		padding: 40px 0 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0 0;
	}
	
	.footer .one-third:first-child { margin-top: 0; border-top: none; padding-top: 0; }
	
	.footer .column-3 { display: block; }
	
	/* credits */
	
	.credits { padding: 30px 0; }
	
	.lastrubrichepost{width: 100%;}
		
	ul.footer-menu, .credits p{margin:5px 0 0 0}
	
	.credits-left{margin-left:10px !important;}
	
/* ultimi video footer */


	.lastvideopost{width: 100%;}
	
	.search-toggle{padding:23px 0 0 37px}
	#loggedpanels{right:19px}
	

	#loggedpanels #usercont{display:none;}
	
	.trendings-menu{font-size:0.8em; top: 21px;}
	
	.archive-cover .floating{bottom:5px;}
	
	.page-title .calltosponsor{display:none;}
	
	.page-title{margin-top:31px;}
	
	
	.mainnewsheader{margin-top:10px;}
	
	/* precedente successivo */
	.archive-pag{display:none;}
	.nextpages{ width:320px;}
	.archive-btn{margin-right:10px;}
	
	.normalslider li { max-height: 220px !important;}
	#mainslide li { max-height: 280px !important; }
	
	
	.taxlist { -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;}
 
 	.taxlist li{ padding:3px 5px 3px 5px;}
 	
 	/* pagina single e page*/
 	
 	.single .adv-news, .page .adv-news{width:100%;}
	.single .sidelasthot, .page .sidelasthot{width:100%; margin:0;}
	
	
}
	

@media (max-width: 500px) {


	/* header */
	
	.header .blog-title { font-size: 1.75em; }
	.header .blog-description { 
		font-size: 1em; 
		margin-top: 15px;
	}

	/* post meta */
	
	.post-author:before, 
	.post-author:after { left: 15px; }
	
	.post-author-content { margin-left: 40px; }
	

	
	/* comments */
	
	.comments div.comment { margin-top: 20px; }
	

	
	.comment-inner { margin-left: 0; position: initial;}
	
	.post .comment .avatar,.page .comment .avatar{ margin:22px 9px 0 20px;}
	
	.post .comment-inner:after, .page .comment-inner:after{display:none;}
	

	
	.comment-actions { display: none; }
	
	.comment-actions-below { 
		display: block; 
		margin-top: 20px;
	}
	
	.comment-actions-below a {
		display: inline-block;
		margin-left: 8px;
		font-size: 0.85em;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.comment-actions-below a:first-child { margin-left: 0; }
	.comment-actions-below a:hover { text-decoration: underline; }
	
	.comment-nav-below span { display: none; }
	
	/* testata menu e login */
	
	.logomenuhead{width: 120px; margin-top: 24px; margin-left: -9px;}
	
	#profilepanels{  font-size: 0.9em;}
	.registerpanel{right: -21px;}
	.registercont{left: -6px;}
	.loginpanel{left:67px;}
	.loginformcont{left: -31px;}
	.registerform{height:214px}
	.registerform:before{left: 69%;}
	#vbsso_stats_holder{left: -59px;}
	#loggedpanels #vbsso_avatar{display:none;}
	
	.searcherror p{font-size:1em}
	
}


@media (max-width: 400px) {
	
	
	/* respond */
	
	.comment-form input[type="text"],
	.comment-form input[type="email"] { background-position: 94% center; background-size: 20px auto; }
	
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form textarea { 
		padding: 12px; 
		font-size: 0.9em; 
	}
	
	.comment-form textarea { height: 150px; }
	
	.logomenuhead {
   	 margin-left: -9px;
   	 margin-top: 30px;
   	 width: 73px;
	}
	
	
}