/*
 Theme Name:   Edubin Child
 Description:  Edubin Child Theme
 Author:       Nimbuz
 Author URI:   #
 Template:     edubin
 Version:      1.0.0
 Text Domain:  edubin-child
*/

:root {
	
}

@media (min-width: 1200px) {
    .container {
        
    }
}

.tax-categories-formations .edu-blog .date,
.post-type-archive-formations-mozart .edu-blog .date,
.recent-posts-footer h5{
	display:none !important;
}
.post-type-archive-formations-mozart .cat_post{
	position: absolute;
    top: 25px;
    left: 30px;
    max-width: 70%;
}

.post-type-archive-formations-mozart .cat_post a{
	font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
    padding: 0 11px;
    line-height: 29px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    background: var(--edubin-primary-color);
    box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}

.archive .edubin-breadcrumb-style-1 .edubin-page-title h1{font-size:0;}
.archive .edubin-breadcrumb-style-1 .edubin-page-title h1 span{font-size: var(--edubin-h1);}
.edubin-header-area ul.edubin-navbar-nav li.current-menu-ancestor.current_page_ancestor.menu-item-has-children>a,
.edubin-header-area ul.edubin-navbar-nav li.current-menu-parent>a, .edubin-header-area ul.edubin-navbar-nav li.current_page_item>a, .edubin-header-area ul.edubin-navbar-nav li.current-menu-item>a{
    color: #fff !important;
    background: #14649E !important;
}
body .wpcf7-form .select2-container .select2-selection--single,
body .wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
body .wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.recent-posts-footer ul li a{color:#fff;}
.recent-posts-footer ul li a:hover{color:#5D5D5D;}
.recent-posts-footer ul li .post-date{color:#14649E;}
.recent-posts-footer ul li a{}

.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-header-area ul.edubin-navbar-nav>li>a{
	padding-top:15px;
	padding-bottom:15px;
}