/*
Theme Name: Esteself
Description:
*/


.search-link{
	display: block;
	color: #000;
	transition: all .2s linear;
}
.search-link:hover{
	color: #DBB26E;
	transition: all .2s linear;
}
.white-popup-block{
	width: 95%;
	max-width: 500px;
	margin: auto;
	padding: 25px;
	position: relative;
	background: #fff;
}
.mfp-close {
    right: -9px;
    top: -9px;
}
.white-popup-block input{
	margin-top: 15px;
}
.white-popup-block .wpcf7-submit{
	display: block;
	margin: 15px auto 0;
}
.white-popup-block .wpcf7-spinner{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 2px 0 0;
	width: 20px;
	height: 20px;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 16px;
}
.wpcf7-form-control.wpcf7-text{
	padding: 5px;
}