.five-columns.vc_row .vc_col-sm-2 { float: left; width: 18.8%; padding: 0; margin-right: 1.5%; min-height: 0; }
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}

.page-1 .post_content h3
{
    display:none !important;
}

.custom_contact_form .quote-form
{
    padding: 110px 180px;
}

@media screen and (max-width: 1001px) {
.custom_contact_form
{
    display:none !important;
}
}


@media only screen and (max-width: 680px){
  
  .blog-post-1 > .grid > .col-blog-post-right {
    float: left;
    margin-top: -105px;
}


  
}

.outer_div_before_footer_push
{
        height: 58vh;
}

@media only screen and (min-width: 800px){
.outer_div_before_footer_push
{
    display:none;
}
}

@media handheld, only screen and (max-width: 600px){
#mobilecontact_before_footer {
    display: block !important;
}


#mobilecontact_before_footer .quote-form {
    display: block !important;
}

}