.soliloquy-container{
    margin: auto !important;
}
.post-thumbnail{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.site-header{
    padding: 15px !important;
}

/* Form */
#vscf {width:100%; clear:both; margin:0; padding:0; border:0;}

/* Paragraph tag */
#vscf p {margin:0 0 10px;}

/* Label and input fields */
#vscf label {font-size:1em; text-transform:none; font-weight:normal;}
#vscf input, #vscf textarea {font-size:1em; -webkit-appearance:none; -moz-appearance:none;}
#vscf_name, #vscf_email, #vscf_subject, #vscf_captcha, #vscf_firstname, #vscf_lastname {width:100%;}
#vscf_message {width:100%;}

/* Hide the 2 honeypot fields */
#vscf_firstname, #vscf_lastname {visibility:hidden; display:none;}

/* Submit button */
#vscf_send {}

/* Input fields error */
#vscf input.error, #vscf textarea.error {border-color:#e77776; color:#e77776;}

/* Label text error */
#vscf span.error {color:#e77776;}

/* Hide element */
#vscf .hide {display:none;}

/* Error and thank you message above form */
.vscf-info {margin:0 0 10px; font-style:italic; font-size:1.20em;}

/* Widget */
.vscf-sidebar {}
.vscf-sidebar-text {}
#vscf_widget_send {}


.text-center{
    text-align: center;
}
footer .site-info{
    margin: auto;
}
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets{
    margin: 0 !important;
}
.site-branding{
    margin: 0;
    display: block;
}
.site-branding .site-title a{
    font-size: 45px !important;
}
.site-description{
    font-size: 32px;
    padding-bottom: 25px;
}

.site-content {
    padding: 0 15px !important;
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
    #vscf_name, #vscf_email, #vscf_subject, #vscf_captcha, #vscf_firstname, #vscf_lastname {width:70%;}
    #vscf_message {width:90%;}
}

/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

}
/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

}

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {

}

