/*
Theme Name: Divi-hijo
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Divi hijo
Author: Marco Antonio
Author URI: http://www.elegantthemes.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Las modificaciones comienzan a partir de aquí ————————————————————– */
/*------------------------------------------------*/
/*--------------[GQ - MENU BAR]-------------------*/
/*------------------------------------------------*/
 
    @media only screen and (min-width : 981px) {
         
        .et_fullwidth_nav #main-header .container {
            padding-right: 0px!important;
            padding-left: 0px!important;}
         
        #et-top-navigation {
            background: #000000;}
 
        .et_header_style_left #et-top-navigation,
        .et_header_style_split #et-top-navigation {
            padding-top: 0px!important;
            padding-left: 13px!important;}
             
        #top-menu li {
            padding-right: 15px;}
 
        #top-menu > li > a {
            padding: 15px 15px!important;
            margin-bottom: 0px;
            margin-top: 0px;}
 
        #top-menu .menu-item-has-children > a:first-child:after {
            display:none;}
 
        #top-menu-nav > ul > li > a {
            color: #FFC90E;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
            -webkit-transition-property: box-shadow, transform;
            transition-property: box-shadow, transform;}
             
        #top-menu-nav > ul > li > a:hover, 
        #top-menu-nav > ul > li > a:focus, 
        #top-menu-nav > ul > li > a:active {
            background:#FFC90E;
            color:#000000;
            opacity:1;
            z-index: 99999;
            box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 1.0);
            -webkit-transform: translateZ(0) scale(1.1);
            transform: translateZ(0) scale(1.1);}}
/*-----------[Quita carrito woocommerce]-------------------*/
.et-cart-info { display:none; }
/*-----------[MENÚ ACORDEÓN LATERAL]-------------------*/
.su-spoiler-style-fancy>.su-spoiler-title {
    border-bottom: 1px solid #ffc90e !important;
    background: #000000 !important;
}
.su-spoiler-style-fancy {
    border: 1px solid #000 !important;
	color: #ffc90e !important;
}
