/*
Theme Name: JNews - 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: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

li.cat-item.cat-item-1, .jeg_share_count, .jeg_views_count {
    display: none;
}

/*Tutto Il sito*/
span.meta_text {
    margin-right: 0.2em !important;
}

.thumbnail-container.animate-lazy>img {
    opacity: 0;
    border: solid 2px #e1e1e1;}
    
/*Slider*/

/* .n2-ss-align.n2-ss-align-visible {
    overflow: hidden;
    border-radius: 24px !important;
    border: solid #ffffff;} */
    
/*Blog*/

.vc_gitem-zone .vc-zone-link {
    border: #f9f9f9 solid 4px;}
    
/*Video*/

.jeg_vertical_playlist 
.jeg_video_playlist_play span {
     display: none;}
     
/*Bullet*/

.bullet {height:60px !important;}

/*Body-Footer*/

.jeg_footer_content {
    margin-top: -40px !important;}
    
/*form contatto*/
.bottone-invio-contenitore .nf-field-label {
    width: 0 !important;
}
.bottone-invio-contenitore .nf-field-element {
    width: 100% !important;
}
.bottone-invio {
    display: block;
    width: 100% !important;
}
.campo-nome-contatti .field-wrap {
    display: flex;  
    flex-direction: row;
    width: 100% !important;
}
.campo-nome-contatti .nf-field-label {
    width: auto !important;
    flex-grow: 1;
    text-align: left;
}
.campo-nome-contatti .nf-field-label label {
    text-align: left !important;
}
.campo-nome-contatti .nf-field-element {
    flex-grow: 2;
}
.campo-nome-contatti .input-campo-nome-contatti {
    width: 100% !important;
}
.campo-email-contatti .field-wrap {
    display: flex;  
    flex-direction: row;
    width: 100% !important;
}
.campo-email-contatti .nf-field-label {
    width: auto !important;
    flex-grow: 1;
    text-align: left;
}
.campo-email-contatti .nf-field-label label {
    text-align: left !important;
}
.campo-email-contatti .nf-field-element {
    flex-grow: 2;
}
.campo-email-contatti .input-campo-email-contatti {
    width: 100% !important;
}

/* disablito il link al profilo dell'autore */
.jeg_meta_author > a {
    pointer-events: none;
}

.jeg_post_meta {
    text-transform: none;
}
/* meta dell'autore */
.jeg_post_meta.jeg_post_meta_1 .jeg_meta_author a,
.jeg_post_meta.jeg_post_meta_1 .jeg_meta_date a,
.jeg_post_meta.jeg_post_meta_1 .jeg_meta_category a {
    font-size: 18px;
}

.jeg_post_meta.jeg_post_meta_1 .jeg_meta_comment a {
    color: #a0a0a0;
}


/* footer */
.footer-generale-pagine {
    margin-bottom: 3em;
}

.footer-generale-pagine ul#menu-footer-navigation li {
    display: inline !important;
    margin-right: 1em;
}
.footer-generale-pagine ul#menu-footer-navigation li a:hover {
    text-decoration: underline !important;
}

ul.sub-menu li {
    background-color: #fffffb;
}


/* iutub */

.sby_items_wrap {
    padding: 5px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: end;
}
.yt_vertical_list .sby_items_wrap { 
    flex-flow: column;
    flex-wrap: nowrap;
}
.yt_vertical_list [id^="sb_youtube_"].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
	width: 100%;
}
[id^="sb_youtube_"].sb_youtube .sby_items_wrap .sby_item, [id^="sb_youtube_"].sb_youtube .sby_player_outer_wrap .sby_video_thumbnail_wrap, [id^="sb_youtube_"].sb_youtube .sby_player_wrap {
    padding-bottom: 25px !important;
}
.yt_title {
    line-height: 1em;
    font-size: 14px !important;
}
[id^="sb_youtube_"].sb_youtube .sby_video_thumbnail:hover .sby_thumbnail_hover {
    opacity: 0;
}

.page .post-views {
	display: none;
}

.jeg_logo {
	margin-right: 0 !important;
}
.page-template-default.page .jeg_share_top_container {
	display: none;
}