/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/


.header_v5 .width-logo > a {
    background-color: transparent !important;
}

.site-header.header_v5 .navbar-nav {
    align-items: center;
}

.header_v5 .width-logo {
    position: relative;
    width: 200px;
}

#masthead.header_v5 .width-logo>a {
    margin: 0;
}

#masthead.header_v5 .width-logo>a img {
    position: absolute;
    width: auto;
    height: 110px;
    right: 0;
    margin: 0;
    text-align: right;
    bottom: -35px;
    transition: bottom 0.5s ease;
}

@media(max-width: 1024px) {
    #masthead.header_v5 .width-logo>a img {
        position: relative;
        bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        height: 60px;
    }
}

@media(min-width: 992px) and (max-width: 1399px) {
    #masthead.header_v5 .width-logo>a img {
        position: inherit;
        height: 60px;
    }
}

.navigation .menu-right ul li>div {
    padding: 0;
}


#masthead.sticky-header.menu-hidden.header_v5 .width-logo>a img {
    bottom: 0;
    transition: bottom 0.5s ease;
}


footer#colophon.thim-footer-new-eduma .footer {
    padding-top: 0;
    padding-bottom: 10px;
}


@media (max-width: 767px) {
    .header_v5 #toolbar .thim-have-any-question, .home-grad .counter-box:after {
        display: block;
    } 

    .header_v5 #toolbar .header_full {
        padding-left: 15px;
    }

    .thim-have-any-question .email, .thim-have-any-question .mobile {
        margin-left: 0;
    }
}