/*File version - 10/21/2016 */

.phone-number-padding {
    font-size: 1.5em;
    font-weight: bold;
}

/*Form Fixes*/
input.ninja-forms-field[type="text"], input.ninja-forms-field[type="email"], input.ninja-forms-field[type="tel"], input.rr_small_input {
    height: 130% !important;
    font-size: 130%;
    font-family: 'Open Sans';
}
textarea {
	font-size: 130%;
    font-family: 'Open Sans';	
}
input[type="checkbox"], input[type="radio"] {
    transform: scale(1.3);
}
select, select option {
    height: 130% !important;
    line-height: 25px;
    font-size: 120%;
	font-family: 'Open Sans';
}
form {
	font-size: 130%;
}
input.ninja-forms-field[type="button"], input#submitReview {
    font-size: 130%;
	font-family: 'Open Sans';
}
.nf-field-container {
    padding-bottom: 20px;
}
.form_buttons .custom-button {
    width: 100%;
    max-width: 300px;
}
.form_buttons .custom-button span {
    display: block;
}
.rr_review_form .form_table .rr_form_row .rr_required:after {
    top: 4px;
    right: 2px;
}
input.rr_small_input {
	display: block;
}div#social_icon_widget {    display: flex;    flex-flow: row wrap;}