/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.green-label p {
    background: #e1eecc;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;

}

.pink-label p {
    background: #fff2eb;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;

}

.fusion-toggle-boxed-mode {
    border-radius: 20px !important;
}

.footer-button {
    width: 250px;
}

.form-consent label {
    color: #f5ead8 !important;


}

.container-footer-menu a .menu-text {
    text-decoration: underline !important;
}

.container-footer-menu a .fusion-megamenu-icon i:before {
    text-decoration: none !important;
}


@media (min-width: 768px) and (max-width: 1200px) {
    .teaser-button span {
        font-size: 14px !important;
    }

    .teaser-button {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .first-headline {
        font-size: 40px !important;
    }

        .teaser,
    .teaser p {
        font-size: 20px !important;

    }

    .teaser-underline,
    .teaser-underline p {
        font-size: 10px !important;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .footer-button {
        width: 100%;
        margin: 0px !important;
        padding: 10px !important;
    }

    .footer-button-two {
        width: auto;
    }

    .footer-button span {
        font-size: 13px !important;
    }

    .teaser,
    .teaser p {
        font-size: 20px !important;
    }

    .teaser-underline,
    .teaser-underline p {
        font-size: 10px !important;
    }

    .teaser-button {
        width: 100% !important;
    }

    .teaser-button span {
        font-size: 14px !important;
    }

    .second-headline {
        font-size: 35px !important;
    }

    .first-headline {
        font-size: 40px !important;
    }
}