/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Hide the header-content-block under the menu */
.header-content-block {
	display: none;
}

.row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont, .row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont {
	text-align: center !important;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-accent.btn-circle {
	background-color: #b4975a !important;
	border-color: #b4975a !important;
	color: #fff;
}

.style-light p strong {
	color: #ae9559 !important;
}

a.btn.btn-link {
	transform-origin: center !important;
	color: #b4975a !important;
}

footer .footer-last {
	border-top: 1px solid #fff !important;
}

footer .row div[class*=col-lg-].align_left > .uncol > .uncoltable > .uncell > .uncont, footer .row div[class*=col-lg-] .row-inner .align_left > .uncol > .uncoltable > .uncell > .uncont {
	text-align: left !important;
}

@media (max-width: 1164px) {
	.menu-smart > li > a {
		padding: 0px 25px 0px 25px !important;
	}
}

@media (min-width: 1165px) {
	.menu-smart > li > a {
		padding: 0px 49px 0px 49px !important;
	}
}

@media (min-width: 961px) {
	body.hmenu-position-center .logo-container {
		min-width: 100px;
	}
	.fa-angle-down:before {
		color: #c69a56;
	}
	.menu-smart i.fa-dropdown {
		font-size: 1em;
	}
	
	li.quote-menu > a {
		border-radius: 5px;
		border: 2px solid #c69a56;
		height: 36px !important;
		padding: 9px 11px 6px 11px !important;
		width: 222px;
	}

	#menu-menu-header .mon-compte {
		position: relative;
	}

	#menu-menu-header .mon-compte:before  {
		content: "";
		position: absolute;
		left: 0; top: 0; width: 100%; height: 100%;
		background-color: #DDD;
		background: url("./static/img/mon-compte/avatar.svg") center no-repeat;
		background-size: 30px;
	}

	#menu-menu-header .mon-compte a{
		font-size: 0
	}
}