.site-footer-standard {
background-color: #F7F7F7;
box-shadow: 0 1px 0 #D7D7D7 inset;
color: #000000;
}
.site-footer-no-widgets {
text-align: center;
padding: 40px 0 30px;
color: rgba(255, 255, 255, 0.2);
}
.site-footer-standard .site-footer-bottom-bar {
background-color: rgb(0, 0, 0);
padding: 8px 0 10px;
color: #FFF;
}
.site-footer-standard .site-footer-widgets {
padding: 50px 0 60px;
}
.site-footer-standard .site-footer-widgets .site-container > ul {
margin: 0;
padding: 0;
display: table-row;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li {
margin: 0;
padding: 10px 18px 20px;
list-style-type: none;
display: table-cell;
width: 10%;
box-sizing: border-box;
vertical-align: top;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
padding: 10px 18px 20px 0;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 0 20px 18px;
}
.site-footer-standard .widgettitle {
border-bottom: 1px dotted rgba(0, 0, 0, 0.18);
padding: 0 0 15px;
margin: 0 0 20px;
color: #000000;
text-transform: uppercase;
font-size: 16px;
}
.site-footer .widget a {
color: inherit;
}
@media only screen and (max-width: 960px) {
.site-footer-standard .site-footer-widgets .site-container > ul > li {
margin: 0;
padding: 10px 20px 20px;
display: block;
width: 50%;
float: left;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child {
padding: 10px 20px 20px;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 20px 20px;
}
}
@media only screen and (max-width: 782px) {
.site-footer-standard .site-footer-widgets .site-container > ul > li {
padding: 10px 5px 30px;
width: 100%;
float: none;
}
.site-footer-standard .site-footer-widgets .site-container > ul > li:first-child,
.site-footer-standard .site-footer-widgets .site-container > ul > li:last-child {
padding: 10px 5px 30px;
}
}