| Server IP : 217.160.0.251 / Your IP : 216.73.216.41 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/est-project/assets/css/ |
Upload File : |
footer.light{
border-top: 1px solid #f2f2f2;
background-color: #fafafa;
color: #fafafa;
.footer__socials{
a{
color: inherit;
}
a:hover{
background-color: $themeColor;
}
}
.footer__menu {
a:hover {
color: #222222;
}
}
}
footer.dark{
border-top: 1px solid #464545;
background-color: #222121;
color: #222121;
.footer__socials{
a{
color: inherit;
}
a:hover{
background-color: $themeColor;
}
}
.footer__menu {
a:hover{
color: #fafafa;
}
}
}
footer {
color: #9c9c9c;
box-sizing: border-box;
.footer {
display: flex;
flex-wrap: wrap;
align-items: center;
min-height: 67px;
.footer__copyright {
flex-grow: 1;
margin: 5px;
color: #969696;
font-size: 14px;
}
}
.footer__menu{
display: flex;
margin: 5px;
li{
border-right: 1px solid #969696;
padding: 0 39px;
@media (max-width: 768px) {
padding: 0 30px;
}
a{
color: #969696;
text-decoration: none;
}
}
li:last-child{
border: none;
}
}
.footer__socials{
display: flex;
margin: 5px;
a{
text-decoration: none;
position: relative;
height: 30px;
width: 30px;
border-radius: 50%;
background-color: #969696;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20px;
}
}
}
@media (max-width: 768px) {
footer {
.footer__socials{
flex-grow: 1;
justify-content: space-around;
a{
margin: 0 7px;
&:last-child{
margin-right: 0;
}
&:first-child{
margin-left: 0;
}
}
}
.footer__menu li {
padding: 0 7px;
&:first-child {
padding-left: 0;
}
}
}
footer .footer__copyright{
order: 3;
width: 100%;
text-align: center;
line-height: 34px;
}
footer.light {
border: none;
.footer__copyright {
border-top: 1px solid #f2f2f2;
}
}
footer.dark {
border: none;
.footer__copyright {
border-top: 1px solid #464545;
}
}
}
@media (max-width: 768px){
.bottom-sidebar {
.widget-title {
font-size: 16px;
}
.widget_nav_menu {
padding: 0 10px;
.widget-title {
margin: 0 0 15px 0;
width: auto;
&:after {
display: inline-block;
font-family: fontawesome;
content: '\f105';
padding-left: 15px;
}
}
div[class^="menu-"] {
/*margin-left: 20px*/
}
&.open-footer-menu .widget-title:after{
content: '\f107';
}
}
}
.bottom-sidebar .widget_nav_menu.open-footer-menu div[class^="menu-"] {
display: block;
}
}