/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@media (max-width: 1336px) {
    .headerSub {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

/* GNS card images - rounded corners + crop from top */
/* GNS card images */
.elementor-post__thumbnail {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.elementor-post__thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block;
}

/* Style date on posts */
.elementor-post__card .elementor-post__meta-data {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666 !important;
    border-top: none !important;
    padding: 4px 0 8px !important;
    line-height: 1.5 !important;
}

/* Style all H4 headings on single posts */
.single-post h4 {
    font-family: "Poppins", Sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.2em !important;
    letter-spacing: 0 !important;
    color: #1C244B !important;
}



/* ==========================================================
   Event posts
   Make Contact us match the Read More links
   ========================================================== */

.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"],
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"],
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"] strong,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"] strong {
    color: #E8186D !important;
    font-family: "VAG Rounded", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1em !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-transform: capitalize !important;
    text-decoration: underline !important;
    text-decoration-color: currentColor !important;
}

/* Hover and keyboard focus */
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"]:hover,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"]:hover,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"]:hover strong,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"]:hover strong,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"]:focus,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"]:focus,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us"]:focus strong,
.elementor-location-single.category-events
.elementor-widget-theme-post-content
a[href$="/contact-us/"]:focus strong {
    color: #E8186D !important;
    text-decoration: underline !important;
}