/*
 Theme Name:   Edubin Child
 Theme URI:    https://themeforest.net/item/edubin-education-lms-wordpress-theme/24037792
 Description:  Education LMS WordPress Theme Edubin Child Theme
 Author:       Pixelcurve
 Author URI:   https://themeforest.net/user/pixelcurve
 Template:     edubin
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  edubin-child

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
*/

/*=== WMPL language dropdown style ===*/
.wpml-ls-legacy-dropdown {
    max-width: 34px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 0;
    border: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
    background-color: transparent;
    text-decoration: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    font-family: flaticon_edubin !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f142";
    border: 0;
    font-size: 9px;
    right: 0;
    top: calc(50% - 3px);
}
/*=== Mailchimp ===*/
.mc4wp-form p {
    margin: 0;
    padding: 0;
}
.mailchimp {
    display: flex;
    align-items: center;
}
.mailchimp .mailchimp-input-label {
    width: 100%;
}
.mailchimp .mailchimp-input-label input {
    width: 100%;
    border-color: var(--e-global-color-dfc4d28, #f51f5a);
    padding-top: 14px;
    padding-bottom: 14px;
    color: var(--e-global-color-accent, #1e73be);
}
.mailchimp .mailchimp-input-label input::placeholder {
    color: var(--e-global-color-accent, #1e73be);
    opacity: 0.5;
}
.mailchimp .mailchimp-submit {
    background-color: var(--e-global-color-dfc4d28, #f51f5a);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px 15px 15px;
    color: white;
}
.mc4wp-response .mc4wp-alert {
    margin-top: 5px;
    font-size: 13px;
}
.mc4wp-response .mc4wp-error {
    color: var(--e-global-color-dfc4d28, #f51f5a);
}
.mc4wp-response .mc4wp-notice {
    color: var(--e-global-color-accent, #1e73be);
}

@media (max-width: 767px) {
    .mailchimp {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
}
