/*
* Theme name: Sock Source 2023
*/

.form-holder fieldset {
	width: 100%!important;
	max-width: 100%!important;
	margin-bottom: 5px!important;
}


.form-holder input {
	border: 1px solid #D5B779;
	border-radius: 0;
	box-shadow: none;
	color: #787878;
	transition: all .5s;
	height: 40px;
	background: none;
	color: #fff;
	width: 100%!important
}

.form-holder select {
	appearance: none!important;
	border: 1px solid #D5B779;
	border-radius: 0;
	box-shadow: none;
	color: #787878;
	transition: all .5s;
	height: 40px;
	background: none;
	color: #fff;
	width: 100%!important;
	background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.29289 8.32527C7.68342 8.7158 8.31658 8.7158 8.70711 8.32527L15.0711 1.96131C15.4616 1.57079 15.4616 0.937621 15.0711 0.547096C14.6805 0.156572 		14.0474 0.156572 13.6569 0.547096L8 6.20395L2.34315 0.547096C1.95262 0.156572 1.31946 0.156572 0.928932 0.547096C0.538408 0.937621 0.538408 1.57079 0.928932 1.96131L7.29289 8.32527ZM7 6.61816V7.61816H9V6.61816H7Z" fill="%23ffffff"/></svg>');
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.form-holder .hs-error-msgs  {padding: 0!important; margin: 0!important}
.form-holder .hs-error-msgs li {list-style: none!important}
.form-holder .hs-error-msgs li label {color: red; font-size: 12px!important}

.form-holder select option  {
	color: #000
}

.form-holder .hs-button {
	border-color: #EFDCBC !important;
	background-color: #EFDCBC !important;
	color: #fff !important;
	height: 52px;
	max-width: 120px;
	display: flex;
	margin: 10px auto 0;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}

.wp-caption img {
	margin-bottom: 5px!important
}
.wp-caption p {
	font-size: 14px!important;
	font-weight: bold;
}