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

.custom-menu .elementor-nav-menu > .menu-item {
	background-color: #cac9c7;
	margin-right: 5px;
	margin-bottom: 5px;
}
.custom-menu .elementor-nav-menu > .menu-item:last-child {
	margin-right: 0;
}

.elementor-nav-menu .sub-menu li:nth-child(odd) {
	background-color: #e4e3e1;
}

.elementor-nav-menu .sub-menu li:nth-child(even) {
	background-color: #efeeec;
}

.elementor-nav-menu .sub-menu li:not(:first-child) {
    border-top: 2px solid #fff;
}

.wprm-wrapper {
	display: none !important;
}

html {
	padding: 0 !important;
}

.custom-post-list .elementor-post__text .elementor-post__title a {
	padding-right: 40px;
	display: block;
}

.custom-post-list .elementor-post__text {
	position: relative;
}

.custom-post-list .elementor-post__text .elementor-post__title a:after {
	content: '';
	position: absolute;
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 45" width="40" height="45"><path style="fill: %239d9d9c" d="m0.1 45c-0.1 0.1 0.2-0.4 0.3-0.5l13.1-21.8-12.3-22.7 25.9 0.1 12.8 22.9-13.5 22"/></svg>');
	width: 35px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
}

.custom-post-list .elementor-post__text .elementor-post__title a:hover:after {
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 45" width="40" height="45"><path style="fill: %23f5a565" d="m0.1 45c-0.1 0.1 0.2-0.4 0.3-0.5l13.1-21.8-12.3-22.7 25.9 0.1 12.8 22.9-13.5 22"/></svg>');
}

@media screen and (max-width: 1024px) {
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: absolute;
		right: 0px;
		width: 250px;
		top: 15px;
		background-color: transparent !important;
	}
	.elementor-nav-menu .sub-menu li:not(:first-child) {
		border-top: 0;
	}
	.custom-menu .elementor-nav-menu > .menu-item {
		margin-right: 0;
		margin-bottom: 3px;
	}
	.custom-menu .elementor-nav-menu > .menu-item:last-child {
		margin-bottom: 0;
	}
}

.agenda-post-section {
	max-width: 1440px;
    margin: 30px auto 60px;
    padding: 0 20px;
}

.agenda-title {
	margin: 0px 0px 5px 0px;
    padding: 0px 0px 5px 0px;
	border-bottom: 3px solid #E3271E;
	display: inline-block;
}

.agenda-title h1 {
	font-family: "Assistant-Bold.ttf", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
    color: #241d19;
	line-height: 1;
    margin: 0;
    padding: 0;
}

.agenda-post-container {
	display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
	grid-template-columns: repeat(4,1fr);
	margin-top: 20px;
}

.agenda-post-item {
	display: flex;
	flex-direction: column;
	background-color: #F7F6F4;
}

.agenda-post-image {
	margin-bottom: 10px;
}

.agenda-post-image img {
	object-fit: cover;
    height: 218px;
    width: 100%;
    display: block;
}

.agenda-post-text {
	padding: 10px;
}

.agenda-post-text h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.agenda-post-text a {
	color: #43454B;
    font-family: "Assistant-Bold.ttf", Sans-serif;
    font-size: 24px;
    font-weight: 600;
	padding-right: 40px;
	display: block;
}

.agenda-post-text {
	position: relative;
    display: block;
    flex-grow: 1;
}

.agenda-post-text a:after {
	content: '';
	position: absolute;
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 45" width="40" height="45"><path style="fill: %239d9d9c" d="m0.1 45c-0.1 0.1 0.2-0.4 0.3-0.5l13.1-21.8-12.3-22.7 25.9 0.1 12.8 22.9-13.5 22"/></svg>');
	width: 35px;
    height: 39px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    bottom: 10px;
}

.agenda-post-text a:hover:after {
	background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 45" width="40" height="45"><path style="fill: %23f5a565" d="m0.1 45c-0.1 0.1 0.2-0.4 0.3-0.5l13.1-21.8-12.3-22.7 25.9 0.1 12.8 22.9-13.5 22"/></svg>');
}

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

	.agenda-post-image img {
		height: auto;
		max-height: 250px;
	}
}

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



.home-agenda-post-section {
	max-width: 1400px;
}

.home-agenda-post-container {
	display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
	grid-template-columns: repeat(4,1fr);
}

.home-agenda-post-item {
	display: flex;
	flex-direction: column;
	background-color: #F7F6F4;
}

.home-agenda-post-image {
	margin-bottom: 10px;
}

.home-agenda-post-image img {
	object-fit: cover;
    height: 218px;
    width: 100%;
    display: block;
}

.home-agenda-post-text {
	padding: 10px;
}

.home-agenda-post-text h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.home-agenda-post-text a {
	color: #241d19;
    font-family: "Assistant-Bold.ttf", Sans-serif;
    font-size: 22px;
    font-weight: 600;
	display: block;
}

.home-agenda-post-text {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
	margin-bottom: 15px;
}

.home-agenda-post-text-desc {
	margin-bottom: 15px;
	flex-grow: 1;
}

.home-agenda-post-text-desc p {
	font-family: "Assistant-Regular.ttf", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	color: #241d19;
	line-height: 1.5em;
    margin: 0;
}

.home-agenda-post-read-more a {
	font-family: "Assistant-Regular.ttf", Sans-serif;
    font-size: 18px;
    font-weight: 500;
	color: #fff;
	background-color: #e3271e;
    padding: 5px 20px;
    box-sizing: content-box;
    height: auto;
    display: inline-block;
}

.home-agenda-post-read-more a:hover {
    background-color: #f6a366;
}

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

	.home-agenda-post-image img {
		height: auto;
		max-height: 250px;
	}
}

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