@font-face {
font-family: 'wpxpress';
src: url(//roofersinleeds.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56);
src: url(//roofersinleeds.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.eot?9zg56#iefix) format('embedded-opentype'),
url(//roofersinleeds.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.ttf?9zg56) format('truetype'),
url(//roofersinleeds.com/wp-content/plugins/smooth-back-to-top-button/assets/fonts/wpxpress.woff?9zg56) format('woff'),
url(//roofersinleeds.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;
}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap"); .rrw-wrapper {
--rrw-font:         'DM Sans', system-ui, -apple-system, sans-serif;
--rrw-star:         #F4B400;
--rrw-star-empty:   #E0E0E0;
--rrw-radius:       14px;
--rrw-surface:      #F8F9FC;
--rrw-border:       rgba(0,0,0,0.07);
--rrw-shadow:       0 2px 16px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.04);
--rrw-shadow-hover: 0 8px 32px rgba(0,0,0,0.13), 0 2px 6px rgba(0,0,0,0.05);
--rrw-text-primary:   #0F1117;
--rrw-text-secondary: #6B7280;
--rrw-ease:         cubic-bezier(0.34, 1.56, 0.64, 1);
font-family: var(--rrw-font);
width: 100%;
box-sizing: border-box;
} .rrw-wrapper.rrw-theme--dark {
--rrw-surface:        #1C1F2A;
--rrw-border:         rgba(255,255,255,0.08);
--rrw-shadow:         0 4px 24px rgba(0,0,0,0.4), 0 1px 4px rgba(0,0,0,0.3);
--rrw-shadow-hover:   0 12px 40px rgba(0,0,0,0.5);
--rrw-text-primary:   #F9FAFB;
--rrw-text-secondary: #9CA3AF;
--rrw-star-empty:     rgba(255,255,255,0.15);
} .rrw-tagline {
font-family: var(--rrw-font);
text-align: center;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--rrw-text-secondary);
margin: 0 0 14px;
} .rrw-cards-outer {
width: 100%;
} .rrw-cards {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.rrw-layout--side-by-side .rrw-cards { flex-direction: row; }
.rrw-layout--stacked      .rrw-cards { flex-direction: column; }
.rrw-layout--grid-2       .rrw-cards { flex-direction: row; flex-wrap: wrap; }
.rrw-layout--grid-2       .rrw-card  { flex: 1 1 calc(50% - 6px); min-width: 0; } .rrw-card {
position: relative;
display: flex;
align-items: center;
gap: 14px;
flex: 1;
min-width: 200px;
padding: 14px 18px;
background: var(--rrw-surface);
border: 1px solid var(--rrw-border);
border-radius: var(--rrw-radius);
box-shadow: var(--rrw-shadow);
text-decoration: none;
color: inherit;
overflow: hidden;
transition: transform 0.25s var(--rrw-ease), box-shadow 0.25s ease;
box-sizing: border-box;
animation: rrw-fadein 0.4s ease both;
}
.rrw-card:nth-child(2) { animation-delay: 0.07s; }
.rrw-card:nth-child(3) { animation-delay: 0.14s; }
.rrw-card:nth-child(4) { animation-delay: 0.21s; }
a.rrw-card:hover {
transform: translateY(-2px);
box-shadow: var(--rrw-shadow-hover);
text-decoration: none;
} .rrw-card__topbar {
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
border-radius: var(--rrw-radius) var(--rrw-radius) 0 0;
opacity: 0.9;
pointer-events: none;
}
.rrw-card--google      .rrw-card__topbar { background: linear-gradient(90deg,#4285F4,#34A853,#FBBC05,#EA4335); }
.rrw-card--checkatrade .rrw-card__topbar { background: linear-gradient(90deg,#003087,#0055B8,#0081FF); }
.rrw-card--trustatrader .rrw-card__topbar { background: linear-gradient(90deg,#E8161B,#FF4B50); }  .rrw-card__logo {
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 9px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.rrw-card__logo--google-logo {
background: #fff;
box-shadow: 0 1px 5px rgba(0,0,0,0.13);
padding: 4px;
}
.rrw-card__logo svg { width: 100%; height: 100%; display: block; } .rrw-card__body {
display: flex;
flex-direction: column;
gap: 3px;
flex: 1;
min-width: 0;
}
.rrw-card__platform {
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--rrw-text-secondary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.rrw-card__rating-row {
display: flex;
align-items: center;
gap: 6px;
flex-wrap: nowrap;
}
.rrw-card__score {
font-size: 1.9rem;
font-weight: 700;
line-height: 1;
color: var(--rrw-text-primary);
letter-spacing: -0.02em;
white-space: nowrap;
}
.rrw-card__score small {
font-size: 0.65em;
font-weight: 500;
color: var(--rrw-text-secondary);
}
.rrw-card__count {
font-size: 0.73rem;
font-weight: 500;
color: var(--rrw-text-secondary);
} .rrw-stars { display: inline-flex; align-items: center; gap: 1px; flex-shrink: 0; }
.rrw-star  { width: 13px; height: 13px; flex-shrink: 0; }
.rrw-star--full    { fill: var(--rrw-star); color: var(--rrw-star); }
.rrw-star--empty   { fill: var(--rrw-star-empty); }
.rrw-star--partial { color: var(--rrw-star); }
.rrw-star--partial polygon { stroke: none; } .rrw-card__arrow {
position: absolute;
top: 12px; right: 12px;
font-size: 0.8rem;
color: var(--rrw-text-secondary);
opacity: 0;
transform: translate(-3px, 3px);
transition: opacity 0.18s, transform 0.18s;
pointer-events: none;
}
a.rrw-card:hover .rrw-card__arrow { opacity: 0.55; transform: translate(0,0); } @keyframes rrw-fadein {
from { opacity: 0; transform: translateY(8px); }
to   { opacity: 1; transform: translateY(0); }
} @media (max-width: 600px) { .rrw-mobile--scroll .rrw-cards-outer {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none; -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
mask-image: linear-gradient(to right, black 85%, transparent 100%);
}
.rrw-mobile--scroll .rrw-cards-outer::-webkit-scrollbar { display: none; }
.rrw-mobile--scroll .rrw-cards {
flex-direction: row;
flex-wrap: nowrap;
padding-bottom: 4px;
}
.rrw-mobile--scroll .rrw-card {
min-width: 200px;
flex: 0 0 200px;
} .rrw-mobile--stacked .rrw-cards {
flex-direction: column;
flex-wrap: nowrap;
}
.rrw-mobile--stacked .rrw-card {
min-width: 0;
width: 100%;
flex: none;
} .rrw-mobile--grid-2 .rrw-cards {
flex-direction: row;
flex-wrap: wrap;
}
.rrw-mobile--grid-2 .rrw-card {
flex: 1 1 calc(50% - 6px);
min-width: 0;
flex-direction: column;
align-items: flex-start;
gap: 8px;
padding: 12px;
}
.rrw-mobile--grid-2 .rrw-card__score { font-size: 1.5rem; }
.rrw-mobile--grid-2 .rrw-card__rating-row { flex-wrap: wrap; gap: 4px; } .rrw-card__score { font-size: 1.7rem; }
.rrw-tagline     { font-size: 0.68rem; margin-bottom: 10px; }
}#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; }
}