/*!
Theme Name: Educal
Theme URI: https://bdevs.net/wp/educal/
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/portfolio
Description: Educal – Education WordPress Theme
Version: 1.3.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: educal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.event__item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.06);
	background:#fff
}
.event__content {
    padding: 25px 30px;
}
.event__date{
	position: absolute;
    top: 20px;
    left: 20px;
	background-color: #2b4eff;
	    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #3b60ff;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

   
.event__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.event__more {
    padding: 10px 30px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f5;
}