/* =========================================================
   FRY - FOOTER
   ========================================================= */

.site-footer {
    background: #111111 !important;
    color: #cccccc !important;
    padding: 0 !important;
}

.site-footer .col-full {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.fry-footer {
    width: 100%;
    background: #111111;
    color: #cccccc;
}

.fry-footer a {
    color: #cccccc;
    text-decoration: none;
}

.fry-footer a:hover {
    color: #d96b00;
}

/* =========================================================
   ZONA PRINCIPALA
   ========================================================= */

.fry-footer-main {
    padding: 55px 30px 45px;
}

.fry-footer-grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1.15fr;
    gap: 50px;
}

.fry-footer-column h3 {
    margin: 0 0 18px !important;
    padding: 0 !important;

    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

/* =========================================================
   LOGO
   ========================================================= */

.fry-footer-logo {
    margin-bottom: 20px;
}

.fry-footer-logo .custom-logo-link {
    display: inline-block;
}

.fry-footer-logo img {
    width: auto !important;
    max-width: 150px !important;
    max-height: 75px !important;
    object-fit: contain !important;
}

.fry-footer-description {
    max-width: 310px;
    margin: 0 0 25px !important;

    color: #aaaaaa;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */

.fry-footer-newsletter {
    margin-top: 20px;
}

.fry-footer-newsletter h3 {
    margin-bottom: 6px !important;
}

.fry-footer-newsletter > p {
    margin: 0 0 12px !important;
    color: #999999;
    font-size: 13px;
    line-height: 1.5;
}

.fry-footer-newsletter-form {
    width: 100%;
    max-width: 330px;
}

/* MailPoet */

.fry-footer-newsletter-form .mailpoet_form {
    padding: 0 !important;
}

.fry-footer-newsletter-form form {
    margin: 0 !important;
}

.fry-footer-newsletter-form input[type="email"] {
    width: 100% !important;
    height: 42px !important;

    margin: 0 0 8px !important;
    padding: 8px 12px !important;

    border: 1px solid #333333 !important;
    border-radius: 3px !important;

    background: #ffffff !important;
    color: #111111 !important;

    font-size: 13px !important;
}

.fry-footer-newsletter-form input[type="submit"],
.fry-footer-newsletter-form button[type="submit"] {
    width: 100% !important;
    min-height: 42px !important;

    margin: 0 !important;
    padding: 10px 15px !important;

    border: 0 !important;
    border-radius: 3px !important;

    background: #d96b00 !important;
    color: #ffffff !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    cursor: pointer !important;
}

.fry-footer-newsletter-form input[type="submit"]:hover,
.fry-footer-newsletter-form button[type="submit"]:hover {
    background: #ffffff !important;
    color: #111111 !important;
}

/* =========================================================
   SOCIAL MEDIA
   ========================================================= */

.fry-footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 20px;
}

.fry-footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    height: 40px !important;

    padding: 0 !important;

    border: 1px solid #3a3a3a !important;
    border-radius: 50% !important;

    background: #1b1b1b !important;
    color: #ffffff !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.fry-footer-social a:hover {
    border-color: #d96b00 !important;
    background: #d96b00 !important;
    color: #ffffff !important;

    transform: translateY(-2px);
}

.fry-footer-social svg {
    display: block !important;

    width: 18px !important;
    height: 18px !important;

    fill: currentColor !important;
}

/* =========================================================
   MENIURI
   ========================================================= */

.fry-footer-menu {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.fry-footer-menu li {
    margin: 0 0 10px !important;
    padding: 0 !important;

    list-style: none !important;
}

.fry-footer-menu li::before {
    display: none !important;
}

.fry-footer-menu a {
    color: #bdbdbd !important;

    font-size: 14px;
    line-height: 1.45;
}

.fry-footer-menu a:hover {
    color: #d96b00 !important;
}

/* =========================================================
   DATE FIRMA
   ========================================================= */

.fry-footer-company {
    border-top: 1px solid #292929;
    background: #0c0c0c;
}

.fry-footer-company-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 25px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.fry-company-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 5px 16px;

    color: #999999;

    font-size: 12px;
    line-height: 1.5;
}

.fry-company-data strong {
    color: #ffffff;
}

.fry-company-data a {
    color: #cccccc !important;
}

.fry-company-data a:hover {
    color: #d96b00 !important;
}

/* =========================================================
   TELEFON + WHATSAPP
   ========================================================= */

.fry-footer-contact-buttons {
    display: flex;
    flex-shrink: 0;

    gap: 10px;
}

.fry-contact-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 42px;

    padding: 10px 16px !important;

    border-radius: 3px !important;

    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.fry-phone-button {
    border: 1px solid #555555 !important;

    background: transparent !important;
    color: #ffffff !important;
}

.fry-phone-button:hover {
    border-color: #d96b00 !important;

    background: #d96b00 !important;
    color: #ffffff !important;
}

.fry-whatsapp-button {
    border: 1px solid #ffffff !important;

    background: #ffffff !important;
    color: #111111 !important;
}

.fry-whatsapp-button:hover {
    border-color: #d96b00 !important;

    background: #d96b00 !important;
    color: #ffffff !important;
}

/* =========================================================
   COPYRIGHT
   ========================================================= */

.fry-footer-bottom {
    border-top: 1px solid #222222;

    background: #080808;
}

.fry-footer-bottom-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 17px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    color: #777777;

    font-size: 12px;
    line-height: 1.5;
}

.fry-footer-bottom-inner strong {
    color: #aaaaaa;
}

/* =========================================================
   TABLETA
   ========================================================= */

@media (max-width: 991px) {

    .fry-footer-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 40px;
    }

    .fry-footer-company-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 600px) {

    .fry-footer-main {
        padding: 40px 18px 30px;
    }

    .fry-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .fry-footer-description {
        max-width: none;
    }

    .fry-footer-newsletter-form {
        max-width: none;
    }

    .fry-footer-company-inner {
        padding: 22px 18px;
    }

    .fry-company-data {
        flex-direction: column;
        align-items: flex-start;

        gap: 5px;
    }

    .fry-footer-contact-buttons {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .fry-contact-button {
        width: 100%;
    }

    .fry-footer-anpc-inner {
        padding: 18px;
    }

    .fry-footer-bottom-inner {
        padding: 17px 18px;

        flex-direction: column;
        align-items: flex-start;

        gap: 5px;
    }
}
/* =========================================================
   FRY - FIX ICONITE SOCIAL FOOTER
   ========================================================= */

.fry-footer .fry-footer-social {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 20px !important;
}

.fry-footer .fry-footer-social a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #444 !important;
    border-radius: 50% !important;

    background: #222 !important;
    color: #fff !important;

    overflow: visible !important;
}

.fry-footer .fry-footer-social a:hover {
    background: #d96b00 !important;
    border-color: #d96b00 !important;
    color: #fff !important;
}

.fry-footer .fry-footer-social a svg {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 19px !important;
    height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;

    fill: #ffffff !important;
    color: #ffffff !important;

    position: static !important;
    transform: none !important;
}

.fry-footer .fry-footer-social a svg path {
    display: block !important;
    fill: #ffffff !important;
}

/* =========================================================
   FRY - ANPC MIC SUB TIP PESCUIT
   ========================================================= */

.fry-footer-anpc-small {
    margin-top: 24px !important;
    padding-top: 18px !important;
    border-top: 1px solid #292929 !important;
}

.fry-footer-anpc-small a {
    display: inline-block !important;
    line-height: 0 !important;
}

.fry-footer-anpc-small img {
    display: block !important;
    width: 150px !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   FRY - ROYAL MEDIA
   ========================================================= */

.fry-footer-royal {
    border-top: 1px solid #222222 !important;
    background: #0c0c0c !important;
}

.fry-footer-royal-inner {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 14px 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    color: #777777 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.fry-footer-royal-inner a {
    color: #aaaaaa !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.fry-footer-royal-inner a:hover {
    color: #d96b00 !important;
}

.fry-footer-bottom-inner {
    justify-content: center !important;
    text-align: center !important;
}

@media (max-width: 600px) {
    .fry-footer-anpc-small img {
        width: 145px !important;
    }

    .fry-footer-royal-inner {
        padding: 13px 18px !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .fry-footer-bottom-inner {
        align-items: center !important;
        text-align: center !important;
    }
}
/* =========================================================
   FRY — BOTTOM COPYRIGHT PE UN SINGUR RAND
   ========================================================= */

.fry-footer-bottom,
.fry-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .fry-footer-bottom,
    .fry-footer-copyright {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }
}
/* =========================================================
   FRY — FOOTER BOTTOM COPYRIGHT
   ========================================================= */

.fry-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.fry-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fry-footer-bottom-right {
    margin-left: auto;
    text-align: right;
}

.fry-footer-bottom-left a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .fry-footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .fry-footer-bottom-right {
        margin-left: 0;
        text-align: center;
    }
}
