/*
 Theme Name:   Highend Child
 Theme URI:    http://preview.hb-themes.com/?theme=Highend
 Description:  A Flexible, Powerful & Beautiful WordPress Theme by HB-Themes. Mobile ready and optimized for best performance. With the powerful engine and user friendly interface it will allow you to build outstanding websites quick and easy... It comes with Premium Plugins integrated into the theme.
 Author:       HB-Themes
 Author URI:   http://www.hb-themes.com
 Template:     HighendWP
 Version:      1.0.1
 Tags:		   Responsive, Page-Builder, Drag&Drop, Clean, Modern, Corporate, Multi-Purpose, Multi-Color
 Text Domain:  hbthemes
*/

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

/*Texto sobre vídeo*/
.vc_row > .video-wrap {
    z-index: 1;
    filter: brightness(0.4);
    /* Compatibilidad navegadores */
    -webkit-filter: brightness(0.4);
    -moz-filter: brightness(0.4);
    -o-filter: brightness(0.4);
    -ms-filter: brightness(0.4);
}
.vc_row > .wpb_column {
    z-index: 2;
}
/*Borrar título encima de vídeo*/
.vc_row > .video-wrap > .mejs-offscreen {
    display: none;
}
/* Customizado botón landing*/
.btn_landing1 {
    background-color: transparent;
    color: #fff;
    border: 3px solid white;
    padding: 1em;
	border-radius: 25px;
}
.btn_landing1:hover {
    text-decoration: underline;
    color: #ff8200;
    border: 3px solid #ff8200;
}
.btn_landing1:focus {
    text-decoration: underline;
}

/* Botón para cuando está sobre naranja */
.btn_landing1oscuro {
    background-color: transparent;
    color: #fff;
    border: 3px solid white;
    padding: 1em;
	border-radius: 25px;
}
.btn_landing1oscuro:hover {
    text-decoration: underline;
    color: #323436;
    border: 3px solid #323436;
}
.btn_landing1oscuro:focus {
    text-decoration: underline;
}

/* Responsive */
.fila_principal {
    padding-top: 10rem;
}
.h1_mobile h1 {
    font-size: 36px;
    line-height: 40px;
}

/* Menú Páginas Widget Footer */
#menu-main-menu-1 {
	border: none!important;
}