body .logo {
    margin-top: -20px;
    margin-bottom: -20px;
}

.galenical-main-menu .logo {
    margin-top: -10px;
}

.template-home-wrapper {
    width: 100%;
}

body .slick-prev::before {
    content: "<";
}

body .slick-next::before {
    content: ">";
}

.footer-address a {
    color: inherit;
}

.footer-address a:hover {
    color: #04b6ba;
}

.footer-address .footer-sociala-icon {
    float: left;
}

.footer-menu .social-icon {
    font-size: 26px !important;
}

body .galenical-blog-area {
    padding-top: 30px;
}

body .galenical-single-blog-title {
    padding: 0 15px;
}

body .galenical-single-blog-content {
    margin-left: 15px;
    margin-right: 15px;
}

body .galenical-single-blog-content .kc_row {
    margin-left: -15px;
    margin-right: -15px;
}

body .home-2 .field.topfield .form-field input {
    color: inherit;
}

.em-service {
    height: 100%;
}

.table-border {
    border-collapse: collapse;
    width: 100%;
    max-width: 100% !important;
    box-sizing: border-box;
}

.table-border td {
    border: 1px solid black;
    padding: 2px 10px;
    box-sizing: border-box;
}

.galenical-header-top {
    margin-bottom: 20px;
}

.em-team {
    cursor: pointer;
}

@media (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        word-wrap: break-word;

        min-width: 320px;
    }

    .mobile_logo_area, .em_creative_header {
        display: none;
    }

    .table-border {
        width: 100% !important;
        display: block;
        overflow-x: auto;
    }

    .table-border td {
        width: auto !important;
    }

    body .galenical-blog-single {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .footer-menu {
        padding-right: 50px;
    }
}
