/*
 Theme Name:   Govorunya
 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
*/

/* увеличиваем иконки */
.e-font-icon-svg {
    width: 1.5em;
    height: 1.5em;
}
/* убираем автора */
.widget-area .widget_course_filter .lp-form-course-filter button {
    padding: 6px 2px;
    line-height: var(--thim-font-button-line-height);
    font-weight: var(--thim-font-button-variant, "regular");
    font-size: var(--thim-font-button-font-size);
    text-transform: var(--thim-font-button-text-transform);
    border-radius: var(--thim-border-radius-button, 0);
    color: var(--thim-button-text-color);
    border-color: var(--thim-border-color, #eee);
}

/* убираем автора отедельная страница */
.single-lp_course .course-meta-single .course-author {
    display: none !important;
}


/* убираем преподолвателя автора отедельная страница Вам могут понравиться */
.course-instructor
{
    display: none !important;
}

.thim-about-author
{
    display: none !important;
}

/* размер логотипа */

.width-logo>a {
    width: 150px;
}

/* меняем цвет полосы заголовка */
.top_site_main {
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-color: #fff;
    min-height: 100px;
}


/* в курсе переносим на след строчку пояснения заголовка */
body.single-lp_course .thim-course-info ul li {
    display: block !important;
    overflow: visible !important;
}

body.single-lp_course .thim-course-info ul li i,
body.single-lp_course .thim-course-info ul li .label {
    display: inline-block !important;
    vertical-align: top !important;
}

body.single-lp_course .thim-course-info ul li .value {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 6px 0 0 0 !important;
    padding-left: 28px !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

/* подчеркивание мобилка */
@media (max-width: 767px) {
    .top_site_main .page-title-wrapper h1,
    .top_site_main .page-title-wrapper .banner-wrapper h1,
    .top_site_main .page-title-wrapper .heading__primary,
    .top_site_main .page-title-wrapper .entry-title {
        font-size: 28px !important;
        line-height: 1.25 !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
    }
}


@media (max-width: 767px) {
    .elementor-widget-thim-our-team,
    .thim-widget-our-team,
    .wrapper-lists-our-team {
        margin-top: 45px !important;
    }
}
