/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
        .specific-post-flex {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .specific-post-image,
        .specific-post-content {
            width: 100%;
        }

        @media (min-width: 768px) {
            .specific-post-image,
            .specific-post-content {
                width: 50%;
            }

            .specific-post-image {
                text-align: center;
                padding-right: 15px;
            }

            .specific-post-content {
                padding-left: 15px;
            }
        }

		.post-categories h3{
			margin: 0;
			font-weight: 600 !important;
			color: #fff !important;
		}

        .specific-post-content h4 {
			margin: 0 0 6px;
			font-size: 18px !important;
        }

  		.specific-post-content h4 a{
		color:#ffffff;	
		}

		.specific-post-content .post-excerpt p{
			font-size: 14px;
			line-height: 1.6;
			color: #fff;
			margin-bottom: 5px;
		}

        .specific-post-content .read-more {
			display: inline-block;
			margin-top: 10px;
			color: #ffffff;
			border: 1px solid #ccc;
			border-radius: 10px;
			padding: 6px 13px;
			font-size: 14px;
        }

        .specific-post-content .read-more:hover {
		background-color:#ffffff;
		color:#000000;
		}