/*
 Theme Name:     Free Showers for Veterans - Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Free Showers for Veterans - Divi Child Theme
 Author:         Lights Out Interactive
 Author URI:     https://lightsoutinteractive.com/
 Template:       Divi
 Version:        0.0.1
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* Body Overflow - For Responsive */
body,
html {
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

body #page-container {
    overflow-x: hidden;
}



/* Heading Styles */
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {

}

body span.break {
    display: block;
}


/* Ninja Forms */
body .nf-form-content {
    padding: 0;
    margin: 10px 0;
}


body .nf-form-fields-required {
    display: none;
}

body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
    background: #bf2134;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    padding: 15px 35px;
    width: 100%;
    text-transform: uppercase;
}

body .nf-form-content button:hover,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=submit]:hover {
    color: #fff;
    background: #1c2641;
}



/**************** Media Queries - Max Widths */
@media (max-width: 1200px) {

}

@media (max-width: 1100px) {

}

/* Tablet and DOWN */
@media (max-width: 980px) {

}

/* Mobile Down */
@media (max-width: 767px) {

}

/* Mobile Down */
@media screen and (max-width: 480px) {

}


/*
font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 700;
font-style: italic;

font-family: proxima-nova,sans-serif;
font-weight: 600;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 600;
font-style: italic;

font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;

font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: italic;
*/