62 lines
937 B
CSS
62 lines
937 B
CSS
/* Trend03 Footer Style - Natural & Organic */
|
|
|
|
.trend03-footer {
|
|
background-color: #fff;
|
|
color: #777;
|
|
padding: 50px 0;
|
|
font-size: 0.9rem;
|
|
border-top: 1px solid #eee;
|
|
}
|
|
|
|
.footer-inner {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer-top {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.footer-logo img {
|
|
height: 40px;
|
|
opacity: 0.8;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.footer-nav a {
|
|
color: #5a5a5a;
|
|
text-decoration: none;
|
|
margin: 0 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.footer-middle {
|
|
margin-bottom: 30px;
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.footer-info p {
|
|
line-height: 1.7;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.footer-social a {
|
|
color: #888;
|
|
text-decoration: none;
|
|
margin: 0 10px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.footer-social a:hover {
|
|
color: #8d9c76;
|
|
}
|
|
|
|
.footer-bottom p {
|
|
margin: 0;
|
|
color: #aaa;
|
|
font-size: 0.8rem;
|
|
}
|