/* Custom CSS*/
.footer_top {
    padding: 50px 0 50px 0;
}

.four_columns.clearfix>div {
    width: 20%;
    padding-right: 50px;
}
.column4 .widget_text.widget_custom_html h3 {
    font-size: 28px;
    color: #ccc;
    font-family: 'PT Sans', sans-serif;
}

.column4 .widget_text.widget_custom_html h3.sub-title {
    font-size: 18px;
    color: #ccc;
    font-family: 'PT Sans', sans-serif;

}
ul.contact-link li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ccc;
    font-weight: 700;
}
ul.contact-link li.icon-tel::before {
    content: '';
    background: url(../images/icon-tel.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
ul.contact-link li.icon-email::before {
    content: '';
    background: url(../images/icon-email.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.four_columns.clearfix>div:last-child {
    padding-right: 0;
    width: 25%;
}
/* CPD */
.portfolio_holder_v4 article .portfolio_t2_text_holder h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}
.portfolio_holder article .image {
    height: 300px;
}
.content-column.one_half {
    width: calc(50% - 15px);
    float: left;
    margin-bottom: 15px;
}
.message {
    padding: 0;
}
.content-column input {
    margin: 0;
}
.content-column.one_half {
    padding-right: 15px;
}
.content-column.one_half.last_column {
    padding-right: 0;
    width: 50%;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
    padding: 4px 28px;
}
.contact_detail .contact_form{
	display:none;
}