/* Fixes for icon CTAs */

    .sow-icon-container {
        width:25% !important;
        float: left !important;
        font-size: 5em !important;
    }
    .sow-features-feature .textwidget{
        text-align: left !important;
    }

/* Contact Form Fixes and Styling */

.wpcf7-text {
    width: 100%;
}
.contact-sidebar{
    background-color: rgba(32,37,41,0.9);
    padding: 2em 2em 1em 2em;
}
.wpcf7-form p{
    color: #8c8c8c;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
    padding: 3px 3px 3px 9px;
}
textarea {
    padding-top: 8px;
}
span.wpcf7-form-control-wrap input {
    padding: 1.3em;
}
.send-btn {
    text-align: center;
}
#pl-2 .panel-grid-cell .so-panel:last-child {
    margin-bottom: 0px;
    text-align: center;
}
h3.widget-title {
    color: #ffffff;
    font-size: 2em;
}
.col1 {
    margin-right: 4%;
    width: 46.5%;
    float: left;
    text-align: left;
}
.col2 {
    width: 49.5%;
    float: left;
    text-align: left;
}
.contact-sidebar {
    color: #8c8c8c;
}
.entry-header {
    display: none;
}

#colophon .footer-navigation li a{
    display: none;
}

@media screen and (max-width:700px) {
    
.col1 {
    margin-right: 4%;
    width: 100%;
    float: left;
    text-align: left;
}
.col2 {
    width: 100%;
    float: left;
    text-align: left;
}
}