/**
* Theme Name: Aro Child
* Description: This is a child theme of Aro, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: aro
* Version: 1.5.3
*/
.wpcf7-form .wpcf7-form-control-wrap input:not([type="radio"]) {
	padding: 0.813em 28px 0.813em 1.25em;
	
	font-size: 0.875rem;
	
	color: var(--e-global-color-text);
    background-color: #ffffff;
    border: 1px solid;
    border-color: var(--e-global-color-border);
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    border-radius: 0;
}

.wpcf7-radio .first { margin-top:15px; }