/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       info@killersuave.com
Author URL:   http://localhost:8888/TK.Design
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

/************************************
1. SUPER SLIDER
************************************/

/* Super Slider Button Styling */

.button-orange a {
font: 20px/28px FranklinGothic URW !important;
font-weight: 900 !important;
letter-spacing: 4px !important;
text-transform: uppercase !important;
}


.button-orange div .n2-ow:after {
    content:'';
    display: block;
    position: absolute;
    width: 228px;
    height: 14px;
    background: #D34F27;
    transform: translateY(-15px) translateX(-5px);
    z-index: -1 !important;
    transition: .5s;
}

.button-orange div .n2-ow:hover:after {
    content:'';
    display: block;
    position: absolute;
    width: 228px;
    height: 14px;
    background: #F05A26;
    transform: translateY(-15px) translateX(-5px);
    z-index: -1 !important;
}