ls/*
Theme Name: TAG24
Theme URI: http://underscores.me/
Author: Francesco Fortino
Author URI: http://umanastudio.com
Description: This is the new custom theme for TAG24
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: tag24
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.

TAG24 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	margin-top: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Oswald", sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-family: "Roboto", sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
		max-width: 100%;
	overflow-x: hidden;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	max-width: 100%;
	overflow-x: hidden;
	min-width: 320px;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: #ccc #ccc #bbb;
	border-radius: 0;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.75em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 10px 20px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

.fullwidth-padding {
	padding-left: 25% !important;
	padding-right: 25% !important;
	margin-left: -25% !important;
	margin-right: -25% !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	color: royalblue;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background-color: #1d1d1b;
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: table;
}

.site-branding {
	float: left;
	margin: 15px 0 15px 15px;
}

.site-logo, .site-logo a, .site-title, .site-title a {
	line-height: 60px;
}

.site-logo {
	text-align: center;
	float: left;
}
.site-logo a {
	display: block;
	float: left;
}
.custom-logo {
	max-width: 125px;
	z-index: 999;
	margin: 0;
	image-rendering: auto;
	float: left;
}
.site-title {
	float: left;
	font-size: 21px;
	color: rgb(255, 255, 255);
	margin-bottom: 0;
	margin-top: 0;
}
.site-title a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 0;
}
.site-title p {
	margin: 0;
}
.site-description, .site-title {
	display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
	text-align: left;
}
.main-navigation li {
	padding: 0;
	display: inline-block;
	font-size: 0;
}
.main-navigation a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	padding: 0 0.5em 15px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	color: #FFF;
	transition: 0.5s;
}

.main-navigation a:hover {
	color: #fdc810;
}

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

.secondary-logo {
	max-width: 150px;
	margin-right: 15px;
}

#category-navigation {
	margin-left: 5px;
}

#category-navigation a {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	padding: 7px 0.5em;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation .current-menu-item a, .main-navigation .current_page_item a {

}
.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 {
	color: #FFF;
}
.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;
}
.menu-toggle {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999999;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 24px;
	color: #FFF;
	background-color: rgba(40,40,40,0.8);
}
.menu-toggle::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
}
.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous{
	float: left;
	width: 50%;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999999;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 24px;
	color: #FFF;
	background-color: rgba(40,40,40,0.8);
}
.menu-toggle::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
}
.site-main .comment-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget:last-child {
	margin-bottom: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home h1.entry-title {
	display: none;
}

.site-content {
	padding: 0 30px;
}

.archive .site-content {
	padding: 0;
}

.archive .site-main {
	padding: 0 30px;
}

.title-header {
	padding: 15px;
	background-color: #575756;
}

.heading-title, .posts-wrapper h3, .page h1.entry-title, .single-programmi h1.heading-title {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	background-color: #575756;
	color: #FFF;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.heading-title {
	margin-bottom: 15px;
}

.heading-title, .panel-grid .posts-wrapper .widget-title {
	margin-bottom: 30px;
}

.posts-wrapper {
	padding: 0 0 15px 0;
	max-width: 100%;
	margin: 0 auto;
	font-size: 0;
}

/* Single Programmi */

.program-background {
	background-size: cover !important;
	min-height: 325px;
	padding-left: 15% !important;
	padding-right: 15% !important;
	margin-left: -15% !important;
	margin-right: -15% !important;
}

.single-programmi .featured-box, .single-programmi .heading-title,
.single-podcast .featured-box, .single-podcast .heading-title,
.search .heading-title, .archive .heading-title {
	margin-top: 0;
	margin-bottom: 0;
}

.single-podcast .heading-title span {
	font-size: 16px;
	margin-left: 10px;
}

.featured-box.fullwidth-featured-box {
	width: calc(100% + 60px);
	margin-left: -30px;
}

.single-programmi .type-programmi {
	float: left;
	width: 100%;
}

.single-programmi .type-programmi header, .single-podcast .type-podcast header {
	position: relative;
}

.single-programmi .type-programmi .header-content,  .single-podcast .type-podcast .header-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.single-programmi .type-programmi .entry-content {
	width: 50%;
	float: left;
	padding-right: 3%;
}

.single-programmi .type-programmi .entry-player {
	width: 50%;
	float: left;
	margin-top: 65px;
}

.single-podcast .entry-player {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}

.single-podcast .podcast-title {
	width: 100%;
}

/* Grid Latest Podcasts */

.latest-podcast-wrapper {
	background: #00abf1;
}

.latest-podcast-wrapper audio {
	width: 100%;
	background: #1b1b1b;
}

.latest-podcast-meta {
	padding: 15px 30px 30px 30px;
	position: relative;
	overflow: hidden;
}

.latest-podcast-meta .download-podcast::before {
	font-family: 'FontAwesome';
	content: "\f063";
	color: #434c66;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	line-height: 30px;
}

.latest-podcast-meta .share-podcast, .grid-podcast-meta .share-podcast  {
	display: inline-block;
	line-height: 35px;
}

.latest-podcast-meta .share-podcast::before, .grid-podcast-meta .share-podcast::before {
	cursor: pointer;
}

.latest-podcast-meta .share-podcast::before {
	font-family: 'FontAwesome';
	content: "\f1e0";
	color: #434c66;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #FFF;
	text-align: center;
	line-height: 30px;
}

.share-podcast .addtoany_list {
	transition: 1s;
	height: 32px;
	position: relative;
	right: -500%;
	display: inline-block;
}

.latest-podcast-wrapper h3 {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	margin: 0 15px 15px 0;
	float: left;
}

.latest-podcast-wrapper h4 {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	margin: 14px 0 0 0;
}

.latest-podcast-wrapper p {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-style: italic;
	margin-top: 0;
}

.header-content h1 {
	color: #FFF;
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 75px;
}

h3.entry-subtitle {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 21px;
	margin-top: 0;
}

.header-content .entry-meta {
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

/* Grid Podcast Layout */

.podcast-grid-wrapper {
	padding: 30px 0 0 0;
	font-size: 0;
}

.home .podcast-grid-wrapper {
	padding-top: 0;
}

.archive .single-podcast-wrapper, .search .single-podcast-wrapper {
	background: #f2f2f2;
}

.single .single-podcast-wrapper {
	background: #f2f2f2;
}

.single-podcast-wrapper {
	display: inline-block;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	overflow: hidden;
	background: #f2f2f2;
	vertical-align: top;
}

.single-podcast-wrapper:nth-child(3n) {
	margin-right: 0;
}

.single-podcast-wrapper h4, .single-podcast-wrapper h3 {
	font-size: 13px;
	color: #000;
}

.single-podcast-wrapper .podcast-title {
	color: #FFF;
	padding: 10px 15px;
	background: #2a4fa8;
	font-family: "roboto", sans-serif;
	margin: 0;
	font-size: 14px;
}

.grid-podcast-meta {
	background: #f2f2f2;
	font-size: 14px;
	padding: 10px 20px;
}

.grid-podcast-title {
	margin-top: 0;
	font-family: "roboto", sans-serif;
	font-weight: normal;
	font-style: italic;
}

.single-podcast-wrapper audio {
	width: 100%;
	background: #2a4fa8;
}

.grid-podcast-meta p {
	margin-bottom: 0;
	margin-top: 0;
}

.grid-podcast-date {
	margin-bottom: 10px;
}

.grid-podcast-meta .share-podcast::before {
	font-family: 'FontAwesome';
	content: "\f1e0";
	color: #FFF;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 50%;
	background: #2a4fa8;
	text-align: center;
	line-height: 30px;
}

.grid-podcast-meta .download-podcast::before {
	font-family: 'FontAwesome';
	content: "\f063";
	color: #FFF;
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #2a4fa8;
	text-align: center;
	line-height: 30px;
}

/* Grid Permalink if Viewed */

.podcast-permalink {
	text-decoration: none;
}

.podcast-permalink .post-permalink-content {
	transition: 0.5s;
	opacity: 0.65;
}

.podcast-permalink:hover .post-permalink-content {
	opacity: 1;	
}

/* Grid Latest & Most Viewed Podcast */

.latest-podcasts .single-podcast-wrapper, .mostviewed-podcasts .single-podcast-wrapper {
	display: inline-block;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
}

.latest-podcasts  .single-podcast-wrapper:nth-child(5n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(5n) {
	margin-right: 0;
}

.latest-podcasts .single-podcast-wrapper {
	position: relative;
	background: #9c9c9b;
}

.mostviewed-podcasts .single-podcast-wrapper {
	position: relative;
	background: #FFFFFF;
}

.latest-podcasts .grid-podcast-meta {
	background: #9c9c9b;
	padding: 20px 20px 20px 20px;
}

.mostviewed-podcasts .grid-podcast-meta {
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
}

.latest-podcasts audio {
	background: #9c9c9b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mostviewed-podcasts audio {
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

.latest-podcasts .program-title, .latest-podcasts .podcast-title, .latest-podcasts .grid-podcast-title, .latest-podcasts .latest-podcast-time {
	color: #FFF;
	background: transparent;
	padding: 0;
}

.mostviewed-podcasts .program-title, .mostviewed-podcasts .podcast-title, .mostviewed-podcasts .grid-podcast-title, .mostviewed-podcasts .latest-podcast-time {
	color: #1d1d1d;
	background: transparent;
	padding: 0;
}

.mostviewed-podcasts .podcast-title, .latest-podcasts .podcast-title {
	max-height: 43px;
	overflow: hidden;
}

.mostviewed-podcasts .latest-podcast-time span {
	color: #3dbfef;
	font-weight: bold;
}

.latest-podcasts .grid-podcast-title, .mostviewed-podcasts .grid-podcast-title {
	min-height: 40px;
}

.latest-podcasts .latest-podcast-time, .mostviewed-podcasts .latest-podcast-time {
	font-size: 13px;
	margin-bottom: 3px;
}

.latest-podcasts .share-podcast, .mostviewed-podcasts .share-podcast {
	margin-bottom: 32px;
}

.latest-podcasts .share-podcast .addtoany_list, .mostviewed-podcasts .share-podcast .addtoany_list {
    transition: 1s;
    height: 32px;
    position: relative;
    right: -500%;
    display: inline-block;
    bottom: 2px;
}

.latest-podcasts .addtoany_list a, .latest-podcasts .widget .addtoany_list a,
.mostviewed-podcasts .addtoany_list a, .mostviewed-podcasts .widget .addtoany_list a {
	padding-left: 0;
}

.site-content .addtoany_list.a2a_kit_size_32 a > span,
.site-content .addtoany_list.a2a_kit_size_32 a > span {
	height: 28px;
	width: 28px;
	line-height: 28px;
}

.latest-podcasts .addtoany_list.a2a_kit_size_32 a > span,
.mostviewed-podcasts .addtoany_list.a2a_kit_size_32 a > span {
	height: 22px;
	width: 22px;
	line-height: 22px;
}

.latest-podcasts .grid-podcast-meta .share-podcast::before {
	color: #1b1b1b;
	background: #FFF;
}

.latest-podcasts .grid-podcast-meta .download-podcast::before {
	color: #1b1b1b;
	background: #FFF;
}
 
.mostviewed-podcasts .grid-podcast-meta .share-podcast::before {
	color: #FFF;
	background: #9c9c9c;
}

.mostviewed-podcasts .grid-podcast-meta .download-podcast::before {
	color: #FFF;
	background: #9c9c9c;
} 

/* Grid Post Layout */

.grid-post {
	display: inline-block;
	width: 25%;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.grid-post header {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	width: 80%;
	padding: 5px 10px;
	z-index: 1;
	transition: 0.25s;
}

.grid-post a {
	text-decoration: none;
}

.grid-post h2 {
	color: #000;
	font-size: 14px;
	margin: 0 0 5px 0;
	font-family: "Roboto", sans-serif;
	transition: 0.25s;
}

.grid-post .category-list {
	color: #000;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	margin: 0;
	transition: 0.25s;
}

.grid-post time {
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	color: #868686;
	text-transform: uppercase;
	margin: 0;
	transition: 0.25s;
}

.grid-post .entry-content p {
	display: none;
}

.grid-post .entry-content {
	padding: 10px 5px;
	position: absolute;
	top: 0;
	left: -100%;
	margin: 0;
	z-index: 1;
	transition: 1s;
}

.grid-post .addtoany_share_save_container {
	margin: 0;
	padding: 0;
}

.grid-post .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.75s;
}

.grid-post .share-button {
	opacity: 0.5;
	cursor: pointer;
}

.grid-post .share-button:before {
	font-family: FontAwesome;
	font-size: 24px;
	content: '\f1e0';
	padding: 10px 15px;
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.5s;
	color: #FFF;
	z-index: 1;
}

.grid-post:hover .overlay {
	opacity: 0.5;
}

.grid-post:hover .share-button {
	opacity: 1;
}

.grid-post:hover header, .grid-post:hover time, .grid-post:hover h2,
.grid-post:hover .category-list {
	background: transparent;
	color: #FFF;
}

/* Conduttori Archive */

.post-type-archive-conduttori .entry-meta span {
	display: none;
}

/* Palinsesto Post Archive */

.palinsesto-wrapper {
	background: #1d1d1d;
	padding: 15px 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.palinsesto-post {
	display: inline-block;
	width: 14.25%;
	vertical-align: top;
	padding-right: 15px;
}

.palinsesto-post .day-title {
	background: transparent;
}

.program-wrapper {
	font-size: 14px;
	color: #FFF;
}

.program-time, .program-title, .program-title a {
	line-height: 1;
	margin-top: 0; 
	font-family: Roboto;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.5s;
}

.program-time {
	margin-bottom: 3px;
}

.program-title a {
	font-weight: bold;
	text-decoration: none;
}

.program-title a:visited {
	color: royalblue;
}

.program-title a:hover, .program-title a:focus, .program-title a:active {
	color: #fdc810;
}

.radiocusano-title {
	font-family: Roboto, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}

.post-type-archive-programmi .is-program {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px 25px;
	transition: 0.5s;
	vertical-align: top;
}

.post-type-archive-programmi .is-program:nth-child(3n) {
	margin-right: 0;
}

.post-type-archive-programmi .is-program:nth-child(odd) {
	background: #009ee2;
}

.post-type-archive-programmi .is-program:nth-child(even) {
	background: #2a4fa8;
}

.post-type-archive-programmi .is-program header, .post-type-archive-programmi .is-program .entry-content,
.post-type-archive-programmi .is-program a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
}

.post-type-archive-programmi .is-program h3 {
	margin: 0;
	padding: 0 0 3px 0;
	background: transparent;
	padding: 0;
	font-size: 18px;
	transition: 0.5s;
}

.post-type-archive-programmi .is-program .entry-content {
	font-style: italic;
}

.post-type-archive-programmi .is-program:hover {
	background: #fdc810;
}

.post-type-archive-programmi .is-program:hover .entry-content,
.post-type-archive-programmi .is-program:hover h3 {
	color: #575756;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.home .hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single-post .entry-content,
.single-conduttori .entry-content,
.single-conduttori .entry-title,
.page .entry-content {
	max-width: 800px;
	margin: 0 auto;
}

.home .entry-content, .page-id-166638 .entry-content, .page-id-276572 .entry-content, .page-id-276595 .entry-content {
	max-width: none;
}

.page-id-166638 .entry-title {
	display: none;
}

.single-post .category-list, .single-post .category-list a {
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 24px;
	color: #404040;
	text-decoration: none;
	transition: 0.5s;
}

.single-post .category-list a:hover {
	color: #fdc810;
}

.single-post .entry-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}

.single-post .entry-meta {
    margin-bottom: 0;
    border-bottom: 2px solid #CCC;
    padding-bottom: 7px;
}

.entry-meta .author a  {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #868686;
}

.entry-meta .posted-on {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	margin-left: 28px;
}

.post-navigation-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 0.8;
	font-size: 30px;
	margin-top: 0;
}

.post-navigation, .posts-navigation {
	background: #404040;
	padding: 15px 15em;
	margin-left: -15em;
	margin-right: -15em;
	font-size: 21px;
	clear: both;
}

.archive .posts-navigation, .blog .posts-navigation, .home .posts-navigation {
	margin-top: 15px;
}

.archive .posts-wrapper {
	margin-bottom: 15px;
	padding-top: 30px;
}

.post-navigation:after, .posts-navigation:after {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	content: "";
}

.post-navigation a, .posts-navigation a {
	color: #fdc810;
	text-transform: uppercase;
	font-size: 21px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
	display: inline-block;
}

.post-navigation .nav-previous, .post-navigation .nav-next,
.posts-navigation .nav-previous, .posts-navigation .nav-next {
	font-size: 0;
	width: calc(50% - 7px);
	vertical-align: top;
}

.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	text-align: left;
	float: left;
}

.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	margin-left: 7px;
}

.post-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover {
	animation:  nav-prev 2s infinite; /* IE 10+, Fx 29+ */
	animation-timing-function: ease;
}

.post-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before {
	font-family: 'Fontawesome';
	content: '\f100';
	font-size: 26px;
	margin-right: 10px;
}

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

.post-navigation .nav-next,
.posts-navigation .nav-next {
	margin-right: 7px;
}

.post-navigation .nav-next:hover,
.posts-navigation .nav-next:hover {
	animation:  nav-next 2s infinite; /* IE 10+, Fx 29+ */
	animation-timing-function: ease;
}

.post-navigation .nav-next a:after,
.posts-navigation .nav-next a:after {
	font-family: 'Fontawesome';
	content: '\f101';
	font-size: 26px;
	margin-left: 10px;
}

@-webkit-keyframes nav-prev {
  0%   { margin-left: 7px; }
  50%   { margin-left: 0; color: #FFF; }
  100%   { margin-left: 7px; }
}
@-moz-keyframes nav-prev {
  0%   { margin-left: 7px; }
  50%   { margin-left: 0; color: #FFF; }
  100%   { margin-left: 7px; }
}
@-o-keyframes nav-prev {
  0%   { margin-left: 7px; }
  50%   { margin-left: 0; color: #FFF; }
  100%   { margin-left: 7px; }
}
@keyframes nav-prev {
  0%   { margin-left: 7px; }
  50%   { margin-left: 0; color: #FFF; }
  100%   { margin-left: 7px; }
}

@-webkit-keyframes nav-next {
  0%   { margin-right: 7px; }
  50%   { margin-right: 0; color: #FFF;}
  100%   { margin-right: 7px; }
}
@-moz-keyframes nav-next {
  0%   { margin-right: 7px; }
  50%   { margin-right: 0; color: #FFF;}
  100%   { margin-right: 7px; }
}
@-o-keyframes nav-next {
  0%   { margin-right: 7px; }
  50%   { margin-right: 0; color: #FFF;}
  100%   { margin-right: 7px; }
}
@keyframes nav-next {
  0%   { margin-right: 7px; }
  50%   { margin-right: 0; color: #FFF;}
  100%   { margin-right: 7px; }
}

/* On Air Shortcode */

@-webkit-keyframes onair-bg {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@-moz-keyframes onair-bg {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}
@keyframes onair-bg {
    0%{background-position:5% 0%}
    50%{background-position:96% 100%}
    100%{background-position:5% 0%}
}

.onair-content {
	position: relative;
	float: left;
	width: 100%;
}

.onair-wrapper {
	 background: linear-gradient(313deg, #060b9b, #3cb5e8, #fdcf03);
	background-size: 600% 600%;
	-webkit-animation: onair-bg 15s ease infinite;
	-moz-animation: onair-bg 15s ease infinite;
	animation: onair-bg 15s ease infinite;
	height: 450px;
}

.onair-wrapper .inner {
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.inner {
	max-width: 1366px;
	padding: 15px;
	position: relative;
	margin: 0 auto;
}

.onair-label {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 60px;
	width: 80px;
	font-family: "Oswald", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	background: #009540;
	color: #FFF;
	text-align: center;
}

.onair-label span {
	font-family: "Oswald", sans-serif;
	font-size: 21px;
}

.onair-heading {
	position: absolute;
	width: 50%;
	margin-top: 105px;
	padding-right: 30px;
	bottom: 0;
	left: 0;
}

.onair-heading h1 {
	color: #FFF;
	font-size: 72px;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.35;
	margin-bottom: 12px;
}

.onair-play {
	width: 100%;
	line-height: 35px;
	height: 35px;
	background: #1b1b1b;
	display: block;
	text-align: center;
}

.onair-play a {
	text-decoration: none;
	display: block;
}

.onair-play a:before {
	font-family: 'FontAwesome';
	font-size: 18px;
	content: '\f04b';
	color: #FFF;
	display: block;
	margin: 0 auto;
	transition: 0.5s;
}

.onair-play a:hover:before {
	transform: scale(1.2,1.2);
	color: #fdc810;
}

.entry-onair {
	background: rgba(255,255,255,0.8);
	margin-top: 105px;
	padding: 30px;
	width: 50%;
	float: right;
}

.entry-onair img {
	width: 100px;
	max-width: 100px;
	float: right;
	display: none;
}

.onair-entry-header {
	float: left;
	margin-bottom: 25px;
	width: 75%;
}

.onair-entry-header p {
	font-size: 14px;
	font-style: italic;
}

.onair-title {
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 0;
	clear: none;
}

.onair-title a {
	text-decoration: none;
	color: royalblue;
	transition: 0.5s;
}

.onair-title a:hover {
	color: #fdc810;
}

.entry-onair p {
	margin: 0;
	font-size: 13px;
	float: left;
}

/* Featured Box */

.featured-box {
	width: 100%;
	margin-top: 30px;
	max-height: 430px;
	overflow: hidden;
}

.featured-box img {
	width: 100%;
}

/* Sidebars */

/* promo */

.promo-sidebar {
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.promo-sidebar p, .promo-sidebar img {
	display: block;
}

.promo-sidebar .sow-slide-nav {
	display: block !important;
	opacity: 1 !important;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
	background: transparent url('img/bg-arrow-left.png') no-repeat left center;
	background-size: 50%;
	padding: 32px 60px 32px 8px;
	top: 38%;
	left: 0;
}

.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
	background: transparent url('img/bg-arrow-right.png') no-repeat right center;
	background-size: 50%;
	padding: 32px 8px 32px 60px;
	top: 38%;
	right: 0;
}

/* Search Form */

.searchandfilter ul {
	padding: 0 30px 60px 30px;
	margin: 0;
}

.searchandfilter ul li {
	text-align: center;
}

.podcast-search-row {
	position: relative;
}

.podcast-search-row .searchandfilter ul {
	padding: 0;
}

.podcast-search-row .panel-first-child{
	position: absolute;
	top: 0;
}

.podcast-search-title, .podcast-wrapper-title {
	position: relative;
	clear: both;
}

.podcast-search-title form, .podcast-wrapper-title a {
	position: absolute;
	right: 0;
	z-index: 1;
	bottom: 0;
}

.podcast-wrapper-title a, .podcast-wrapper-title a h2 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

.podcast-wrapper-title a:hover {
	text-decoration: underline;
}

.podcast-search-title form ul {
	padding: 0;
}

.podcast-search-row input {
	text-align: center;
}

.nomargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

.fullwidth-padding .searchandfilter ul li {
	margin-left: 29%;
	text-align: left;
}

/* Fixed */

.fixed-area {
	position: fixed;
	right: 0;
	bottom: 25px;
	width: 175px;
	z-index: 9999;
}

.fixed-area img {
	float: left;
	transition: 0.5s;
	margin: 0 !important;
}

.fixed-area a {
	transition: 0.5s;
}

.fixed-area a:hover img {
	transform: scale(1.1,1.1);
	z-index: 1;
}

/* Footer */

.above-footer {
	margin: 30px auto;
	background-color: #575756;
	max-width: 1180px;
	padding: 25px 40px 50px 40px;
}

.above-footer h3 {
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #FFF;
	color: #FFF;
}

.fb_iframe_widget {
    border-radius: 5px;
    overflow: hidden;
}

#colophon {
	padding: 30px;
	background: #1d1d1b;
	color: #FFF;
}

#colophon ul {
	margin-left: 15px;
	padding-left: 0;
}

#colophon li a {
	font-size: 13px;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}


/* Custom Social Facebook & Twitter via API */

.tweet, .fbpost {
	font-size: 0;
}

.social-icon {
	display: inline-block;
	width: 60px;
	vertical-align: top;
}

.social-icon a {
	text-decoration: none;
}

.tweet-icon a::before {
	font-family: 'fontawesome';
	content: '\f081';
	font-size: 50px;
	text-decoration: none;
	color: #4099FF;
	transition: 0.5s;
	line-height: 1;
}

.facebook-icon a::before {
	font-family: 'fontawesome';
	content: '\f082';
	font-size: 50px;
	text-decoration: none;
	color: #4099FF;
	transition: 0.5s;
	line-height: 1;
}

.tweet-icon a:hover::before, .facebook-icon a:hover::before {
	color: #FFF;
}

.tweet-inner, .fb-inner {
	display: inline-block;
	width: calc(100% - 60px);
}

.fb-inner p:first-of-type {
	margin-bottom: 0.25em;
}

.tweet-inner a, .fb-inner a {
	color: #4099FF;
	transition: 0.5s;
}

.tweet-inner a:hover, .tweet-inner a:hover:visited,
.fb-inner a:hover, .fb-inner a:hover:visited {
	color: #FFF;
}

.tweet-inner a:visited, .fb-inner a:visited {
	color: #4099FF;
	text-decoration: underline;
}

.social-time {
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
}

.social-title, .social-title a,
.above-footer .social-title, .above-footer .social-title a {
	text-decoration: none;
	color: #fdc810;
	padding-bottom: 0;
	border: none;
	font-weight: 400;
	font-size: 18px;
}

.social-title:hover, .social-title a:hover,
.above-footer .social-title:hover, .above-footer .social-title a:hover,
.social-title:hover:visited, .social-title a:hover:visited,
.above-footer .social-title:hover:visited, .above-footer .social-title a:hover:visited {
	color: #FFF;
}
.social-title:visited, .social-title a:visited,
.above-footer .social-title:visited, .above-footer .social-title a:visited {
	color: #fdc810;
}

.tweet p, .tweet span, .fbpost p, .fbpost span {
	color: #FFF;
	font-size: 14px;
}

.tweet .tweet-meta, .fbpost .fb-meta {
	font-size: 0;
}

.social-count {
	margin-right: 15px;
}

.retweet:before {
	font-family: 'fontawesome';
	content: '\f079';
	font-size: 18px;
	color: #4099FF;
	margin-right: 10px;
}

.shares:before {
	font-family: 'fontawesome';
	content: '\f064';
	font-size: 18px;
	color: #4099FF;
	margin-right: 10px;
}

.likes:before {
	font-family: 'fontawesome';
	content: '\f164';
	font-size: 18px;
	color: #94c01f;
	margin-right: 10px;
}

.favorite:before {
	font-family: 'fontawesome';
	content: '\f004';
	font-size: 18px;
	color: #e2264d;
	margin-right: 10px;
}

.cff-link-title {
	margin-bottom: 0;
	margin-top: 0;
}

.cff-post-desc {
	margin-top: 0;
}

.cff-item {
	border: none !important;
}

/** Hides Header & Footer for mobile APP pages */

.page-id-170383 .entry-header {
	display: none!important;
}

.page-id-170388 .entry-header {
	display: none!important;
}


@media screen and (min-width: 769px) {
	.menu-toggle, .category-toggle {
		display: none;
	}
	.main-navigation ul, #category-navigation ul, .main-navigation > div, #category-navigation > div  {
		display: block;
	}
}

@media screen and (max-width: 1445px) {
	
	/* Grid Latest and Most Podcasts */
	.latest-podcasts .single-podcast-wrapper, .mostviewed-podcasts .single-podcast-wrapper {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(2n+0), .mostviewed-podcasts .single-podcast-wrapper:nth-child(2n+0) {
		margin-right: 5%;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(3n+0), .mostviewed-podcasts .single-podcast-wrapper:nth-child(3n+0) {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 1280px) {
	/* Palinsesto Accordion */
	
	.palinsesto-wrapper h3 {
		cursor: pointer;
		transition: 0.5s;
		font-size: 21px;
	}
	
	.palinsesto-wrapper h3::after {
		content: '\f0d7';
		font-family: fontawesome;
		color: #FFF;
		font-size: 11px;
		vertical-align: top;
		margin-left: 7px;
		font-weight: normal;
		display: inline-block;
		line-height: 28px;
	}
	
	.palinsesto-wrapper h3:hover {
		color: #fdc810;
	}
	
	.palinsesto-post {
		width: 100%;
	}
	
	.day-content {
		float: left;
		width: 100%;
	}
	
	.program-wrapper {
		float: left;
		width: 15%;
		margin-right: 1.6%;
		overflow: hidden;
	}
	
	/* Grid Previous Podcasts */
	
	.single-podcast-wrapper {
	    width: 47.5%;
		margin-right: 5%;
	}
	
	.single-podcast-wrapper:nth-child(even) {
		margin-right: 0;
	}
	
	.single-podcast-wrapper:nth-child(odd) {
		margin-right: 5%;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.onair-heading {
		padding-left: 30px;
	}
	
	.entry-onair {
		width: calc(50% - 30px);
		margin-right: 30px;
	}
	
	.entry-onair img {
		width: 75px;
	}
	
	.onair-entry-header {
    width: calc(100% - 75px);
	}
	
	.onair-title {
		margin-top: 0;
	}
	
	.onair-heading h1 {
		font-size: 60px;
	}
	
	.grid-post {
		display: inline-block;
		width: 33.3%;
		position: relative;
		font-size: 0;
		overflow: hidden;
	}
	
	.post-type-archive-programmi .is-program {
		display: inline-block;
		width: 48%;
	}
	
	.post-type-archive-programmi .is-program:nth-child(3n) {
		margin-right: 2%;
	}
	
	.post-type-archive-programmi .is-program:nth-child(2n) {
		margin-right: 0;
	}
	
	/* Single-programmi */
}

@media screen and (max-width: 900px) {
	
	/* Grid Latest and Most Podcasts */
	.latest-podcasts .single-podcast-wrapper, .mostviewed-podcasts .single-podcast-wrapper {
	display: inline-block;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(2n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(2n) {
		margin-right: 0;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(3n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(3n) {
		margin-right: 5%;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(5n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(5n) {
		margin-right: 5%;
	}
	
	/* Grid Previous Podcasts */
	
	.single-podcast-wrapper {
	    width: 100%;
		margin-right: 0;
	}
	
	.single-podcast-wrapper:nth-child(2n) {
		margin-right: 0;
	}
	
	.single-podcast-wrapper:nth-child(3n) {
		margin-right: 0;
	}
	
}

@media screen and (max-width: 768px) {
	
	/* Header */
	.site-branding {
    	float: left;
    	margin-left: 10px;
	}
	.cell {
		display: block;
	}
	.custom-logo, .secondary-logo {
		max-width: 50px;
		line-height: 60px;
		image-rendering: auto;
	}
	
	.secondary-logo {
		max-width: 75px;
		margin-top: 20px;
		margin-left: 20px;
	}
	
	.home .fullheight-slider .sow-slider-image-wrapper {
		padding-top: 100px !important;
	}
	
	/* Navigation */
	.main-navigation {
		background-color: #fdc810;
		position: absolute;
		width: 100%;
		z-index: 20;
		top: 0;
		left: 0;
	}
	.menu-toggle {
		background: transparent;
		position: fixed;
		top: 0;
		right: 0;
		color: #FFF;
		line-height: 80px;
		padding: 0 1em;
	}
	.menu-toggle::before {
		font-family: FontAwesome;
		content: '\f0c9';
		background: transparent;
		font-size: 30px;
	}
	.main-navigation ul, .main-navigation li, .main-navigation > div {
		float: left;
	}
	.main-navigation > div {
		height: 100vh;
		width: 100%;
		display: none;
	}
	.main-navigation ul {
		max-height: 100vh;
		overflow: auto;
	}
	.main-navigation li:first-child {
		margin-top: 60px;
	}
	.main-navigation li:last-child {
		margin-bottom: 40px;
	}
	.main-navigation li {
		width: 100%;
		text-align: center;
	}
	.main-navigation li a, .home .main-navigation li a {
		border: none;
		color: #1d1d1b;
		padding-bottom: 1em;
		padding-top: 1em;
	}
	.home .main-navigation .current-menu-item a, .home .main-navigation .current_page_item a, .main-navigation .current-menu-item a, .main-navigation .current_page_item a {
    	color: #FFF;
    	text-decoration: underline;
	}
	
	.post-navigation a, .posts-navigation a,
    .post-navigation .nav-next a::after, .posts-navigation .nav-next a::after,
    .post-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before {
		font-size: 16px;
	}
	
	/* Category Navigation */
	
	#category-navigation {
		position: relative;
		margin-left: 0;
		z-index: 15;
		background: #3dbfef;
	}
	
	.category-toggle {
		cursor: pointer;
		display: block;
		text-align: center;
		width: 100%;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		color: #FFF;
		background: #3a589b;
		font-weight: bold;
	}
	
	.category-toggle::after {
		font-family: 'FontAwesome';
		content: '\f0d7';
		color: #FFF;
		margin-left: 5px;
	}
	
	#category-navigation > div {
		display: none;
	}
	
	#category-navigation a {
		padding: 1em 2em;
		color: #FFF;
		text-decoration: uppercase;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
	}
	
	/* Content */
	
	.grid-post {
		display: inline-block;
		width: 50%;
		position: relative;
		font-size: 0;
		overflow: hidden;
	}
	
	/* Single Programmi */
	
	.single-programmi .type-programmi .entry-content, .single-programmi .type-programmi .entry-player {
    	width: 100%;
    	float: none;
	}
	
	/* OnAir */
	
	.onair-heading {
		width: 90%;
		position: static;
		padding: 0;
		margin: 75px auto 0;
		text-align: center;
	}
	
	.onair-heading br {
		display: none;
	}
	
	.entry-onair {
		margin: 30px auto 0;
		width: 90%;
		float: none;
		clear: both;
	}
	
	.onair-title a {
		font-size: 24px;
	}
	
	.entry-onair p {
		font-size: 14px;
	}
	
	.entry-onair p span {
		font-size: 16px;
		margin-top: 5px;
	}
	
	.entry-onair p:last-child {
		clear: both;
		float: none;
	}
	
	/* Palinsesto */
	
	.program-wrapper {
		float: left;
		width: 23%;
		margin-right: 2%;
		overflow: hidden;
	}
	
	/* Promo Sidebar */
	
	.promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-prev, .promo-sidebar .sow-slider-base .sow-slide-nav.sow-slide-nav-next {
		top: 24%;
	}
	
	/* Search & Filter */
	
	.podcast-search-row .searchandfilter ul li {
		text-align: right;
	}
	
	/* Utility classes */
	
	.sow-slider-image-wrapper {
	/*	padding-top: 100px !important; */
	}
	
}

@media screen and (max-width: 680px) {
	.onair-heading h1 {
		font-size: 50px;
	}
	
	/* Grid Latest and Most Podcasts */
	.latest-podcasts .single-podcast-wrapper, .mostviewed-podcasts .single-podcast-wrapper {
	display: inline-block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(2n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(2n) {
		margin-right: 0;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(3n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(3n) {
		margin-right: 0;
	}
	
	.latest-podcasts  .single-podcast-wrapper:nth-child(5n), .mostviewed-podcasts .single-podcast-wrapper:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 560px) {
	/* Content */
	
	.grid-post {
		display: inline-block;
		width: 100%;
		position: relative;
		font-size: 0;
		overflow: hidden;
	}
	
	/* OnAir */
	
	.onair-heading h1 {
		font-size: 40px;
	}
	
	/* ARCHIVE Programmi */
		.post-type-archive-programmi .is-program {
		display: inline-block;
		width: 100%;
		margin-right: 0;
	}
	
	.post-type-archive-programmi .is-program:nth-child(3n) {
		margin-right: 0;
	}
	
	.post-type-archive-programmi .is-program:nth-child(2n) {
		margin-right: 0;
	}
	
	/* Palinsesto */
	
	.program-wrapper {
		float: left;
		width: 30%;
		margin-right: 3%;
		overflow: hidden;
	}
	
	/* Social Share Dimension */
	
	.site-content .addtoany_list.a2a_kit_size_32 a > span, .site-content .addtoany_list.a2a_kit_size_32 a > span {
	    height: 25px;
	    width: 25px;
	    line-height: 25px;
	}
	
	.site-content .a2a_button_google_plus, .site-content .a2a_button_linkedin {
		display: none;
	}
	
	/* Single Podcast */
	
	.single-podcast .header-content h1 {
		margin-top: 25px;
		font-size: 32px;
	}
	
	/* Search & Filter */
	
	.podcast-search-title .heading-title {
		text-align: center;
		padding-bottom: 10px;
	}
	
	.podcast-search-title form {
		position: static;
		width: 150%;
		background: #575757;
		padding-left: 25% !important;
		padding-right: 25% !important;
		margin-left: -25% !important;
		margin-right: -25% !important;
	}
	
	.podcast-search-title form li {
		padding-top: 0;
		padding-bottom: 25px;
	}
	
	.podcast-search-title input {
		text-align: center;
	}
	
}


@media screen and (max-width: 480px) {
	/* OnAir */
	
	.onair-heading h1 {
		font-size: 30px;
	}
	
	.entry-onair {
		padding: 20px;
	}
	
	.onair-title a {
		font-size: 21px;
	}
	
	.entry-onair p {
		font-size: 13px;
	}
	
	.entry-onair p span {
		font-size: 14px;
		margin-top: 5px;
	}
	
	.entry-onair img {
		padding-left: 5px;
		margin-bottom: 5px;
	}
	
	/* Hides several content divs */
	
	.grid-post:nth-child(n+5) {
		display: none;
	}
	
	.single-podcast-wrapper:nth-child(n+4) {
		display: none;
	}
	
	/* Palinsesto */
	
	.program-wrapper {
		float: left;
		width: 48%;
		margin-right: 2%;
		overflow: hidden;
	}
	
	/* Single Programmi */
	
	.single-podcast .heading-title span {
		margin-left: 0;
		display: block;
	}
	
	/* Search & Filter */
	
	.podcast-search-row .panel-first-child {
		position: static;
		text-align: center;
		float: none;
	}
	
	.podcast-search-row .searchandfilter ul li {
		text-align: center;
		padding-bottom: 30px;
	}
	
	/* Fixed Area */
	
	.fixed-area {
		bottom: 0;
		left: 0;
		width: 100%;
		font-size: 0;
	}
	
	.fixed-area a img {
		width: 33.3%;
		display: inline-block;
	}
	
	
}

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

	/* Single Programmi */
	.header-content h1 {
		font-size: 34px;
		margin-top: 55px;
	}
	
	.single-podcast .header-content h1 {
		margin-top: 25px;
		font-size: 28px;
	}
	
	h3.entry-subtitle {
		font-size: 18px;
	}
	
	.latest-podcast-meta {
		padding: 15px 15px 15px 15px;
	}
	
	/* Social Share Dimension */
	.site-content .addtoany_list.a2a_kit_size_32 a > span, .site-content .addtoany_list.a2a_kit_size_32 a > span {
	
	}
	
}

@media screen and (max-width: 360px) {
	
	/* General Styles */
	
	.site-content, .archive .site-main {
		padding: 0 15px;
	}
	
	.archive .posts-wrapper {
		padding-top: 15px;
		margin-bottom: 0;
	}
	
	.single-podcast-wrapper, .promo-sidebar, .radiocusano-title {
		margin-bottom: 15px;
	}
	
	.palinsesto-wrapper {
		margin-top: 15px;
	}
	
	.above-footer {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* Post Navigation */
	
	.post-navigation a, .posts-navigation a, .post-navigation .nav-next a::after, .posts-navigation .nav-next a::after, .post-navigation .nav-previous a::before, .posts-navigation .nav-previous a::before {
		font-size: 14px;
	}
	
	/* Podcast Title Wrapper Header links */
	
	.podcast-wrapper-title a, .podcast-wrapper-title a h2 {
	    position: static;
	    color: #575756;
	    text-align: left;
	    margin-bottom: -15px;
	    font-size: 15px;
	}
	
	/* Onair Wrapper */
	
	.onair-wrapper {
	}
	
	.onair-heading h1 {
    	font-size: 26px;
	}
	
	.onair-title a {
		font-size: 20px;
	}
	
	.entry-onair p span {
		font-size: 13px;
	}
	
	/* Above footer area (custom social) */
	
	.above-footer {
		padding: 15px;
	}
	
	.social-icon {
		width: 40px;
	}
	
	.facebook-icon a::before, .tweet-icon a::before {
		font-size: 35px;
		line-height: 1.15;
	}
	
	.tweet-inner, .fb-inner {
	    display: inline-block;
	    width: calc(100% - 40px);
	}
	
}

.instagram{ margin-top:3px;}
.nascondi{ display: none !important; }
.single-post #primary{
	width:80%;
	float:left;
	padding-right:6%;
}
.single-post #secondary{
	width:20%;
	float:left;
}