/*
 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
*/

a{
    color:#490251;
}
.navigation .width-navigation .navbar-nav>li>a, .navigation .width-navigation .navbar-nav>li>span, .thim-course-search-overlay .search-toggle, .widget_shopping_cart .minicart_hover .cart-items-number, #masthead.header_v4 .navigation .menu-right .thim-link-login a, .menu-right .search-form:after, .menu-right .thim-link-login a{
    color:#000;
}
.navigation .width-navigation .navbar-nav>li>a:hover, .navigation .width-navigation .navbar-nav>li>span:hover {
    color:#490251;
}
#masthead.header_v5 .width-logo>a{
    height:125px;
    background-color:#490251;
}
#masthead.header_v5 .width-logo>a img {
    padding: 10px 15px;
}
.header_v5 .navigation .navbar-nav>li>a{
    padding:20px 10px;
}
.thim-about-author{
    display:none;
}
footer#colophon {
	background:#490251;
}
footer#colophon .copyright-area{
	background:#1b0020;
}
footer .elementor-column {
    min-height: 0px;
}
.navigation .navbar-nav>li.menu-item-has-children>a:after{
    right:-7px;
}
.site-content {
    padding: var(--thim-padding-top-content,60px) 15px 0px;
}
.facility img{
    width:100%;
}
.date-meta{
    display:none;
}

#single-lecturer .banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#single-lecturer .page-title {
    margin-right: auto !important;
}

#single-lecturer .title-right-image {
    margin-left: 20px; /* Adjust the margin as needed */
    max-width: 300px;  /* Adjust the size as needed */
    height: auto;
    border-radius:8px;
}

@media(max-width:480px){
    #masthead.header_v5 .width-logo>a img{
        width:175px;
        margin: 45px 10px;
    }
}
@media(max-width:765px){
    #single-lecturer .banner-wrapper {
        display: block;
    }
}

.lecturer .entry-header .entry-contain {
    position: relative;
    padding-left: 0px;
}

.lecturer .entry-header {
    padding-bottom: 0;
     margin-bottom: 0px; 
    overflow: hidden;
}

.lecturer {
    margin-bottom:30px;
}

.lecturer figure {
    max-width: 100%;
    max-height: 360px;
    overflow: hidden;
}

.lecturer .figure-more {
    max-width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.label-title-lecture{
    height:80px;
}

.lecturer .readmore a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    border-radius: var(--thim-border-radius-button, 0);
    color: var(--thim-button-text-color);
    background-color: var(--thim-body-primary-color, #ffb606);
}

#thim-widget-tab-publication .readmore a{
    display: inline-block;
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    border-radius: var(--thim-border-radius-button, 0);
    color: var(--thim-button-text-color);
    background-color: var(--thim-body-primary-color, #ffb606);
}

article .readmore a {
    display: inline-block;
    line-height: 30px;
    padding: 5px 25px;
    border: 0;
    border-radius: var(--thim-border-radius-button,0);
    color: var(--thim-button-text-color);
    background-color: var(--thim-body-primary-color,#ffb606)
}

article .readmore a:hover {
    color: var(--thim-button-text-color);
    background-color: var(--thim-button-hover-color)
}

.root-single-lecturer{
    background-image: linear-gradient(to right, #040204, #383355);
}
.root-single-lecturer .container{
    background-color: #ffffff;
}