/*
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
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.0.1722277339
Updated: 2024-07-29 12:22:19

*/

.e-loop-item .elementor-page-title {
  display: flex !important;
}

body:not([class*="elementor-page-"]) .site-main {
  max-width: none !important;
  padding: 0 100px;
}

body:not(.elementor-page) #content > *{
    max-width: 1320px !important;
    margin: 0 auto;
}

body:not(.elementor-page) .entry-title{
    max-width: none !important;
}

@media (max-width: 1366px) {
    body:not([class*="elementor-page-"]) .site-main {
        padding: 16px 50px;
      }
}

.wp-has-aspect-ratio{
	margin: 30px 0;
}