/*
Theme Name: Omar Ortega Child
Template: omarortega
Version: 1.0.0
*/
/* Add your custom styles here */

section#custom_html-2 {
    padding: 0px;
}
.d-none{
	display: none;
}

.contact_us_form input[type="checkbox"] {
    margin-left: -18px;
}

.main_contact_form input[type='submit'] {
    font-family: Arimo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: black;
    background: white;
    padding: 17px 10px !IMPORTANT;
    border-radius: 50px;
    border: 1px solid white;
    width: 150px;
}