/** * Amity Related Posts CSS * Version: 1.0.0 * Author: Amity Theme * Copyright (C) 2015 Amity Theme */ div.amity-related-posts { list-style: none; width: 100%; margin: 25px 0; padding: 0; overflow: hidden; position: relative; } div.amity-related-posts h2 { font-size: 24px; } div.amity-related-posts .arp-post-title { font-size: 16px; color: #222; line-height: 1.5; font-weight: normal; text-align: left; margin: 0px 0px 30px; padding:10px 0; clear: none; } div.amity-related-posts .arp-post-title a { color: #222; text-decoration: none; border: 0; } /* Grid Style */ div.amity-related-posts .grid { float: left; width: 33.3333%; } div.amity-related-posts .grid .inner-box { height: 250px; padding: 0 0 30px; margin: 25px 10px 0 0; border-bottom: 1px solid #dfdfdf; overflow: hidden; } div.amity-related-posts .grid .inner-box .amity-related-posts-thumb { height: 120px; } div.amity-related-posts .grid .inner-box .amity-related-posts-thumb img { width: 100%; height: 120px; } div.amity-related-posts .grid .inner-box p a { font-size: 16px; text-decoration: none !important; margin-top: 20px; } @media (max-width: 768px) { div.amity-related-posts .grid { float: left; width: 50%; } } @media (max-width: 420px) { div.amity-related-posts .grid { float: none; width: 100%; } div.amity-related-posts .grid .inner-box { height: auto; padding: 20px; text-align: none; margin: 0 0 25px 0; border-bottom: 1px solid #dfdfdf; } } /* List Style */ div.amity-related-posts .list { float: left; width: 100%; border-bottom: 1px solid #dfdfdf; margin-bottom: 20px; padding-bottom: 20px; } div.amity-related-posts .list .inner-box .amity-related-posts-thumb { float: left; width: 100px; border: 1px solid #dfdfdf; padding: 3px; margin-right: 10px; } div.amity-related-posts .list .inner-box .amity-related-posts-thumb img { width: 100px; height: 100px; }