@import 'sprite.css';

.bg-youtube {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -10px -10px;
}

.bg-pinterest {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -62px -10px;
}

.bg-linkedin {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -114px -10px;
}

.bg-vimeo {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -166px -10px;
}

.bg-twitter {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -218px -10px;
}

.bg-facebook {
    width: 32px;
    height: 32px;
    background: url('https://www.cminds.com/wp-content/themes/Divi/images/social_css_sprites_32px.png') -270px -10px;
}

footer * {
    font-family: "Montserrat", sans-serif;
    color: #b2b2b2;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

#main-footer {
    background-color: #262626;
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-footer > .container {
    width: 90%;
    max-width: 90%;
    justify-content: center;
}

#main-footer > .container:first-child {
    display: flex;
}

.textwidget {
    margin-left: 15px;
}

.tm-footer-menus.uk-grid.uk-grid-medium {
    width: 100%;
}

.uk-width-1-1.uk-width-small-3-6.uk-row-first.tm-active-installs {
    width: 80%;
}

#footer-grid {
    display: flex;
    gap: 2rem;
    padding: 30px 0 0
}

#main-footer a {
    transition: all 300ms ease;
}

#main-footer ul li {
    list-style-type: none;
    list-style-image: none;
}

#main-footer ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #b2b2b2;
}

#main-footer ul li a:hover {
    color: #fff;
}

#main-footer .title-footer {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 600;
}

#main-footer .bottom-nav li {
    padding: 0;
}

.fwidget {
    padding-bottom: 15px;
}

#footer-grid > .uk-width-1-1.uk-width-large-3-5.uk-row-first {
    width: 100%;
}

#footer-grid > .uk-width-1-1.uk-width-large-3-5.uk-row-first + .uk-width-1-1 {
    width: 55%
}

.tm-footer-menus {
    display: flex;
    justify-content: space-between;
}

.tm-footer-content {
    padding: 0 0 0 1rem;
}

#text-37 .textwidget .menu-social-container .menu {
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: space-between;
}

#footer-info {
    color: #545454;
    font-size: 11px;
    margin-right: 100px;
}

#footer-bottom .container {
    display: flex;
    padding: 30px;
    border-top: 1px solid #333;
    justify-content: space-between;
    width: 100%;
}

#footer-bottom .container ul li a {
    color: #545454;
    transition: all 300ms ease;
}

#footer-bottom ul {
    display: flex;
    gap: 40px
}

#menu-footer-menu a {
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

#menu-footer-menu a:hover {
    color: #fff
}

.uk-grid-small,
.uk-grid.uk-grid-small {
    display: flex;
    gap: 1rem;
    width: 90%
}

.uk-grid.uk-grid-small button {
    border: 3px solid #88cc98;
    border-radius: 5px;
    background: #6bc07f;
    width: 160px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}

.container.uk-text-center div:first-child {
    color: gray;
    font-size: 1rem;
    text-align: center;
    margin: 30px 0 15px;
}

.container.uk-text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul#menu-footer-menu.bottom-nav {
    padding: 0;
}

.tm-newsletter-form {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.tm-newsletter-form h3 {
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    font-weight: 600;
}

.tm-newsletter-form button {
    border: 3px solid #88cc98;
    border-radius: 5px;
    background: #6bc07f;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.tm-newsletter-form button:hover {
    background: #487a16
}

.tm-newsletter-form .uk-width-1-1.uk-width-small-2-5 {
    width: 40%;
    margin-top: 10px;
}

body.checkout #main-footer .footer-widget {
    margin: 0 auto;
}

@media (max-width: 1650px) {
    #main-footer > .container:first-child {
        width: 70%
    }
}

@media (max-width: 1550px) {
    #main-footer > .container:first-child {
        width: 80%
    }
}

@media (max-width: 1450px) {
    #main-footer > .container:first-child {
        width: 90%
    }
}

@media (max-width: 1220px) {
    #text-36 {
        display:none;
    }

    .uk-width-1-1.uk-width-small-1-3 {
        padding-right: 50px;
    }
    #main-footer > .container:first-child {
        justify-content: center;
    }

    #footer-bottom .container {
        flex-direction: column;
    }

    #footer-info {
        margin: 0 auto;
        padding: 10px 0 15px;
    }

    #footer-grid {
        flex-direction: column;
        align-items: center;
    }

    .uk-width-1-1.uk-width-large-3-5.uk-row-first.hide-on-mobile {
        width: 80%;
    }

    .uk-width-1-1.uk-width-large-3-5.uk-row-first.hide-on-mobile + .uk-width-1-1.hide-on-mobile {
        width: 90%
    }

    .uk-width-1-1.uk-width-small-3-6.uk-row-first.tm-active-installs {
        width: 60%;
    }
}

@media (max-width: 950px) {
    #footer-bottom .container,
    #footer-bottom ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border: none;
        margin-bottom: 30px;
    }

    #main-footer #footer-bottom {
        width: 90%;
        border-top: 1px solid #333;
    }
}

@media (max-width: 767px) {
    #footer-grid {
        display: none;
    }
}