/*
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: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1663748098
Updated: 2022-09-21 08:14:58

*/
body {
	width:100%;
	overflow-x: hidden;
	height:100vh;
	overflow-y:auto;
}

.page .entry-content {
    margin-top: 0 !important;
}

/*.header-2 {
 transform: translatey(-80px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

*/

.is-style-default {max-width:100% !important; overflow:hidden; background:#000 !important}
.is-style-default img {
	transition:all 0.3s ease;
	opacity:0.65;
}

.is-style-default img:hover {
	transform:scale(1.1);
	opacity:1;
	
}