.blog-featured {
position: relative;
margin-bottom: 60px;
padding-bottom: 60px;
}
.blog-featured:after {
content: "";
width: 100%;
height: 1px;
bottom: 0;
left: 0;
position: absolute;
background: linear-gradient(to right,#FFF 0,#eee 45%,#eee 55%,#FFF 100%);
background: -ms-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
background: -o-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
background: -webkit-linear-gradient(left,#FFF 0,#eee 45%,#eee 55%,#FFF 100%);
background: -moz-linear-gradient(left,#fff 0,#eee 45%,#eee 55%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(45%,#eee),color-stop(55%,#eee),color-stop(100%,#FFF));
}
.blog-grid {
margin-left: -30px;
margin-right: -30px;
}
.blog-grid article {
float: left;
width: 50%;
margin: 0 0 60px 0;
padding: 0 30px;
}
.post-header {
margin: 0 0 40px 0;
text-align: center;
}
.post-cat {
margin: 0 0 15px 0;
font-family: 'Quicksand', sans-serif;
text-transform: uppercase;
line-height: 1.2;
font-weight: 600;
color: #E6007E;
}
.post-title {
margin: 0 0 15px 0;
}
.post-title h2 {
margin: 0;
font-size: 32px;
line-height: 1.4;
}
.post-date {
color: #787878;
}
.post-date .fa-comments {
margin-left: 10px;
}
.post-image {
margin: 0 0 20px 0;
padding: 10px;
overflow: hidden;
background-color: rgba(242, 244, 247, 1);
}
.post-image img {
width: 100%;
height: auto;
vertical-align: bottom;
transition: transform .8s;
}
.post-image:hover img  {
transform: scale(1.2);
}
.post-excerpt p {
margin: 0;
}
.post-more a * {
color: #E6007E;
}
.post-more a span {
transition: all .3s;
}
.post-more a:hover span {
margin-right: 6px;
}
.post-more a svg,
.post-more a i {
position: relative;
top: 1px;
}
.blog-featured .post-excerpt {
margin: 0 0 40px 0;
text-align: center;
}
.blog-featured .post-more {
text-align: center;
}
.blog-featured .post-more a * {
font-weight: bold;
}
.blog-featured .post-more a span {
font-size: 90%;
text-transform: uppercase;
transition: all .3s;
}
.blog-grid .post-image {
margin: 0 0 30px 0;
}
.blog-grid .post-cat {
font-size: 80%;
}
.blog-grid .post-title a {
font-family: 'Quicksand', sans-serif;
font-weight: 600;
line-height: 1.3;
font-size: 20px;
}
.blog-grid .post-excerpt {
margin: 0 0 15px 0;
}
.post-footer {
padding: 6px 0;
border-top: 1px solid #efefef;
border-bottom: 1px solid #efefef;
}
.post-footer .post-date {
float: left;
width: 50%;
font-size: 80%;
}
.post-footer .post-date svg {
position: relative;
top: -1px;
margin-right: 4px;
font-size: 90%;
}
.post-footer .post-more {
float: left;
width: 50%;
font-size: 80%;
text-align: right;
} .post-footer .share-row {
float: right;
display: inline-block;
padding-top: 2px;
}
.share-row > div {
float: left;
display: inline-block;
height: 20px;
}
.share-row > div + div {
margin: 0 0 0 10px;
}
.share-row .share-fb a,
.share-row .share-in a,
.share-row .share-wa a {
position: relative;
display: block;
height: 20px;
padding: 0 3px;
font-family: 'Arial';
font-size: 11px;
box-sizing: border-box;
padding: 1px 8px 1px 6px;
background-color: #3a589e;
color: #fff;
border-radius: 3px;
font-weight: 500;
cursor: pointer;
}
.share-row .share-in a {
background-color: #0077b5;
}
.share-row .share-wa a {
background-color: #29A71A;
}
.share-tw iframe {
vertical-align: top;
} .post-nav {
margin: 80px 0 0 0;
}
.post-nav-tbl {
display: table;
width: 100%;
}
.post-nav-tbl .mask {
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
opacity: 1;
transition: all 0.3s;
}
.post-prv:hover .mask,
.post-nxt:hover .mask {
opacity: 0.6;
background-color: rgba(255,255,255,0.9);
}
.post-prv,
.post-nxt {
position: relative;
display: table-cell;
width: 50%;
vertical-align: middle;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.post-prv {
text-align: right;
}
.post-nxt {
text-align: left;
}
.post-nav-cnt {
position: relative;
z-index: 2;
padding: 40px 80px;
}
.post-nav-cnt a {
display: block;
width: 100%;
padding: 10px 20px;
font-size: 16px;
font-weight: bold;
border-radius: 6px;
transition: all 0.3s;
}
.post-prv:hover a,
.post-nxt:hover a {
color: #E6007E;
background-color: #fff;
}
.post-nxt .post-nav-cnt {
padding-left: 20px;
}
.post-prv .post-nav-cnt {
padding-right: 20px;
}
.post-nav-title {
display: block;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
font-size: 20px;
color: #E6007E;
}
.post-nav-icon {
position: absolute;
top: 50%;
margin-top: -21px;
height: 43px;
line-height: 43px;
font-size: 24px;
}
.post-nxt .post-nav-icon {
right: 40px;
}
.post-prv .post-nav-icon {
left: 40px;
} .pgnt {
padding: 30px 30px 0 30px;
text-align: center;
line-height: 1;
border: 0;
background-color: inherit;
}
.pgnt-inner {
padding: 20px;
border-radius: 7px;
border: 1px solid #CCD3DD;
background-color: #f8f8f8;
}
.pgnt ul {
display: inline-block;
margin: 0;
padding: 0;
}
.pgnt ul li {
line-height: 35px;
}
.pgnt ul li + li {
margin: 0 0 0 10px;
}
.pgnt ul a {
display: block;
width: 44px;
height: 44px;
padding: 0;
line-height: 42px;
text-align: center;
border-radius: 3px;
border: 1px solid #CCD3DD;
background-color: #fff;
}
.pgnt ul .active a {
color: #fff;
border: 1px solid #E6007E;
background-color: #E6007E;
} .related-title {
margin: 0 0 40px 0;
text-align: center;
}
.related-title h5 {
margin: 0;
font-size: 24px;
}
.related-list article {
float: left;
width: 33.333333%;
padding: 0 20px;
}
.related-list {
margin-left: -20px;
margin-right: -20px;
}
.related-list .post-image {
margin: 0 0 10px 0;
}
.related-list .post-image img {
transition: transform 1.2s;
}
.related-list .post-title {
margin: 0;
font-size: 85%;
line-height: 1.56;
font-weight: bold;
}
@media (max-width: 769px) {
.blog-featured {
margin-bottom: 20px;
padding-bottom: 20px;
}
.blog-featured .post-excerpt {
margin: 0 0 20px 0;
}
.blog-grid {
margin-left: 0;
margin-right: 0;
}
.blog-grid article {
float: none;
width: 100%;
margin: 0 0 20px 0;
padding: 0;
}
.blog-grid .post-image {
margin: 0 0 20px 0;
}
.blog-grid .post-cat {
font-size: inherit;
}
.post-header {
margin: 0 0 20px 0;
}
.post-title h2 {
font-size: 22px;
line-height: 1.45;
}
.post-image {
padding: 5px;
}
.post-image img {
width: 100%;
height: auto;
}
.blog-grid .post-title a {
font-size: 18px;
line-height: 1.5;
}
.post-footer .post-date {
float: none;
width: 100%;
font-size: 100%;
}
.blog-grid .post-footer .post-date {
float: left;
width: 50%;
}
.post-footer .post-more {
float: left;
width: 50%;
font-size: inherit;
text-align: right;
}
.post-footer .share-row {
float: none;
width: 100%;
margin-top: 10px;
padding-top: 12px;
border-top: 1px solid #efefef;
}
.post-nav {
margin: 20px 0 0 0;
}
.post-nav-tbl {
display: block;
}
.post-prv, .post-nxt {
display: block;
width: 100%;
}
.post-prv {
text-align: left;
}
.post-nav-cnt,
.post-prv .post-nav-cnt,
.post-nxt .post-nav-cnt {
padding: 20px;
}
.post-nav-icon {
display: none;
}
.post-nav-cnt a {
font-size: 14px;
}
.post-nav-title {
font-size: 18px;
}
.pgnt {
padding: 0;
}
.pgnt ul a {
width: 40px;
height: 40px;
line-height: 40px;
}
.related-list {
margin-left: 0;
margin-right: 0;
}
.related-title {
margin: 0 0 20px 0;
}
.related-title h5 {
font-size: 18px;
}
.related-list article {
float: none;
width: 100%;
padding: 0;
}
.related-list article + article {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #efefef;
}
.related-list .post-title {
font-size: 100%;
}
}