body{
	overflow-x: hidden;
}
.txtformsub{
	color: #06090F;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}
.inpform, input[type=number], textarea{
	width: 100%;
    border: 1px solid #D5D5D6;
    color: #8F9093;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 11px 10px;
    border-radius: 4px;
}
textarea{
	resize: none;
	height: 95px;
}
.inpform::placeholder, input[type=number]::placeholder, textarea::placeholder{
	color: #8F9093;
}
.btnenvform{
	width: 100%;
    background: #0081B3;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 0;
    line-height: 24px;
    border-radius: 4px;
}
.widitemdep{
	width: max-content !important;
}
.cat-item{
	display: none;
}
.cat-item-9, .cat-item-10, .cat-item-11{
	display: block;
}
#listcat h5{
	font-family: 'Gilroy';
    font-weight: 700;
    color: #000F14;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 15px;
}
#listcat ul{
	padding: 0;
    display: flex;
    align-items: center;
}
#listcat a{
	color: #006085;
    font-family: 'Gilroy';
    font-size: 16px;
    line-height: 24px;
    background: #E0F7FF;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 700;
	margin-right: 10px;
}
#listpost .elementskit-blog-block-post{
	box-shadow: none;
	padding: 0;
}
#listpost .row{
	display: block;
}
#listpost .col-md-6{
	width: 100%;
	max-width: 100%;
}
#listpost .elementskit-entry-thumb{
	box-shadow: none;
}
#listpost .entry-title{
	font-size: 20px;
    font-weight: 900;
    margin-bottom: 9px;
    margin-top: 7px;
}
#listpost .elementskit-post-footer p{
	font-size: 14px;
    font-family: 'Gilroy';
    line-height: 21px;
    margin: 0;
}
#listpost .post-meta-list{
	margin-bottom: 7px;
}
#listpost .meta-date{
	margin-right: 10px;
}
#listpost .meta-date-text, #listpost .post-cat{
	font-size: 14px;
}
.wp-block-search__label{
	display: none;
}
.wp-block-search__input{
	color: #8F9093;
    font-family: 'Gilroy';
    font-size: 16px;
    padding: 7px 5px 7px 13px;
    border: 1px solid #D4D6D7;
    border-radius: 8px 0 0 8px;
    width: 70%;
}
.wp-block-search__button{
	width: 30%;
    background: #F7B816;
    border: 0;
    padding: 8px 0;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}