/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1782378257
Updated: 2026-06-25 09:04:17

*/

body .site-branding .site-title {
    color: #f4730e;
}


.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-main-header-wrap.site-header-focus-item.site-header-row-layout-standard.site-header-row-tablet-layout-standard.site-header-row-mobile-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck {
    box-shadow: rgb(0 0 0 / 9%) 3px 4px 10px;
}

/* footer */

footer ul li a:before {
    content: "\f054";
    font-family: 'FontAwesome' !important;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #F4730E;
}

footer ul li {
    line-height: 1.6 !important;
}

#menu-footer-menu li{
    overflow:hidden;
}

#menu-footer-menu li a{
    display:inline-block;
    overflow:hidden;
    text-decoration:none;
}

#menu-footer-menu li a span{
    position:relative;
    display:inline-block;
    transition:transform .35s cubic-bezier(.76,0,.24,1);
}

#menu-footer-menu li a span::before{
    content:attr(data-hover);
    position:absolute;
    left:0;
    top:100%;
    width:100%;
}

#menu-footer-menu li:hover a span{
    transform:translateY(-100%);
}

.footer-newsletter{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:8px;
    border-radius:10px;
    overflow:hidden;
}

.footer-newsletter p{
    margin:0;
}

.footer-newsletter .wpcf7-form-control-wrap{
    flex:1;
}

.footer-newsletter input[type="email"]{
    width:100%;
    border:none;
    outline:none;
    padding:12px 15px;
    font-size:15px;
    background:transparent;
    box-sizing:border-box;
}


.footer-newsletter .wpcf7-submit {
    background: linear-gradient(90deg, #ff6b00, #ff9800);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    width: auto;
    display: inline-block;
}

.footer-newsletter input[type="submit"]:hover{
    background:#3157ff;
}

.footer-newsletter .wpcf7-spinner,
.footer-newsletter .wpcf7-response-output{
    display:none;
}

@media(max-width:768px){
    .footer-newsletter{
        flex-direction:column;
        padding:15px;
    }

    .footer-newsletter input[type="submit"]{
        width:100%;
    }
}
