/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Global Style */

body .e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, 
body .e-con>.elementor-widget>.elementor-widget-container {
	height: auto;
}

body {
	overflow-x: hidden !important;
}

html,body {
	text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body img,
body svg {
	image-rendering: -webkit-optimize-contrast !important;
}

/* remove the below if you don't want smooth scrolling */

html,
body {
  scroll-behavior: smooth;
}

p:last-child {
	margin-bottom: 0 !important;
}

:focus-visible {
    outline: none !important;
}

/* Header */

.cps-header {
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.cps-header.show {
	background-color: #FFF !important;
	backdrop-filter: unset !important;
	box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%);
}

.cps-header.show .cps-header__logo {
	filter: unset !important;
}

.page-id-33 .cps-header__logo {
	filter: brightness(0) invert(1);
}

.page-id-33 .cps-header .cps-menu__header a {
	color: #FFF !important;
}

.page-id-33 .cps-header.show .cps-menu__header a {
	color: #080808 !important;
}

/* Post */

.cps-image-post img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.cps-events .elementor-image-box-img {
	margin-top: 5px !important;
}