/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1780899788
Updated: 2026-06-08 06:23:08

*/
/** Don't Flash Banner on Reload **/
html.ap-banner-hidden #ap-global-banner{
    display:none !important;
}

.ap-global-banner{
    position: relative;
    top: 88px;
    width: 100%;
    padding: 14px 60px 14px 20px; /* extra room on the right for the X */
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
    z-index: 5;
}

.ap-global-banner a{
    color: inherit;
    text-decoration: none;
}

.ap-global-banner p{
    margin: 0;
}

.ap-banner-close{
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:0;
    color:rgba(255,255,255,.7);
    font-size:28px;
    font-family:inherit;
    cursor:pointer;
    transition:.2s;
}

.ap-banner-close:hover{
    color:#fff;
}

/* Space below fixed header */
.tax-release-status,
.post-type-archive,
.archive.tax-release-status,
.archive{
    padding-top:100px;
}

/* Archive content width */
.archive .site-main{
    max-width:1400px;
    margin:0 auto;
    padding-left:40px;
    padding-right:40px;
}

/* Rounded featured images */
.archive img{
    border-radius:18px;
    overflow:hidden;
}

/* Archive post titles */
.archive h2 a,
.archive .entry-title a{
    color:#010919;
    text-decoration:none;
    transition:.2s;
}

.archive h2 a:hover,
.archive .entry-title a:hover{
    color:#A12130;
}

/* Read More links */
.archive .more-link,
.archive .read-more{
    color:#A12130;
    font-weight:700;
    text-decoration:none;
}

.archive .more-link:hover,
.archive .read-more:hover{
    color:#010919;
}

/* Taxonomy Archive Typography */
.archive,
.archive p,
.archive h1,
.archive h2,
.archive h3,
.archive h4,
.archive h5,
.archive h6,
.archive a,
.archive li{
    font-family: "Montserrat", sans-serif;
}

/* Remove post tags from news articles */
.post-tags {
    display: none !important;
}