/*------------------------------------------------------------------------------ ## Components -> Attachment Page ------------------------------------------------------------------------------*/ .single-post.attachment .post-title { margin: 15px 0; } .single-post.attachment .return-to .button { margin-bottom: 15px; padding-left: 35px; position: relative; } .single-post.attachment .return-to .fa { display: inline-block; left: 8px; top: 50%; margin-top: -10px; height: 20px; line-height: 20px; width: 20px; position: absolute; text-align: center; } .single-post.attachment .listing-attachment-siblings { list-style: none; padding: 0; margin: 0; } .single-post.attachment .listing-attachment-siblings .listing-item { float: left; margin-right: 10px; } .single-post.attachment .listing-attachment-siblings .listing-item amp-img { -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; } .single-post.attachment .listing-attachment-siblings .listing-item amp-img:hover { opacity: 0.8; -webkit-filter: grayscale(100%); }