/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2015, 11:17:31 PM
    Author     : Bilal
*/



a,a:visited{
    color: #34495e;
}

a:hover,
a:focus,
.site-info a:hover{
    color: #415b76;
}

ul.uab-nav > li.menu-item.current-menu-item a,
ul.uab-nav > li.menu-item.current-menu-parent a,
ul.uab-nav > li.menu-item a:hover{
    
/*    border-bottom: 2px solid #34495e; */
    border-bottom: none; 


    /*background: #34495e;
    color: #fff;*/

}

/*EV .uab-button.primary,*/
button, 
input[type="button"], 
input[type="submit"],
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt{
/*    background: #34495e;
    background: rgba( 200, 200, 200, 0.2 );
    color: #fff;*/
	background: rgba( 200, 200, 200, 0.3 );
    color: #000;

}

/*EV .uab-button.primary:hover,*/
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover{
    background: #415b76;
}

//EV====================================
/*.uab-button.primary{
    background: rgba( 52, 73, 94, 0.9);
    color: #fff;
}


.uab-button.primary:hover{
    background: rgba( 52, 73, 94, 0.4);
    color: #fff;
}*/
//======================================

.woocommerce .woocommerce-message{
    border-top-color: #415b76;
}

.woocommerce .woocommerce-message:before{
    color: #415b76;
}

.main-navigation .uab-cart,
.uab-mobile-cart .uab-cart{
    background: #34495e !important;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    top: -5px;
}

.main-navigation .uab-cart:hover,
.uab-mobile-cart .uab-cart:hover{
    background: #415b76;
}

#uab-featured,
.woocommerce span.onsale{
    /*EV background: #34495e;*/
    background: #fff;
    color: #fff;
}
#uab-featured .fa{
    color: #fff;
}

#authica-social a:hover{
    color: #34495e;
}

.scroll-top:hover{
/*background: #34495e; */
    background: rgba (0, 0, 0, 0.4);
}


#uab-overlay-trigger{
    border-color: transparent transparent #34495e transparent;
}


//======================================
/*EV: definição do CSS em função da dimensão dos dispositivos*/
//======================================

@media( min-height: 300px ) and ( max-height: 404px ) and (min-width: 500px) and (max-width: 750px) {

    #uab-overlay-trigger {
	border: none;
    }
}

@media( min-width: 401px ) and ( max-width: 600px ) and (orientation: postrait) {

}

@media( min-width : 601px ) and ( max-width: 1060px ) and (orientation: postrait) {


}

@media( max-width: 1060px ) and (orientation: postrait){
    

}