

/* CUSTOMER STYLES
-------------------------------------*/

.mobile-bar,
.mobile-navigation {
	display: none;
}


@media only screen and (max-width: 991px) {
	/*html {
		padding-top: 45px;
	}*/
	
	.search-b.mobile {
		position: absolute;
		right: 45px;
		bottom: 0;
		z-index: 5;
	}
	
	.search-box.mobile {
		margin-left: inherit;
	    margin-top: inherit;
		top: 50px;
		right: 0;
	}
	
	.search-b.mobile svg {
		fill: #fff;
	}
	
	.main-navigation,
	.headerarea  {
		display: none;
	}
	.mobile-navigation {
		display: none;
		position: fixed;
		top: 0;
		width: 100%;
		height: 0;
		background: rgba(0, 0, 0, .8);
        overflow: hidden;
        z-index: 12;
	}
	.menu-toggle {
		display: none;
	}
	.mobile-bar {
		height: 50px;
		background: #384E34;
		display: block;
		z-index: 15;
		position: fixed;
		width: 100%;
		top: -1px;
		box-shadow: 0px 0px 1px #000;
	}
	
	.mobile-logo .logo-box {
		color: #fff;
		padding: 0;
		font-size: 26px;
	}

	.toggle-x {
		color: #fff;
		right: 8px;
    	top: 12px;
		position: absolute;
	}

	.toggle-x span {
		width: 30px;
		height: 3px;
		background-color: #fff;
		display: block;
		margin-bottom: 8px;
		
		
	}

	.mobile-navigation.active {
		height: 100%;
		display: visible;
		
	}
	.mobile-navigation ul {
		list-style: none;
		margin: 0;
	}
	.mobile-navigation ul li {
		margin-bottom: 30px;
	}

	.mobile-navigation ul li a {
		color: #fff;
		text-decoration: none;
	}

	.nav-inner {
		display: flex;
		align-items: center;
		height: 100%;
	}

	.toggle-x span {
		transition: .5s ease;
	}

	.toggle-x.active .hamburger-top {
		transform: rotate(45deg);
		margin-top: 10px;
    	width: 36px;
		
	}
	.toggle-x.active .hamburger-bot {
		transform: rotate(-45deg);
		margin-top: -10px;
		width: 36px;
	}
	.toggle-x.active .hamburger-mid {
		display: none;
	}

	.mobile-logo {
		position: absolute;
		left: 11px;
		bottom: 4px;
		width: 40px;
	}
	
	.mob-soc {
		display: flex;
		align-items: center;
		position: absolute;
		right: 86px;
		top: 8px;
	}
	.mob-soc a {
		margin: 0 8px;
	}
	.mob-email {
		margin-top: 3px;
	}
	
  }
@media only screen and (max-width: 380px) {
	.mob-soc a {
		margin: 0 3px;
	}
	.search-b.mobile {
		right: 35px;
	}
	.mob-soc {
		right: 70px;
	}
	.mobile-logo .logo-box {
		font-size: 20px;
	}
}
  
/* HEADERAREA
-------------------------*/

.headerarea {
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 10px 10px 0;
	background: #FAF9F6;
}


.headerarea .container {
	max-width: 1800px;
}

.logo-side {
	padding-right: 15px;
	margin-top: -15px;
}

.nav-side {
	width: 100%;
	border-left: 2px solid #d2c4b9;
	border-right: 2px solid #d2c4b9;
	
}

.nav-side .main-navigation {
	display: flex;
	justify-content: center;
}



.nav-side ul li a {
	padding: 10px 30px;
	color: #d2bdad;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1.15px;
	
}

.menu-item-220 a {
	color: #d2bdad !important;
}

.menu-item-220 a:hover {
	color: #767676 !important;
}

.nav-side ul li a:hover, 
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home a {
	color: #767676;
}
.home .current-menu-item.page_item a,
.home .nav-side ul li a:hover, 
.current-menu-item.page_item a,
.home .current-menu-item.page_item a,
.sticky .nav-side ul li a:hover, 
.sticky .current-menu-item.page_item a,
.mobile-navigation .nav-side ul li a:hover, 
.mobile-navigation .current-menu-item.page_item a {
	color: #767676;
}

.logo-box {
	font-family: 'Playfair Display', Arial, sans-serif;
	color: #d2bdad;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	white-space: nowrap;
	font-style: italic;
	
}

.head-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #d2c4b9;
}

.social-side {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}

.sm-box {
	margin: 5px 7px;
	
}

.sticky.headerarea {
	position: fixed;
	background-color: rgba(250,249,246,0.9);
	padding: 10px;
}

.sticky.headerarea .row {
	align-items: center;
}
.search-b3 svg {
	fill: #d2bdad;
}

.search-b.search-b3 {
	margin: 0;
}

.search-box .search-submit {
	padding: 8px;
}

.search-box2 .search-submit,
.search-box3 .search-submit {
	padding: 12px;
}

.search-box.search-box3 {
    position: absolute;
    margin-left: -304px;
    margin-top: 2px;
}

.search-form {
	white-space: nowrap;
}

/* BANNERAREA
-------------------------------*/

.banner {
	min-height: 953px;
	width: 100%;
	top: 0;
    left: 0;
	padding: 50px 0 0;
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	
}

.ban-col {
	height: 2px; 
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	background: #d2c4b9;
}

.bc-outer {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.ban-pic {
	width: 100%;
	max-width: 600px;
	margin: 30px auto;
	padding: 0 25px;
}

/*.no-webp .banner {
	background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../img/office-pic.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.webp .banner {
	background-image:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../img/office-pic.webp); 
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}*/

.ban-c {
	width: 100%;
	max-width: 540px;
	margin: 50px auto;
}

.banner .row {
	align-items: center;
}

.ban-c h5 {
	font-weight: 600;
	color: #d2bdad;
	font-size: 65px;
	line-height: 75px;
}




.banner .container {
	max-width: 1600px;

}

.br {
		width: 2px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 49%;
		background: #d2c4b9;
	}

.br::after {
	content: '';
	width: 100px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -80px;
	background:#FAF9F6 url(/wp-content/themes/axyum-full/img/icon-lotusp.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
	
}
/* RESPONSIVE
-------------------------------*/

@media only screen and (max-width: 1600px) {
	.banner-content {
		bottom: 15%;
	}
}
@media only screen and (max-width: 1400px) {
	.nav-side ul li a {
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 1300px) {
	.banner-content h2 {
		font-size: 60px;
		line-height: 70px;
	}
	.banner-content {
		max-width: 656px;
	}
	
	.banner-content p {
		font-size: 18px;
		line-height: 28px;
	}
	
	.br::after {
		width: 60px;
		height: 100px;
		margin-left: -30px;
		margin-top: -50px;
	}
	.nav-side ul li a {
		padding: 10px 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-side ul li a{
		padding: 10px 13px; 
		font-size: 15px;
		line-height: 23px;
	}
	
	.logo-box {
		font-size: 32px;
		line-height: 40px;
	}
	
	.sm-box {
		margin: 5px 4px;
	}
	
}
@media only screen and (max-width: 1025px) {
	
}

@media only screen and (max-width: 979px) {
	.banner-content {
		left: 7%;
		bottom: 21%;
	}
}

@media only screen and (max-width: 991px) {
	.br {
		display: none;
	}
	.ban-c h5 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 30px;
	}
	
	.ban-c {
		text-align: center;
	}
	
	.banner {
		min-height: auto;
		padding: 45px 0 50px;
	}
	
	.ban-col {
		position: relative;
	}
	
	.ban-col::after {
		content: '';
		width: 60px;
		height: 100px;
		margin-left: -50px;
		margin-top: -50px;
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0 50px;
		background:#FAF9F6 url(/wp-content/themes/axyum-full/img/icon-lotusp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 5;
	}
	.menu-item-220 a {
		color: #fff !important;
	}
}

@media only screen and (max-width: 767px) {
	.banner-content {
		max-width: 541px;
		padding: 0 15px;
	}
	.ban-c h5 {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.banner-content {
		left: 1%;
		max-width: 415px;
	}
	
	.banner-content h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
}

@media only screen and (max-width: 500px) {
	.banner-content p {
		display: none;
	}
	.banner-content h2 {
		margin-bottom: 50px;
	}
	
	
}

@media only screen and (max-width: 400px) {
	.search-field {
		max-width: 166px;
	}
}