25 lines
580 B
CSS
25 lines
580 B
CSS
/*---------- Media Query min-width Structure ----------*/
|
|
/*---------- Media Query max-width Structure ----------*/
|
|
/*---------- Break-point min-width Structure ----------*/
|
|
/*---------- Break-point max-width Structure ----------*/
|
|
/**
|
|
* Footer Widgets Layouts
|
|
*
|
|
*/
|
|
.footer-adv p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.footer-adv .widget_calendar table {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media all and (max-width: 768px) {
|
|
.footer-adv-widget-1 .widget:last-child {
|
|
margin: 0 0 2.8em;
|
|
}
|
|
}
|
|
|
|
.footer-adv .ast-no-widget-row .widget-title {
|
|
text-transform: capitalize;
|
|
}
|