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

 @import url('https://fonts.googleapis.com/css2?family=Hahmlet:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*Add your own styles here:*/

/* -----------------------------------------------Login page -----------------------------------------------*/

.login-section{
	height:1120px;
}


/* -----------------------------------------------Registration page -----------------------------------------------*/

.registration-section{
	height:1120px;
}
#header_main .container, .main_menu ul:first-child>li a{
	font-family:'Inter';
}
/*------------------------*/
/* CSS - Logo center split menu
/*------------------------*/

@media only screen and (min-width: 989px) {
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/
#top #header .av-main-nav li:nth-child(2) {
  /* Adjust the width of the logo */
    margin-right:300px;
}
.av-main-nav-wrap{
float:unset;
}
.main_menu ul li:first-child a{
padding-left:0;
}
#header .main_menu {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.av-main-nav-wrap {
    left: 50%;
    transform: translateX(-50%);
}

#header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
}

#header .logo img {    
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;  
}
}
#top nav .social_bookmarks{
float:right;
}
.avia-menu.av_menu_icon_beside{
border-right:none;
    margin-right: 0px;
}
#header_main{
border-bottom:none;
}

.main_menu ul li a .avia-menu-text{
color:#294457;
text-transform:uppercase;
}
.social_bookmarks li a{
color:#294457 !important;
}
#top .social_bookmarks li a{
font-size:24px;
}
/* Disable hover background for social icons */
#top .social_bookmarks li a:hover {
    background: none !important;
    box-shadow: none !important;
}
#socket .copyright{
width:100%;
text-align:center;
font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    padding:10px;
}
/*--------------------------------------------Laptop----------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {
#top #header .av-main-nav li:nth-child(2) {
    margin-right:640px;
}
