/******************************************************************
Theme Name: Radio InBlu
Author: Marco Buttarini
Author URI: http://marbu.org
Version 1.0
******************************************************************/

body {
    background: #eeeeee;
}

.slider_guida {
    background: #c12809;
}

.slider_guida_title {
    background: #c5503f;
}

.logo_container .logo {
    margin: 10px 0 0 0;
}

.logo_container .logo img {
    width: 300px;
    height: auto;
}

.box_container {
    background: #f5f5f5;
}

#map_div {
    width: 100%;
    height: 500px;
    margin: 0 0 0 0;
}

.main_nav ul li a {
    font-size: 17px;
}

.main_nav ul li.programmi a,
.main_nav ul li.programmi:hover a,
.main_nav ul li.programmi a:hover {
    background: #143270 !important;
}

.main_nav ul li.palinsesto a {
    background: #8b3485;
}

.main_nav ul li.podcast a {
    background: #bb2c1e;
}

.main_nav ul .sub-menu {
    background: -moz-linear-gradient(top, rgba(20, 50, 112, 1) 0%, rgba(20, 50, 112, 0.85) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(20, 50, 112, 1)), color-stop(100%, rgba(20, 50, 112, 0.85)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(20, 50, 112, 1) 0%, rgba(20, 50, 112, 0.85) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(20, 50, 112, 1) 0%, rgba(20, 50, 112, 0.85) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(20, 50, 112, 1) 0%, rgba(20, 50, 112, 0.85) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(20, 50, 112, 1) 0%, rgba(20, 50, 112, 0.85) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#143270', endColorstr='#d9143270', GradientType=0);
    /* IE6-9 */
}

.main_nav ul .sub-menu h4 {
    color: #078df2;
}

.infowindow b {
    color: #f73019;
}


/******************************************************************
MEDIA QUERIES & DEVICE STYLES
******************************************************************/


/* Normal Size */


/* 17/04/18 gas tolto per renderlo compatibile in home
@media only screen and (min-width: 996px) {
    .main_content .box_onair {
        display: none !important; 
    }
}
*/


/* 17/04/18 gas tolto per renderlo compatibile in home */

.main_content .box_onair {
    margin-left: -12px;
    margin-top: 15px;
}


/***** Tablet (Smaller than 959px) *****/

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .logo_container .logo img {
        width: 180px;
        height: auto;
    }
}


/***** Mobile *****/

@media only screen and (max-width: 767px) {
    #header .logo {
        background: url(img/logo_radioinblu_white.png) no-repeat 0px 0px;
        background-size: 95px 40px;
        width: 95px;
        height: 40px;
        display: block;
        margin: 2px 0 0 0;
        position: absolute;
        z-index: 100;
    }
    #header .grid_4.logo_container {
        margin: 0px;
        height: 45px;
    }
}


/***** Phone (landscape 420px) *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/***** Phone (portrait 300px) *****/

@media only screen and (max-width: 479px) {}


/***** Retina *****/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {}


/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

html.lt-ie9 {}


/* banner temporanei */

.cei-skin-side {
    height: 100%;
    position: absolute;
    width: calc( (100% - 1008px) / 2);
}

.cei-skin-side-right {
    right: 0;
}

.cei-skin-side a {
    display: block;
    height: 100%;
    width: 100%;
}

.cei-skin-side span {
    display: block;
    text-indent: -9999px;
}

body {
   background: #fff url(https://www.tv2000.it/wp-content/themes/tv2000/img/skin/IAS_2020_skin_tv2000_02.jpg) center 40px no-repeat;
    /*background-image: url(img/skin/CEI_2016_skin_tv2000.jpg), linear-gradient(black, white);*/
    background-size: 100% auto; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
}

#header,
.temporary-skin-adv {
    width: 1008px;
    margin: 0 auto;
}

#header {
    background: #fff;
    background: rgba(255, 255, 255, .9);
}

@media only screen and (min-width: 995px) and (max-width: 1366px) {
    body {
        background-size: 1366px auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .cei-skin-side {
        width: calc( (100% - 768px) / 2);
    }
    #header,
    .temporary-skin-adv {
        width: 768px;
    }
    body {
        background-size: 1040px auto;
    }
}

@media only screen and (max-width: 767px) {
    #header {
        width: 100%;
        margin: 0;
        background: #005bae none repeat scroll 0 0;
    }
    .temporary-skin-adv {
        display: none;
    }
    .cei-skin-side {
        display: none;
    }
}

.temporary-skin-adv {
    display: block;
    height: 120px;
    position: relative;
}

.temporary-skin-adv a,
.temporary-skin-adv a:visited {
    display: block;
    width: 100%;
    height: 100%
}

.temporary-skin-adv span {
    display: block;
    text-indent: -9999px;
}

.temporary-skin-adv a:after {
    content: " ";
    position: absolute;
    width: 180px;
    height: 800px;
    top: 0;
    left: -180px;
}

.temporary-skin-adv a:before {
    content: " ";
    position: absolute;
    width: 180px;
    height: 800px;
    top: 0;
    right: -180px;
}


/* solo per test */


/*
.temporary-skin-adv, .temporary-skin-adv a:after,.temporary-skin-adv a:before {
    background: rgba(255, 0, 0, 0.5) none repeat scroll 0 0;
}
*/

.fullwidth {
    width: 100% !important;
}

#ninja_forms_form_1 .ninja-forms-required-items {
    display: none;
}

#ninja_forms_form_1 label {
    text-align: left;
}

#menu-head-menu {
    font-size: 12px;
}


/* Player Kaltura */

.radioinblu-podcast,
.mwEmbedKalturaIframe {
    height: 80px !important;
}

.kWidgetIframeContainer {
    height: auto !important;
}


/**
 * Plugin: Wordpress Popular Posts
 */

.wpp-list li {
    margin-bottom: 5px;
}


/*****/


/**
 * Plugin: YARPP
 */

.attachment-yarpp-thumbnail {
    margin-left: auto !important;
    margin-right: auto !important;
}

.yarpp-thumbnail {
    height: auto !important;
}

.yarpp-related h3 {
    text-transform: uppercase !important;
}


/*****/

.seed-cl-mbclnmp {
    margin: 10px !important;
    padding: 3px 5px !important;
    width: 130px !important;
    height: 32px !important;
    line-height: 32px;
    border-radius: 0px !important;
    background-color: white !important;
    border: 0px !important;
    color: #333333 !important;
    cursor: pointer !important;
    text-align: center;
}

.seed-cl-mbcli {
    margin: 0px !important;
    margin-left: 30px !important;
    padding: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer;
    width: auto !important;
    height: 22px !important;
    border-radius: 0px !important;
    background-color: white !important;
    border: 0px !important;
    color: #333333 !important;
    display: inilne !important;
}

.seed-cl-mbclic {
    border-radius: 0px !important;
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
    color: white !important;
    font-weight: bolder !important;
    font-size: 18px !important;
    background-color: black !important;
    border: 0px !important;
    cursor: pointer !important;
    width: 100px !important;
    padding: 10px !important;
    text-align: center !important;
}

.seed-cl-mdcli {
    position: fixed !important;
    display: none;
    width: 100% !important;
    height: 100% !important;
    border: 0px solid #333333 !important;
    left: 0px !important;
    margin: 0px !important;
    top: 0px !important;
    color: #333333 !important;
    padding: 0px !important;
    font-size: 15px !important;
    font-family: Arial !important;
    font-weight: bolder !important;
    border-radius: 0px !important;
    line-height: 20px !important;
    background-color: white !important;
    text-align: left !important;
    z-index: 10000 !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    background: rgba(0, 0, 0, 0.8) !important;
}

.seed-cl-mdcli-internal {
    background-color: white !important;
    position: relative !important;
    left: 12% !important;
    top: 10% !important;
    width: 75% !important;
    height: 75% !important;
    z-index: 10000 !important;
    box-sizing: content-box !important;
    border: 1px solid black;
    -webkit-box-sizing: content-box !important;
    overflow: auto !important;
}

.seed-cl-mdcli-internal h1 {
    font-family: arial !important;
    font-size: 24px !important;
    font-weight: bolder !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal h2 {
    font-family: arial !important;
    font-size: 22px !important;
    font-weight: bolder !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal p {
    font-family: arial !important font-size: 15px !important;
    line-height: 20px !important;
    margin: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal ul li {
    font-family: arial !important;
    font-size: 15px !important;
    list-style-type: disc !important;
    line-height: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal ul {
    font-family: arial !important;
    margin: 10px !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal div {
    font-family: arial !important font-size: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.seed-cl-mdcli-internal a {
    font-family: arial !important;
    font-size: 15px !important;
    text-decoration: underline !important;
    color: #555555 !important;
}

.seed-cl-mdcl {
    position: fixed !important;
    width: 100% !important;
    border: 0 solid #333333 !important;
    background: #555555;
    background-color: rgba(85, 85, 85, 0.9) !important;
    left: 0 !important;
    bottom: 0 !important;
    color: white !important;
    padding: 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: Verdana !important;
    z-index: 10000000 !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .seed-cl-mdcl {
        flex-direction: column;
    }
}

.seed-cl-mdcl p {
    padding: 10px;
    margin: 0;
}

.seed-cl-mdcl a {
    color: #fff;
    text-decoration: underline;
}

.iframePlayer {
    height: 60px !important;
}