/*!
Theme Name: Cuco
Theme URI: https://cuco.lu/
Author: CustomCoding
Author URI: https://cuco.lu/
Description: Description
Version: 1.02
Tested up to: 5.4
Requires PHP: 7.4
Text Domain: cuco
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ########## Main-Navigation ######### */
body .navbar .nav-item-has-children::before {
    margin: 26px 0 0 0;
}

body .navbar .sub-menu .nav-item-has-children:hover > a {
    color: #FF0066;
}

.nav-item-has-children i {
    margin-left: 5px;
}

/* ######### Header ############ */
.hero-image img {
    height: auto;
}

/* ########## Grid ######### */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ######### Blog ############ */
.blog-share-container {
    position: sticky;
    top: 0;
    left: 0;
}

.blog-share {
    position: absolute;
    text-align: center;
    padding: 10px 0 0;
    margin: -5px 0 0 -150px;
}

.blog-share strong {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 600;
    color: #5a7184;
    margin: 0 0 16px;
}

.blog-share a {
    display: block;
    padding: 16px;
    font-size: 18px;
    line-height: 1;
    color: #5a7184;
}

.blog-content figure {
    text-align: center;
    margin: 0 0 3rem;
}

.blog-content figure img {
    border-radius: 16px;
    margin: 0;
}

.blog-content figure figcaption {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    margin: 0.75rem 0 0;
    color: #5a7184;
}

.blog-date-published {
    text-transform: uppercase;
    align-self: flex-end;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-desc.md-hidden {
        display: block !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-desc.sm-hidden {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    .hero-desc.xs-hidden {
        display: block !important;
    }
}
