/*-----------------------------------------------------------------------------------*/ /* 9. Footer /*-----------------------------------------------------------------------------------*/ .footer { background: $color__footer-bg; color: $color__footer; clear: both; a { color: #64676A; &:hover { color: $color__primary; } } } .footer-widgets { border-bottom: 1px solid #DFDFDF; padding: 20px 0; width: 100%; } .boxed-layout .footer-widgets, .boxed-layout .copyright-inner { padding:0 2%; width:96% } .footer-widget { float: left; .widget { margin: 25px 0; li { border-bottom-color: black(0.1); } } .widget-title { color: #2A2D33; margin: 0 0 25px; } .textwidget { img { margin-bottom: 20px; } p { color: #64676A; font-size: 16px; } } } .footer-columns-4 .footer-widget { margin: 0 2% 0 0; width: 23.5%; } .footer-columns-3 .footer-widget { margin: 0 2% 0 0; width: 32%; } .footer-columns-2 .footer-widget { margin: 0 2% 0 0; width: 49%; } .footer-columns-1 .footer-widget { margin: 0; width: 100%; } .copyright { background: $color__footer-bg; color: $color__footer; width: 100%; } .copyright-text { padding: 15px 0; text-align: center; } .back-to-top { cursor:pointer; position:fixed; bottom:8em; right:25px; text-decoration:none; color:#000000; background-color:rgba(235, 235, 235, 0.80); font-size:12px; padding:10px 15px; display:none; -webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px; @include transition(background); &:hover { background-color:rgba(135, 135, 135, 0.50); } .icon-angle-up { color:#000; font-size:24px } }