.container {
    max-width: 1170px;
}

#masthead .main-header-links {
    line-height: 1.4;
    font-size: 14px;
    margin-top: 8px;
}
#masthead .site-header-inner {
    padding-bottom: 24px;
}
#site-navigation a {
    font-weight: normal;
    color: #000000;
}

#colophon {
    background: url("assets/footer-bg.jpg") top center / cover no-repeat;
    color: #eeeeee;
}
#colophon #footer-wrapper {
    background: rgba(38,39,39,0.8);
}
#colophon .footer-bottom {
    background: rgba(0,0,0,0.3);
}
#colophon a{
    color: #eeeeee;
}

@media (max-width: 1199px) {
    .custom-logo {
        width: 300px;
    }
    #masthead .main-header-links {
        font-size: 12px;
    }
}
@media (max-width: 990px) {
    .footer-widget {
        width: 50%;
        float: left;
    }
    .footer-widget:last-child {
        width: 100%;
    }
    .footer-widget p {
        text-align: left;
    }
}

/* Pages */
.entry-header.primary-hentry .entry-title, .page-header .page-title {
    font-size: 40px;
}
.single .entry-header.primary-hentry, .page .entry-header.primary-hentry, .archive .entry-header.primary-hentry, .search .entry-header.primary-hentry, .archive .page-header, .search .page-header, .error404 .page-header {
    padding: 36px 0;
}
.archive .entry-header.primary-hentry, .search .entry-header.primary-hentry{
    background: #f3f4f5;
    background: rgba(0,0,0,0.02);
    border-bottom: 1px solid #ebecee;
    margin-top: 0;
    margin-bottom: 40px;
    color: #ffffff;
}
.archive .entry-header.primary-hentry .page-title, .search .entry-header.primary-hentry .page-title{
    margin: 0;
}
#page .grid-wrapper .hentry .entry-title {
    padding-top: 0;
    margin-bottom: 17px;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0.07em;
}
.header-phone {
    color: #ffffff;
    margin: 0;
    text-align: right;
    line-height: 44px;
}

/* Widgets */
.sidebar-section .widget-title {
    font-size: 16px !important;
    font-weight: bold;
}

/* Forms */

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
.btn-blue {
    background-color: #63b2f5 !important;
}
.sidebar-section .btn-blue {
    width: 100% !important;
}
.sidebar-section div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
}

/* Home */

#hero {
    background: #d4fefd;
    padding: 0;
}
#hero .hero-image {
    width: 100%
}
.homepage-widgets .widget .widget-title {
    color: #000000;
}
.hentry .more-link-container a.more-link {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    text-transform: none;
    font-weight: normal;
    border-bottom: none;
}
.hentry .more-link-container a.more-link:hover {
    text-decoration: underline !important;
}

/* Contact */
.wpforms-field-label {
    font-family: 'Lato';
    font-size: 12px;
}

/* Testimonials */
span.testimonial-client {
    display: none !important;
}