/*
Custom css to make corners round and use our theme colors, keep clean as possible
*/

.header { border-radius: 0 10px 10px 10px; } 
.top-toolbar::before { border-radius: 10px 10px 0 0; } 
.header .logo { margin-top: -26px; margin-left: 5px; }
.header-container .header-cart { border-radius: 10px; }
.dropdown-menu { border-radius: 10px; }  
 
.argento-slider .trigger { color: #3C0AB4; }
.argento-slider .trigger-left { border-radius: 0 10px 10px 0; }
.argento-slider .trigger-right { border-radius: 10px 0 0 10px; }

.callout-home-top .easyslide-controls-wrapper {
    background-color: #3C0AB4;
    border-radius: 10px 0 0 10px;
}

.callout-home-top .block-subscribe { background: #ffab00; border-radius: 10px; margin-bottom: 10px; }
.callout-home-top .block-subscribe .block-title span { font-weight: bold; color: #2C0064; }

.callout-home-top .block-subscribe button.button span {
    color: #fff;
    background: #3C0AB4;
    background: -moz-linear-gradient(top, #B8B8DC 0%, #3C0AB4 10%, #3C0AB4 91%, #002340 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8DC), color-stop(10%,#3C0AB4), color-stop(91%,#3C0AB4), color-stop(100%,#2C0064));
    background: -webkit-linear-gradient(top, #B8B8DC 0%,#3C0AB4 10%,#3C0AB4 91%,#2C0064 100%);
    background: -o-linear-gradient(top, #B8B8DC 0%,#3C0AB4 10%,#3C0AB4 91%,#2C0064 100%);
    background: -ms-linear-gradient(top, #B8B8DC 0%,#3C0AB4 10%,#3C0AB4 91%,#2C0064 100%);
    background: linear-gradient(to bottom, #B8B8DC 0%,#3C0AB4 10%,#3C0AB4 91%,#2C0064 100%);
}