/*
Theme Name: Fieri 2.0
Theme URI: http://meltingmedia.it
Author: MeltingMedia
Author URI: http://meltingmedia.it
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border-style:none;border-color:inherit;border-width:0;margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* =Maximage
-------------------------------------------------------------- */

/*! Version: 2.0.73 (12-Oct-2012) */.mc-hide-scrolls{overflow:hidden}body .mc-cycle{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}div.mc-image{-webkit-transition:opacity 1.5s ease-in-out;-moz-transition:opacity 1.5s ease-in-out;-o-transition:opacity 1.5s ease-in-out;transition:opacity 1.5s ease-in-out;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat;height:100%;overflow:hidden;width:100%}.mc-old-browser .mc-image{overflow:hidden}

/* =Structure
-------------------------------------------------------------- */

body {
	background: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.925em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

a {
	animation: all 1s linear;
	-moz-animation: all 1s linear;
	-webkit-animation: all 1s linear;
	-o-animation: all 1s linear;
}

a:link,
a:visited {
	color: #3c7fb8;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	color: #333;
}

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

#branding {
	width:960px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	z-index: 2;
}

#wrapper {
	margin-top: 160px;
	width: 100%;
	background: rgb(240,240,240);
	background: rgba(240,240,240,0.95);
	box-shadow: -1px 0 6px #000;
	padding-bottom: 20px;
}

#int-branding,
#main {
	width: 960px;
	margin: 0 auto;
}

#int-branding {
	height: 209px;
}

#int-branding hgroup a {
	float: left;
	text-indent: -999em;
	display: block;
	width: 160px;
	height: 127px;
	background-color: rgb(240,240,240);
	background-image: url('images/logo-FIERI-160.png');
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px;
	padding-bottom: 17px;
	margin-top: -40px;
	box-shadow: 0 0 2px #000;
	border-bottom:3px solid #243e84;
}

#int-branding nav {
}

#arrow_left, #arrow_right {
	top:175px;
	height:67px;
	position:absolute;
	right:30px;
	width:36px;
	z-index:1000;
}
#arrow_left {
	left:30px;
}

.slide-caption {
	margin: 0 auto;
	position: relative;
	top: 470px;
	height: 80px;
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.3);
}

.slide-caption-internal {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}

.slide-caption-internal h2 {
	color: #f0f0f0;
	font-size: 2em;
}

.slide-caption-internal p {
	color: #ccc;
}

.photo-author {
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: 280px;
	width: 200px;
	text-align: right;
	color: #eee;
	text-shadow: 1px 1px 3px #000;
	font-size: 0.8em;
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clearfloat {
	clear: both;
	display: block;
	height: 0px;
	line-height: 1px;
}


/* =FullWidth Slider
-------------------------------------------------------------- */




/* =Header
-------------------------------------------------------------- */

#site-title {
}
#site-description {
}


/* Top Bar
-------------------------------------------------------------- */

#utils-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgb(60,127,184);
	background: rgba(60,127,184,0.9);
	height: 70px;
}

#utils-bar nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#utils-bar nav ul {
	float: right;
}

#utils-bar nav ul li {
	float: left;
    	font-size: 20px;
    	list-style-type: none;
    	margin-left: 2em;
    	margin-top: 10px;
}

#utils-bar nav ul li a:link,
#utils-bar nav ul li a:visited {
	color: #f0f0f0;
	text-decoration: none;
}

#utils-bar nav ul li a:hover,
#utils-bar nav ul li a:visited:hover {
	color: #ffffff;
	text-shadow: 0 0 2px #fff;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 329px;
	width: 100%;
	height: 80px;
}

#access .menu-menu-principale-container {
	width: 954px;
	margin: 0 auto;
	padding-top: 0px;
	border-right:1px solid #243e84;
	height: 80px;
}

#access select {
	display: none;
}


#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#access .menu > li {
	position:relative;
	float:left;
	border-left:1px solid #243e84;
}
#access .menu > li > a{
	position:relative;
	z-index:1;
	display:block;
	width: 237px;
	text-align: center;
	color:#eeeeee;
	text-align:center;
	text-decoration:none;
	text-transform: uppercase;
	font-size:36px;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 80px;
}

#access .menu > li > a:hover{
	background: rgba(0,0,0);
	background: rgba(0,0,0,0.4);
}

#access .menu > li > a span{
	position:absolute;
	top:76px;
	left:0;
	z-index:-1;
	width:100%;
	height:1px;
	border-top:4px solid #243e84;
}


.sub-menu {
	position:absolute;
	top:80px;
	left:0px;
	padding:0;
	width:317px;
	min-width: 150px;
	/*background:#eee;*/
	background: rgb(60,127,184);
	background: rgba(60,127,184,0.9);
	z-index: 100;
}
.sub-menu li {	
	position:relative;
	text-align:left;
	border-bottom: 1px solid #f0f0f0;
}
.sub-menu li.last {	
	background:none;
}
.sub-menu a {
	position:relative;
	z-index:1;
	display:block;
	padding:10px 20px !important;
	/*color:#333 !important;*/
	color: #eee !important;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.sub-menu a b{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:29px;
}
.sub-menu li>a:hover,.sub-menu li.sfHover>a{
	color:#243e84 !important;
	background: #fff;
}




/*
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 169px;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
*/

/* =Content
-------------------------------------------------------------- */

/*.grid_3,.grid_4,.grid_6,.grid_8,.grid_9,.grid_12 {
	float: left;
	margin-right: 20px;
}

.grid_9 {
	width: 715px;
}

.grid_6 {
	width: 470px;
}

.grid_3 {
	width: 225px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}*/
.grid_12 { margin: 0 auto; width: 100%; float: none; clear: both; max-width: 960px; }
.grid_11, .grid_10, .grid_9, .grid_8, .grid_7, .grid_6, .grid_5, .grid_4, .grid_3, .grid_2, .grid_1 { float: left; margin: 0 1%; }
.grid_11 { width: 91.5%; }
.grid_10 { width: 83%; }
.grid_9 { width: 74.5%; }
.grid_8 { width: 66%; }
.grid_7 { width: 57.5%; }
.grid_6 { width: 49%; }
.grid_5 { width: 40.5%; }
.grid_4 { width: 32%; }
.grid_3 { width: 23.5%; }
.grid_2 { width: 15%; }
.grid_1 { width: 6.5%; }
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.headline {
	font-size: 1.4em;
	padding: 20px 0;
	/* text-align: center; */
	border-bottom: 4px solid #243e85;
}

.summary-thumb.alignleft {
	margin-right: 6px;
	margin-bottom: 6px;
}

.entry-footer {
	padding-top: 4px;
}

.entry-meta .meta-date {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: right;
}

article.segnalazione {
	padding-top: 4px;
}

article.segnalazione .entry-footer {
	padding-top: 2px;
	padding-bottom: 6px;	
}

article.segnalazione .entry-footer .fonte {
	display: block;
	font-size: 0.8em;
	text-align: right;
	color: #999;
}

.entry-meta .meta-date .day,
.entry-meta .meta-date .month,
.entry-meta .meta-date .year {
	display: block;
}

article.post {
	padding: 10px 0;
	border-bottom: 4px solid #ccc;
}

body.home .post-box:last-child article.post {
	border-bottom: none;
}

body.home .post-box-small h2.entry-title {
	font-size: 1em;
}

body.home .post-box h2.entry-title {
}

body.home .post-box .summary-thumb {
	margin-bottom: 6px;
}

body.home .post-box-small .summary-thumb {
	float: left;
	margin-right: 6px;
}

body.home .post-box .summary-thumb a {
	display: block;
	/*width: 225px;
	height: 120px;*/
	overflow: hidden;
	background: #fff;
}

body.home .post-box .summary-thumb a img {
	opacity: 1;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

body.home .post-box .summary-thumb a:hover img {
	opacity: 0.7;
}

.latest-from-site .post {
	min-height: 18em;
}

body.home .post-box-small .summary-thumb a {
	display: block;
	width: 90px;
	height: 60px;
	overflow: hidden;
}

body.home #lowcut {
	border-top: 4px solid #999;
}

input[type=email],
input[type=text] {
	display: block;
	border: 1px solid #ccc;
	padding: 6px !important;
	font-size: 1em;
}

#searchsubmit,
.newsletter-submit,
input[type=submit]
 {
	display: block;
	border: 1px solid #243e85;
	padding: 6px;
	background: rgb(60,127,184);
	margin: 0;
	font-size: 1em;
	color: #f0f0f0;
	cursor: pointer;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#searchsubmit:hover,
.newsletter-submit:hover,
input[type=submit]:hover {
	background: #243e85;
}

body.single {
	
}

body.single #main,
body.page #main,
body.archive #main,
body.search #main {
	padding: 20px 0;
}

body.archive .goTo {
	background: rgb(60,127,184);
}

body.archive .goTo a:link,
body.archive .goTo a:visited {
	color: #eee;
	display: block;
	padding: 4px;
} 

body.archive .goTo a:hover,
body.archive .goTo a:visited:hover {
	background: #243e85;
}

body.single .single-thumbnail {
	/*max-height: 300px;*/
	overflow: hidden;
	margin-bottom: 20px;
}

body.home h2.entry-title {
	font-size: 1.2em;
}

body.single h1.entry-title,
body.page h1.entry-title,
body.archive h1.page-title,
body.search h1.page-title {
	font-size: 1.8em;
	color: #243e85;
	margin-bottom: 6px;
}

body.archive .entry-header,
body.search .entry-header {
	margin-bottom: 12px;
}

body.archive h1.entry-title,
body.search h1.entry-title {
	font-size: 1.4em;
	margin-bottom: 6px;
}

body.archive h1.entry-title a,
body.search h1.entry-title a {
	color: #333;
}

body.archive h1.entry-title a:hover,
body.archive h1.entry-title a:visited:hover,
body.search h1.entry-title a:hover,
body.search h1.entry-title a:visited:hover {
	color: #3c7fb8;
}
body.single .entry-meta {
	color: #243e85;
}
body.single .entry-meta {
	background: #ddd;
	padding: 8px;
	margin: 6px 0;
}

body.single .entry-meta a:hover,
body.single .entry-meta a:visited:hover {
	color: #fff;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 0.7em;
}

.entry-content h3 {
	font-size: 1.3em;
	margin-bottom: 6px;
	color: #243e85;
}

.entry-content .more-link {
	display: block;
	text-align: right;
}

#content .tag-cloud {
	line-height: 2em;
	text-align: justify;
}

body.single .entry-content .footnotes {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #243e85;
}

body.archive article.post,
body.search article.post {
	padding-bottom: 0;
}

body.archive footer.entry-meta,
body.search footer.entry-meta {
	background: #ddd;
	padding: 8px;
}

#sidebar-home {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 4px solid #999;
}


.category-archive-meta {
	padding: 6px 0;
	font-style: italic;
	color: #666;
}

.sticky_post {
	background: rgba(255,255,255,0.8);
}

.sticky_post .post-thumb {
	margin-right: 12px;
	margin-bottom: 12px;
}

.sticky_post .entry-title,
.sticky_post .entry-content,
.sticky_post .disc {
	padding: 20px;
}

.sticky_post .disc,
.sticky_post  .entry-title { 
	padding-bottom: 0;
}

.sticky_post  .entry-title {
	padding-top: 10px;
}

.sticky_post .disc {
	color: #ccc;
	font-style: italic;
	text-transform: uppercase;
	border-bottom: 3px solid #ccc;
	text-align: right;
}



.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}

.pagination {
	margin: 1em 0;
	text-align: center;
}

.pagination a {
	padding: 0.2em 0.4em;
	border: 1px solid #bbb;
	margin-right: 0.4em;
}

.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


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

#searchform {
	margin-top: 6px;
}

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input[type=email],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}

.newsletter-widget input[type=text],
.newsletter-widget input[type=email] {
	width: 95%;
	margin-bottom: 2px;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


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

.widget {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted;
}

.widget ul {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #666;
	padding-left: 18px;
}

.widget ul li {
	margin-bottom: 5px;
}

.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget_newsletterwidget h3 {
	padding-bottom: 10px;
}

.widget_newsletterwidget form,
.jetpack_subscription_widget form {
	padding-top: 10px;
}
.widget_newsletterwidget p,
.jetpack_subscription_widget p {
	font-size: 0.875em;
	margin-bottom: 6px;
}

.jetpack_subscription_widget #email {
	padding: 6px;
}

/* =Parners
------------------------------------------------------------- */
.partners-list {
	background: #fff;
}

.partners-list ul {
	padding: 0;
	width: 960px;
	margin: 0 auto;
}

.partners-list ul li {
	float: left;
	list-style-type: none;
	width: 33%;
}

.partners-list ul li .partner-description {
	font-weight: bold;
	display: block;
	padding-top: 20px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #3c7fb8;
}

.partners-list ul li a img {
	margin: 0 auto;
}

.partners-list ul li a,
.partners-list ul li img,
.partners-col-list ul li a,
.partners-col-list ul li img {
	display: block;
}

.partners-col-list ul li h4.link-title {
	margin-bottom: 4px;
}

.partners-col-list ul li {
	list-style-type: none;
	margin-bottom: 20px;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	/*background: rgb(36,62,133);
	background: rgba(36,62,133,0.9);*/
	background: rgb(60,127,184);
	background: rgba(60,127,184,0.9);
}

#colophon #footer-wrapper {
	width: 960px;
	padding: 10px 0;
	margin: 0 auto;
	color: #ccc;
	font-size: 0.8em;
}
#colophon #footer-wrapper .omega {
	text-align: right;
}

#colophon #footer-wrapper a:link,
#colophon #footer-wrapper a:visited {
	color: #fff;
}

#colophon #footer-wrapper a:hover,
#colophon #footer-wrapper a:visited:hover {
	text-shadow: 0 0 2px #fff;
}


.doc-video {
	list-style-image: url('images/gfx/document-film.png');
}

.doc-audio {
	list-style-image: url('images/gfx/document-music.png');
}

.doc-pdf {
	list-style-image: url('images/gfx/document-pdf.png');
}

.doc-image {
	list-style-image: url('images/gfx/document-image.png');
}

.doc-doc {
	list-style-image: url('images/gfx/document-text.png');
}

#aree-ricerca-listing h2 {
    font-size: 1.4em;
    padding: 20px 0;
    border-bottom: 4px solid #243e85;
}

#aree-ricerca-listing::after {
	content: '';
	display: table;
	clear: both;
	width: 100%;
}

#aree-ricerca-listing .aree-item {
	width: 100%;
	background-color: #ddd;
	position: relative;
	margin-top: 20px;
}

#aree-ricerca-listing .aree-item a {
	display: table;
	width: 100%;
	height: 140px;
}

#aree-ricerca-listing .aree-item a .item-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	text-align: center;
	border-right: 1px solid #3c7fb8;
}

#aree-ricerca-listing .aree-item:last-child a .item-inner {
	border:none;
}

@media (min-width: 992px) {
	#aree-ricerca-listing .aree-item {
		float: left;
		width: 20%;
	}
}

#aree-ricerca-listing .aree-item a .subtitle {
	font-style: italic;
	margin-top: 6px;
}

#aree-ricerca-listing .aree-item a .subtitle::before {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #3c7fb8;
	margin: 0 auto;
	margin-bottom: 6px;
}