/* 
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 */

body.page-id-4344 {
	background-color: #181818;
}

.agenda-post-section {
	padding: 0 3%;
    margin: 3% 0;
}

.agenda-post-container {
	display: grid;
    grid-column-gap: 39px;
    grid-row-gap: 35px;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
}

.agenda-post-item {
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 20px 20px 20px 20px;
    border-color: #9E9E9E;
	display: flex;
	flex-direction: column;
    transition-duration: .25s;
    transition-property: background, border, box-shadow;
}

.agenda-post-item:hover .agenda-post-image img {
	filter: brightness(110%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.agenda-post-image {
	margin-bottom: 20px;
	width: 100%;
	display: block;
    position: relative;
}

.agenda-post-image-container {
	padding-bottom: calc(0.66* 100%);
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	position: relative;
	overflow: hidden;
}

.agenda-post-image img {
    left: calc(50% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
	display: block;
    max-height: none;
    max-width: none;
    transition: filter .3s;
    height: 100%;
    width: auto;
}

.agenda-post-text h3 {
	margin-bottom: 20px;
	margin-top: 0;
}

.agenda-post-text h3 a {
	color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.13px;
}

.agenda-post-date {
	color: #009FE3;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 17px;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin-bottom: 45px;
}

.agenda-post-text-desc {
	margin-bottom: 45px;
}

.agenda-post-text-desc p {
	color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 32px;
    letter-spacing: 0px;
    word-spacing: 0px;
	margin: 0;
}

a.agenda-post-read-more {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: underline;
    line-height: 30px;
    letter-spacing: 0px;
    word-spacing: 0px;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.agenda-post-container {
		grid-template-columns: repeat(1, 1fr);
	}
}