/*
File: news.css
News page overrides
*/

#rf-body .rf-news--header .header-content .et_pb_module_header {
    font-size: 3rem;
    font-size: clamp(2rem, calc(2rem + ((1vw - 0.48rem) * 1.3889)), 3rem) !important;
}

#rf-body .rf-news .entry-featured-image-url {
    max-width: 550px;
}

#rf-body .rf-news .entry-title {
    line-height: 0.5em;
}

#rf-body .rf-news .entry-title a {
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 1.5rem !important;
    font-family: var(--font-title);
}

#rf-body .rf-news a.more-link {
    /* Button outline styles */
    color: var(--color-1) !important;
    background-color: transparent;
    height: fit-content;
    box-shadow: 0 0 0 0.125rem inset var(--color-1);
    /* Button base styles */
    display: inline-flex;
    justify-content: center;
    position: relative;
    border: none;
    font-weight: 400;
    padding: var(--size-small) var(--size-medium) !important;
    text-transform: capitalize;
    transition: var(--transition-standard);
    font-family: var(--font-interactive);
    line-height: var(--line-height) !important;
    text-align: center;
    text-shadow: none;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-size: clamp(.875rem, calc(.875rem + ((1vw - 0.48rem) * 0.2083)), 1rem);
}

#rf-body .rf-news a.more-link:hover {
    background-color: var(--color-1) !important;
    color: #fff !important;
    opacity: 1 !important;
}

#rf-body .et_pb_post_content h1,
#rf-body .et_pb_post_content h2,
#rf-body .et_pb_post_content h3,
#rf-body .et_pb_post_content h4,
#rf-body .et_pb_post_content h5,
#rf-body .et_pb_post_content h6 {
    text-transform: capitalize;
}
