/* start footer */
footer {
    background-color: #f7f7f9;
    color: #151515;
    padding: 30px 0 10px;
}

body.bg-dark footer {
    background-color: #2b3347 !important;
    color: #fff;
}

footer button#got-to-top {
    background: transparent;
    border: none;
    outline: none;
}

body.bg-dark footer button#got-to-top {
    color: #fff;
}

footer button#got-to-top svg {
    font-size: 14px;
    position: relative;
    top: 3px;
    border-top: 2px solid;
}

footer .head {
    position: relative;
    margin-bottom: 1rem;
}

footer .head:before {
    content: '';
    position: absolute;
    top: 4rem;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

body.bg-dark footer .head:before {
    background-color: #42495b
}

footer .head .logo-container {
    max-width: 161px;
    margin: auto;
    position: relative;
    background-color: #f7f7f9;
    padding: 0 1.2rem;
}

body.bg-dark footer .head .logo-container {
    background-color: #2b3347;
}

footer .categories ul li a {
    color: #151515 !important;
    font-size: 23px;
    padding: .5rem 2rem;
}

body.bg-dark footer .categories ul li a {
    color: #fff !important;
}

footer .social-media {
    font-size: 30px;
    margin-top: 1rem;
    border-bottom: 1px solid #dedede;
}

body.bg-dark footer .social-media {
    border-bottom: 1px solid #42495b;
}

footer .social-media a.facebook {
    color: #4267B2;
}

footer .social-media a.twitter {
    color: #1DA1F2;
}

footer .social-media a.instagram {
    color: #8a3ab9;
}

footer .social-media a.snapchat {
    color: #FFFC00;
}

footer .social-media a.youtube {
    color: #FF0000;
}

footer .social-media a.telegram {
    color: #0088cc;
}

footer .social-media a.linkedin {
    color: #0077b5;
}

footer .last-links {
    padding: 20px 0;
    font-size: 18px;
}

footer .last-links a {
    color: #151515 !important;
}

body.bg-dark footer .last-links a {
    color: #fff !important;
}

footer .last-links li:nth-of-type(2) a {
    border-right: 1px solid #dedede;
}

footer .copyright {
    text-align: center;
}

footer .copyright > svg {
}

footer .copyright .dropdown {
    display: inline;
}

footer .copyright .dropdown a {
    text-decoration: none;
    color: #424242;
}

body.bg-dark footer .copyright .dropdown a {
    color: #fff;
}

footer .copyright .dropdown .dropdown-menu {
    min-width: auto;
    text-align: center;
    border-radius: 2px;
}

body.bg-dark footer .copyright .dropdown .dropdown-menu {
    background-color: #2b3347;
}

footer .copyright .dropdown .dropdown-menu li a {
    display: block;
    padding: 2px 15px;
    background-color: transparent;
    color: #333;
}

body.bg-dark footer .copyright .dropdown .dropdown-menu li a {
    color: #fff;
}

/* end footer */
