.ct-logo img {
    width: 130px;
    border: 1px solid #e6e6e6;
}

.footer-btn a {
    color: #fff;
}

.sidebar-box form {
    display: flex;
}

header .input-group {
    justify-content: flex-end;
}

header .input-group form {
    display: flex;
    width: 100%;
}

.site-cover, .site-cover .same-height {
    padding: 2em 0;
}


@media (min-width: 992px) { 
.site-cover.single-page h1 {
    font-size: 3.5rem;
}
}

@media (min-width: 768px) {
.site-footer {
    padding: 2em 0!important;
}
}
@media (max-width:576px) {
    .ct-logo img {
        display: block;
        margin: 0 auto;
    }
    .ct-sm-center {
        text-align: center!;
    }
    .site-navbar .social-icons {

        top:0;
        padding: 1em 0 0;
        text-align: center!important;
        margin-right: 0;
    }
}