@charset "UTF-8";
/*-----------------------------
    Common Styles
-------------------------------*/
.post-grid-item {margin-bottom: 25px;}
.post-grid-content {font-size: 0.813rem;}
.post-grid-img {overflow: hidden;}
.post-grid-img img {width: 100%; -webkit-transform: scale(1);transform: scale(1);-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.post-grid-item:hover .post-grid-img img {-webkit-transform: scale(1.3);transform: scale(1.3);opacity: 0.8;}
/*--------------------------
    Post Grid Style1
----------------------------*/
.o-post-grid-style-1 .post-grid-content {padding: 25px;border-width: 0 1px 1px 1px;border-style: solid;border-color: #eee;background-color: #fff;}
.o-post-grid-style-1 .post-grid-title {margin-bottom: 4px;margin-top: 0;}
.o-post-grid-style-1 .post-grid-title a {text-decoration: none;}
.o-post-grid-style-1 .post-grid-meta {padding: 0;list-style-type: none;margin: 0;}
.o-post-grid-style-1 .post-grid-meta li {display: inline-block;position: relative;}
.o-post-grid-style-1 .post-grid-meta li + li {padding-left: 10px;margin-left: 10px;}
.o-post-grid-style-1 .post-grid-meta li + li:after {position: absolute;content: '';height: 8px;width: 1px;top: 50%;left: -2px;}
.o-post-grid-style-1 .post-grid-desc {margin-top: 10px;}
.o-post-grid-style-1 .post-grid-footer {margin-top: 25px;}

/*-----------------------
    Post Grid Style2
------------------------*/
.o-post-grid-style-2 .post-grid-content {padding: 20px 20px 12px;background-color: #ffffff;-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);}
.o-post-grid-style-2 .post-grid-title {margin-bottom: 4px;margin-top: 0;}
.o-post-grid-style-2 .post-grid-title a {text-decoration: none;}
.o-post-grid-style-2 .post-grid-meta {list-style-type: none;margin: 10px 0;padding: 0px 10px;}
.o-post-grid-style-2 .post-grid-meta li {display: inline-block;position: relative;}
.o-post-grid-style-2 .post-grid-meta li + li {padding-left: 10px;margin-left: 10px;}
.o-post-grid-style-2 .post-grid-meta li + li:after {position: absolute;content: '';height: 1px;width: 5px;top: 50%;left: -2px;}
.o-post-grid-style-2 .post-grid-desc {margin-top: 20px;}
.o-post-grid-style-2 .post-grid-footer {margin-top: 10px;}

/*-----------------------
    Post Grid Style3
------------------------*/
.o-post-grid-style-3 .post-grid-item {margin-bottom: 25px;padding: 0 12px;}
.o-post-grid-style-3 .post-grid-img {position: relative;margin-left: -12px;margin-right: -12px;}
.o-post-grid-style-3 .post-grid-meta {padding-left: 0;list-style-type: none;margin-bottom: 5px;}
.o-post-grid-style-3 .post-grid-meta li {display: inline-block;font-size: 12px;margin-right: 5px;}
.o-post-grid-style-3 .post-grid-content {background: #fff;padding: 25px;margin-top: -25px;z-index: 111;position: relative;}
.o-post-grid-style-3 .post-grid-title {margin-top: 0;margin-bottom: 20px;}
.o-post-grid-style-3 .post-grid-desc {margin-bottom: 15px;}

/*-----------------------
    Post Grid Style4
------------------------*/
