/*
Theme Name: SG Associates Child Theme
Theme URI: http://www.nexamarketing.com
Version: 1.0
Description: Theme designed for SG Associates
Author: Nexa Marketing
Author URI: http://www.nexamarketing.com
template: bb-theme
*/

/* Add your custom styles here... */

@import url('https://fonts.googleapis.com/css?family=Oswald');

h4 {
    font-family: 'Oswald', sans-serif;
    color: #238fce !important;
    text-transform: uppercase;
    font-size: 20px;
}

.process-box {
    background-color: #fff;
    margin: 15px;
    border-top: 3px solid #238fce;
}


@media only screen and (max-width: 766px) {
    p, h1, h2, h3, h4, h5, h6, a.fl-post-feed-more {
        text-align: center !important;
    }
}

.hs_submit { margin-top: 20px !important;}
.fl-button {
    border: none !important;
    border-radius: 30px !important;
    background: #238fce !important;
}

.fl-button:hover {
    background-color: #0082ce !important;
}

.hbspt-form label, label {
    font-weight: normal !important;
    margin-top: 10px !important;
}
