.ct-footer .ct-widget:not(:first-child) {
    display:none;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
	padding-bottom: 5px;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
	max-width:1200px;
}
.ct-social-box .ct-icon-container {
    max-width: 18px;
}
[data-footer*="type-1"] .ct-footer {
    background-color: #000;
}
