/*
Theme Name: Directory Starter Child
Theme URI: https://wpgeodirectory.com/downloads/directory-starter/
Template: directory-starter
Author: GeoDirectory Team
Author URI: https://wpgeodirectory.com/
Description: Directory Starter is a starter theme for our GeoDirectory plugin
Version: 1.1.0.1658670142
Updated: 2022-07-24 15:42:22

*/



	/***Related Post == Start ***/
    /**
	.related-post-area {
        background: #FAFBFA;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .related-post-heading h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 38px;
    }

    .related-post-item {
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    }
    .related-post-img {}

    .related-post-img img {
        max-width: 100%;
        height: auto !important;
        min-height: 165px;
        object-fit: cover;
    }
    .related-post-img-cat-date {
        position: relative;
    }
    .related-post-cat-date {
        position: absolute;
        bottom: 0;
        background: rgb(0, 211, 59, .15);
        backdrop-filter: blur(10px);
        width: 100%;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .related-post-cat-date span,
    .related-post-cat-date a {
        color: #ffffff !important;
        font-size: 14px;
        text-decoration: none !important;
        text-transform: capitalize;
    }
    .related-post-cat-date ul {
        margin: 0;
    }
    .related-post-text-box {
        padding: 20px;
    }
    .related-post-text-box .author-timeAgo {
        font-size: 14px;
        color: #4F4F4F;
        margin-bottom: 10px;
        display: flex;
        gap: 4%;
    }
    .related-post-text-box .author {}
    .related-post-text-box .time_ago {}
    .related-post-text-box .related-post-title a {
        color: #919392;
        line-height: 24px;
        text-decoration: none;
    }
    @media screen and (max-width: 768px) {
        .related-post-area {
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .related-post-heading h2 {
            font-size: 30px;
        }
    }
    **/
	/*** Related Post == End ***/