File: /var/www/html/video-rental/wp-content/themes/video-rentals/scss/footer.scss
@import 'partials';
.site-footer{
padding: 50px 0px;
background-color: #0B0B0B;
.ft-inner{
align-items: center;
.logo-footer{
margin-bottom: 30px;
max-width: 73px;
height: 73px;
img{
width: 100%;
height: 100%;
// object-fit: cover;
}
}
.footer-description{
font-family: Barlow Semi Condensed;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 1.38px;
vertical-align: middle;
text-transform: capitalize;
color: #9A9A9A;
@media($sm-1679){
font-size: 16px;
}
@media($sm-1481){
font-size: 14px;
}
@media($sm-1199){
font-size: 12px;
}
}
.footer-rt , .lef-sec{
width: 50%;
}
.footer-rt {
display: flex;
align-items: center;
justify-content: end;
}
.footer-nav{
display: flex;
align-items: center;
justify-content: end;
margin-bottom: 0px;
li{
list-style-type: none;
padding: 0px 40px;
a{
font-weight: 400;
font-size: 17px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
text-decoration: none;
}
}
}
}
}