/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       2.5.5
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

/*** Header ***/
.header-v1 .masthead {
    padding: 1em 0;
    margin:0;    
}
/*
.top-bar.hidden-lg-down {
    background: #C6D93B !important;
}

.top-bar .nav-inline .menu-item>a {
    display: inline-block;
    color: #010101;
}

.electro-navbar-primary.electro-animate-dropdown {
    background: #f25d07;
}

header#masthead {
    background: #000;
}

.header-icon>a {
	color: #F2F2F2;
}

.header-icon>a:hover {
	color: #ABBF60;
}

.secondary-nav>.menu-item a {
    color: #F2F2F2;
}

.secondary-nav>.menu-item a:hover {
    color: #ABBF60;
}

.header-v1 .header-icon-counter {
    background-color: #ABBF60;
    color: #fff;
}

button.btn.btn-secondary {
    background: #ABBF60;
}

.electro-navbar-inner .header-icon-counter, .header-v1 .header-icon-counter {
    background-color: #ABBF60!important;
    color: #fff!important;
}
*/

/*
.owl-brands {
    border-top: 1px solid #f25d07;
    border-bottom: 1px solid #f25d07;   
}
*/
.brands-carousel .item figure img {
    opacity: 1;    
}

img.desaturate {
    -webkit-filter: none;
    filter: none;   
}

.owl-carousel .owl-nav i {
    color: #f25d07;  
}


@media (max-width: 991px) {
    .header-logo a.header-logo-link {    
    vertical-align: middle;
    /* padding: 10px; */
    }
}


section header .owl-nav>a {
    color: #f25d07;   
}

.footer-social-icons {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    text-align: center;
}

.footer-social-icons .social-icons a{
	color:#F2F2F2;
}

.footer-bottom-widgets {
    padding: 2.28em 0 2.44em 0;
    background: #010101;
}

.footer-call-us {
    margin-top: 2em;
}


.footer-contact .media-body {
    color: #F2F2F2;
}


/* Responsive */
.handheld-footer .handheld-footer-bar {
    background-color: #010101;
}

.handheld-header-v2.handheld-stick-this {
    background: #010101;
}

.handheld-header-v2 .handheld-header-links>ul li>a{
	color: #F2F2F2;
}

.handheld-header-v2 .handheld-header-links>ul li>a:hover{
	color: #C6D93B;
}

#form-boletin input.wpcf7-form-control.wpcf7-email {
    float: left;
    width: 400px;
}


#form-boletin input.wpcf7-form-control.wpcf7-submit {
    background: #222;
    margin-left: 15px;
}