/*
 Theme Name:   Luino Notizie
 Theme URI:    http://www.luinonotizie.it/
 Description:  Custom Theme for Luino Notizie
 Author:       Domenico Pierro
 Author URI:   https://www.domenicopierro.it
 Version:      1.0.0
 Text Domain:  luinonotizie
*/

.video-fb-web iframe{width: 100%; height: 190px;}
.new-for-video{overflow-y: scroll; height: 800px;}
#theme-my-login{
background: #0096d3;
color: #fff;
padding: 20px;
max-width: 96%;
margin: 0 auto;
}
#theme-my-login input {
    width: 100%;
    height: 40px;
    padding: 0;
    border: 0;
}

#theme-my-login input#rememberme{width: initial; height: initial;}
#theme-my-login .tml-action-links a, #theme-my-login .tml-user-links a{color: #fff; font-weight:100;}
#theme-my-login .tml-action-links{margin:0; padding:0; list-style-type:none;}
#theme-my-login .tml-action-links li, #theme-my-login .tml-user-links li{display: inline-block; margin-right:10px;}
#theme-my-login .tml-submit-wrap input[type="submit"]{    
height: 44px;
    font-size: 24px;
    color: #fff;
    background: #0096d3;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 100;
}

#theme-my-login .tml-user-avatar img{border-radius:50%; height:50px; width:50px;}
.testata-giornalistica{
    font-size: 12px;
    text-align: center;
    background: #2ea6d7;
    color: #fff;
    padding: 5px 0;
    z-index: 9;
    position: relative;
}

.rt-reading-time {
    display: none !important;
    font-size: 12px;
    font-weight: bold;
    border-left: 4px solid #0096d3;
    padding-left: 5px;
    color: #0096d3;
}
.single .rt-reading-time{display: block !important;}
.rt-time{
background: #0096d3;
border-radius: 50%;
width: 20px;
height: 20px;
display: inline-block;
text-align: center;
line-height: 20px;
color:#fff;
}