_footer.scss 2.04 KB
/*============== footer-area css ===============*/
.footer-area{
    background: #f9f9ff;
	padding-top: 120px;
}
.single-footer-widget{
    p{
        margin-bottom: 0px;
		font-size: 14px;
    }
    ul{
        li{
            a{
                line-height: 25px;
                display: inline-block;
                color: #777;
                transition: all 0.3s linear;
                margin-bottom: 13px;
				font-size: 14px;
                &:hover{
                    color: $baseColor;
                }
            }
        }
    }
    .instafeed{
        margin-left: -5px;
        margin-right: -5px;
        li{
            margin: 5px;
        }
    }
    .subscribe_form{
        padding-top: 25px;
    }
	.input-group{
		display: block !important;
	}
    input{
        width: 100%;
        border: 1px solid #eeeeee;
        font-size: 13px;
        line-height: 30px;
		padding-right: 40px;
		height: 40px;
        color: #999999;
        background: #fff;
        padding-left: 20px;
        @include placeholder{
            color: #999999;
        }
        &:focus{
            outline: none;
        }
    }
    .sub-btn{
        background: $baseColor;
        color: #fff;
        font-weight: 300;
        border-radius: 0;
        line-height: 34px;
        padding: 4px 11px 0px;
        cursor: pointer;
		position: absolute;
		right: 0px;
		top: 0px;
    }
}
.footer_title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: $dip;
    margin-bottom: 28px;
	text-transform: uppercase;
}
.border_line{
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin-top: 100px;
}
.footer-bottom{
    padding-top: 25px;
	padding-bottom: 25px;
    .footer-text{
        a{
            color: $baseColor;
        }
    }
    .footer-social{
        text-align: right;
        a{
            font-size: 18px;
            line-height: 30px;
            color: #191919;
            margin-left: 25px;
            transition: all 0.3s linear;
            &:hover{
                color: $baseColor;
            }
        }
    }
}