/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress child theme
 Author:       Martyn Sims
 Author URI:   https://www.kcit.co.nz
 Template:     onepress
 Version:      1.0.0
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.section-contact{
	background-color: #595959;
}

/* thin the title text */
.section-title-area .section-title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 400 !important;
    position: relative;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.section-title-area .section-subtitle {
    color: #aaaaaa;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.8125rem;
    letter-spacing: 2px;
	text-transform: none;
}
h5 {
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #5bc0de !important;
    font-weight: 400;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 400 !important;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
    color: #5bc0de;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    position: relative;
    top: -15px;
}

.wpforms-confirmation-container-full {
	color: #333 !important;
    margin: 0 0 24px 0;
    background: #5bc0de !important;
    border: 1px solid #1e7994 !important;
    padding: 15px 15px;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #5bc0de !important;
    font-size: 12px;
    float: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #5bc0de !important;
}
