﻿div.marketplaceOfIdeas {
    padding-top: 37px;
    position: relative;
    bottom: 0;
    
}

div.marketplaceOfIdeas a {
    font-weight: 700;
    font-size: 1.8vw;
    color: #fff;
    font-family: 'Fira Sans';
}

.footer-wrap {
    position: relative;
    z-index: 1;
    background: #000000;
}

footer.row {
    padding: 3.3vmax;
    max-width: 1440px;
    margin: 0 auto;
    color: white;
}

footer .social-icons {
    display: flex;
    width: 180px;
    list-style-type: none;
    display: none;
}

footer .main-footer-logo {
    height: 50px;
    margin-bottom: 35px;
    max-width: 316px;
}

footer .social-icons a {
    display: block;
    color: #fff;
    border-radius: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0px 15px 7px 0;
    text-decoration: none;
}

footer {
    font-size: 12px;
    font-size: 1.2rem;
}

    footer.row > div {
        padding-left: 77px;
    }

    footer .footer-content {
        font-size: 16px;
        /*        max-width: 316px;*/
        position: relative;
        bottom: 0;
    }

.footer-content p {
    margin-bottom: 35px;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 500;
}

footer h6 {
    color: #b2b8c0;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'fira sans';
    font-weight: normal;
    margin-top: 22px;
    margin-bottom: 24px;
}

footer a, footer p {
    color: #fff;
    font-family: 'fira sans';
}

footer .award-sites img {
    height: 20px;
}

footer .award-sites {
    list-style-type: none;
    line-height: 24px;
}

    footer .award-sites li {
        font-size: 28px;
        font-family: auto;
        line-height: 40px;
    }

footer div.award-sites a {
    font-size: 17px;
    color: #fff;
}

.social {
    padding-top: 7px;
}

@media all and (min-width:1024px) {

    div.marketplaceOfIdeas a {
        font-size: 24.6px;
    }
}

@media all and (max-width:1023px) { /*  Below IPad  */
    li.marketplaceOfIdeas p {
        font-size: 22px;
    }

    div.marketplaceOfIdeas {
        padding-top: 42px;
    }

    footer.row > div {
        padding-left: 50px;
    }

    footer h6 {
        margin-bottom: 14px;
    }

    footer .social-icons {
        width: 258px;
        margin-bottom: 21px;
    }


    .col-lg-1.d-md-none.footer-divider {
        display: none;
    }
}

@media all and (max-width: 991px) {
    div.marketplaceOfIdeas {
        padding-top: 45px;
    }
}

@media all and (max-width: 860px) {
    div.marketplaceOfIdeas {
        padding-top: 46px;
    }
}


@media all and (min-width: 767.2px) {
    .desktop {
        display: contents;
    }

    .mobile {
        display: none;
    }
}

@media all and (max-width:767.2px) {
    footer.row {
        display: flex;
        flex-direction: column;
        padding-bottom: 65px;
        padding-top: 55px;
    }

        footer.row > div {
            padding-left: 50px;
            padding-right: 45px;
            padding-top: 40px;
        }

    .footer-divider {
        height: 1px;
        margin: 20px 45px 25px;
        display: block;
    }

    footer .main-footer-logo {
        max-width: none;
    }

    div.marketplaceOfIdeas a {
        font-size: 4vw;
    }

    .footer-content p {
        font-size: 16px;
        font-weight: 500;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: contents;
    }

    div.marketplaceOfIdeas {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

@media all and (max-width:568px) {
    footer .main-footer-logo {
        height: 36px;
        margin-bottom: 35px;
    }

    div.marketplaceOfIdeas a {
        font-size: 19.8px;
    }
}

@media all and (max-width:400px) {
    footer.row > div {
        padding-left: 30px;
    }
}
