/*
Theme Name: Newspaper - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Loris Zanini
Author URI: http://www.dtti.it
Template: Newspaper
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 359px) {

.frequwidth{ width: 310px!important; height: 13000px; padding: 0; overflow: hidden; }
    .iframewidth { width: 500px!important; height: 16000px; }
    .iframewidth  {
        -ms-zoom: 0.60;
        -moz-transform: scale(0.60);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.60);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.60);
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width : 360px) and (max-device-width : 480px) {

.frequwidth{ width: 500px!important; height: 13000px; padding: 0; overflow: hidden; }
    .iframewidth { width: 300%!important; height: 16000px; }
    .iframewidth  {
        -ms-zoom: 0.40;
        -moz-transform: scale(0.40);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.40);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.40);
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width : 500px) and (max-device-width : 767px) {
.frequwidth{ width: 480px!important; height: 13000px; padding: 0; overflow: hidden; }
    .iframewidth { width: 650px!important; height: 16000px; }
    .iframewidth  {
        -ms-zoom: 0.70;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.70);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.frequwidth{ width: 768px!important; height: 13000px; padding: 0; overflow: hidden; }
    .iframewidth { width: 1300px!important; height: 16000px; }
    .iframewidth  {
        -ms-zoom: 0.70;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.70);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.70);
        -webkit-transform-origin: 0 0;
    }
}

.div-freq {
  overflow-x: hidden;
}
.div-freq ul {
  list-style-type: none;
  position: relative;
  left: -1px;
  padding: 0;
}
.div-freq ul li {
  display: inline-block;
font-size: 16px;
  line-height: 1;
  padding: 0 1em;
  margin-bottom: 1em;
  border-left: 1px solid;
}


.frequwidth{ width:1065px; height: 13000px; padding: 0; overflow: hidden; }
    .iframewidth { width: 1220; height: 16000px; }
    .iframewidth  {
        -ms-zoom: 0.73;
        -moz-transform: scale(0.73);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.73);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.73);
        -webkit-transform-origin: 0 0;
    }

.listastreaming div{
max-width:100%;
text-align:center;
margin:0px!important;
padding:0px!important;
}

.listastreaming img {
max-height:250px!important;
vertical-align:middle;
border-style: solid;
border-width: 1px;
border-color: grey;
}

.listastreaming, .listastreaming a:visited, .listastreaming a:link{
color:#000000;
}
.listastreaming h3{
background-color: #EFEFEF;
padding:10px;
}

.tdfrequenze, .tdfrequenze a:visited, .tdfrequenze a:link{
padding-left: 10px;
font-family: "Lato-Regular","Calibri","Arial","Verdiana";
font-size: 20px;
color:#000000;
background-color:#EEEEEE;
}

.entry-content ins{
	background-color:#FFFFFF!important;
}

.tdfrequenze a { display: block; width: 100%; height: 100%; }

.topad{
	min-height:0px!important;
}

#divfrequ
{
display: none;
}

input[type=button] {
    -webkit-appearance: none;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	margin: 1px;
}
input[type=button]:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
input[type=button] :active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/* label element */
.advads-adlabel { 
font-size: 0.8em;
}

.caption{
	color: #000!important;
}

.ads-text{
	color: #000!important;
}

.ads-336x280 img{
	width:336px!important;
	height:280px!important;
}

.adlink ads_image {
	widht: 168px!important;
	height: 40px!important;
}
a[class^='category']{
	padding:10px!important;
}

.wp-block-embed-youtube .jeg_video_container{
position:static;
padding:2px!important;
}