/*
Theme Name: HLG Theme
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
*/

#header {position:absolute;text-align:center}

#header_main {
	max-width: 1280px;
    margin: auto;
}

#header .widget:nth-child(1) {
  left: 0px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  z-index: 999;
}

#header .widget:nth-child(2) {
  right: 0px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  z-index: 999;
}

.responsive #top #header #header_main .inner-container .main_menu {
    margin-bottom: 0px!important; 
}

#header_main_alternate {border-top:0!important}
/*--------------------------------*/

/* Header widget */

/*--------------------------------*/

header .textwidget p {margin:3px;padding:0 20px}

/* Widget text and background */
#top #header #header_main .widget {
    line-height: 14px;
    color:#008374;
}

/* Widget title */
#top #header #header_main .widget h3.widgettitle {
    color: #ff0000;
}


/* Widget link */
#top #header.header_color #header_main .widget a {
    color: #00aeff;
}

#top #header.header_color #header_main .widget a:hover {
    background: #000;
    color: #fff;
}

/*Nav*/
.av-main-nav > li {
    line-height: 50px;
    padding: 0px 10px;
}

.av-main-nav > li .sub-menu > li {
    line-height: 20px;
}

/*Content*/

main.content { min-height:400px}


/*Footer*/
#footer h3 {font-family: 'merriweather', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;}

/*Socket*/

#socket .container {
text-align:center;
}
#socket .copyright {
    float: none!important;
}

/*Responsive*/

@media only screen and (max-width: 767px) {
	#header .widget{
		display: none;
	}
}