/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* SUBTITULO HOME DIRECTOR DE CINE Y SERIES */
.roboto{
    font-family: 'roboto';
    font-weight: 400;
}

.link-rojo{
    display: inline-block;
}

.link-rojo:hover{
    font-weight: 800;
}

/* COLOR ROJO BOTÓN MENU MOVIL */
body #slide-out-widget-area[class*="fullscreen"] .menu-item.current-menu-item > a{
    color: #e02508 !important;
}

/* COLOR ICONO PLAY PORTADAS */
body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after{
    background-color: transparent !important;
}

.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    border: 1px solid #D9D9D9;
}

/* ANCHO DEL LOGO PARA PONERLO EN DOS LINEAS EN MOVIL */
@media only screen and (min-width: 1px) and (max-width: 999px) {
    body[data-slide-out-widget-area=true] #top .col.span_3 {
        width: 30%;
    }
}


