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

/*
    Add your custom styles here
*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
@media screen and (min-width: 768px) {
	h1 {
		/*font-size: 56px;*/
		/*font-size: 64px;*/
		font-size: 40px;
	}
	h2 {
		/*font-size: 48px;*/
		/*font-size: 56px;*/
		font-size: 40px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 24px;
	}
}
@media screen and (min-width: 1024px) {
	
}
@media screen and (min-width: 1280px) {
	h1 {
		font-size: 56px;
		/*font-size: 64px;*/
	}
	h2 {
		/*font-size: 48px;*/
		font-size: 56px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 32px;
	}
}

#page {
	background-color: #f8f6f0;
}

.dc-code {
	height: 0;
}
.dc-section-hero .elementor-container {
	min-height: 100vh;
}
.dc-social-icon .elementor-social-icon:hover {
	background-color: #f8f6f090 !important;
}

/* Header */
.ehf-header #masthead {
	position: fixed;
	width: 100%;
}
.ehf-header #masthead.dc-header-shrinked section {
	background-color: #F8F6F0;
}
header .hfe-site-logo-container {
	height: 70px !important;
	transition: all 0.3s;
}
.dc-header-shrinked .hfe-site-logo-container {
	height: 44px !important;
}
.hfe-site-logo-img {
	height: 100% !important;
}
.dc-menu-header .hfe-menu-item {
	color: #61B9E0 !important;
	transition: all 0.3s;
}
.dc-menu-header .hfe-menu-item:hover {
	background-color: #61B9E0 !important;
	color: #F8F6F0 !important;
}
.dc-menu-header .current-menu-item a {
	background-color: #61B9E0 !important;
	color: #F8F6F0 !important;
}
.dc-menu-header nav {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	top: 66px !important;
}
.dc-header-shrinked .dc-menu-header nav {
	top: 53px !important;
}
.hfe-nav-menu__toggle .hfe-nav-menu-icon {
	padding: 10px;
}
.hfe-nav-menu__toggle .hfe-nav-menu-icon i {
	width: 22px;
}
@media screen and (min-width: 768px) {
	header .hfe-site-logo-container {
		height: 100px !important;
	}
	.dc-menu-header nav {
		box-shadow: none;
	}
}
@media screen and (min-width: 1280px) {
	.dc-menu-header .hfe-menu-item {
		border-radius: 50px;
	}
}

/* Page scroll 2 id */
.dc-menu-header .mPS2id-highlight {
	background-color: #61B9E0 !important;
	color: #F8F6F0 !important;
}

/* Maintenance page */
.page-template-elementor_canvas .elementor {
	height: 100vh;
}
.page-template-elementor_canvas > .elementor > .dc-maintenance-top {
	height: 100%;
}
.page-template-elementor_canvas > .elementor > .dc-maintenance-top > .elementor-container {
	height: 100%;
}

/* Flipbox */
.dc-flip-box .eael-elements-slider-display-table {
	align-items: center;
	background-color: #61B9E0AB;
	border-radius: 10px;
	display: flex;
	height: 100%;
}

/* Infobox */
.dc-info-box-m .eael-infobox {
	/*background-color: #61B9E0DE;*/
	min-height: 65vh;
	padding: 30px;
}
.dc-info-box-l .eael-infobox {
	/*background-color: #3884C6DE;*/
	min-height: 50vh;
	padding: 30px;
}
.dc-info-box-color0 .eael-infobox {
	background-color: #DC143CDE;
	background-color: #00000090;
}
.dc-info-box-color1 .eael-infobox {
	background-color: #61B9E0DE;
}
.dc-info-box-color2 .eael-infobox {
	background-color: #3884C6DE;
}

/* WhatsApp */
.wa__btn_popup_txt {
	display: none !important;
}