#mcb-bar {
position: fixed;
left: 50%;
transform: translateX(-50%) translateY(12px);
z-index: 99999;
display: flex;
align-items: center;
justify-content: space-around;
gap: 6px;
padding: 10px 14px;
background: var(--mcb-bar-bg, #0f0f0f);
border: var(--mcb-bar-border-css, 1px solid rgba(255,255,255,0.08));
border-radius: var(--mcb-bar-radius, 24px);
box-shadow: 0 -2px 32px rgba(0,0,0,0.45), 0 2px 0 rgba(255,255,255,0.04) inset;
opacity: 0;
pointer-events: none;
transition: opacity 0.45s cubic-bezier(0.16,1,0.3,1), transform 0.45s cubic-bezier(0.16,1,0.3,1);
max-width: calc(100vw - 32px);
box-sizing: border-box;
}
#mcb-bar.mcb-visible {
opacity: 1;
pointer-events: all;
transform: translateX(-50%) translateY(0);
} .mcb-divider {
width: 1px;
height: 28px;
background: rgba(255,255,255,0.1);
border-radius: 1px;
margin: 0 2px;
flex-shrink: 0;
} .mcb-btn {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
width: 58px;
height: 58px;
border-radius: var(--mcb-icon-radius, 16px);
background: var(--mcb-icon-bg, rgba(255,255,255,0.06));
border: var(--mcb-icon-border-css, none);
cursor: pointer;
text-decoration: none;
color: var(--mcb-icon-color, #fff);
transition: background 0.2s ease, transform 0.15s ease;
-webkit-tap-highlight-color: transparent;
position: relative;
overflow: hidden;
flex-shrink: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
box-sizing: border-box;
}
.mcb-btn:hover,
.mcb-btn:focus,
.mcb-btn:focus-visible { background: var(--mcb-icon-bg-hover, rgba(255,255,255,0.14)); outline: none; color: var(--mcb-icon-color,#fff); text-decoration: none; }
.mcb-btn:visited,
.mcb-btn:active         { color: inherit; text-decoration: none; }
.mcb-btn:active         { transform: scale(0.92); background: var(--mcb-icon-bg, rgba(255,255,255,0.06)); } .mcb-btn::before {
content: '';
position: absolute;
top: 6px; right: 8px;
width: 5px; height: 5px;
border-radius: 50%;
background: var(--mcb-slot-accent, #fff);
opacity: 0.9;
} .mcb-btn svg {
width: 22px;
height: 22px;
flex-shrink: 0;
display: block; color: var(--mcb-slot-icon-color, var(--mcb-slot-accent, var(--mcb-icon-color, #fff)));
} .mcb-btn:visited svg,
.mcb-btn:active  svg { color: var(--mcb-slot-icon-color, var(--mcb-slot-accent, var(--mcb-icon-color, #fff))); } .mcb-btn span {
font-size: 9.5px;
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
line-height: 1;
display: block;
color: var(--mcb-slot-label-color, rgba(255,255,255,0.55));
} @media (min-width: 768px) {
#mcb-bar { display: none !important; }
}@font-face {
font-family: 'wpxpress';
src: url(//sheffielddriveways.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56);
src: url(//sheffielddriveways.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56#iefix) format('embedded-opentype'),
url(//sheffielddriveways.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.ttf?9zg56) format('truetype'),
url(//sheffielddriveways.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.woff?9zg56) format('woff'),
url(//sheffielddriveways.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.svg?9zg56#wpxpress) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="wpx-icon-"],
[class*=" wpx-icon-"] { font-family: 'wpxpress' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpx-icon-arrow-up-light:before {
content: "\e900";
}
.wpx-icon-arrow-up-bold:before {
content: "\e911";
}
.wpx-icon-angle-double-up:before {
content: "\e90a";
}
.wpx-icon-angle-up:before {
content: "\e90c";
}
.wpx-icon-arrow-up-black:before {
content: "\e908";
}
.wpx-icon-finger-up:before {
content: "\e904";
}
.wpx-icon-finger-up-o:before {
content: "\e905";
}.smooth-back-to-top-button {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transition: all 200ms linear;
overflow: visible;
}
.smooth-back-to-top-button.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.smooth-back-to-top-button::after {
top: 0;
left: 0;
z-index: 1;
text-align: center;
position: absolute;
font-family: 'wpxpress';
transition: all 200ms linear;
}
.smooth-back-to-top-button svg path,
.smooth-back-to-top-button svg rect {
fill: none;
}
.smooth-back-to-top-button svg.progress-circle {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.smooth-back-to-top-button svg.progress-circle path,
.smooth-back-to-top-button svg.progress-circle rect {
box-sizing: border-box;
transition: all 200ms linear;
}#slu-cookie-banner button {
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
font-weight: 500;
transition: background-color .2s, opacity .2s;
white-space: nowrap;
font-family: inherit;
}
#slu-cookie-banner button:hover { opacity: .88; }
#slu-cookie-policy {
background: transparent !important;
text-decoration: underline;
padding: 8px 6px !important;
font-size: 12px !important;
opacity: .75;
} #slu-cookie-banner.slu-layout-sheet,
#slu-cookie-banner.slu-layout-slim {
bottom: 0px;
top: auto;
}
#slu-cookie-banner.slu-layout-sheet {
position: fixed;
left: 0;
right: 0;
padding: 24px 32px 28px;
border-radius: 0px;
box-shadow: 0 -4px 32px rgba(0,0,0,.15);
z-index: 99999;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-family: inherit;
}
#slu-cookie-banner.slu-layout-sheet p {
margin: 0 0 16px;
font-size: 14px;
line-height: 1.6;
max-width: 600px;
}
#slu-cookie-banner.slu-layout-sheet .slu-cookie-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#slu-cookie-banner.slu-layout-sheet .slu-cookie-buttons button {
padding: 9px 22px;
} #slu-cookie-banner.slu-layout-floating {
position: fixed;
right: 20px;
width: 280px;
padding: 18px;
border-radius: 12px;
box-shadow: 0 8px 32px rgba(0,0,0,.2);
z-index: 99999;
font-family: inherit;
}
#slu-cookie-banner.slu-layout-floating p {
margin: 0 0 14px;
font-size: 13px;
line-height: 1.5;
}
#slu-cookie-banner.slu-layout-floating .slu-cookie-buttons {
display: flex;
flex-direction: column;
gap: 7px;
}
#slu-cookie-banner.slu-layout-floating .slu-cookie-buttons button {
padding: 9px 14px;
width: 100%;
text-align: center;
} #slu-cookie-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,.5);
z-index: 99998;
}
#slu-cookie-banner.slu-layout-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
max-width: calc(100vw - 40px);
padding: 28px 24px;
border-radius: 16px;
box-shadow: 0 16px 48px rgba(0,0,0,.25);
z-index: 99999;
text-align: center;
font-family: inherit;
}
.slu-cookie-modal-icon {
font-size: 36px;
margin-bottom: 10px;
}
#slu-cookie-banner.slu-layout-modal p {
margin: 0 0 18px;
font-size: 13.5px;
line-height: 1.6;
}
#slu-cookie-banner.slu-layout-modal .slu-cookie-buttons {
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
}
#slu-cookie-banner.slu-layout-modal .slu-cookie-buttons button {
padding: 10px 20px;
width: 100%;
} #slu-cookie-banner.slu-layout-slim {
position: fixed;
left: 0;
right: 0;
padding: 8px 20px;
z-index: 99999;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
font-family: inherit;
}
#slu-cookie-banner.slu-layout-slim p {
margin: 0;
font-size: 12.5px;
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#slu-cookie-banner.slu-layout-slim .slu-cookie-buttons {
display: flex;
gap: 6px;
flex-shrink: 0;
align-items: center;
}
#slu-cookie-banner.slu-layout-slim .slu-cookie-buttons button {
padding: 5px 12px;
font-size: 12px;
} #slu-cookie-manage {
position: fixed;
bottom: 10px;
right: 10px;
padding: 6px 12px;
border: none;
border-radius: 4px;
cursor: pointer;
z-index: 99998;
font-size: 13px;
font-weight: 500;
transition: background-color .2s;
font-family: inherit;
} @media (max-width: 600px) {
#slu-cookie-banner.slu-layout-sheet { padding: 20px 16px 24px; }
#slu-cookie-banner.slu-layout-sheet .slu-cookie-buttons { flex-direction: column; width: 100%; }
#slu-cookie-banner.slu-layout-sheet .slu-cookie-buttons button { width: 100%; }
#slu-cookie-banner.slu-layout-floating { width: calc(100vw - 20px); right: 10px; }
#slu-cookie-banner.slu-layout-slim p { display: none; }
}