.site-footer {
	text-align: center;
	background: #FAF9F6;
	padding: 50px 15px 50px;
	color: #384E34;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}



.foot-line {
	width: 100%;
	height: 2px;
	max-width: 1800px;
	margin:  0 auto;
	background: #d2c4b9;

}

.f-o {
	position: absolute;
	top: 0;
	width: 100%;
}

.social-row {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	align-items: center;
}

.social {
	margin: 0 10px;
}

.social-row {
	margin: 15px 0 30px;
}

.social-row svg {
	width: 30px;
	height: auto;
	fill: #d2bdad;
}

.facebook.social {
	margin: 0;
}

.social:hover {
	transform: scale(1.05);
}

.contact a {
	color: #fff;
}

.contact {
	letter-spacing: 1.15px;
	margin-bottom: 8px;
}
.logo-box.foot {
	margin-bottom: 30px;
}

.copy {
	font-size: 18px;
	line-height: 36px;
	color: #AAAAAA;
}

.search-box {
	position: absolute;
	margin-left: -11px;
    margin-top: 40px;
    z-index: 5;
	display: none;
	
}

.search-b {
	margin: 0 10px;
	cursor: pointer;
}

.foot-mail svg {
	fill: none;
	width: 41px;
}

@media only screen and (max-width: 767px) {
	.logo-box.foot {
		font-size: 36px;
		line-height: 46px;
	}
}