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

/*
COLOR REFERENCES

Principales: 
black: #000000 
white: #FFFFFF
red: #7e1f23
trey: #606060

-- 
Secundarios
grey: #6fc8b7
#E27A5A
#E75151
red: #82272E


*/

/* Font-face */
/* gandhi-sans */
@font-face {
    font-family: 'gandhi_sansbold';
    src: url('./fonts/gandhi-sans/gandhisans-bold-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-sans/gandhisans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansbold_italic';
    src: url('./fonts/gandhi-sans/gandhisans-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-sans/gandhisans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansitalic';
    src: url('./fonts/gandhi-sans/gandhisans-italic-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-sans/gandhisans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_sansregular';
    src: url('./fonts/gandhi-sans/gandhisans-regular-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-sans/gandhisans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* gandhi-serif */
@font-face {
    font-family: 'gandhi_serifbold';
    src: url('./fonts/gandhi-serif/gandhiserif-bold-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-serif/gandhiserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifbold_italic';
    src: url('./fonts/gandhi-serif/gandhiserif-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-serif/gandhiserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifitalic';
    src: url('./fonts/gandhi-serif/gandhiserif-italic-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-serif/gandhiserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gandhi_serifregular';
    src: url('./fonts/gandhi-serif/gandhiserif-regular-webfont.woff2') format('woff2'),
         url('./fonts/gandhi-serif/gandhiserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*General Styles*/

html body,
html body p,
html body ul > li{
    line-height: 1.15;
    font-family: 'gandhi_sansregular';
    font-size: 20px;
}
a{
    color: #7e1f23;
}

[class*=jeg_] .fa {
    font-family: FontAwesome!important;
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.align-item-center{
    align-items: center;
}

.w-100{
    width:100%;
}

/* global bold color */
.wpb_text_column  p b, 
.wpb_text_column  p strong,
.widget_text .textwidget p b,
.widget_text .textwidget p strong { color: #7e1f23 !important }


/* home videos */
.jeg_video_playlist_list_wrapper { display:none !important; }

/* Hashtag */
.fjedd_hashtags{
    font-family: 'gandhi_serifbold_italic' !important;
    text-align: center !important;
    font-size: 24px !important;
    padding: 12px 0;
}

/* Bandera */
.fjedd_bandera h3{
    font-family: 'gandhi_sansbold';
    font-size: 20px;
    margin: 0 !important;
    white-space: nowrap;
    text-transform: uppercase;
}

.fjedd_bandera hr{
    width: 100%;
    height: 2px;
    margin-left: 10px;
    background-color: #FFF;
}

.fjedd_bandera--white h3{
    color: #FFF;
    font-family: 'gandhi_sansbold';
}

.fjedd_bandera--white hr{
    background-color: #FFF;
}

.fjedd_bandera--red h3{
    color: #7e1f23;
    font-family: 'gandhi_sansbold';
}

.fjedd_bandera--red hr{
    background-color: #7e1f23;
}

.fjedd_bandera--gray h3{
    font-size: 25px;
    color: #606060;
    font-family: 'gandhi_sansbold';
}

.fjedd_bandera--gray hr{
    background-color: #606060;
}
/*Numbers component*/


.columna_numeralia_border .numbers-component{ 
    border-bottom: 1px solid #ffffff;
    border-right: 0px;
    margin: 20px;
    padding-bottom: 10px;
}

.numbers-component{
    color: #FFF;
}
.numbers-component > div{
    padding: 0;
    max-width: 360px;
    text-align:center;
    margin: 0 auto;
}

.numeralia-interna-container .numbers-component > div{
    padding: 0;
}

.numbers-component  .desc { 
    font-size: 1.3rem;
    margin: 0;
} 

.numbers-component .number{
    font-weight: 700;
    font-size: 4rem;
    margin: 0;
}

.numeralia-interna-container .number{
    font-size: 4.5rem;
}

/* Home styles */
.jeg_desktop_logo .site-title{
    max-width: 260px;
}

.jeg_menu_style_1>li>a{
    font-family: 'gandhi_sansbold';
    font-size: 16px;
}

.jeg_menu li>ul li a {
    font-family: 'gandhi_sansbold';
    font-size: 15px;
}

.jeg_topbar, .jeg_topbar.dark, .jeg_topbar.custom{
    background: #7e1f23!important;
}
.jeg_footer p{
    font-size: 16px;
    line-height: 1.2;
}

.home .jeg_content{
    padding: 0 !important;
}

.fjedd_home_hero .jeg_postblock_content{
    width: 100% !important;
}

.fjedd_home_hero .jeg_post_category{
    display: none;
}

.fjedd_home_hero .jeg_post_title a{
    font-family: 'gandhi_sansbold';
}

.fjedd_home_micrositios .thumbnail-container{
    filter: grayscale(1);
}

.fjedd_home_micrositios article:hover .thumbnail-container{
    filter: grayscale(1) sepia(1);
}

.fjedd_home_micrositios .jeg_post_category a{
    background-color: #000;
}

.fjedd_home_de_interes .jeg_post_category{
    display: none;
}
.fjedd_home_de_interes .jeg_post_title a{
    font-size: 26px;
    line-height: 28px;
    color: #FFF;
}

.fjedd_home_nuestras_publicaciones .jeg_post_title{
    font-size: 19px;
}
.fjedd_home_nuestras_publicaciones .jeg_slide_caption{
    display: none;
}

.fjedd_home_nuestras_publicaciones .jeg_slider_type_3 .jeg_slide_item:before{
    background: transparent;
}

/* nuestras publicaciones carousel */
.wpb_content_element-margin-0 .wpb_content_element{
    margin-bottom: 0;
}

#tns1 > .tns-item{
    padding-right:20px!important;
}

.jeg_slider_type_3_wrapper .tns-controls button{
    background: #4fa897 !important;
    opacity: 1;
}

.jeg_slider_type_3_wrapper .tns-controls button.tns-prev:before,
.jeg_slider_type_3_wrapper .tns-controls button.tns-next:before{
    color: #FFF;
    font-size: 35px;
}

#tns1-mw .jeg_slider_type_3 .jeg_slide_item:before{
    position: static;
}

/* Alianzas */
.alianzas-container{
    margin: 40px 0;
}

.alianzas-container .alianza-category{
    position: relative;
    padding: 20px 20px 20px 60px;
    margin-bottom: 20px; 
    border: 1px solid #606060;
    background-size: cover!important;
    background-position: center!important;
    min-height: 210px;
}
.alianzas-container .alianza-category h1 > a{
    text-indent: -9999px;
    display: block;
    min-height: 165px;
}

.alianzas-container.show-title .alianza-category h1 > a{
    text-indent: 0;
}

.alianzas-container .alianza-category:before{
    position:absolute;
    content: "";
    height: 90%;
    width: 20px;
    left: 30px;
    top: 5%;
    background: #7e1f23;
}

.alianzas-container .alianza-category h1 a{
    color: #FFF;
    font-family: 'gandhi_sansbold';

}

.alianzas-container .alianza-category p{
    color: #FFF;
}

/*Justicia Transnacional*/
.alianza-category.instrumento-legales{
    background-image:url(../../uploads/2021/11/justiciatrans_banner.png)!important;
}

.alianza-category.mae{
    background-image:url(../../uploads/2021/11/mae_banner.png)!important;
}

.alianza-category.directorio-migrantes{
    background-image:url(../../uploads/2021/11/directoriomigrantes_banner.png)!important;
}




/* Impunidemia */
.fjedd_sidebar_list .popularpost_list li:first-child{
    display: none;
}

/* Quienes somos */


.quienes-somos-section ul{
    margin-left: 30px;
}

.quienes-somos-section.valores ul > li{
    margin-bottom: 20px;
}

.quienes-somos-section.vision p {
    margin-bottom: 1rem;
}
.fjedd_quienes_somos_proyectos h2{
    font-size: 22px;
}


.fjedd_quienes_somos_descripcion{
    font-family: 'gandhi_sansbold' !important;
    font-size: 42px;
    line-height: 44px;
    font-weight: bold;
    border-left: solid #7e1f23 !important;
    border-left-width: 30px !important;
}

.fjedd_quienes_somos_descripcion .wpb_wrapper{
    margin-left: 20px;
}


.fjedd_quienes_somos_proyectos h2{
    font-family: 'gandhi_sansbold' !important;
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    color: #7e1f23;
}

/* 'Custom Sidebar' */
.fjedd_sidebar_numbers{
    counter-reset: section;
 }   
 
 .fjedd_sidebar_numbers article{
      counter-increment: section; 
      display: flex;
 }
 
 .fjedd_sidebar_numbers .jeg_thumb, .fjedd_sidebar_numbers .jeg_post_excerpt{
     display:none;
 }
 .fjedd_sidebar_numbers article:first-of-type::before {
   counter-set: section 3;
 }
 
 .fjedd_sidebar_numbers article::before{
     content: counter(section);
     border-radius: 50%;
     background-color: #cccccc;
     padding: 12px;
     height: 50%;
     margin-right: 5px;
 }


 /* TEAM */

 .team-department{
     text-align: center;
     border-top: 1px solid #606060;
     margin-top: 40px;
 }
 .team-department.border-0{
    border-top: 0px none;
 }
 .team-department h2{
    background: #7e1f23;
    color: #FFF;
    text-transform: uppercase;
    padding: 0px 20px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0;
}

.team-box p{
    margin-bottom: 0;
}


/*INSTRUMENTOS LEGALES*/


.fjedd_instrumentos_legales_tabs .vc_tta-tabs-list li.vc_tta-tab{
    max-width: 250px;
}

.fjedd_instrumentos_legales_tabs .vc_tta-tabs-list li.vc_tta-tab a {
    background-color: #cccccc !important;
    color: #7e1f23 !important;
    text-transform: uppercase;
}

.fjedd_instrumentos_legales_tabs .vc_tta-tabs-list li.vc_active a {
     background-color: #7e1f23 !important;
     color: #ffffff !important;
}

.fjedd_instrumentos_legales_tabs h3,
.fjedd_instrumentos_legales_tabs h3 span{
   color: #7e1f23 !important;
   text-transform: uppercase;
   font-family: 'gandhi_sansregular';
}

.fjedd_instrumentos_legales_tabs .vc_tta-tabs-list{
    border-bottom: 2px solid #7e1f23 !important;
    padding-bottom: 2px !important;
}

.fjedd_instrumentos_legales_tabs .vc_tta-panel li a{
    color: #000000 !important;
}

.fjedd_instrumentos_legales_tabs .vc_tta-panel li a:hover{
    color: #7e1f23 !important;
}

 /* Notas internas */
 .entry-header .jeg_post_title{
    font-size: 2em !important;
}

/* informes_y_publicaciones_notas */
.fjedd_informes_y_publicaciones_notas .thumbnail-container{
    /* min-height: 504px !important; */
}

/* Form */

[id^=wpcf7-f7642] br { display:none } 

.jeg_postblock_21 .jeg_post_title{
    font-size: 16px;
}
.jeg_postblock_21 .jeg_post_meta{
    font-size: 12px;
}

/* video masthead home */
.video-masthead .jeg_hero_wrapper .jeg_thumb .thumbnail-background,
.video-masthead .jeg_hero_wrapper .jeg_thumb .thumbnail-background > div{
    background: none!important;
}
.video-masthead .jeg_heroblock{
    margin-bottom: 0!important;
}
.video-masthead .jeg_heroblock_13 .jeg_heroblock_wrapper,
.video-masthead > .jeg-vc-wrapper,
.video-masthead > .jeg-vc-wrapper > .vc_column_container,
.video-masthead > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper
.video-masthead > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper > .jeg_heroblock,
.video-masthead > .jeg-vc-wrapper > .vc_column_container > .jeg_wrapper > .jeg_heroblock > .jeg_hero_wrapper
{
    height:97vh!important;
}



/* Queries */

@media (min-width: 768px) {
	 .columna_numeralia_border .numbers-component{
        border-right: 1px solid #ffffff;
        border-bottom: 0px;
        margin: 0px;
    }

    .fjedd_hashtags{
        font-size: 65px !important;
    }

    .numbers-component > div{
        max-width: 300px;
        padding: 0 20px;
    }

    .columna_numeralia_border .numbers-component{
        padding-bottom: 0;
    }

    /* informes_y_publicaciones_notas */
    .fjedd_informes_y_publicaciones_notas .jeg_thumb{
        width: 248px !important;
    }

    .fjedd_informes_y_publicaciones_notas .thumbnail-container{
        min-height: 348px !important;
    }
}
@media (min-width: 992px) {	
	/*  Home style */
    .fjedd_home_hero .jeg_post_title a{
        font-size: 75px;
        line-height: 77px;
    }
}
@media (min-width: 1200px) {
	
}