/******************************************************************
Theme Name: Rendr Child
Theme URI: http://themes.whiteboxstud.io/rendr/
Description: Rendr Child Theme
Author: Whitebox-Studio
Author URI: http://themeforest.net/user/whitebox-studio
Template: rendr
Version: 1.0
*/


/* 1. Підключаємо шрифт (використовуємо Regular як базу для 500, якщо немає окремого Medium) */
@font-face {
    font-family: 'e-Ukraine';
    src: url('fonts/e-Ukraine-Regular.otf') format('opentype');
    font-weight: 400 500; /* Дозволяємо браузеру використовувати цей файл для обох значень */
    font-style: normal;
}

/* 2. Примусово застосовуємо Medium (500) до всього сайту */
html, body, div, p, a, h1, h2, h3, h4, h5, h6, span, li {
    font-family: 'e-Ukraine', sans-serif !important;
    font-weight: 500 !important; /* Встановлюємо середню жирність */
    letter-spacing: -0.01em;    /* Трохи звужуємо для кращого вигляду, як у e-Ukraine */
}

/*******************************************************************/
/* post - ширина поля для тексту */
.single-post article.post-entry #content .entry-content {
    padding-left: 0 !important;
}

/* post - висота перед блоком*/
.single-post article.post-entry .post-media {
    margin-top: 0 !important;
}

/* post - висота перед блоком*/
#container.sidebar_right #sidebar, #container.sidebar_right_sticky #sidebar {
    padding-top: 40px !important;
}

.wtbx-grid-minimal{
	border: 1px #f9f9f9 solid;
	border-radius: 20px;
	overflow: hidden;
}

.wtbx-grid-minimal article.post-entry{
	margin: 0 !important;
}

.wtbx-grid-minimal article.post-entry .post-minimal-inner{
	border-radius: 0 !important;
	background-color: transparent;
}

.wtbx-grid-minimal article.post-entry:nth-child(odd) .post-minimal-inner{
	background-color: #f9f9f9 !important;
}

.wtbx-grid-minimal article.post-entry:nth-child(1) .post-minimal-inner{
	border-radius: 20px 20px 0 0 !important;
}

.wtbx-grid-minimal article.post-entry:last-child .post-minimal-inner{
	border-radius: 0 0 20px 20px !important;
}

.wtbx-grid-minimal article.post-entry .post-minimal-inner:hover{
	box-shadow: none;
	background-color: initial;
}

.wtbx_vc_list_item.wtbx_style_2.wtbx_bullet_icon .wtbx_vc_list_item_inner{
	border: none;
	background-color: transparent;
}

.wtbx_vc_el_inner.wtbx_vc_list_item_inner{
	padding-left: 0 !important;	
}


