.tm-article {
word-wrap: break-word;
}
.tm-article-featured-image img {object-fit: cover;height: 100%;width: 100%;}
.tm-article-featured-image > a {
width: 100%;
height: 100%;
}
.tm-article-featured-image {
height: 400px;
overflow: hidden;
position: relative;
}
.page-numbers {
height: 30px;
display: inline-block;
border: 2px solid #fff;
padding: 0 10px;
}
.nav-links {
text-align: center;
}
.page-numbers.current,.page-numbers:hover {
color: #fff;
background: #428dc9;
border-color: #428dc9;
text-decoration: none;
}
#tm-block-footer {
margin-top: 0 !important;
}
.tm-article-featured-image.sing-img {
height: auto;
overflow: visible;
}
.single-cnt-area {
padding-left: 60px;
}
.single-cnt-area blockquote {
float: left;
text-align: left;
padding-right: 30px;
margin-right: 30px;
border-right: 1px solid #f7faff;
color: #253856;
font-family: 'Open Sans';
font-size: 24px;
font-weight: 600;
line-height: 39.6px;
margin: 10px 20px 10px 0;
padding: 10px 0 15px;
width: 45%;
position: relative;
margin-left: -60px;
border-right: 1px solid #f7faff;
}
.single-cnt-area blockquote p {
font-weight: 600;
}
.single-cnt-area blockquote:before,.single-cnt-area blockquote:after {
content: "";
position: absolute;
width: 15px;
height: 30px;
z-index: 0;
top: -30px;
border-radius: 2px;
-webkit-transform: skew(-20deg);
transform: skew(-20deg);
}
.single-cnt-area blockquote:before {
background-color: #428dc9;
left: 0;
}
.single-cnt-area blockquote:after {
background-color: #1a3156;
left: 20px;
}