/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.site-footer .widget .widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
}
.site-footer .widget .widget-title:after {
    display: none;
}
.site-footer .widget p {
    font-size: 15px;
    line-height: 26px;
    color: #edf0f2;
}
.site-footer .footer-bottom .widget p {
    margin-bottom: 0;
}
.site-footer .widget ul li a {
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.site-footer .widget ul li ul li a{
    padding-left: 14px;
}
.site-footer .widget ul li a:hover {
    color: var(--edubin-primary-color);
    transition: all 0.5s ease;
}
.site-footer .widget ul.sub-menu li a:hover {
    margin-left: 5px;
    color: var(--edubin-primary-color);
    transition: all 0.5s ease;
}

.site-footer .widget ul.menu li {
    padding: 4px 0 4px 14px;
    list-style: none;
    color: #edf0f2;
    vertical-align: top;
    position: relative;
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.site-footer .widget ul.menu li:before {
    color: var(--edubin-primary-color);
    content: "\f140";
    font-family: "Flaticon_edubin";
    left: 0px;
    position: absolute;
    top: 9px;
    font-size: 9px;
}
.site-footer .widget ul.menu li ul li:before{
    left: -12px
}
.site-footer.hide-menu-icon ul.menu li:before {
    display: none;
}
.site-footer.hide-menu-icon ul.menu li {
    padding: 4px 0 4px 0;
}

.site-footer .widget.widget_nav_menu ul li a:hover {
    margin-left: 5px;
    color: var(--edubin-primary-color);
    transition: all 0.5s ease;
}
.site-footer.hide-menu-icon .widget.widget_nav_menu ul li a:hover {
    margin-left: 0;
}
body .edubin-footer .elementor-widget-container .site-footer ul.menu li a:hover {
    color: var(--edubin-primary-color);
}
.site-footer .widget_rss .rss-date, .site-footer .widget_rss li cite {
    color: #fff;
}
.site-footer .comment-author-link {
    color: #fff;
}
.edubin-entry-footer {
    padding-top: 10px;
    clear: both;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.edubin-entry-footer .cat-links, .edubin-entry-footer .tags-links {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    color: #07294d;
}
.edubin-entry-footer .cat-links+.tags-links {
    margin-top: 1em;
}
.edubin-entry-footer .cat-links a, .edubin-entry-footer .tags-links a {
    color: var(--edubin-meta-color);
}
.edubin-entry-footer .cat-links a:hover, .edubin-entry-footer .tags-links a:hover {
    color: var(--edubin-primary-color);
}
.edubin-entry-footer .cat-tags-links a {
    transition: all 0.5s ease;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    color: var(--edubin-meta-color);
    display: inline-block;
    margin-left: 5px;
}
.edubin-entry-footer .cat-tags-links a:first-child {
    margin-left: 0;
}
.edubin-entry-footer .cat-tags-links span.tag-icon {
    fill: var(--edubin-meta-color);
}
.site-footer .widget .tagcloud ul li a {
    color: #07294d;
}
.edubin-entry-footer .cat-tags-links a:hover {
    color: var(--edubin-primary-color);
    transition: all 0.5s ease;
}
.edubin-entry-footer .cat-links .icon, .edubin-entry-footer .tags-links .icon {
    color: var(--edubin-meta-color);
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 2px;
}
.edubin-entry-footer .edit-link {
    display: inline-block;
    float: right;
}
.edubin-entry-footer .edit-link a.post-edit-link {
    background-color: #07294d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 20px;
}
.type-page .edubin-entry-footer .edit-link a.post-edit-link {
    margin-left: 0;
}
.edubin-entry-footer .edit-link a.post-edit-link:hover, .edubin-entry-footer .edit-link a.post-edit-link:focus {
    background-color: var(--edubin-primary-color);
    color: #07294d;
}
.type-page .edubin-entry-footer {
    padding: 0;
}
.type-page .edubin-entry-footer .edit-link {
    float: left;
    padding-top: 20px;
}
.site-footer .widget.widget_media_image img {
    margin: 0;
}
.site-footer .widget a {
    color: #edf0f2;
}
.site-footer .widget .edubin-social a {
    color: #edf0f2;
}
.site-footer .widget .edubin-social a:hover {
    color: var(--edubin-primary-color);
}
.site-footer .widget button, .site-footer .widget input[type="button"], .site-footer .widget input[type="submit"] {
    background-color: var(--edubin-primary-color);
    color: #07294d;
}
.site-footer .footer-top {
    background-color: #07294d;
}
.site-footer .footer-bottom {
    background-color: #021d3a;
}
.site-footer .footer-top .footer-wrap {
    padding: 70px 0px 60px 0px;
}
.site-footer .widget {
    margin-bottom: 30px;
}
.site-footer .widget:last-child {
    margin-bottom: 0;
}
.page .edubin-entry-footer {
    margin: 0;
    border: 0;
}
@media screen and (max-width:767px) {
    .site-footer .footer-top .footer-column {
        margin-bottom: 30px;
    }
    .site-footer .footer-top .footer-wrap>*:last-child .footer-column {
        margin-bottom: 0;
    }
}
.site-footer .widget ul li {
    color: #edf0f2;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    position: relative;
    border-top: none;
    border-bottom: none;
}
.site-footer .widget ul li:before {
    color: var(--edubin-primary-color);
    content: "\f140";
    font-family: "Flaticon_edubin";
    left: 0;
    position: absolute;
    top: 4px;
    font-size: 10px;
}
.site-footer .widget ul>li>ul>li {
    padding-bottom: 0;
}
.site-footer .widget ul.wp-tag-cloud li:before {
    display: none;
}
.site-footer .widget ul.wp-tag-cloud li:hover a {
    color: #07294d;
}
.site-footer .widget ul.wp-tag-cloud li {
    padding: 0;
}
@media (max-width:991.98px) {
    .site-footer .sidebar-no {
        display: none;
    }
}
/*Footer calendar */

.site-footer .widget table#wp-calendar th {
    color: #fff;
}
.site-footer .widget table#wp-calendar td {
    color: #fff;
}
.site-footer .widget table#wp-calendar td a:hover {
    color: var(--edubin-primary-color);
}
.site-footer .widget #wp-calendar caption {
    color: #fff;
}
.site-footer .widget table#wp-calendar td {
    font-size: 14px;
}
.site-footer .widget table#wp-calendar th {
    font-size: 13px;
}
.site-footer .widget #wp-calendar thead th {
    padding: 0.25rem;
}
.site-footer .widget #wp-calendar tbody td {
    padding: 0.125rem;
}
.site-footer .widget img.footer-logo {
    width: 180px;
}
.site-footer .edubin-row>* {
    margin-bottom: 0 !important;
}
/* ======  Social shortcode  ====== */

.edubin-social {
    margin-top: -10px;
    transition: all 0.5s ease;
}
.edubin-social a.edubin-social-icon {
    border: 2px solid var(--edubin-primary-color);
    line-height: 40px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    border-radius: 50px;
    background: var(--edubin-primary-color);
    font-size: 15px;
}
.edubin-social a.edubin-social-icon:hover {
    border-color: #07294d;
    transition: all 0.5s ease;
    color: #07294d;
}
.edubin-social a.edubin-social-icon:first-child {
    margin-left: 0;
}
.edubin-social a.edubin-social-icon:last-child {
    margin-left: 0;
}
.edubin-quickinfo {
    color: #fff;
    margin-bottom: 3px;
}
.edubin-quickinfo .qicon i {
    margin-right: 10px;
}

/**
* -------------------
* # Footer
* -------------------
*/

.edubin-footer-default-wrapper {
    padding: 25px 0 40px 0;
    color: #ffffff;
    background: var(--edubin-heading-color);
    text-align: center;
}
.edubin-footer-default-wrapper a {
    color: #ffffff;
}
.edubin-footer-default-wrapper a:hover {
    color: var(--edubin-primary-color);
}