/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1643986565
Updated: 2022-02-04 15:56:05

*/


.home-apidae-container  .elementor-widget-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-apidae-col{
	width: 45%;
}

.home-apidae-img{
	text-align: center;
    height: 504px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: top center!important;
}

.home-apidae-date{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: -35%;
}

.home-apidae-date div{
	padding: 12% 12% 12% 12%;
}

.obj-date{
	background-color: var( --e-global-color-secondary );
}

.obj-desc{
	padding: 0% 6% 0% 6%;
}

.obj-date-text{
	text-align: center;
    color: var( --e-global-color-accent );
    font-family: "Roboto", Sans-serif;
    font-size: 2.4em;
    font-weight: 900;
    line-height: 36px;
}

@media screen and (max-width: 767px){

	#footer .elementor-widget-theme-site-logo{
		text-align: center
	}
	
}