/* Authors: Arslan Akram, Mohsin Rafique Author URI: https://pixelative.co Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl_2.0.html Created on: 27_Jun_2018, 03:08:04 */ /*-------------------------------------------------------------------------------- # Listing Style 2 --------------------------------------------------------------------------------*/ .listing-2-item { border: 1px solid #e4e4e4; border-radius: 4px; margin-top: 40px; } .listing-2-item .post-thumbnail { position: relative; } .listing-2-item .post-thumbnail amp-img { max-width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px; margin: 0 auto; } .listing-2-item .post-thumbnail .post-terms.cats { position: absolute; left: 3%; bottom: 25px; } .listing-2-item .post-thumbnail .post-terms.cats a { color: #ffffff; } .listing-2-item .post-content { padding: 30px; -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.08); } .listing-2-item .post-content .post-meta { margin: 0; } .listing-2-item .post-content .post-meta.lower { border-top: 1px solid #e4e4e4; margin-top: 15px; padding-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .listing-2-item .post-content .post-meta .post-comment { text-decoration: none; } .listing-2-item a.amp-btn { float: right; }