/*
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:*/
.pool table thead tr th:first-child{
	background-color: red !important;
}
.header-actions {
    background: #000 !important;
    padding: 10px !important;
}

#header_main_alternate,.main_menu{
	display:none !important;
}
#main{
	padding-top:88px !important;
}
#club-membership{
	background-color: #000000 !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:#000000;
}
.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:#000000;
/* 	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;
}