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

.spacio-expander.elementor-element {
	flex: 1;
}

html,
body {
  scroll-behavior: smooth;
}

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

.spacio-project {
    aspect-ratio: 16/9 !important;
}

.spacio-menu-header.elementor-sticky--active.show {
    transition: all linear 300ms;
    box-shadow: 0px 1px 15px 0px rgb(8 15 52 / 6%) !important;
	backdrop-filter: blur(7px) !important;
	background-color: rgba(245,245,242,0.95) !important;
}

.elementor-icon-box-title {
	margin-top: 0;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb>img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.spacio-post H2 {
    font-size: 32px;
}

.spacio-post H3 {
    font-size: 27px;
    font-weight: 500;
}

.spacio-post H4 {
    font-size: 24px;
}

.spacio-post H5 {
    font-size: 22px;
}

.spacio-post H6 {
    font-size: 20px;
}

.spacio-post li {
    margin: 5px 0;
}

.spacio-post a {
    color: #57bc54;
    font-weight: 600;
}

.spacio-post a:hover {
    text-decoration: underline;
}

.spacio-post figure.wp-block-gallery.has-nested-images {
    margin-top: 32px;
}

.spacio-post img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 16px;
}

.spacio-portofolio-loop-list div[data-elementor-type="loop-item"]:nth-child(even) .spacio-portofolio {
	flex-direction: row-reverse;
}

.spacio-portofolio-loop-list div[data-elementor-type="loop-item"]:not(:last-of-type) .spacio-portofolio {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid var(--e-global-color-a83ade4);
}

.spacio-portofolio.spacio-portofolio--gallery-1 .e-gallery-container {
	--columns: 1 !important;
}

.spacio-portofolio.spacio-portofolio--gallery-2 .e-gallery-container {
	--columns: 2 !important;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	width: 100%
}

.elementskit-nav-logo > img {
	border-radius: 0;
}

.ekit-wid-con .elementskit-blog-block-post .elementskit-entry-thumb>img {
    border-radius: 16px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

/* Post Loop */
.spacio-post-featured img {
	aspect-ratio: 3/2 !important;
}

@media screen and (max-width: 900px) {
	.spacio-portofolio-loop-list div[data-elementor-type="loop-item"] .spacio-portofolio {
		flex-direction: column-reverse !important;
	}
}

@media only screen and (max-width: 767px) {
.spacio-post H2 {
    font-size: 26px;
}

.spacio-post H3 {
    font-size: 24px;
}

.spacio-post H4 {
    font-size: 22px;
}

.spacio-post H5 {
    font-size: 20px;
}

.spacio-post H6 {
    font-size: 18px;
}
	
.elementskit-menu-close {
	border-radius: 0 !important;
}

.elementskit-menu-hamburger {
	border-radius: 0 !important;
}
	
}