/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.featured-article .lqd-lp-style-1 {
    position: relative;
    height: 720px;
    padding: 0 95px 70px 95px;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    justify-content: end;
}



.featured-article .lqd-lp-header .lqd-lp-img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
}

.featured-article .lqd-lp-header .lqd-lp-content {
    z-index: 1;
    position: relative;
}

.featured-article .lqd-lp-header .lqd-lp-content .featured-article-label {
    background-color: #FFF951;
    border-radius: 50px;
    height: 42px;
    width: 160px;
    color: #041D18;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-article .lqd-lp-header .lqd-lp-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-top: 0;
}

.featured-article .lqd-lp-header .lqd-lp-content h2 a {
    font-family: 'Alexandria', sans-serif !important;
    color: #fff;
    margin-top: 0;
}

@media screen and (max-width:1200px) {
    .featured-article .lqd-lp-style-1 {
        height: 600px;
        padding: 0 25px 70px 25px;
    }

    .featured-article .lqd-lp-header .lqd-lp-content .featured-article-label {
        background-color: #FFF951;
        height: 30px;
        width: 140px;
        font-size: 14px;
    }

    .featured-article .lqd-lp-header .lqd-lp-content h2 {
        font-size: 30px
    }
}

.lqd-lp-style-1 .lqd-lp-cat-solid-colored a,
.lqd-lp-meta .lqd-lp-author h3 {
    color: #041D18;
    letter-spacing: 0;
}

.lqd-lp-style-1 .lqd-lp-cat-solid-colored a:before {
    opacity: 1;
}

.lqd-lp-style-1 .lqd-lp-meta {
    color: #000;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.lqd-lp-style-1 .lqd-lp-meta span.divider {
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%
}

.lqd-lp-style-1 .lqd-lp-excerpt {
    color: #6F6F6F
}

.lqd-lp-style-1 .lqd-lp-img figure {
    box-shadow: none;
    border-radius: 12px;
}