*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*@font-face {
    font-family: 'Liberation Sans';
    src: url('../font/LiberationSans-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('../font/LiberationSans-Italic.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('fonts/LiberationSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}*/


a:hover{
    text-decoration: none;
}

.related-post-right-wapper{
    max-width: 324px;
    width: 100%;
    margin: auto 0 auto auto;
}
.related-post-title h2 {
  margin-top: 0px;
}
.related-post-wapper .related-post-card{
    padding-bottom: 18px;
    border-bottom: 1px solid #1E1D1D1A;
    margin-bottom: 18px;
}
#custom_html-2 {
  margin-bottom: 48px;
}
.related-post-wapper .related-post-card:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.related-post-wapper .related-post-card .related-post-card-title h3{
    margin: 0;
    padding-bottom: 15px;
    line-height: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #111111;
}
.related-post-right-wapper .related-post-title h2{
/*    / font-family: 'Roboto'; /*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
    border-bottom: 3px solid #3F3F3F;
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
}
.related-post-wapper .related-post-card .related-post-card-title h3 a{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #111111;
    font-family: 'Roboto', sans-serif;
}
/*.related-post-wapper .related-post-card .related-post-card-title h3 a:hover{color:#74191D !important;}*/
.related-post-wapper .related-post-card .related-post-card-title h3 a:hover{
    color: #74191D !important;
    text-decoration: none !important;
}
.related-post-pagination-wapper ul li.active:first-child {
    font-weight: 700;
}
.related-post-wapper .related-post-card .related-post-card-profile a{
    display: flex;
    align-items: center;
    gap: 11px;
}
.related-post-wapper .related-post-card .related-post-card-profile .related-post-card-profile-img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.related-post-wapper .related-post-card .related-post-card-profile .related-post-card-profile-img img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    vertical-align: unset;
}

.related-post-wapper .related-post-card .related-post-card-profile .related-post-card-profile-name h4{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #424242;
    margin: 0;
    padding: 0;
}
.related-post-wapper .related-post-card .related-post-card-profile .related-post-card-profile-name h4 span{
    font-weight: 400;
}
.widget_text a:hover {
  text-decoration: none !important;
}
.related-post-pagination-wapper ul{
   margin: 0;
	padding: 0;
	display: flex;
	gap: 6px;
	border: 1px solid #D9D9D9;
}
.related-post-pagination-wapper ul li{
    padding: 4px 12px;
    list-style: none;
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111111;
}
.related-post-pagination-wapper ul li:last-child{
    font-weight: 700;
}
.related-post-pagination-wapper ul li.inactive{
	color: #6D6D6D;
}
.related-post-pagination-wapper ul li:first-child span {
	margin-right: 5px;
}
.related-post-pagination-wapper ul li:last-child span {
	margin-left: 5px;
}
.related-post-pagination-wapper ul li a{
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 28px;
color: #000000;
}
.related-post-pagination-wapper ul li.inactive a{
    color: #6D6D6D;
}
.related-post-pagination-wapper ul li.selected{
    border: 2px solid #74191D;
    color: #74191D;
    font-weight: 700;
}
.related-post-pagination-wapper ul li:first-child a span{
    margin-right: 7px;
}
.related-post-pagination-wapper ul li:last-child a span{
    margin-left: 7px;
}

@media(max-width:1140px) {
    .related-post-pagination-wapper ul {
        gap: 0px;
    }
}

@media(max-width:1018px) {
    .related-post-pagination-wapper ul li {
        font-size: 9px;
    }
    .related-post-pagination-wapper ul li:first-child span {
    	margin-right: 0px;
    }
    .related-post-pagination-wapper ul li:last-child span {
    	margin-left: 0;
    }
}
@media(max-width:767px) {
    .related-post-pagination-wapper ul li {
        font-size: 14px;
    }
    .related-post-pagination-wapper ul {
        gap: 7px;
    }
    .related-post-pagination-wapper ul li:first-child span {
	margin-right: 5px;
    }
    .related-post-pagination-wapper ul li:last-child span {
    	margin-left: 5px;
    }
}


@media(max-width:797px) {
    .related-post-right-wapper {
        max-width: 340px;
        width: 100%;
        margin: 0 auto;
    }
}
