File "footer.scss"

Full Path: /home/flipjqml/onlinebetsolution.com/next_old/wp-content/themes/cyarb/assets/css/footer.scss
File size: 10.39 KB
MIME-type: text/plain
Charset: utf-8

.footer-area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background: {
        position: center center;
        repeat: no-repeat;
        color: #f5f8ff;
        size: cover;
    };
    .shape4 {
        bottom: auto;
        top: -48px;
        left: 5%;
    }
}
.single-footer-widget {
    margin-bottom: 25px;

    .logo {
        margin-bottom: 17px;
    }
    .social-links {
        padding-left: 0;
        list-style-type: none;
        margin: {
            top: 0;
            bottom: 0;
        };
        li {
            display: inline-block;
            margin-right: 2px;

            a {
                width: 34px;
                height: 34px;
                display: block;
                border-radius: 50%;
                text-align: center;
                position: relative;
                color: var(--whiteColor);
                background-color: var(--blackColor);

                i {
                    left: 0;
                    right: 0;
                    top: 50%;
                    position: absolute;
                    transform: translateY(-50%);
                }
                &:hover {
                    background-color: var(--mainColor);
                    color: var(--whiteColor);
                }
            }
        }
    }
    h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .custom-links {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;

        li {
            margin-bottom: 12px;

            a {
                color: var(--secondaryColor);
                display: inline-block;
                font: {
                    size: 15px;
                    weight: 500;
                    family: var(--headingFontFamily);
                };
                &:hover {
                    color: var(--mainColor);
                }
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;

        li {
            margin-bottom: 12px;
            color: var(--secondaryColor);
            font: {
                size: 15px;
                weight: 500;
                family: var(--headingFontFamily);
            };
            span {
                color: var(--blackColor);
            }
            a {
                color: var(--secondaryColor);
                display: inline-block;
                
                &:hover {
                    color: var(--mainColor);
                }
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    &.pl-5 {
        padding-left: 5rem;
    }
    .newsletter-box {
        padding: 15px;
        border-radius: 5px;
        background-color: var(--whiteColor);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

        p {
            margin-bottom: 10px;
        }
        .input-newsletter {
            height: 42px;
            padding-left: 15px;
            color: var(--blackColor);
            font-size: 14px;
            display: block;
            width: 100%;
            border: 0;
            border-radius: 30px;
            background-color: #F5F8FF;

            &::placeholder {
                transition: var(--transition);
            }
            &:focus {
                &::placeholder {
                    color: transparent;
                }
            }
        }
        button {
            display: block;
            width: 100%;
            border-radius: 30px;
            border: 0;
            margin-top: 12px;
            color: var(--whiteColor);
            background-color: var(--mainColor);
            transition: var(--transition);
            padding: {
                top: 8px;
                left: 30px;
                right: 30px;
                bottom: 8px;
            };
            font: {
                family: var(--headingFontFamily);
                weight: 500;
                size: 16px;
            };
            &:hover {
                background-color: var(--blackColor);
                color: var(--whiteColor);
            }
        }
    }
}
.copyright-area {
    margin-top: 75px;
    text-align: center;
    border-top: 1px solid rgba(112, 112, 112, .10);
    padding: {
        top: 35px;
        bottom: 35px;
    };
    p {
        a {
            color: var(--mainColor);

            &:hover {
                color: var(--blackColor);
            }
        }
    }
}

// New Demo Responsive

.footer-style-two-with-color {
    background-color: #251533;
    overflow: hidden;
    position: relative;
    z-index: 1;

    .single-footer-widget {
        .logo {
            margin-bottom: 18px;
            h2 {
                color: #fff;
            }
        }
        p {
            color: #ABA8AE;
            margin-bottom: 20px;
        }
        .social-links {
            li {
                a {
                    color: var(--whiteColor);
                    background: var(--mainColor);

                    &:hover {
                        transform: translateY(-2px);
                    }
                }
            }
        }
        h3 {
            color: var(--whiteColor);
        }
        ul {
            li {
                a {
                    color: #ABA8AE;

                    &:hover {
                        color: var(--primaryColor);
                        letter-spacing: 1px;
                    }
                }
            }
        }
        .footer-contact-info {
            li {
                color: #ABA8AE;
                margin-bottom: 15px;
                
                span {
                    color: var(--whiteColor);
                }
                a {
                    color: #ABA8AE;

                    &:hover {
                        color: var(--primaryColor);
                    }
                }
            }
        }
        .widget-newsletter-content {
            margin-bottom: 20px;

            p {
                color: #ABA8AE;
                margin-bottom: 0;
            }
        }
        .newsletter-form {
            margin-top: 20px;

            .input-newsletter {
                display: block;
                width: 100%;
                background-color: #392C45;
                border: 1px solid #392C45;
                height: 50px;
                padding: 20px;
                border-radius: 5px;
                outline: 0;
                color: #86818A;

                &::placeholder {
                    color: #86818A;
                    transition: var(--transition);
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            .default-btn-two {
                display: inline-block;
                border: none;
                margin-top: 10px;
                width: 100%;
            }
            #validator-newsletter {
                color: red;
                margin-top: 5px;
                font-weight: 400;
                font-weight: 400;
            }
        }
    }
}
.footer-shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.footer-shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.copyright-style-two-with-color {
    background-color: #1C0531;
    border-top: none;

    p {
        color: #ABA8AE;

        b {
            color: var(--primaryColor);
        }
        a {
            color: var(--primaryColor);
            font-weight: bold;
        }
    }
}

/* Max width 767px */
@media only screen and (max-width: 767px) {

    .footer-area {
        padding-top: 60px;
    }
    .single-footer-widget {
        h3 {
            font-size: 18px;
            margin-bottom: 20px;
        }
        .social-links {
            li {
                a {
                    width: 32px;
                    height: 32px;
                }
            }
        }
        .custom-links {
            li {
                a {
                    font-size: 14px;
                }
            }
        }
        .footer-contact-info {
            li {
                font-size: 14px;
            }
        }
        &.pl-5 {
            padding-left: 0;
        }
        .newsletter-box {
            .input-newsletter {
                font-size: 13px;
            }
            button {
                margin-top: 10px;
                font-size: 14px;
            }
        }
    }
    .copyright-area {
        margin-top: 35px;
        padding: {
            top: 25px;
            bottom: 25px;
        };
    }

    // New Demo Responsive
    .single-footer-widget {
        &.ps-5 {
            padding-left: 0 !important; 
        }
    }

}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .footer-area {
        padding-top: 80px;
    }
    .single-footer-widget {
        h3 {
            font-size: 20px;
            margin-bottom: 20px;
        }
    }
    .copyright-area {
        margin-top: 55px;
        padding: {
            top: 30px;
            bottom: 30px;
        };
    }

}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .single-footer-widget {
        .custom-links {
            li {
                a {
                    font-size: 14px;
                }
            }
        }
        .footer-contact-info {
            li {
                font-size: 14px;
            }
        }
        &.pl-5 {
            padding-left: 2rem;
        }
        .newsletter-box {
            padding: 12px;
            
            .input-newsletter {
                height: 40px;
                font-size: 13px;
            }
            button {
                margin-top: 10px;
                font-size: 13px;
            }
        }
    }

}

/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .footer-area {
        .shape4 {
            left: 2%;
        }
    }
    .single-footer-widget {
        &.pl-5 {
            padding-left: 3rem;
        }
    }

}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {

    .footer-area {
        .shape4 {
            left: 13%;
        }
    }

}