/**
Theme Name: Arogi Euromedica
Author: Netsteps S.A
Author URI: https://netsteps.gr/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arogi-euromedica
Template: astra
*/

:root {
    --color-primary: #1F6982;
    --color-secondary: #ED7C32;
}

#ast-desktop-header .custom-logo-link img {
    max-width: 100%;
}

/*#ast-desktop-header .site-primary-header-wrap .ast-builder-menu .main-navigation>ul {
    flex-wrap: nowrap;
}

#ast-desktop-header .site-primary-header-wrap .main-header-menu > .menu-item > .menu-link {
    white-space: nowrap;
}*/

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu .sub-menu {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 6px;
}

.site-header .ast-builder-language-switcher-item__active .ast-lswitcher-item-header {
    color: var(--color-secondary) !important;
    font-weight: 600 !important;
}

.widget_search .wp-block-search__inside-wrapper {
    display: flex;
}

.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-footer .widget_nav_menu .widget-title,
.site-footer .widget_block .wp-block-heading {
    margin-bottom: 22px;
}

.site-footer .widget_nav_menu li,
.site-footer .widget_block {
    margin-bottom: 14px;
}

.site-footer .widget_nav_menu li:last-child,
.site-footer .widget_block:last-child,
.site-footer .widget_block p {
    margin-bottom: 0;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .ast-builder-grid-row,
.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .ast-builder-grid-row {
    padding-right: 0;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form {
    padding: 54px 10px 24px 22px;
    font-size: 20px;
    border-radius: 16px 0 0 16px;
    background-color: var(--color-primary);
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form .mc4wp-form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form .mc4wp-response > div {
    margin-top: 16px;
    margin-left: 18px;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    border-radius: 4px;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form label {
    display: block;
    font-weight: inherit;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form label[for="agree"] {
    display: flex;
    gap: 8px;
    margin-left: 18px;
    margin-top: 16px;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form label[for="agree"] input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
    position: relative;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form label[for="agree"] input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    transform: translate(-50%, -50%) scale(0);
    transition: 120ms transform ease-in-out;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form label[for="agree"] input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="email"] {
    width: 100%;
    height: 50px;
    padding: 18px 24px 18px 24px;
    border: none;
    border-radius: 80px;
    background: #FFF;
    color: #32404E;
    font-weight: inherit;
    font-size: inherit;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="email"]::placeholder {
    color: #32404E;
    font-weight: 300;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form .mc4wp-form-submit {
    text-align: right;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="submit"] {
    margin-top: 46px;
    padding: 16px 40px;
    border-radius: 180px;
    border: 1px solid;
    background-color: var(--color-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="submit"]:hover,
.site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="submit"]:active {
    color: var(--color-primary);
    background-color: white;
}

.site-footer nav.ast-builder-language-switcher::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background: transparent url("assets/img/globe_icon_pin_blue.svg") no-repeat center;
}

.site-footer .ast-builder-language-switcher-item__active .ast-lswitcher-item-footer {
    color: var(--color-primary);
    font-weight: 600;
}

@media (min-width: 1024px) {
    .menu-line-break {
        display: none;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form h4 {
        margin-bottom: 46px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form {
        min-height: 408px;
        margin-top: -40px;
        padding: 64px 56px 46px 56px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="email"] {
        max-width: 515px;
        height: 66px;
        padding: 22px 53px 22px 53px;
    }
}

@media (min-width: 1280px) {
    body.blog .site-content > .ast-container,
    body.archive .site-content > .ast-container {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media (min-width: 1440px) {
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .ast-builder-grid-row {
        grid-template-columns: 1fr 1fr 1fr 748px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form h4 {
        margin-bottom: 46px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form {
        min-height: 408px;
        margin-top: -40px;
        padding: 64px 56px 46px 56px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="email"] {
        max-width: 515px;
        height: 66px;
        padding: 22px 53px 22px 53px;
    }
}

@media (max-width: 1279px) {
    .site-footer [data-section="section-fb-social-icons-1"] .footer-social-inner-wrap,
    .site-footer .ast-footer-language-switcher-element[data-section="section-fb-language-switcher"] {
        text-align: right !important;
        justify-content: flex-end !important;
    }
}

@media (max-width: 1023px) {
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form {
        margin-left: 14px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form .mc4wp-form-fields h4 {
       text-align: right;
        margin-bottom: 20px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .site-footer-section {
        padding: 0 14px;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .site-footer-section:has(.mc4wp-form) {
        padding: 0;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .ast-builder-grid-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .site-footer-primary-section-3 {
        grid-column: span 2 / span 2;
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy:has(.mc4wp-form) .site-footer-primary-section-4 {
        grid-column: span 2 / span 2;
        grid-column-start: 1;
        grid-row-start: 3;
    }
    .site-footer .site-primary-footer-wrap.ast-builder-grid-row-4-rheavy .mc4wp-form input[type="submit"] {
        border-radius: 180px;
        margin-top: 40px;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
        padding-right: 0;
        padding-left: 0;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row > .site-footer-section {
        padding: 10px 14px;
        margin: 0;
        min-height: 38px;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row > .site-footer-section:last-child {
        background-color: #99B6E0;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row .site-footer-section img[src*="netsteps-logo"] {
        width: 74px;
        height: 24px;
        margin-top: -10px !important;
    }
}
