/*!
Theme Name: Edubin
Theme URI: https://wpsprite.com/wordpress/edubin/
Author: Pixelcurve
Author URI: https://wpsprite.com/
Description: Edubin Education LMS WordPress Theme.
Version: 3.0.4
License: Split License
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: edubin
Domain Path: /languages/
*/

/* Note: The CSS files are loaded from assets/css/ folder. */


.box__popup[data-popup="login"] .um-right.um-half .um-button{
    text-align: center;
    font-size: 14px!important;
    font-weight: 600 !important;
    padding: 14px 0 15px !important;
}
.box__popup[data-popup="login"] input#um-submit-btn{
    text-align: center;
    font-size: 14px!important;
    font-weight: 600 !important;
    padding: 14px 0 15px !important;
}

.um-field-checkbox .um-field-half{
    width: 100% !important;
}
.animation_inner{
	overflow: hidden;
}
.animation_inner .wp-block-media-text__media{
	animation-name:fadeInLeft;
	animation-fill-mode:both;
	animation-duration:1s;
}
.animation_inner .wp-block-media-text__content{
	animation-name:fadeInRight;
	animation-fill-mode:both;
	animation-duration:1s;
	animation-delay: 0.5s;
}