/*
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 lightweight and minimalist WordPress 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.8.1.1694081039
Updated: 2023-09-07 10:03:59

*/

.header nav {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
}
.header, .footer {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 55px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0px;
    right: 0;
	z-index: 10;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: var(--e-global-color-primary);
	height: 2px;
}
.header a span {
	background: var(--e-global-color-primary);
	display: block;
	height: 2px;
	margin: 6px 0;
}
.gradient-title h2 {
	-webkit-text-fill-color: transparent;
    background: radial-gradient(ellipse at 0% 100%, #408F79 0%, transparent 60%), radial-gradient(ellipse at 100% 100%, #003a4a 0%, transparent 60%), linear-gradient(135deg, #258A86 0%, #003848 100%);
    -webkit-background-clip: text;
	line-height: 1.5;
}

@media screen and (min-width:767px) {
	.flex-form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2%;
	}
	.flex-form .third {
		width: 31.33%;
	}
	.flex-form .full {
		width: 98%;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	
}
.flex-form input, .flex-form select {
	height: 65px;
}
.flex-form input, .flex-form select, .flex-form textarea {
	font-family: "Sarabun", Sans-serif;
	border: 1px solid #dcefeb!important;
	outline: 0;
}
.flex-form input:focus, .flex-form select:focus, .flex-form textarea:focus {
	outline: 2px solid #dcefeb!important;
}
.flex-form .wpcf7-submit {
	font-family: "Sarabun", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    fill: var(--e-global-color-9ffeb56 );
    color: var(--e-global-color-9ffeb56 );
    background-color: transparent;
    background-image: linear-gradient(137deg, var(--e-global-color-primary ) 0%, var(--e-global-color-accent ) 100%);
    border-radius: 50px 50px 50px 50px;
	padding: 10px 50px;
}
.mm-spn a {
	font-family: "Sarabun", Sans-serif;
}
select {
	-webkit-appearance:none;
	background: white!important;
	color: var(--e-global-color-text)!important;
}
.grecaptcha-badge {
	display: none;
}