.widget_nav_menu div ul, .widget_recent_entries ul, .widget_categories ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_archive ul, .widget_archives ul, .widget_recent-posts ul, .widget_rss ul, #recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.widget_nav_menu div ul>li, .widget_recent_entries ul li, .widget_categories ul li, .widget_recent_comments ul li, .widget_pages ul li, .widget_meta ul li, .widget_archive ul li, .widget_archives ul li, .widget_recent-posts ul li, .widget_rss ul li, .recentcomments {
    position: relative;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.075);
}
.title-with-border {
    position: relative;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    border-bottom: 2px solid #0000003d;
}

.magine-widget{
    position: relative;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 60px; */
    /* vertical-align: bottom; */
}
.title-with-border span {
    background: #fff;
    padding-right: 1rem;
}

.title-with-border span:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    transform: translateY(-50%);
}
.widget_categories ul li {
    position: relative;
}

.magine-widget a:not(.btn), [class*="elementor-widget-wp-widget-"] a {
    color: inherit;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.widget_categories ul li a {
    /* display: block; */
}
.widget_nav_menu div ul>li>a, .widget_recent_entries ul li a, .widget_categories ul li a, .widget_recent_comments ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_recent-posts ul li a {
    font-weight: 600;
}

.widget_categories ul li span.badge {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: .3rem;
    right: 0;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1em;
    padding: 6px 8px 6px 8px;
    border-radius: 20px;
}
.widget_recent_entries ul li span.post-date {
    display: block;
    margin: .2rem 0 0 0;
    position: relative;
    font-size: .8rem;
    text-transform: uppercase;
}

.widget_recent_entries ul li span.post-date:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f017";
    padding-right: .3rem;
    font-weight: 400;
}
.widget_recent_comments ul li span {
    position: relative;
    display: inline-block;
}
#recentcomments a {
    display: block !important;
}
.magine-widget:last-child {
    margin-bottom: 0 !important;
}
.tagcloud {
    position: relative;
    display: inline-block;
    margin-bottom: -5px;
}
.tagcloud .tag-link-count {
    padding-left: 3px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 700;
}

.widget_search.magine-widget .search-form > label > span{
    display: none;
}
.widget_search.magine-widget .search-form > label{
    width: 100%;
}
.widget_search.magine-widget .search-form .search-field{
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #344055;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid rgba(0,0,0,.1);
    border-radius: .125rem;
    box-shadow: none;
    transition: all .3s ease-in-out;
}
.widget_search.magine-widget .search-form .search-submit{
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(0,174,214,1) 0%,rgba(0,203,205,1) 100%);
    background: linear-gradient(to right, rgba(0,174,214,1) 0%,rgba(0,203,205,1) 100%);
    padding: 10px 25px;
}
.magine-widget:first-child{
    padding-top: 45px;
}