/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
	  font-family: "Open Sans", sans-serif;
}

#header_main_alternate,.main_menu{
	display:none !important;
}
#main{
	padding-top:88px !important;
}

.main_menu{
	right:150px;
}
.menu-btn-register{
	float:right;
}
.menu-btn-register a{
	padding: 10px 30px;
	background:#0082CA;
	color:#ffffff;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
}
.menu-btn-register a:hover{
	color:#ffffff;
}
.avia-menu ul li a span{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
.home-header-section{
	min-height:400px;
	display: flex;
    align-items: center;
	background-size: cover;
}
.home-header-section .entry-content-wrapper{
	display:flex;
	align-items:center;
}
.home-top-left-section h2 ,.home-top-right-section h2{
	font-style: normal;
/* 	font-weight: 800; */
	font-size: 35px !important;
	line-height: 35px;
	text-align: center !important;
	text-transform: uppercase !important;
	color:#ffffff;
}
#home-top-left-section .home-top-left-section strong{
	font-weight:unset;
}
.home-top-left-section .desc, .home-top-right-section .desc{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color:#ffffff;
/* 	margin-bottom:30px; */
}
.btn-register{
	margin:20px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
/* 	line-height: 30px; */
	text-align: center;
	text-transform: uppercase;
	color: #0082CA;
	padding: 10px 30px;
	background:#ffffff;
	outline-style: solid !important;
    outline-color: #ffffff !important;
    outline-offset: 4px !important;
    outline-width: 2px !important;
	display:inline-block;
}

.conStyle .btn-register{
	margin:20px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #0082CA;
	padding: 10px 30px;
	background:#ffffff;
	outline-style: solid !important;
    outline-color: #ffffff !important;
    outline-offset: 4px !important;
    outline-width: 2px !important;
}
.conStyle p a.btn-register{
	line-height:unset !important;
}
#socket .container{
    text-align:center;
	font-size:18px;
}
#socket .copyright {
    float: unset;
}
@media only screen and (max-width: 990px){
	.main_menu{
		right:0
	}
	.menu-btn-register{
		display:none;
	}
}
@media only screen and (max-width: 767px){
	.main_menu{
		right:0
	}
	.home-header-section .entry-content-wrapper{
		display:grid;
	}
	.responsive #top .logo{
		display:flex;
		justify-content:center;
		width:100%;
	}
	.home-top-left-section h2, .home-top-right-section h2{
		font-size: 25px !important;
    	line-height: 25px;
	}
	
}

.web_email{
	font-size: 10px; 
	color: #ebebeb; 
	margin: 0;
}