/* ============================================================================================= */ /* === DO NOT TOUCH ================================= WSC 6 Simple Add Footer by Gino Zantarelli */ /* ============================================================================================= */ #add_footer { background-color: var(--wcfFooterBackground); } #add_footer .layoutBoundary { padding: 15px 20px 0px; color: var(--wcfFooterText); font-size: 14px; } #add_footer .addInbox { width: auto !important; display: -webkit-flex; display: flex; border-bottom: 1px solid var(--wcfFooterHeadlineLink); padding-bottom: 5px; } #add_footer .layoutBoundary h1 { font-size: 14px; margin-bottom: 10px; color: var(--wcfFooterHeadlineLink); padding: 4px 10px 6px; font-weight: 500; background-color: var(--wcfHeaderMenuLinkBackgroundActive); border-radius: var(--wcfBorderRadius); } #add_footer .layoutBoundary h2 { font-size: 16px; line-height: 16px; color: var(--wcfFooterHeadlineLink); padding: 7px 0px; margin-bottom: 10px; border-bottom: 1px solid; } #add_footer .layoutBoundary h2::before { content: "\f0ac"; font-family: 'Font Awesome 6 Free'; padding-right: 6px; font-size: 14px; font-weight: 600; } #add_footer .layoutBoundary p { line-height: 1.3; font-weight: normal; margin-left: 5px; } #add_footer .layoutBoundary p.textbox { line-height: 1.4; font-weight: normal; } #add_footer .layoutBoundary li { list-style: none; text-decoration: none; border: none; } #add_footer .layoutBoundary a::before { content: "\f101"; font-family: 'Font Awesome 6 Free'; padding-right: 4px; font-weight: 600; font-size: 10px; vertical-align: 1px; } .add_boxright_second a::before { display: none; } #add_footer .layoutBoundary a { font-weight: normal; text-decoration: none; color: var(--wcfFooterLink); } #add_footer .layoutBoundary a:hover { font-weight: normal; text-decoration: none; color: var(--wcfFooterLinkActive); opacity: .6; } .add_boxleft { float: left; margin-top: 5px; width: 22.5%; min-width: 230px; margin-right: 0.3%; min-height: 160px; outline: 0px none; padding-bottom: 5px; } .add_boxleft_second { float: left; margin-top: 5px; width: 22.5%; min-width: 230px; margin-left: 0.4%; margin-right: 0.3%; min-height: 160px; outline: 0px none; padding-bottom: 5px; } .add_boxright { float: left; min-width: 230px; margin-top: 5px; margin-left: 0.4%; margin-right: 0.3%; min-height: 160px; outline: 0px none; padding-bottom: 5px; } .add_boxright_second { float: right; margin-top: 5px; margin-left: 0.4%; min-height: 160px; outline: 0px none; padding-bottom: 5px; } .add_boxright .messageShareButtons.jsOnly { padding: 8px 5px; } .add_boxright .messageShareButtons .messageShareProvider { width: 40px; height: 40px; padding: 12px; border-radius: 2px; } .add_boxright .messageShareButtons .messageShareProvider svg { height: 20px; } .add_boxright .messageShareButtons .messageShareProvider fa-brand[size="24"], .messageShareButtons .messageShareProvider fa-icon[size="24"] { --font-size: 30px; --icon-size: 30px; } /* ============================================================================================= */ /* === DO NOT TOUCH ============================================ Mobile Mode for SimpleAddFooter */ /* ============================================================================================= */ @include screen-md-down { #add_footer .layoutBoundary { padding: 15px 10px 0px; } #add_footer .addInbox { display: inline-block; } .add_boxleft { width: 100%; } .add_boxleft_second { width: 100%; } .add_boxright { width: 100%; } .add_boxright_second { width: 100%; } #add_footer.layoutBoundary h1 { margin-top: 15px; font-size: 16px; line-height: 20px; } #add_footer .layoutBoundary p.textbox { font-size: 14px; line-height: 1.3; font-weight: 400; } }