@import "../../../atlanta/assets/css/style.min.css";

/** Orijinn: fixing logo and around **/
#header {
	background: transparent;
	overflow: visible;
	z-index: 2;
}
.headerWrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
	overflow: visible;
}
#header.logo-left .headerWrap .logo, .sticky-header.logo-left .logo {
	float: none !important;
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
}
.sticky-header.logo-left .logo {
	margin: 10px 0;
}
#header.logo-left .headerWrap .logo .logo-img {
	width: 205px;
	line-height: 185px;
	padding: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background: white;
}
.headerMenuWrap {
	display: inline-block;
	vertical-align: top;
}
#header.logo-left .headerWrap .nav-main, .sticky-header.logo-left .nav-main {
	float: none !important;
}
.sticky-header.logo-left .nav-main {
	display: inline-block;
}
.headerMenuWrap h2 {
	color: #D78134;
	font-size: 2.2em;
	margin: 0;
	text-align: center;
	padding: 0.75em 0 1px;
}
.headerWrap .sf-menu a {
	font-size: 19px;
	line-height: 30px;
}
.headerWrap .sf-menu li:first-child a {
	padding-right: 0;
}
.sticky-header .sf-menu>li>a {
	line-height: 110px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top: 30px !important;
}

.home #primary {
	margin-top: -72px;
}
#page-header {
	margin-top: -30px;
}
@media screen and (max-width: 1500px) {
	.headerWrap .sf-menu a {
		font-size: 18px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 1250px) {
	.headerWrap .sf-menu a {
		font-size: 17px;
		padding: 0 8px;
	}
}
@media screen and (max-width: 1170px) {
	.headerWrap .sf-menu a {
		font-size: 16px;
		padding: 0 5px;
	}
}
@media screen and (max-width: 1070px) {
	.headerMenuWrap h2 {
		padding: 10px 0;
		font-size: 2em;
	}
	.headerWrap .sf-menu a {
		font-size: 15px;
		padding: 0 5px;
		line-height: 30px;
	}
	.home #primary, #page-header {
		margin-top: -20px;
	}
	
}
/*  iPad landscape */
@media all and (max-width: 1024px) and (min-width: 768px) and (orientation:landscape){	
	.headerMenuWrap {
		width: 60%;
	}
}
/*  iPad portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){	
	.headerMenuWrap {
		width: 60%;
	}	
	.home #primary, #page-header {
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.home #primary, #page-header {
		margin-top: 0;
	}
	#header {
		height: 110px !important;
	}
	#header.logo-left .headerWrap .logo {
		width: 100%;
		padding-right: 10px;
	}
	#header.logo-left .headerWrap .logo .logo-img {
		width: 100px;
		line-height: 1;
		background: transparent;
		padding: 0;
	}
	.headerMenuWrap {
		margin-top: -75px;
		margin-left: 10px;
		background: white;
	}
	.headerMenuWrap h2 {
		font-size: 1em;
	}
}
@media screen and (max-width: 375px) {	
	.headerMenuWrap h2 {
		font-size: 1.125em;
		padding: 0;
		margin-top: 0px;
	}
}

.sticky-header {
	height: 110px;
}
.sticky-header .logo {
	max-height: 90px;
	padding: 0;
	margin: 10px 0;
}
.sticky-header .logo .logo-img img {
	max-height: 90px;
}

.nav-main .sf-menu .sub-menu {
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
/** Orijinn: fixing logo and around -- ended **/

.sf-menu li.active, .sf-menu li:hover, .sf-menu li.current-menu-item, .sf-menu li.current-menu-parent, .sf-menu li.current-menu-ancestor, .sf-menu li.current_page_item, .sf-menu li.current_page_paren, .sf-menu li.current_page_ancestor {
	border-color: transparent !important;
}
.sf-menu ul {
    width: 12em;!important;
}
.whtbg{border-top:1px solid #ccc !important;}