.attachment-thumbnail {
    width: 300px;
    height: auto;
}

.spl-filter-menu{
    width: 100%;
    background: #000;
}

.spl-logo {
    background: url('../images/logo.png');
    width: 59px;
    height: auto;
    min-height: 59px;
    margin: 50px 33px;

}

.spl-filter-menu ul {
    padding-left: 200px;
}

.spl-filter-menu ul li {
    display: inline-block;
    padding: 10px 25px;
}

.filter  li a {
    /* color: #fff; */
    color: red !important;
    font-size: 1em !important;
    text-decoration: none !important;
    box-shadow: none;
}

 a {
    /* text-decoration: none !important; */
}

 .cat-img {
     list-style: none;
     padding-left: 200px;

 }

 .category-image {
     float: left;
     margin: 10px 20px;
     width: 36%;
     height: auto;
     min-height: 100px;
 }

 .category-image p {
     text-align: center;
 }

 #response {
     width: 100%;
     height: auto;
     min-height: 150px;
 }

 /**/
.preacher{
    width: 100%;
    margin: 5px auto;
    height: auto;
    min-height: 100px;
    padding-left: 180px;
}

li.round {
    position: relative;
    width: 220px;
    height: auto;
    margin: 30px;
    float: left;
    list-style-type: none;
    z-index: 10;
}

.round img {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    object-fit: cover;

}

.round span {
    position: absolute;
    top: -7px;
    right: -7px;
    background: #000;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 20px;
    z-index: -1;
}

.round p {
    margin-top: 10px;
    text-align: center;
    font: bold 22px 'Helvetica Neue';
}

/*Disable video control for wordpress shortcode player*/
/*.wp-video .mejs-container .mejs-controls {
    display: none !important;
    visibility: hidden !important;
}

.plyr__controls, .plyr>button{
    display: none !important;
    visibility: hidden !important;
}*/
/******************************************
Image rhumbnail style
******************************************/
.thumbnail a>img, .thumbnail>img{
    height: 200px!important;
}
/****************************************
Topic style
*****************************************/
.panel-body{
    background: rgb(239, 237, 237);
}
.round .topic-black {
    background: #000;
    /* width: 29px; */
    /* height: 37px; */
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 13px;
    z-index: -1;
}

/****************************************
Single sermon page style
*****************************************/ 
/* Основной текст */
.sermon-content, .site-main, .sermon-video {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
}

/* Заголовки */
.site-main h1,
.site-main h2,
.site-main h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #111;
}

/* Видео */
.sermon-video {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sermon-video iframe,
.sermon-video video {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Комментарии */
.comments-area {
    margin-top: 40px;
}

/* Адаптивность */
@media screen and (max-width: 768px) {
    .sermon-content, .site-main {
        font-size: 17px;
        padding: 15px;
    }

    .site-main h1 {
        font-size: 22px;
    }
}
