/*   
Theme Name: webx
Theme URI: https://github.com/webnatrix/wp-template-webx
Version: 0.2
Tags: clean, development, html5, bootstrap 4
Description: Чистый шаблон, для начало работы с bootstrap 4
Author: webnatrix
Author URI: https://vk.com/webnatrix
*/
nav.navbar{
	margin-bottom: 15px;
}
#sidebar .card-body {
    padding: .75rem;
}
article.post .attachment-post-thumbnail{
	width: 100%;
	height: auto;
}
.single .attachment-post-thumbnail{
	float: right;
}


/* Правки CSS */

.bg-dark {
    background-color: #4e73df;
    background-image: linear-gradient(90deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}


/* Личный кабинет */

textarea#chat-area-2 {
    background-color: #fff;
}

