/* 
Theme Name: Coalition of Inclusive Capitalism Theme
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.card--single-post .card--container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.card--single-post .card--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.card--single-post .card--featured-image {
    position: relative;
    width: 100%;
    height: 12rem;
    background-color: var(--e-global-color-primary);
}

.card--single-post.category-news .card--featured-image {
    background-color: transparent;
    border: 1px solid #f2f4f6;
}

.card--single-post .card--featured-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.card--single-post.category-news .card--featured-image img {
    object-fit: contain;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100% - 4rem);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.card--single-post .card--featured-image button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 0 !important;
    background-color: transparent !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card--single-post .card--featured-image button i {
    font-size: 1.25rem;
    background-color: var(--e-global-color-7faf077);
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    line-height: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card--single-post .card--featured-image button i::before {
    transform: translateX(3px);
}

.card--single-post .card--content {
    position: relative;
    display: inline-block;
    background-color: #f2f4f6;
    padding: 1.5rem 1rem;
    width: 100%;
    min-height: 11rem;
}

.card--single-post .card--content h3 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.council-member--social {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}

.card--single-post .card--content p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.card--single-post .card--nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background-color: white;
    border: 1px solid #303436;
}

.council-member--social a {
    display: block;
    padding: 0.5rem;
    margin-right: 0.5rem;
    color: var(--e-global-color-secondary);
}

.event-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.event-buttons a:not(:last-child) {
    margin-right: 1rem;
}

@media screen and (max-width: 767px) {
    .event-buttons a {
        width: 100%;
    }

    .event-buttons a:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

.external-url-button i {
    margin-left: 0.5rem;
}