/* ==========================================================================
   OB-OVERRIDES.CSS
   Custom overrides for orthobiologics.gr — brand color: #434580
   All rules live here. Original theme files are untouched.
   Kill-switch: append ?no-rebrand=1 to any URL to bypass this stylesheet.
   ========================================================================== */


/* --------------------------------------------------------------------------
   1) Header right-info: email & phone links → brand color #434580
   Targets the <a> inside .header-right-info .content (email + phone).
   The "ΚΛΕΙΣΤΕ ΡΑΝΤΕΒΟΥ" button (.thm-btn) is intentionally NOT affected
   — it's a button, not a text link.
   -------------------------------------------------------------------------- */
.header-right-info .content a {
    color: #434580 !important;
}

.header-right-info .content a:hover,
.header-right-info .content a:focus {
    color: #2f315e !important; /* darker shade for hover feedback */
}


/* --------------------------------------------------------------------------
   2) Remove underline / border-bottom from ALL links in ALL states
   Kills underlines and border-bottom styling across the entire site,
   on default, hover, focus, active, and visited states.
   -------------------------------------------------------------------------- */
a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    border-bottom: none !important;
    text-decoration: none !important;
}

.text-galazio
{
    color: #434580 !important;
}

.text-grey
{
    color:#535456 !important;
}

#ez-toc-container 
{
    background: none;
    border: 0px;
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
    display: table;
    margin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    position: absolute;
    width: auto;
    z-index: 1;
}

.ez-toc-title
{
    display: none !important;
}

.is-form-style input.is-search-input 
{
    border-radius: 20px !important;
}

.topbar-search
{
   margin-left: 12px !important; 
}

.pathiseis img 
{
    width:6px !important;
}


@media (max-width: 480px) 
{
    .top-bar .left-text 
    {
        display: none !important;
    }
}

@media (max-width: 768px) 
{
    .header-right-info 
    {
        display: none;
    }

    .navigation .nav-footer button 
    {
        background: #434580 !important;
    }

    .navigation .nav-header > ul > li > a, .navigation .nav-header > ul > li:first-child > a 
    {
        background: #434580 !important;
    }

    .inner-header 
    {
        padding-bottom: 100px;
    }

    .inner-header .breadcumb
    {
        display: none;
    }

    .inner-header h2
    {
        display: none;
    }

}


.yphresies_epemvaseis .col-lg-4 div 
{
    border-radius: 25px;
}

.h_sp
{
    font-size: 21px;
    font-weight: bold !important;
    color: #fff !important;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
}

#testimonials blockquote 
{
    font-size: 2.25rem !important;
}

.text-blue 
{
    color: #434580 !important;
}

.py-5 button
{
    border-radius: 25px !important;
}

.footer-widget .contact li i 
{
    width: 30px !important; 
    margin-top: 5px !important;
}