2020-07-07 14:39:39 +02:00

121 lines
2.0 KiB
SCSS

#footer {
position: relative;
width: 100%;
padding: 50px 0px;
background: url(/images/interface/bg-footer.jpg);
background-size: cover;
&:after {
opacity: .9;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background-color: #0d0d0d;
}
.footer-section {
z-index: 2;
}
.fa-facebook-f {
color: #bbb;
}
li {
font-size: 14px;
a {
color: #fff;
}
}
h3 {
margin-top: 28px;
margin-bottom: 27px;
font-size: 18px;
font-weight: 600;
color: white;
text-transform: uppercase;
font-family: "Roboto Condensed", sans-serif;
&:before {
display: inline-block;
width: 10px;
height: 3px;
margin-right: 15px;
content: '';
vertical-align: middle;
background-color: #ffe500;
}
}
ul {
margin: 0;
padding: 0;
}
.footer-list_columns {
a {
position: relative;
padding-left: 20px;
&:after {
position: absolute;
top: 7px;
left: 0;
width: 7px;
height: 7px;
content: '';
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 2px solid #ccc;
border-right: 2px solid #ccc;
}
}
}
.footer-contact {
position: relative;
margin-bottom: 9px;
padding-left: 38px;
letter-spacing: .02em;
color: #fff;
font-size: 14px;
a {
&:hover {
color: #CC4B14 !important;
}
}
.icon {
position: absolute;
top: 0;
left: 0;
margin-right: 10px;
font-size: 16px;
text-align: center;
color: #ccc;
}
.icon-xs {
font-size: 14px;
}
.icon-lg {
font-size: 18px;
}
}
.footer-contact_lg {
margin-bottom: 24px;
font-size: 18px;
font-weight: 600;
line-height: 1.1;
letter-spacing: 0;
}
.footer__info {
margin: 30px 0px;
line-height: 1.86;
font-size: 14px;
color: #bbb;
}
.footer__logo {
display: block;
margin-bottom: 27px;
}
}