.single-post .main-single-continer{
	display: none;
}
.contact-info-panel {
    max-width: 1300px;
}
@media (max-width: 1180px) and (min-width: 768px){
.contact-info-panel{
	justify-content: center;
}
.border-right-gray:not(:first-of-type) .vc_column-inner{
	border: none !important;
}
.border-right-gray:last-of-type{
	    margin-top: 30px !important;
}
.border-right-gray{
	width: 50% !important;
}
}
@media only screen and (min-width: 1140px){
.site-footer .widget-area .widget-column {
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
}

@media (max-width: 1140px) and (min-width: 768px){
.site-footer .widget-area .widget-column:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.site-footer .widget-area .widget-column.widget_text {
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 30px;
}
}