/*
Theme Name: Sarthony Child
Theme URI: //demos.casethemes.net/sarthony/
Author: CaseThemes
Author URI: //themeforest.net/user/casethemes/portfolio
Description: Sarthony come with a best WordPress theme for SEO company. All the latest features are using here which help you to make unique website from others. It also helps you to attract your target clients. Sarthony is retina ready & fully responsive and through this features you can display your site with a high resolution at any device like notebook, iPhone laptop etc.  
Version: 1.0.9
License: ThemeForest
License URI: //themeforest.net/licenses
Template: sarthony
Text Domain: sarthony-child
Tags: creative agency, design agency, digital marketing, digital marketing agency, marketing agency, marketing expert, PPC, seo, seo agency, SEO Marketing, SMM, Social Marketing, social media 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
footer .widget_newsletterwidget form {
    display:unset !important;
}
.widget_newsletterwidget form .tnp-field-email .tnp-email {
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #3aa6b9 !important;
    height: 50px;
    padding: 10px 20px;
    background-color:white !important;
    font-size: 15px;
    color: #6c757d;
}
.site-content {
    padding: 40px 0 !important;
    background-color: #fff;
}
.site-footer {
    color: white !important;
}
.site-footer.bg-image
{
    background-color: #141414 !important;
    background-image: unset !important;
}

/* menu w stopce w jednej kolumnie */
footer .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;          /* włącz flexbox */
    flex-direction: column; /* pionowo */
    gap: 0.4rem;            /* odstęp między linkami */
}

footer .widget_nav_menu .menu > li {
    display: block;         /* nadpisuje inline‑block */
}

/* link reprezentujący bieżącą stronę w menu stopki */
footer .widget_nav_menu .current-menu-item > a,
footer .widget_nav_menu [aria-current="page"] {
    color: #3aa6b9 !important;   /* Twój kolor */
}

/* standardowa strzałka – zostawiamy bez zmian */
footer .widget_nav_menu .menu li::before {
    /* tu może być font‑icon (content:"\f105") albo trójkąt z borderów   */
    transition: color .2s, border-color .2s;
}

/* aktywna pozycja (current page) – zmieniamy kolor strzałki */
footer .widget_nav_menu .current-menu-item::before,
footer .widget_nav_menu [aria-current="page"]::before {
    /* jeśli to ikona (np. Font Awesome, Icon Font) */
    color: #3aa6b9 !important;

    /* a jeśli pseudo‑element jest trójkątem z borderów,
       odkomentuj poniżej zamiast 'color'               */
    /* border-left-color: #3aa6b9; */
}
/* ----------  PODSTAWA  ---------- */
/* domyślny kolor strzałek w stopce */
footer .widget_nav_menu .menu li::before {
    transition: color .2s, border-color .2s;   /* gładka animacja */
}

/* ----------  AKTYWNA STRONA  ---------- */
footer .widget_nav_menu .current-menu-item::before,
footer .widget_nav_menu [aria-current="page"]::before {
    color: #3aa6b9  !important;                 /* albo border-left-color: #3aa6b9;  */
}

/* ----------  HOVER  ---------- */
/* gdy najeżdżasz myszką na li lub link, strzałka dziedziczy kolor #3aa6b9 */
.site-footer .top-footer ul.menu li a:before ,
footer .widget_nav_menu .menu li:hover::before,
footer .widget_nav_menu .menu li:focus-within::before {
    color: #3aa6b9  !important;                 /* jeśli to font‑icon  */
    /* border-left-color: #3aa6b9;  */ /* jeśli to trójkąt z borderów */
}
site-footer{
    colore:#141414 !important;
}
.ct-fancybox-layout1 .ct-fancybox-icon {
    background-color: #3aa6b9 !important;
}