/*
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 5, 2015, 10:57:12 AM
    Author     : Bilal
*/

a,a:visited{
    color: #3498db;
}

a:hover,
a:focus,
.site-info a:hover{
    color: #5dade2;
}

ul.athena-nav > li.menu-item.current-menu-item a,
ul.athena-nav > li.menu-item.current-menu-parent a,
ul.athena-nav > li.menu-item a:hover{
    
    border-bottom: 2px solid #5dade2;

}

ul.athena-nav > li > ul li.current-menu-item > a{
    color: #3498db;
}

ul.athena-nav ul li a:hover{
    color: #5dade2;
}

.athena-button.primary,
button,
.woocommerce ul.products li.product .button,
input[type="button"], 
input[type="submit"],
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input[type="submit"] {
    background: #3498db;
    color: #fff;
}

.athena-button.primary:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover,
 .woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input[type="submit"]:hover {
    background: #5dade2;
}

.woocommerce .woocommerce-message{
    border-top-color: #3498db;
}

.woocommerce .woocommerce-message:before{
    color: #3498db;
}

.main-navigation .athena-cart,
.athena-mobile-cart .athena-cart{
    background: #3498db !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 .athena-cart:hover,
.athena-mobile-cart .athena-cart:hover{
    background: #5dade2 !important;
}

#athena-featured,
.woocommerce span.onsale{
    background: #3498db;
    color: #fff;
}
#athena-featured .fa{
    color: #fff;
}

#authica-social a:hover{
    color: #5dade2;
}

.scroll-top:hover{
    background: #5dade2;
}

#athena-overlay-trigger{
    border-color: transparent transparent #3498db transparent;
}
#athena-testimonials .fa-quote-left{
    color: #3498db;
}

.panel-default>.panel-heading:hover{
    background: #3498db;
    transition: 0.3s all ease;  
    -moz-transition: 0.3s all ease;  
    -webkit-transition: 0.3s all ease;  
}

.panel-default>.panel-heading:hover h4.panel-title a{
    color: #fff;

}

#athena-homepage-c-widget{
	background: #3498db;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #3498db;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #A4D2F1;
}

.diviver span{
    border-bottom: 2px solid #A4D2F1;
}

.athena-pricing-table .special{
    border-color: #A4D2F1 transparent transparent transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #3498db;
}