/* footer */ footer { .footer_block { max-width: 1400px; } .footer_top { padding: 60px 0; background-color: #333333; text-align: left; color: #aaa; height: 3%; @include mq_down(sm) { padding: 40px 0 20px; } .row div { padding-left: 2rem; } } .footer_bottom { padding: 15px 0 17px; background-color: #222222; text-align: left; color: #aaa; height: 0.8%; } .footer_link { margin-bottom: 40px; li { line-height: 10px; } a { color: #ffffff; font-size: 14px; font-weight: 500; line-height: 20px; text-decoration: none; &:hover { color: $gold2; } } @include mq_down(sm) { margin-bottom: 20px; } .child_page { &:before { content: '\2014\a0'; font-size: 12px; font-weight: 500; margin-left: 10px; color: $white; } } } .footer_logo { margin-right: 14px; img { width: 100%; max-width: 200px; } } .footer_contact { text-align: center; a { text-decoration: none; font-family: Arial; color: #ffffff; font-size: 24px; font-weight: 700; } i { margin-right: 9px; color: #fff; font-size: 18px; line-height: 24px; } .opening_hours { font-size: 12px; font-weight: 700; } //@include mq_down(sm) { // text-align: left; //} } .footer_address { color: #ffffff; font-size: 14px; font-weight: 500; text-align: center; margin-bottom: 30px; @include mq_up(xl) { margin-bottom: 0; text-align: left; } } .footer_main_logo { display: flex; justify-content: center; align-items: center; img { //width: 100%; @include mq_down(sm) { width: 100%; max-width: 320px; } } @include mq_down(sm) { margin-bottom: 10px; } } .footer_social { display: flex; justify-content: center; align-items: center; padding-top: 3px; text-align: center; a { margin-right: 12px; color: #fff; border: 0; } .btn_social { width: 36px; height: 36px; border-radius: 50%; cursor: pointer; line-height: 2; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; &.facebook { background-color: #5058b2; } &.twitter { background-color: #60a8f3; } &.rss { background-color: #ef6b1d; } } } .footer_copyright { padding: 1rem 2rem; background-color: $black; color: $white; font-size: 14px; line-height: 20px; } }