
/* ## Logo
--------------------------------------------- */

.header-image .title-area {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.site-header .widget-area {
	width: 100%;
	text-align: center;
}
.header-image .site-title {
	margin-top: -25px;
}
.header-image .site-title > a {
	background: url(../../images/logo@2x.png) no-repeat center center #fff;
	background-size: 115px 67px;
	display: block;
	width: 134px;
	height: 98px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.header-image .site-title > a:hover {
	opacity: 0.7
}

@media screen and (min-width: 768px) {
	.header-image .site-title {
		margin-bottom: -6px;
	}
}
@media screen and (min-width: 1200px) {
	.header-image .title-area {
		width: 950px;
	}

}

/* Hide the text */
.site-description {
	font-size: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: inline-block;
	text-indent: -9999px;
}
#menu-main-menu {
	margin-top: 0;
}
/* Header Widget */
@media screen and (max-width: 1200px) {
	/*.site-header .widget-area {
		padding: 30px 0 20px;
		text-align: center;
	}*/
	.site-header .widget-area span {
		float: none;
	}
}




/* Menu divider
--------------------------------------------- */

#menu-main-menu {
	position: relative;
	text-align: center;
}
.menu-divider-item {
	font-size: 0 !important;
	padding: 0 !important;
}
.menu-divider-item a,
.menu-divider-item a:hover {
	padding: 0 !important;
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (min-width: 1024px) {
	.title-area {
		display: none !important;
	}
	.menu-divider-item.logo a {
		position: absolute;
		content: '';
		margin-left: -67px;
		left: 50%;
		top: -18px;
		background: url(../../images/logo@2x.png) no-repeat center center #fff;
		background-size: 115px 67px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
		display: block;
		width: 134px;
		height: 98px;
		-webkit-transition: all 0.3s ease;
		-moz-transition:    all 0.3s ease;
		-ms-transition:     all 0.3s ease;
		-o-transition:      all 0.3s ease;
		transition:         all 0.3s ease;
		z-index: 100;
	}
	.menu-divider-item {
		width: 210px;
	}
	.menu-divider-item a {
		z-index: 100;
	    position: relative;
	}
	.nav-primary {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 1201px) {
	.menu-divider-item {
		width: 260px;
	}
}



.site-header.scrolled #menu-main-menu:before {
	margin-left: -73px;
	background-size: 146px 148px;
	display: block;
	width: 146px;
	height: 148px;
}

.site-header.scrolled #menu-main-menu:before {
	top: 3px;
}
/* scrolled */
@media screen and (min-width: 960px) {
	.site-header.scrolled {
    	height: 56px;
    	background-color: rgba(255,255,255,0.9);
	}
	.site-header.scrolled nav a {
    	padding: 20px 10px;
	}
}

/*
.site-header {
	min-height: 0;
}

.menu-divider-item {
	display: inline-block;
	text-align: left;
}

.menu-divider-item img {
	vertical-align: middle;
}

.menu-divider-item a {
	padding-top: 0;
	padding-bottom: 0;
}*/

/* Responsive Menu
--------------------------------------------- */
/*
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}*/
