/*
Theme Name: RBE6
Theme URI: http://underscores.me/
Author: RBE
Author URI: http://www.rbe.it
Description: The 2017 version of RBE website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rbe6
Tags:

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.

RBE6 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	font-family: 'Open Sans', sans-serif;
}

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

#masthead {
	width: 100%;
	position: relative;
	z-index: 10;
}

#masthead.affix {
	position: fixed;
	box-shadow: 0px 0px 15px #000;
}

#masthead.affix + #content {
	padding-top: 150px;
}

#topbar {
	background-color: #fff;
	padding: 0 4px;
}

#topbar .topbar-col {
	height: 100%;
}

#topbar .widget-frequenze .widget-body ul,
#topbar .widget-socials .widget-body ul {
	display: flex;
	align-items: flex-end;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topbar .widget-frequenze {
	display: flex;
	padding-top: 6px;
}

#topbar .widget-frequenze .widget-title {
    color: #00796B;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-right: 6px;
}

#topbar .widget-frequenze .widget-body ul {
	justify-content: flex-start;
}

#topbar .widget-socials .widget-body ul {
	justify-content: flex-end;
}

#topbar .widget-frequenze .widget-body ul li {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0 6px;
}

@media (min-width: 1200px) {
	#topbar .widget-frequenze .widget-body ul li {
		margin: 0 10px;
	}
}

#topbar .widget-socials .widget-body ul li {
	font-size: 24px;
}



/*body.single-post #content {
	padding-top: 45px;
}*/

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

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	border: none;
	border-top: 1px solid #e7e7e7;
}

.navbar-brand {
	float: none;
	display: block;
	max-width: 240px;
	height: auto;
	line-height: normal;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #00796B;
	transition: all 0.3s ease-out;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: block;
}

#primary {
	padding-bottom: 45px;
}

.site-section {
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-section .btn-more {
	margin-top: 15px;
	margin-bottom: 15px;
}

#section-social {
	/*background-color: #e6e4e1;*/
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px
}


#section-social .xs {
	font-size: 16px;
	font-style: italic;
	color: #999;
}

#section-social .xs.quote {
	padding-top: 30px;
	display: block;
}

@media (min-width: 768px) {
	#section-social .xs {
		margin-left: -15px;
	}
}

#section-social-collector {
	padding-top: 30px;
}

#section-radio {
	background-color: #fff;
}

#section-riforma {
	background-color: #e0e0e0;
}

#section-riforma>.row,
.intwrapper>.row {
	margin-left: 0px;
	margin-right: 0px;
}

#section-speciali,
#section-storie,
.partners-section {
	background-color: #f0f0f0;
}

.partners-section {
	border-top: 6px solid #e0e0e0;
	border-bottom: 6px solid #e0e0e0;
}

#section-speciali {
	padding-bottom: 45px;
}

#direttaweb .section-title,
#section-storie .section-title,
#section-speciali .section-title,
#highlight_area .section-title,
#elezioni_area .section-title,
.post-type-archive .section-title {
	color: #00796B;
}

#direttaweb .section-title {
	font-size: 36px;
}

.post-type-archive .section-title.tiny {
	font-size: 24px;
	margin-top: 48px;
	margin-bottom: 32px;
	line-height: 1;
}

#highlight_area .widget + .widget {
	margin-top: 30px;
}

#highlight_area .widget + .widget-button {
	margin-top: 15px;
}

#section-storie {
	padding-top: 45px;
	padding-bottom: 45px;
}

.loader-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.loader-wrapper {
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;
}

.loader-wrapper .loader {
	padding: 15px 0;
}

.loader-wrapper .loader>i {
	color: #888;
}

.navbar-brand {
	max-width: 180px;
}

body.home .navbar-brand {
	max-width: 180px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	body.home .navbar-brand {
		max-width: 240px;
		margin: 0;
	}
}

#masthead.affix .navbar-brand {
	max-width: 100px;
}

body.home .megamenu {
	margin-top: 0px;
}

body.home .istituzionale {
	margin-top: 15px;
}

#masthead.affix .megamenu {
	margin-top: 20px;
}

#masthead.affix #social-main-menu {
	display: none;
}

.megamenu {
	float: none;
}

.navbar-desktop .megamenu>.active>a, .navbar-desktop .megamenu>.active>a:focus, .navbar-desktop .megamenu>.active>a:hover {
	background-color: transparent;
}

.navbar-desktop .megamenu>li {
	position: static;
}

.navbar-desktop .megamenu>li>a {
	text-transform: uppercase;
	font-size: 16px;
}

.navbar-desktop .istituzionale::after {
	
}

.navbar-desktop .istituzionale>li>a {
	text-transform: none;
	font-size: 14px;
}

.navbar-desktop .megamenu>li>.dropdown-menu {
	left: 0;
	right: 0;
	padding: 15px 0;
}

.navbar-clsb {
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	opacity: 0;
	-webkit-opacity: 0;
	background-color: rgba(0,0,0,.85);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	/*bottom: 0;*/
	right: 0;
	min-height: 100vh;
	z-index: 10000;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navbar-clsb.open {
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	opacity: 1;
	-webkit-opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navbar-clsb-close {
	background-color: transparent;
	color: #fff;
	border: none;
	float: right;
	transition: all 0.3s ease-out;
}

.navbar-clsb-close:hover {
	color: #00796B;
}

.navbar-clsb-close i {
	font-size: 48px;
}

.navbar-clsb .navbar-nav {
	padding-top: 15px;
}

.navbar-clsb .navbar-nav>li>.sub-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

.navbar-clsb .navbar-nav>li>a,
.navbar-clsb .navbar-nav>li>span,
.navbar-clsb .navbar-nav>li>.sub-nav a {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	/*font-family: 'Lora', serif;*/
	text-transform: lowercase;
	padding: 5px 0;
	line-height: normal;
}

.navbar-clsb .navbar-nav>li>.sub-nav a {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.navbar-clsb .navbar-nav>li>a:hover,
.navbar-clsb .navbar-nav>li>.sub-nav a:hover {
	color: #00796B;
}

.navbar-clsb .navbar-nav>li>span {
	color: #ddd;
}

.navbar-clsb .navbar-nav>.active>a,
.navbar-clsb .navbar-nav>.active>a:hover {
	color: #00796B;
	/*background-color: rgba(232, 176, 168, 1);*/
	background-color: transparent;
}

.navbar-clsb-header::after {
	clear: both;
	display: table;
	content: '';
}

.navbar-clsb-brand {
	display: block;
	max-width: 25%;
	float: left;
}

.navbar-clsb .socials {
	margin-top: 30px;
}

.navbar-clsb .socials ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.navbar-clsb .socials ul li {
	display: inline-block;
	margin-left: 8px;
}

.navbar-clsb .socials ul li:first-child {
	margin-left: 0;
}

.navbar-clsb .socials ul li {
	font-size: 30px;
}

.navbar-clsb .socials ul li a {
	color: #FFC107;
}

.navbar-clsb .socials ul li a:hover {
	color: #00796B;
}



.navbar-default .clsb-toggle,
.navbar-default .clsb-search {
	margin: 0;
	margin-bottom: 15px;
	border: none;
	padding: 0px;
	border-radius: 0px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 18px;
	transition: all 0.3s ease-out;
}

.navbar-default .clsb-toggle:hover,
.navbar-default .clsb-search:hover {
	background-color: transparent;
	color: #00796B;
}

.navbar-default .clsb-toggle {
	float: left;
	margin-left: 15px;
}

.navbar-default .clsb-search {
	float: right;
	margin-right: 15px;
}

#colophon {
	background-color: #f0f0f0;
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px solid #000;
}

.site-section {
	/*margin: 15px 0;*/
}


#section-social-collector .loader-wrapper {
	text-align: center;
	width: 100%;
}

#section-social-collector .loader {
	display: inline-block;
	text-align: center;
	padding: 15px;
}

#section-social-collector .loader i {
	color: #00796B;
}

#section-social .slick-track {
	display: flex;
}

#section-social .social-item {
	position: relative;
	background-color: #f0f0f0;
	height: 100%;
	height: inherit;
	display: flex;
	flex-direction: column;
	border: 2px solid #f0f0f0;
	margin-left: 15px;
	margin-right: 15px;
}
#section-social .social-item .item-header {
	padding: 6px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#section-social .social-item .item-footer {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

#section-social .item-header .item-src-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

#section-social .item-header .item-src-icon .fa {
	line-height: 40px;
}

#section-social .item-header .item-src-picture {
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}

#section-social .item-header .item-src-picture a {
	display: block;
	width: 40px;
}

#section-social .item-header .item-src-icon,
#section-social .item-header .item-src-picture {
}

#section-social .item-header .srcname {
	margin: 0;
	margin-bottom: 2px;
}

#section-social .social-item .social-image {
}

#section-social .social-item .social-image::after {
	width: 100%;
	height: 6px;
	content: '';
	display: block;
	background-color: #00796B;
	bottom: 0px;
}

#section-social .social-item::after {
	position: absolute;
	content: '';
	display: block;
	bottom: 45px;
	left: 0;
	right: 0;
	height: 70px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+100&0+0,1+99 */
background: -moz-linear-gradient(top, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 99%, rgba(240,240,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 99%,rgba(240,240,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,240,240,0) 0%,rgba(240,240,240,1) 99%,rgba(240,240,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

#section-social .item-content {
	padding: 6px 0;
}

/*.social-item.src_instagram {
	border: 2px solid rgb(254,213,116);
}
.social-item.src_facebook {
	border: 2px solid #3b5998;
	
}
.social-item.src_twitter {
	border: 2px solid #4099ff;
	
}*/

.social-item.src_instagram .social-image::after,
.social-item.src_instagram .social-src>a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fed574+0,e2505a+40,7e63bf+100 */
	background: rgb(254,213,116); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(254,213,116,1) 0%, rgba(226,80,90,1) 40%, rgba(126,99,191,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(254,213,116,1) 0%,rgba(226,80,90,1) 40%,rgba(126,99,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(254,213,116,1) 0%,rgba(226,80,90,1) 40%,rgba(126,99,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed574', endColorstr='#7e63bf',GradientType=1 ); /* IE6-9 */
}

.social-item.src_facebook .social-image::after,
.social-item.src_facebook .social-src>a {
	background-color: #3b5998;
}

.social-item.src_twitter .social-image::after,
.social-item.src_twitter .social-src>a {
	background-color: #4099ff;
}

.social-item .social-image img {
	width: 100%;
	display: block;
}

.social-item .social-text,
.social-item .social-time {
	padding-left: 15px;
}

.social-item .social-text,
.social-item .social-actions {
	padding-right: 15px;
}

.social-item .social-text {
	max-height: 200px;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.social-item .social-actions>a {
	display: inline-block;
	width: 20px;
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	color: #777;
}

.social-item .social-actions>a:hover,
.social-item .social-actions>a:focus {
	color: #00796B;
}

.social-item .social-actions i {
	display: inline-block;
	margin: 0 3px;
}

#topsection {
	background-color: #00796B;
	padding-top: 15px;
	padding-bottom: 15px;
}

#direttavideo {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00796b+0,009688+100 */
	background: #009688;
	background: -moz-linear-gradient(top, #009688 0%, #00796b 100%);
	background: -webkit-linear-gradient(top, #009688 0%,#00796b 100%);
	background: linear-gradient(to bottom, #009688 0%,#00796b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009688', endColorstr='#00796b',GradientType=0 );
	
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width:768px) {
	#direttavideo {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

#direttavideo .fb_iframe_widget {
	width: 100%;
}

#direttavideo .messaggio_pre_diretta {
	background-color: #f0f0f0;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 15px
}

#direttavideo #twitter-widget-0 {
	max-height: 500px;
}

#direttavideo .instagram_feed {
	padding-bottom: 15px;
	background-color: #fafafa;
}

#direttavideo .instagram_feed_header {
	padding: 9px 15px;
	border-bottom: 1px solid #c0c0c0;
}

#direttavideo .instagram_feed_header h3 {
	margin: 0;
}

#direttavideo .instagram_feed .row {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 15px;
}

#direttavideo .instagram_feed .item {
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 9px;
}

#direttavideo .diretta_titolo h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 15px;
}

#direttavideo .diretta_titolo h2 .fa-inverse {
	color: #00796B;
}

#direttavideo .diretta_video {
	border: 15px solid #fff;
}

/*#topsection .row>div {
	margin-bottom: 15px;
}

#topsection .row>div:last-child {
	margin-bottom: 0px;
}*/

#top_banner {
	background-color: #fff;
	padding: 15px;
}

#top_banner .g img {
	height: auto;
	max-height: 130px;
	width: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
}

#orainonda {
}

.onair-label,
body.single .entry-header .single-label,
.staff-posts .single-label,
body.single .entry-tags .tags-title {
	background-color: #FFC107;
	color: #fff;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 6px;
	font-size: 11px;
}

body.single .single-post-header .single-label {
	margin-bottom: 15px;
}

#orainonda .onair-data,
#direttasinodo .onair-data {
	margin-bottom: 30px;
}

@media (min-width:768px) {
	#orainonda .onair-data,
	#direttasinodo .onair-data {
		margin-bottom: 0px;
	}	
}

#orainonda .onair-image,
#direttasinodo .onair-image {
	float: left;
	margin-right: 15px;
	border: 2px solid #fff;
	overflow: hidden;
}

#orainonda .onair-image img,
#direttasinodo .onair-image img {
	display: block;
}

#orainonda .onair-title,
#direttasinodo .onair-title {
	margin: 0;
	margin-top: 6px;
	color: #ddd;
	text-transform: uppercase;
}

#orainonda .onair-title a,
#direttasinodo .onair-title a,
body.single .entry-header .single-label a {
	color: #fff;
}

#orainonda .onair-subtitle,
#orainonda .onair-variazione,
#direttasinodo .onair-subtitle,
#direttasinodo .onair-variazione {
	color: #fff;
	font-size: 14px;
}

#orainonda .onair-variazione,
#direttasinodo .onair-variazione {
	color: #ccc;
}

#orainonda .onair-con,
#direttasinodo .onair-con {
	color: #e6e4e1;
	font-style: italic;
}

#orainonda .btn-more,
#direttasinodo .btn-more {
	border: 2px solid #FFC107;
	border: none;
	background-color: #009688;
	color: #fff;
	margin-top: 15px;
}

#orainonda .btn-more:hover,
#direttasinodo .btn-more:hover {
	background-color: #FFC107;
	color: #000;
}

#topsection .go-listen {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219, 219, 219, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219, 219, 219, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219, 219, 219, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	display: block;
	border-radius: 3px;
	padding-bottom: 29px;
	padding-top: 29px;
	font-size: 18px;
	text-transform: uppercase;
}

#topsection .go-listen i {
	display: block;
	font-size: 72px;
}

#topsection .go-listen>span {
	color: #000;
}

#topsection .go-listen:hover {
	color: #fff;
	background: #00796B;
}

#topsection .go-listen:hover>span {
	color: #FFC107;
}

#topsection .go-listen .fa-play-circle {
	display: block;
	margin: 0 auto;
}

#page .nopad {
   padding: 0;
   margin: 0;
}


.border-between > [class*='col-']:before {
	background: #e3e3e3;
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	width: 1px;
	top: 0;
}
.border-between > [class*='col-']:first-child:before {
	display: none;
}

.mm_item {
	padding-bottom: 15px;
}

.mm_item:first-child {
	padding-top: 15px;
}

.mm_item::after {
	content: '';
	display: table;
	clear: both;
}

.mm_item>.thumb {
	width: 85px;
	float: left;
	border: 1px solid #ddd;
}
.mm_item>.content {
	margin-left: 95px;
}

.mm_item>.content>.meta,
.radio_item .meta,
.trasmissione_item .meta {
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 12px;
}

.trasmissione_item .thumb img {
	width: 100%;
}

.page-template-template-speciale-gianavello .trasmissione_item .thumb img {
	margin-bottom: 15px;
}

.radio_item .meta,
.trasmissione_item .meta {
	margin-top: 8px;
}

.mm_item>.content>.meta>a,
.radio_item .meta>a,
.trasmissione_item .meta>a {
	color: #FFC107;
	color: #000;
}

.radio_item .meta>a,
body.single .entry-categories li a,
body.single .entry-tags a {
	background-color: #f0f0f0;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 6px;
}

body.single .entry-tags {
	margin: 15px 0;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

body.single .entry-tags a {
	font-size: 11px;
	margin-left: 6px;
	margin-bottom: 6px;
}


.mm_item>.content>.meta>a:hover,
.radio_item .meta>a:hover,
.trasmissione_item .meta>a:hover {
	color: #00796B;
}

.mm_item>.content>.title,
.trasmissione_item>.content>.title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.mm_item .content .date,
.mm_item .content .author,
.radio_item .content .date,
.riforma_item .content .date,
.riforma_item .content .author,
.trasmissione_item .content .date {
	color: #888;
	font-size: 11px;
	margin-bottom: 4px;
}

.riforma_item>.content>.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.megamenu .section-title,
.site-section .section-title {
	font-size: 60px;
	line-height: 90px;
	font-weight: 700;
	margin: 0;
}

.site-section .section-title {
	font-size: 32px;
}

@media (min-width: 480px) {
	.site-section .section-title {
		font-size: 48px;
	}
}

@media (min-width: 768px) {
	.site-section .section-title {
		font-size: 75px;
	}
	
	.site-section .section-title.smaller {
		font-size: 36px;
	}
}

.megamenu .megamenu-meta {
	line-height: 90px;
	margin: 0;
}

.megamenu .int-menu,
.widget .radio-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

@media (min-width: 768px) {
	
	.widget .radio-menu {
		margin-top: 105px;
	}
}

.megamenu .int-menu.alt {
	margin-top: 0px;
}

.megamenu .int-menu li,
.widget .radio-menu li {
	margin-bottom: 10px;
}

.megamenu .int-menu li>a,
.widget .radio-menu li>a {
	display: block;
	border: 2px solid #ccc;
	border-radius: 3px;
	padding: 15px;
	background-color: #fff;
	color: #888;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
}

.megamenu .int-menu.alt li>a,
.widget .radio-menu.alt li>a {
	border: none;
	padding: 8px;
}

.megamenu .int-menu li:hover>a
.widget .radio-menu li:hover>a {
	background-color: #000;
	background-color: #f0f0f0;
}

.megamenu .int-menu li.alt>a,
.widget .radio-menu li.alt>a {
	background-color: #00796B;
	color: #fff;
	border: none;
}

.megamenu .int-menu li.alt:hover>a,
.widget .radio-menu li.alt:hover>a {
	background-color: #FFC107;
}

.radio_item h3,
.riforma_item h3 {
	font-size: 18px;
}

.radio_item.first h3,
.riforma_item.first h3 {
	font-size: 24px;
}

@media (min-width: 768px) {
	.radio_item.first h3,
	.riforma_item.first h3 {
		font-size: 18px;
	}
}


.storia-item {
	margin-top: 15px;
	margin-bottom: 15px;
}

.storia-item,
.storia-item .thumb {
	position: relative;
}

.storia-item .thumb {
	height: 0px;
	padding-bottom: 100%;
	overflow: hidden;
}

@media (min-width: 768px) {
	.storia-item .thumb {
		height: auto;
		overflow: visible;
		padding-bottom: 0px;
	}
}

.storia-item .thumb>img {
	width: 100%;
}

.storia-item .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.storia-item .content .date {
	color: #FFC107;
	font-weight: 600;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 0 0 6px #000;
}

.storia-item .content .title {
	font-size: 36px;
	color: #fff;
	text-shadow: 0 0 6px #000;
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: bold;
}

.storia-item .content .subtitle {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	text-shadow: 0 0 6px #000;
	color: #fff;
}

.radio_item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.radio_item .thumb {
	float: right;
	max-width: 35%;
}

.radio_item .content {
	float: left;
	max-width: 65%;
}

.radio_item .title {
	margin: 0;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.radio_item .thumb,
	.radio_item .content {
		float: none;
		max-width: 100%;
	}
}

.radio_item .thumb>a {
	display: block;
}


.btn-more-wrapper {
	text-align: center;
}

.btn-more {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #00796B;
	color: #00796B;
	border-radius: 0;
	background-color: transparent;
	transition: all 0.3s ease-out;
}

.btn-more:hover {
	background-color: #fff;
}

.btn-spaced {
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn-dotted {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.btn-dotted:hover i {
	color: #cc2c14;
}

.outer {
	display: table;
	height: 100%;
}

.inner {
	display: table-cell;
	vertical-align: middle;
}

#colophon .widget .widget-title {
	text-align: center;
	text-transform: uppercase;
}

.social-list {
	list-style-type: none;
	padding: 0;
	margin: 15px 0;
	text-align: center;
}

.social-list li {
	display: inline-block;
	margin: 0 6px;
}

.social-list li a {
	display: block;
	color: #888;
}

.social-list li a:hover {
	color: #00796B;
}

.elenco-partner {
	padding: 0px 60px;
	margin: 0 -15px 30px;
	list-style-type: none;
}

.elenco-partner li,
.elenco-partner li a {
	display: block;
}

.elenco-partner li + li {
	padding: 30px 0;
}

.elenco-partner li .label {
	font-family: 'Lora', serif;
	font-size: 14px;
	color: #333;
	font-style: italic;
	padding: 0;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	font-weight: 400;
}

.elenco-partner li img {
	display: block;
	margin: 0 auto;
}

#link-aeranticorallo { margin-top: 35px; }
#link-ottopermille {}
#link-riforma {}
#link-nev { margin-top: 8px; }

#highlight_area {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #f0f0f0;
}

.social-time {
	font-size: 12px;
	font-style: italic;
	color: #888;
}
















.archive-header {
	background-color: #333;
	background-image: url(img/mixer_web.jpg);
	background-size: cover;
	background-position: right center;
	color: #fff;
	margin: 0;
	margin-bottom: 45px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.archive-header .page-title,
.search-header .page-title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
}

.search-header .page-title {
	color: #888;
}

.search-header .page-title>span {
	color: #00796B;
}

body.search-results .entry-image {
	float: left;
	max-width: 150px;
	margin-right: 15px;
}


body.single .entry-image img {
	width: 100%;
}




.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline.post-listing {
	padding-top: 60px;
}

.timeline::before {
	top: 0px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #f0f0f0;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > article {
	margin-bottom: 50px;
	position: relative;
}

@media (min-width: 768px) {
	.timeline::before {
		top: 50px;
	}
	
	.timeline > article {
		margin-bottom: 20px;
	}
}

.timeline > article:before,
.timeline > article:after {
	content: " ";
	display: table;
}
.timeline > article:after {
	clear: both;
}
.timeline > article:before,
.timeline > article:after {
	content: " ";
	display: table;
}
.timeline > article:after {
	clear: both;
}

.timeline > article > .timeline-panel {
	width: 100%;
	float: none;
	border: 2px solid #e0e0e0;
	background-color: #f0f0f0;
	border-radius: 2px;
	/*padding: 20px;*/
	position: relative;
	/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline > article.timeline-fbpage > .timeline-panel {
	border-color: #00796B;
}

.timeline > article.timeline-contatti > .timeline-panel {
	border-color: #00796B;
}

@media (min-width: 768px) {
	.timeline > article > .timeline-panel {
		width: 50%;
		float: left;
		border: 2px solid #e0e0e0;
		background-color: #f0f0f0;
		border-radius: 2px;
		/*padding: 20px;*/
		position: relative;
		/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
	}
	.timeline > article.timeline-inverted + article:not(.timeline-inverted),
	.timeline > article:not(.timeline-inverted) + article.timeline-inverted {
		margin-top: -60px;
	}
}

@media (min-width: 768px) {
	.timeline > article:not(.timeline-inverted) {
		padding-right:90px;
	}
	
	.timeline > article.timeline-inverted {
		padding-left:90px;
	}
	
	.timeline > article > .timeline-panel:before {
		position: absolute;
		top: 26px;
		right: -15px;
		display: inline-block;
		border-top: 15px solid transparent;
		border-left: 15px solid #e0e0e0;
		border-right: 0 solid #e0e0e0;
		border-bottom: 15px solid transparent;
		content: " ";
	}
	
	.timeline > article.timeline-fbpage > .timeline-panel:before {
		border-left-color: #00796B;
		border-right-color: #00796B;
	}
	
	.timeline > article.timeline-contatti > .timeline-panel:before {
		border-left-color: #00796B;
		border-right-color: #00796B;
	}
	
	.timeline > article > .timeline-panel:after {
		position: absolute;
		top: 29px;
		right: -12px;
		display: inline-block;
		border-top: 12px solid transparent;
		border-left: 12px solid #f0f0f0;
		border-right: 0 solid #f0f0f0;
		border-bottom: 12px solid transparent;
		content: " ";
	}
}


.timeline > article > .timeline-badge {
	display: block;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 2;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 2px solid #e0e0e0;
}


@media (min-width: 768px) {
	.timeline > article > .timeline-badge {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.4em;
		top: 16px;
		margin-left: -25px;
		border: none;
	}
}
.timeline > article.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > article.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > article.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 12px;
	left: -12px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #FFC107 !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #00796B !important;
}

/*.timeline-thumb {
	float: left;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	border: 4px solid #e0e0e0;
	max-width: 140px;
}*/
.timeline-thumb {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-bottom: 40%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00796B;
}

.timeline-thumb a {
	display: block;
}

.timeline-thumb img {
	width: 100%;
	max-width: 100%;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 700;
}

.timeline-heading,
.timeline-body {
	padding: 20px;
}

.timeline-fbpage .timeline-heading,
.timeline-fbpage .timeline-body,
.timeline-nopad .timeline-heading,
.timeline-nopad .timeline-body {
	padding: 0px;
}

.timeline-heading {
	padding-bottom: 10px;
}

.timeline-body {
	padding-top: 0px;
}

@media (min-width: 768px) {
	.timeline-thumb {
		float: left;
		max-width: 33%;
		padding-bottom: 50%;
		border-bottom: none;
	}
	
	.timeline-spreaker .timeline-thumb {
		padding-bottom: 58%;
	}
	
	.timeline-fbpage .timeline-thumb {
		max-width: 181px;
	}
	
	.timeline-contatti .timeline-thumb {
		max-width: 50%;
	}
	
	.timeline-thumb img {
		width: auto;
		max-width: 999em;
	}
	
	.timeline-heading,
	.timeline-body {
		margin-left: 173px;
	}
	
	.timeline-body {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}



.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}

.timeline-body > .timeline-player {
	margin-top: 5px;
}

body.single .entry-content,
body.page .entry-content {
	font-family: 'Lora', serif;
	font-size: 16px;
	margin-top: 30px;
}

body.single .entry-content p {
	text-align: justify;
}

body.single .entry-content p + h4,
body.single .entry-content iframe + h4 {
	margin-top: 30px;
}

body.single .entry-content blockquote/*,
body.single .trasmissione-subheader blockquote*/ {
	position: relative;
	margin: 0;
	font-size: 14px;
	border-left: 3px solid rgb(0,121,107);
	background-color: #f9f9f9;
	margin-bottom: 20px;
}

body.single .entry-content blockquote p,
body.single .entry-content blockquote ul,
body.single .entry-content blockquote ol {
	position: relative;
	z-index: 2;
	margin-left: 50px;
}

body.single .entry-content blockquote::before/*,
body.single .trasmissione-subheader blockquote::before*/ {
	font-family: 'fontAwesome';
	display: block;
	content: "\f10d";
	font-size: 32px;
	color: rgb(0,121,107);
	float: left;
	margin-right: 20px;
}

body.single .entry-content h4 {
	font-weight: 600;
	font-size: 18px;
	margin: 10px 0;
}

.entry-content #snippet-box {
	display: none;
}

body.single .entry-meta {
	margin-top: 15px;
}

body.single .entry-date {
	margin-top: 4px;
	color: #888;
}

body.single .post-categories {
	list-style-type: none;
	text-align: right;
}

body.single .post-categories li {
	display: inline-block;
}


body.single .trasmissione-subheader .sharedaddy {
	display: none;
}

/* background setup */
.background {
	background-repeat:no-repeat;
	/* custom background-position */
	background-position:50% 50%;
	/* ie8- graceful degradation */
	background-position:50% 50%\9 !important;
}

.full,
.content-a {
	position: relative;
	width:100%;
	overflow:hidden;
}

@media (min-width: 768px) {
	.full,
	.content-a {
		height:calc(100vh - 120px);
	}
}


.full.overflow,
.full.overflow .content-a {
	height:auto;
	min-height:100%;
}

.small,
.small .content-a {
	width:100%;
	height:auto;
	overflow:hidden;
}

/* content centering styles */
.content-a {
	/*background-color: rgba(0, 121, 106, 0.4);*/
	/*background-color: rgba(0,0,0,0.4);*/
	display:table;
}

.content-b {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	text-align:center;
	
	padding-top: 45px;
	padding-bottom: 45px;
}

/*.trasmissione-header-wrapper .content-a,
.trasmissione-header-wrapper.full.overflow .content-a {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	background: linear-gradient(rgba(0,0,0,0.5), #161616);
	height: auto;
}

.trasmissione-header-wrapper .content-b {
	display: block;
	padding-bottom: 75px;
}*/

.small .content-b {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.content-b {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.small .content-b {
		padding-top: 45px;
		padding-bottom: 45px;
		text-align: center;
	}
}


.parallax .trasmissione-header,
.parallax .single-post-header,
.parallax .page-header,
.parallax .search-header {
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	padding: 24px 36px;
	max-width: 640px;
}

.trasmissione-header-wrapper .content-b .trasmissione-header {
	display: block;
	background-color: transparent;
}

.parallax .entry-title,
.parallax .page-title {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	color: #000;	
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.parallax .entry-title small {
	text-transform: lowercase;
	margin-left: 15px;
	font-size: 24px;
	font-weight: 300;
	display: block;
}

.parallax .entry-subtitle {
	color: #00796b;
	font-size: 16px;
	text-align: center;
}

.parallax .entry-title + .trasmissione-description,
.parallax .entry-title + .trasmissione-con,
.trasmissione-description + .trasmissione-con {
	margin-top: 10px;
}

.parallax .entry-title + .trasmissione-description {
	font-size: 18px;
	color: #00796B;
}

.gianavello-title {
	text-transform: uppercase;
	color: #00796B;
	margin-top: 0;
}

.gianavello-description {
	font-size: 18px;
}

.trasmissione-con {
	font-family: 'Lora', serif;
	color: #888;
	font-style: italic;
	font-size: 16px;
}

.single-post-header .entry-title {
	margin-bottom: 0px;
	max-width: 640px;
}

@media (min-width: 992px) {
	.parallax .entry-title,
	.parallax .page-title {
		font-size: 30px;
	}
	
	.parallax .trasmissione-header .entry-title,
	.parallax .search-header .entry-title {
		font-size: 48px;
	}
}

.scroll-to-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	padding: 15px;
}

.scroll-to-content i {
	font-size: 3em;
	font-weight: 400;
	color: #fff;
}

.search-overlay {
	display: block;	
}

.search-overlay {
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	opacity: 0;
	-webkit-opacity: 0;
	background-color: rgba(0, 121, 106, 0.95);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10001;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search-overlay.open {
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	opacity: 1;
	-webkit-opacity: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search-overlay h3 {
	text-transform: uppercase;
	font-weight: 300;
}

.search-overlay-close {
	background-color: transparent;
	color: #fff;
	border: none;
	transition: all 0.3s ease-out;
	position: absolute;
	right: 30px;
	top: 30px;
}

.search-overlay-close:hover {
	color: #000;
}

.search-overlay-close i {
	font-size: 48px;
}

.search-overlay .outer {
	width: 100%;
}

.search-overlay .inner {
	text-align: center;
}

.search-overlay-form {
	max-width: 300px;
	display: inline-block;
}

.search-overlay-form .search-field {
	padding: 24px;
	font-size: 30px;	
	border-radius: 0px;
	border: none;
}

.search-overlay-form .search-submit {
	border: none;
	border-radius: 0px;
	font-size: 24px;
	text-transform: uppercase;
	color: #00796B;
	background-color: #FFC107;
}

.relatedposts {
	padding-top: 30px;
	padding-bottom: 45px;
}

.relatedposts h2 {
	font-size: 24px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px; 
}

.related_header h3 {
	font-size: 18px;
}

.related_date {
	color: #888;
	font-size: 11px;
	font-style: italic;
}

.footer-menu {
	margin-bottom: 128px;
}

.footer-menu .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-menu::after {
	content: '';
	display: table;
	clear: both;
}

.footer-menu .menu li {
	float: left;
}

.footer-menu .menu li a {
	padding: 15px 10px;
	text-transform: uppercase;
	font-size: 16px;
}

.footer-menu .menu li ul {
	display: none;
}

.site-meta {
	font-size: 11px;
}

@media (min-width: 768px) {
	.site-meta {
		font-size: 12px;
	}
}

.container.padded {
	padding-top: 45px;
	padding-bottom: 45px;
}

.timeline-widget {
	float: right;
	margin-left: 45px;
	margin-bottom: 15px;
}

.giornata {
	width: 100%;
	background-color: #f0f0f0;
}

.giornata .orario,
.giornata .palinsesto-item {
	padding: 5px;
}




.widget-inverse {
	background-color: #000;
	padding: 15px;
	color: #fff;
}

.widget-inverse .testo {
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}

#widget-riforma img {
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	#widget-riforma {
		margin-top: 120px;
	}
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.btn-primary {
	background-color: #00796B;
	border-color: #00796B;
}

a.btn-primary {
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	color: #00796B;
}

.list-group-item.active>a, .list-group-item.active:focus>a, .list-group-item.active:hover>a {
	color: #fff;
}

.evidenza_item {
	margin-bottom: 30px;
}

.evidenza_video + .evidenza_testo,
.evidenza_image + .evidenza_content {
	margin-top: 15px;
}

.evidenza_image img {
	width: 100%;
}

.evidenza_testo.has-bg {
	padding: 30px 0;
	background-size: cover;
	background-position: center center;
}

.evidenza_testo h2,
.evidenza_titolo h3 {
	font-size: 36px;
	color: #fff;
	background-color: rgba(0, 121, 106, 0.9);
	display: block;
	padding: 15px;
	margin: 0;
}

.evidenza_testo.has-bg h2 {
	padding-left: 30px;
	margin-bottom: 45px;
}

.evidenza_testo .evidenza_content {
	margin-top: 15px;
}

.evidenza_testo,
.evidenza_titolo {
	margin-bottom: 15px;
}

.evidenza_testo.has-bg p {
	padding: 15px;
	padding-left: 30px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	max-width: 60%;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 15px;
}

.evidenza_testo.has-bg a {
	color: #FFC107;
}

.evidenza_testo.has-bg a:hover {
	color: #fff;
}

.sidebar .widget {
	margin-top: 30px;
}

.p404-message {
	margin: 15px 0;
	max-width: 300px;
}

.p404-title {
	font-size: 160px;
	color: rgba(0,0,0,0);
	text-shadow: 0px 0px 11px #ccc;
}

.riforma-subtitle {
	margin: 15px 0;
	text-align: justify;
	font-style: italic;
	color: #888;
}

.post_thumbnail_description {
	color: #999;
	font-size: 12px;
	font-style: italic;
}

.entry-content .gallery {
	margin-left: -15px;
	margin-right: -15px;
}

.entry-content .gallery .gallery-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

.entry-content .gallery .gallery-item a,
.entry-content .gallery .gallery-item img {
	display: block;
}

.entry-content .gallery .gallery-item img {
	width: 100%;
}

.entry-content .gallery .gallery-item .gallery-caption {
	background-color: #f0f0f0;
	padding: 6px;
	font-style: italic;
	font-size: 12px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #00796B;
}

.embed-responsive-verticale {
	padding-bottom: 85%;
	max-width: 50%;
	margin: 0 auto;
}

/*.col-sm-4 .embed-responsive-verticale {
	padding-bottom: 200%;
}*/

.embed-responsive-verticale-item {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.embed-responsive-1by1 {
	padding-bottom: 100%;
}



.btn-primary:hover {
	color: #00796B;
	background-color: #FFC107;
	border-color: #FFC107;
}

.widget-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.specline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.specline.post-listing {
	padding-top: 60px;
}

.specline.tiny.post-listing {
	padding-top: 0;
}

.specline::before {
	top: 0px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #f0f0f0;
	left: 50%;
	margin-left: -2px;
}

.specline.tiny::before {
	top: 0px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	background-color: #f0f0f0;
	left: 20px;
	margin-left: -2px;
}

.specline > article {
	margin-bottom: 50px;
	position: relative;
}

@media (min-width: 768px) {
	.specline::before {
		left: 25%;
	}
	
	.specline > article {
		margin-bottom: 30px;
	}
}

.specline > article:before,
.specline > article:after {
	content: " ";
	display: table;
}
.specline > article:after {
	clear: both;
}
.specline > article:before,
.specline > article:after {
	content: " ";
	display: table;
}
.specline > article:after {
	clear: both;
}

.specline > article > .specline-panel {
	width: 100%;
	float: none;
	border: 2px solid #e0e0e0;
	background-color: #f0f0f0;
	border-radius: 2px;
	/*padding: 20px;*/
	position: relative;
	/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/	
}

.specline > article.specline-fbpage > .specline-panel {
	border-color: #00796B;
}

.specline > article.specline-contatti > .specline-panel {
	border-color: #00796B;
}

@media (min-width: 768px) {
	.specline > article > .specline-panel {
		width: 75%;
		float: none;
		border: 2px solid #e0e0e0;
		background-color: #f0f0f0;
		border-radius: 2px;
		/*padding: 20px;*/
		position: relative;
		/*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
		margin-left: 25%;
	}
	
	.specline.tiny > article > .specline-panel {
		width: 100%;
		margin-left: 0px;
	}
}

@media (min-width: 768px) {
	.specline > article {
		padding-left:75px;
	}
	
	.specline.tiny > article {
		padding-left:55px;
	}
	
	.specline > article > .specline-panel:before,
	.specline > article > .specline-panel:after {
		position: absolute;
		display: inline-block;
		content: " ";
	}
		
	.specline > article > .specline-panel:before {
		top: 26px;
		left: -15px;
		border-top: 15px solid transparent;
		border-right: 15px solid #e0e0e0;
		border-bottom: 15px solid transparent;
	}
	
	.specline > article > .specline-panel:after {
		top: 29px;
		left: -12px;
		border-top: 12px solid transparent;
		border-right: 12px solid #f0f0f0;
		border-bottom: 12px solid transparent;
	}
	
}


.specline > article > .specline-badge {
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	background-color: #999999;
	z-index: 2;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border: 2px solid #e0e0e0;
}

.specline.tiny > article > .specline-badge {
	left: 20px;
}


@media (min-width: 768px) {
	.specline > article > .specline-badge {
		left: 25%;
		top: 26px;
		margin-left: -15px;
		border: none;
	}
}
.specline > article.specline-inverted > .specline-panel {
	float: right;
}


.specline-badge.primary {
	background-color: #2e6da4 !important;
}
.specline-badge.success {
	background-color: #3f903f !important;
}
.specline-badge.warning {
	background-color: #FFC107 !important;
}
.specline-badge.danger {
	background-color: #d9534f !important;
}
.specline-badge.info {
	background-color: #00796B !important;
}

/*.timeline-thumb {
	float: left;
	display: block;
	overflow: hidden;
	border-radius: 100%;
	border: 4px solid #e0e0e0;
	max-width: 140px;
}*/
.specline-thumb {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-bottom: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00796B;
	position: relative;
}

.specline-thumb img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: block;
}

.specline.tiny .specline-thumb {
	padding-bottom: 67%;
}

.specline-thumb a {
	display: block;
}

.specline-thumb img {
	width: 100%;
	max-width: 100%;
}

.specline-title {
	margin-top: 0;
	color: inherit;
	font-weight: 700;
}

.specline-date {
	font-weight: 700;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	float: none;
	margin-top: 27px;
	text-align: center;
	background-color: #e0e0e0;
	padding-top: 10px;
	padding-bottom: 8px;
}

@media (min-width: 768px) {
	.specline-date {
		float: left;
		text-align: left;
		background-color: transparent;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}


.specline-heading,
.specline-body {
	padding: 20px;
}

.specline-fbpage .timeline-heading,
.specline-fbpage .timeline-body,
.specline-nopad .timeline-heading,
.specline-nopad .timeline-body {
	padding: 0px;
}

.specline-heading {
	padding-bottom: 10px;
}

.specline-body {
	padding-top: 0px;
}

@media (min-width: 768px) {
	.specline-body {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.fb_iframe_widget {
	background-color: #fff;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	max-width: 100%;
}

#adv_top_strip .g-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	justify-content: space-between;
}

#adv_top_strip .g-col {
	float: none;
	height: inherit;
	padding-left: 6px;
	padding-right: 6px;
	display: flex;
	align-items: center;
}

.adv-section {
	background-color: #e0e0e0;
}

.section-label {
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.adv-section .g a {
	display: block;
	text-align: center;
	width: 100%;
}

.adv-section .g a img {
	display: block;
	margin: 0 auto;
}



#adv_secondary .g-col {
	margin: 15px 0;
}

.g-3 .g-col {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.g-3 .g-col:first-child {
	width: 100%;
}

@media (min-width: 768px) {
	#adv_secondary .g-col {
		margin: 0;
	}
	
	.g-3 .g-col,
	.g-3 .g-col:first-child {
		width: 380px;
	}
}

.item_trasmissioni_old_listing::after {
	display: table;
	content: '';
	clear: both;
}

.item_archive_listing .title {
	margin-top: 15px;
}

.item_trasmissioni_listing .sottotitolo,
.item_archive_listing .sottotitolo,
.item_trasmissioni_old_listing .sottotitolo {
	font-style: italic;
	color: #666;
}

.item_trasmissioni_old_listing .thumb {
	float: left;
	margin-right: 15px;
	max-width: 75px;
}

#home_radio_widget-area .widget {
	margin-bottom: 15px;
}

#home_radio_widget-area .widget_image {
	border: 1px solid #d0d0d0;
	background-color: #f0f0f0;
	border-radius: 2px;
}

#home_radio_widget-area .widget-title {
	margin: 0;
	padding: 10px 15px;
	background-color: #FFC107;
	font-size: 21px;
	text-transform: uppercase;
}

#home_radio_widget-area .jetpack-image-container .wp-caption {
	margin: 0;
}

#home_radio_widget-area .jetpack-image-container .wp-caption-text {
	padding: 10px 15px;
	text-align: justify;
}

.entry-content .gallery .gallery-item,
.specline-body .gallery .gallery-item {
	padding: 15px;
}

.entry-content .gallery .gallery-icon a,
.specline-body .gallery .gallery-icon a {
	display: block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}

.entry-content .gallery .gallery-icon a img,
.specline-body .gallery .gallery-icon a img {
	width: 100%;
	height: auto;
}

.btn-fb {
	display: none !important;
}

#social-main-menu {
	padding-top: 0px;
}

body.home #social-main-menu {
	padding-top: 30px;
}

.navbar-widget {
	float: left;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 300;
	padding: 15px;
}
.navbar-widget::after {
	content: '';
	display: table;
	clear: both;
}

.navbar-widget .widget-title {
	color: #00796B;
	text-align: left;
	text-transform: uppercase;
}

.widget-socials .widget-title {
	text-align: right;
}

.navbar-widget .widget-body {
	color: #999;
}

.navbar-widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget-frequenze ul li {
	padding: 0px 8px 0px 0px;
}

.widget-frequenze ul li small {
	display: block;
	font-size: 11px;
}

.navbar-widget ul li {
	float: left;
}

.navbar-widget ul.socials li {
	font-size: 24px;
}

.trasmissione-subheader {
	background-color: #f0f0f0;
	padding-bottom: 15px;
}

.trasmissione-subheader .widget-title {
	color: #00796B;
}

.widget-contatti .widget-body {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	padding-top: 0px;
}

.widget-body .widget-thumb {
	display: block;
	overflow: hidden;
	height: 0px;
	padding-bottom: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00796B;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}

.widget-body .widget-thumb img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: block;
}

.widget-body .widget-thumb a {
	display: block;
}

.widget-body .widget-thumb img {
	width: 100%;
	max-width: 100%;
}

.staff-section-header {
	margin-bottom: 30px;
	border-bottom: 2px solid #00796B;
}

.staff-section-title {
	text-transform: uppercase;
	background-color: #00796B;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
}

.staff-item {
	margin-bottom: 30px;
	text-align: center;
}

.staff-item .staff-name {
	color: #00796B;
	text-transform: uppercase;
	font-size: 26px;
}

.staff-item .staff-meta {
	min-height: 4.5em;
}

.collaboratori-list .staff-item .staff-name {
	font-size: 18px;
}
.collaboratori-list .staff-item .staff-meta {
	font-size: 14px;
}

.staff-description {
	margin-top: 15px;
}

.staff-item .staff-thumb {
	overflow: hidden;
	padding: 0 60px;
}

.collaboratori-list .staff-item .staff-thumb {
	padding-left: 40px;
	padding-right: 40px;
}

.staff-item .staff-thumb img {
	border-radius: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.staff-posts {
	padding-top: 30px;
}

.staff-posts .item {
	margin-bottom: 30px;
}

.staff-posts .item .date {
	color: #777;
	font-style: italic;
	margin-bottom: 6px;
}

.staff-posts .item .content {
	padding: 15px;
	padding-left: 0px;
}

.staff-posts .item:nth-child(even){
	
}
.staff-posts .item:nth-child(odd){
	background-color: #f0f0f0;
}

.staff-posts .item h3 {
	margin: 0;
	margin-bottom: 6px;
}

.staff-item-labels {
	margin-bottom: 6px;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}










#section-social .jcarousel-wrapper {
    margin: 0px -15px;
    position: relative;
}

/** Carousel **/

#section-social .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#section-social .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#section-social .jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    height: inherit;
}

#section-social .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

#section-social .jcarousel-control-prev,
#section-social .jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #00796B;
	text-decoration: none;
	font-size: 24px;
}

#section-social .jcarousel-control-prev {
    left: -30px;
}

#section-social .jcarousel-control-next {
    right: -30px;
}

/** Carousel Pagination **/

#section-social .jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

#section-social .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#section-social .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}












.slick-loading .slick-list {
	background: #fff url('./img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}





/* Arrows */
.slick-prev,
.slick-next {
	font-size: 24px;

	position: absolute;
	top: 50%;

	display: block;
	padding: 0;
	
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: #00796B;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #004638;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}



/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.rbexme-item {
	margin-bottom: 30px;
	background-color: #f0f0f0;
	text-align: justify;
}

.rbexme-foto {
	width: 100%;
}

.rbexme-item h3 {
	margin-top: 0;
	color: #00796B;
	text-transform: uppercase;
}

.rbexme-content {
	padding: 30px;
}

@media (min-width: 768px) {
	.rbexme-content {
		padding: 30px 45px 30px 15px;
	}
}





.embed-youtube {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.embed-youtube .youtube-player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    min-width: 100%;
    min-height: 100%;
}


.map-wrapper {
	position: relative;
}

.map-info {
	/*position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30%;
	background-color: rgba(255,255,255,0.5);*/
	background-color: #eee;
	border: 1px solid #00796B;
	padding: 15px;
	min-height: 600px;
}

.map-info h4 {
	color: #00796B;
	font-size: 32px;
}

.map-info h5 {
	color: #00796B;
	font-size: 18px;
}

.map-canvas {
	width: 100%;
	height: 600px;
}

.map-canvas img {
	max-width: inherit !important;
}

.map-canvas .marker,
.map-canvas .shape {
	display: none;
}

.nav-tabs-elezioni {
	font-size: 16px;
	text-transform: uppercase;
}

.risultati-elezioni {
	margin-bottom: 30px;
}

.risultati-elezioni .section-title {
	font-size: 32px;
}

.risultati-elezioni .elezioni-disclaimer {
	font-size: 10px;
	margin-top: 6px;
}

.banner_evidenza {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.banner_evidenza::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 3px solid #00796B;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.banner_evidenza:hover::after {
	opacity: 1;
}

.autore {
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
}

.article-header-meta {
	color: #666;
	font-style: italic;
	margin-top: 10px;
}

.mx-2 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-3 {
	margin-left: 16px;
	margin-right: 16px;
}







.diretta_icona{
	animation: animationFrames ease-out 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	-webkit-animation: animationFrames ease-out 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-duration: alternate;
	-moz-animation: animationFrames ease-out 3s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-moz-animation-direction: alternate;
	-o-animation: animationFrames ease-out 3s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: animationFrames ease-out 3s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
	-ms-animation-direction: alternate;
	transition: all 1s ease-out;
	margin-right: 5px;
}

@keyframes animationFrames{
  0% {
    color: #fff;
  }
  50% {
    color: #FFC107;
  }
  100% {
    color: #fff;
  }
}

@-moz-keyframes animationFrames{
  0% {
    color: #fff;
  }
  50% {
    color: #FFC107;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    color: #fff;
  }
  50% {
    color: #FFC107;
  }
  100% {
    color: #fff;
  }
}

@-o-keyframes animationFrames {
  0% {
    color: #fff;
  }
  50% {
    color: #FFC107;
  }
  100% {
    color: #fff;
  }
}

@-ms-keyframes animationFrames {
  0% {
    color: #fff;
  }
  50% {
    color: #FFC107;
  }
  100% {
    color: #fff;
  }
}

.clearfix::after{display:block;clear:both;content:""}

.legals {
	background-color: #f8f8f8;
	color: #a9a9a9;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 4px;
	font-style: italic;
}

.internal-table {
	font-size: 10px;
}

.internal-table tr td {
	padding-bottom: 4px;
}

.curator-feed-wrapper {
	padding-left: 75px;
    padding-right: 75px;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure, 
.wp-block-gallery .blocks-gallery-item figure {
	flex-direction: column;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: static;
	padding-top: 10px;
	color: #666;
	background: #fff;
}