/**
Theme Name: URC- Media Center
Author: Sorted
Author URI: https://sorted.agency
Description: Developed by Sorted Agency, this Astra child theme is tailored specifically for the URC-Media Center WordPress website. Designed for desktop use only, this theme ensures a seamless and responsive experience for all users. The website\'s content is dynamically populated through robust integrations with third-party APIs, delivering up-to-date and accurate information effortlessly. This child theme inherits the versatile and lightweight nature of the Astra theme while incorporating custom functionalities and styles to meet the unique needs of URC-Media Center.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urc-media-center
Template: astra
*/

#articles-section img.fallback-img {
    object-fit: initial;
}

#filter-load-more {
	font-family: "URC Sans", Sans-serif;
    font-size: 20px;
    color: var(--e-global-color-75b9bae);
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    background-color: rgb(0 205 239 / 0.08);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-accent);
    border-radius: 8px 0px 8px 0px;
    padding: 14px 22px 14px 22px;
}

#filter-load-more:hover {
    color: #366c95;
}

.articles-grid.loading {
    display: flex;                
    justify-content: center;      
    align-items: center;          
    min-height: 200px;            
}

.articles-grid .loading-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.date-social-container .share-network-facebook button:hover {
    color: rgb(51 122 183 / var(--tw-text-opacity)) !important;
}
.date-social-container .share-network-twitter button:hover {
    color: rgb(30 157 236 / var(--tw-text-opacity)) !important;
}
.date-social-container .share-network-whatsapp button:hover {
    color: rgb(37 211 102 / var(--tw-text-opacity)) !important;
}
.date-social-container .share-network-linkedin button:hover {
    color: rgb(0 127 177 / var(--tw-text-opacity)) !important;
}
.date-social-container .share-network-email button:hover {
	    color: rgb(0 127 177 / var(--tw-text-opacity)) !important;
}