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

.inner-container .logo{
	display:flex;
	justify-content: center;
	width: 100%;
}

.inner-container .main_menu{
	display: none;
}

#header_main_alternate,.main_menu{
	display:none !important;
}
#main{
	padding-top:88px !important;
}
.responsive #top .logo{
		display:flex;
		justify-content:center;
		width:100%;
	}
.menu-btn-register a{
	padding: 10px 30px;
	background:#6c1d45 !important;
	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 .desc, .home-top-right-section .desc{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color:#ffffff;

}
.btn-register{
	margin:20px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #000000 !important;
	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: #000000 !important;
	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;
}
.entry-content-wrapper h2{
	color: #fff;
	font-size:35px;
}
@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;
	}
	
}
.logo a img{
	padding:10px;
}
/*Add your own styles here:*/