diff --git a/src/scss/_featured.scss b/src/scss/_featured.scss index 77c9a2d..c29e165 100644 --- a/src/scss/_featured.scss +++ b/src/scss/_featured.scss @@ -61,5 +61,68 @@ body.rwavw-custom { } } } + + #footer { + // TODO set using theme - how? + color: #b0b0b0; + background-color: #272729; + + a { + color: #fff; + color: #ba815b; + + &.button-social { + color: #fff; + &.btn-massive > i { + font-size: 24px; + } + } + } + + h2, h3, h4, h5, h6 { + color: inherit; + font-size: 1.8rem; + font-weight: 500; + letter-spacing: 0.75px; + margin: 0 0 22px; + + &.heading-section-title { + margin: 0; + } + } + + .section-title .heading + .excerpt { + margin-top: 22px; + } + + p { + margin: 0 0 22px; + + &:last-child { + margin: 0; + } + } + } + + .footer-widgets { + .widget.invert, + .section-title.invert, + widget *:not(:link) { + color: inherit; + } + + > .pure-g > .pure-u-1 { + padding: 44px 22px 0; + } + + .section-title { + margin: 0 0 22px; + } + + .content-vertical-massive { + padding-top: 0; + padding-bottom: 0; + } + } }