/*
Theme Name: PT REMOVALS LTD
Theme URI: https://ptremovals.co.uk
Description: House removals company specializing in residential and office moves in London, UK, and the EU.
Author: WEB ART LTD
Author URI: https://webart.uk
Version: 1.0
Text Domain: ptrtheme
*/
@charset "UTF-8";
:root {   
    --grey-05: rgba(0, 0, 0, 0.05);
    --grey-10: rgba(0, 0, 0, 0.10);
    --grey-15: rgba(0, 0, 0, 0.15);
    --grey-20: rgba(0, 0, 0, 0.20);
    --grey-30: rgba(0, 0, 0, 0.30);
    --grey-40: rgba(0, 0, 0, 0.40);
    --grey-50: rgba(0, 0, 0, 0.50);
    --grey-60: rgba(0, 0, 0, 0.60);
    --grey-70: rgba(0, 0, 0, 0.70);
    --grey-80: rgba(0, 0, 0, 0.80);
    --grey-90: rgba(0, 0, 0, 0.90);
    --grey-100: rgba(0, 0, 0, 1.0);
    --black: #000000;
    --black-rgb: 0, 0, 0;
    --grey: #D0D0D0;
    --white: #ffffff; 
    --white-rgb: 255, 255, 255;
    --blue: #293772;
    --blue-dark: #0F1C51;
    --blue-light: #465289;
    --red: #C62333; 
    --green:#38991F;
    --yellow: #FEF38B;
    --yellow-gradient: linear-gradient(to bottom, var(--yellow) 0%, #FFD177 100%);
    --brown: #BC7234;
    

    /* Shadows */
    --shadow-header: 0px 0px 10px 2px rgba(0,0,0,0.05);
    --shadow-card: 0px 2px 4px 0px rgba(135, 135, 135, 0.45);

    /* MODULES */
    --padding-module: 60px; 
    
}

.red,
a.red:hover { color: var(--red); }

/* HEADER */
#header { border-bottom: 2px solid var(--black); }
.header-wrapper { padding: 10px; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 0 25px; }
.header-branding { flex-shrink: 0; }
.header-content { flex-grow: 1; }
.header-hamburger { display: none; }

.header-logo { display: block; width:320px; }
.header-logo .logo { display: block;  }

.header-contacts { display: flex; align-items: center; justify-content: space-between; gap: 0 15px; }
.header-contacts .slogan { flex-grow: 1; font-size: 15px; color: var(--blue-dark); }
.header-contacts .slogan img.icon { width: 17px; vertical-align: middle; margin-right: 3px;  }
.header-contacts .callus { flex-shrink: 0; }

.header-hr { margin: 10px 0; border-color: var(--grey); }

.header-navigation { display: flex; align-items: center; justify-content: space-between; gap: 0 15px; }
.header-menu {}
.header-contact { --button-height: 40px; }
.header-spacer { display: none; }

ul.themenu {
    margin: 0; padding: 0; list-style: none none; list-style-position: inside;
    display: flex; align-items: center; gap: 0 40px; 
}
ul.themenu > li {}
ul.themenu > li > a { display: block; padding: 6px 0px; text-transform: uppercase; text-decoration: none; font-weight: 700; color: var(--blue-dark); }
ul.themenu > li > a:hover { text-decoration: underline; }
ul.themenu > li > a[aria-current="page"] { color: var(--red);   }

/* BREADCRUMBS */
.breadcrumbs-wrapper { padding: 8px 0; margin-bottom: 30px; background-color: var(--grey-05);   }
ol.breadcrumbs {
    margin: 0; padding: 0; list-style: none none; list-style-position: inside;
    display: flex; align-items: center; 
    font-size: 0.9em; font-weight: 400;
}
ol.breadcrumbs > li a { text-decoration: underline; }
ol.breadcrumbs > li a:hover { text-decoration: none; }
ol.breadcrumbs > li:not(:last-child)::after { content: '•'; padding: 0 6px; opacity: 0.5; }
ol.breadcrumbs > li strong { font-weight: 500; }

/* FOOTER */
#footer { background-color: var(--blue); color: var(--white); }
.footer-top { background-color: var(--blue-dark); } 
.footer-bottom {  }

.footer-wrapper { padding: 40px 0; }
.footer {}

.footer-line {}
.footer-line hr { border-width: 5px; margin: 0; border-color: var(--blue-light); }

.moving-home-wrapper { display: flex; align-items: center; justify-content: center; padding: 20px 0;  }
.moving-home { display: inline-flex; gap: 0 30px; align-items: center;  }
.moving-home .heading { margin: 0; }
.moving-home .actions {  }

.footer-copyright-wrapper { padding: 20px 0; }
.footer-copyright { color: rgba(255, 255, 255, 0.6); padding: 12px 15px; font-size: 0.8em; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; background-color: var(--blue-dark);  }
.footer-copyright a.href { color: rgba(255, 255, 255, 0.6); text-decoration: none;  }
.footer-copyright a.href:hover { text-decoration: underline; }
.footer-copyright .divider { opacity: 0.5; padding: 0 12px; }
.footer-copyright .primary {}
.footer-copyright .secondary {}


.footer { display: flex; color: rgba(255, 255, 255, 0.70);  }
.footer .cell-company { width: 480px; }
.footer .cell-divider { flex-shrink: 0; width: 56px; position: relative; }
.footer .cell-divider::after { background-color: var(--blue-light); content: ''; width: 5px; height: 100%; position: absolute; left: 50%; transform: translateX(-50%); }
.footer .cell-info { flex-grow: 1;  }

.foot-company {}
.foot-company .branding { margin-bottom: 25px; }
.foot-company .branding .logo { display: block; width: 100%; max-width: 260px; }
.foot-company .description {}

.fmenu-flex { 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px; grid-auto-flow: dense;
    /* grid-auto-flow: row; */
    /* grid-auto-rows: 200px; */
}
.fmenu {}
.fmenu .heading { color: var(--white); margin-bottom: 20px;  }
.fmenu > ul { margin: 0; padding: 0; list-style: none none; list-style-position: inside; }
.fmenu > ul > li { margin-bottom: 10px; }
.fmenu > ul > li p { margin-bottom: 8px; }
.fmenu .litem {}
.fmenu .litem-dummy,
.fmenu a.href {
    display: block; padding: 8px 12px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); 
    text-decoration: none; color: rgba(255, 255, 255, 0.70);
    transition:all 0.2s; 
}
.fmenu .litem-dummy:hover,
.fmenu a.href:hover { border-color: var(--white); }
.fmenu a.link { text-decoration: none; color: rgba(255, 255, 255, 0.70);  }
.fmenu a.link:hover { color: var(--white);  }


/* STATIC */
.page-starter-wrapper { background-color: var(--blue); color: var(--white); padding-top: var(--header-height); }
.page-starter { padding: 25px 0 25px 0; }
.page-starter .heading { margin: 0; }
.page-starter .heading.h1 {  }

.static-layout { display: flex; align-items: stretch; margin-bottom: calc(var(--padding-module) / 2); } 
.static-layout #main { flex: 1; width: 100%; }
.static-layout .layout-spacer { flex-shrink: 0; width: 40px; }
.static-layout #sidebar  { flex-shrink: 0; width: 320px; }
#sidebar .is_sticky { position: sticky; top: 30px; }
.static-layout #main .ratio-21x9 { --aspect-ratio: calc(8/21*100%); }

.rich {}
.rich h2, .rich h3, .rich h4 { font-size: 22px; }

.rich-subtitle { margin-bottom: 30px; }
.rich-subtitle .subtitle { margin: 0; color: var(--blue); }
.rich-subtitle .subtitle i { color: var(--black); } 

/* Legal */
ul.menu-legal { margin: 0; padding: 0; list-style: none none; list-style-position: inside; }
ul.menu-legal > li { padding: 5px 0; border-bottom: 1px solid var(--color-athens); }
ul.menu-legal > li > a { display: block; font-weight: 400; text-decoration: none;  }
ul.menu-legal > li > a:hover { text-decoration: underline; }
ul.menu-legal > li > a::before { content: '🗎 '; margin-right: 5px;  }

.card-sidebar { border: 2px solid var(--grey-10); transition: all 0.2s;   margin-bottom: 20px; border-radius: 3px; overflow: hidden; }
.sidebar-menu { margin: 0; padding: 0; list-style: none none; list-style-position: inside; font-weight: 400; }
.sidebar-menu li:not(:last-child) { border-bottom: 1px solid var(--grey-10); }
.sidebar-menu li a { display: block; padding: 8px 15px; transition:all 0.2s; text-decoration: none; color: var(--blue-dark); }
.sidebar-menu li.current_page_item a { background-color: var(--blue); color: var(--white); }
.sidebar-menu li a:hover { background-color: rgba(var(--black-rgb),0.1); color: var(--blue); text-decoration: none; }

/* Legal */
.card-sidebar { border: 2px solid var(--grey-10); transition: all 0.2s;   margin-bottom: 20px; border-radius: 3px; overflow: hidden; }
.menu-sidebar { margin: 0; padding: 0; list-style: none none; list-style-position: inside; font-weight: 400; }
.menu-sidebar li:not(:last-child) { border-bottom: 1px solid var(--grey-10); }
.menu-sidebar li a { display: block; padding: 8px 15px; transition:all 0.2s; text-decoration: none; color: var(--blue-dark); }
.menu-sidebar li.current_page_item a { background-color: var(--blue); color: var(--white); }
.menu-sidebar li a:hover { background-color: rgba(var(--black-rgb),0.1); color: var(--blue); text-decoration: none; }

.cta-sidebar { padding: 20px; background-color: rgba(var(--black-rgb),0.06); margin-bottom: 25px; border-radius: 3px;   }
.cta-sidebar .title { font-weight: 700; font-size: 21px; }
.cta-sidebar .description {}
.cta-sidebar .description p:last-child { margin-bottom: 0; }
.cta-sidebar .actions { padding-top: 20px; }




/* ╔═══════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║                                         MODULES                                               ║ */
/* ╚═══════════════════════════════════════════════════════════════════════════════════════════════╝ */
.module { background-size: cover; background-position: center center;  background-repeat: no-repeat; }
.module[data-padding="1"] { padding: var(--padding-module) 0;  }
.module[data-bg="default"] {}
.module[data-bg="white"] { background-color: var(--white); }
.module[data-bg="grey"] { background-color: #F5F5F5; }
.module[data-bg="blue"] { background-color: var(--blue); color: var(--white); }
.module[data-bg="default"] + .module[data-bg="default"],
.module[data-bg="white"] + .module[data-bg="white"],
.module[data-bg="grey"] + .module[data-bg="grey"],
.module[data-bg="blue"] + .module[data-bg="blue"] { margin-top: calc(var(--padding-module) * -1) }

.module-heading { margin-bottom: 40px; }
.module-heading .heading { margin-bottom: 0; font-weight: 900; color: var(--blue);  }
.module-heading .heading .icon { margin-right: 10px; }
.module-heading .heading .icon img { height: 36px; }
.module-heading hr { border-color: var(--green); border-width: 6px; margin: 12px 0 0 0; max-width: 360px;  }
.module-heading .leading { padding-top: 15px; margin-bottom: 0; max-width: 800px; margin-left: auto; margin-right: auto;    }
.module-heading.text-center { text-align: center; }
.module-heading.text-center hr { margin-left: auto; margin-right: auto; }

.module-actions { padding-top: 40px; display: flex; gap: 0 20px; align-items: center;  justify-content: center; }

/* Line-On-Sides Headers */
.line-on-sides .heading { margin-bottom: 0; text-transform: uppercase; display: flex; width: 100%; justify-content: center; align-items: center; text-align: center; }
.line-on-sides .heading::before, 
.line-on-sides .heading::after { content: ''; border-top: 4px solid var(--red); margin: 0 20px 0 0; flex: 1 0 20px; }
.line-on-sides .heading::after { margin: 0 0 0 20px; }

.line-on-sides-blue .heading::before,
.line-on-sides-blue .heading::after { border-color: var(--blue); }

 /* MODULE 0 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-0 { background-image: url('images/hero.webp'); }
.hero { display: flex; gap: 0 60px; align-items: center; justify-content: space-between;  }
.hero-content { max-width: 590px; flex-grow: 1; }
.hero-form { width: 100%; max-width: 420px; flex-shrink: 0; }

.herocard {  }
.herocard .heading { font-weight: 900; text-transform: uppercase;  }
.herocard hr.hr { margin: 12px 0 32px 0; border-width: 9px; border-color: var(--red); width: 170px; }
.herocard .description { font-size: 1.3em; font-weight: 600;  }
.herocard .actions { padding-top: 25px;  display: flex; align-items: center; gap: 0 20px; }

.looking-wrapper { background-color: var(--red); color: var(--white); padding: 20px 0; }
.looking { display: flex; align-items: center; justify-content: space-between; }
.looking .desc { font-size: 1.3em; font-weight: 500; }
.looking .desc a { color: inherit; }
.looking .act {}

.getaquote {  padding: 20px; border-radius: 8px; background-color: var(--blue); color: var(--white);  }
.getaquote .heading { margin-bottom:0; text-transform: uppercase; font-weight: 800;  }
.getaquote .heading em { font-style: normal; color: var(--yellow); }
.getaquote hr.hr { margin: 15px 0; border-width: 3px; border-color: var(--blue-light);  }
.getaquote .gform_heading { display: none; }
.getaquote .gf_progressbar_wrapper { display: none; }

.getaquote .gform_fields {
    --gf-form-gap-y: 15px; 
    --gf-desc-space: 3px;
    --gf-ctrl-desc-color-error: #ff6e5f;
    --gf-ctrl-border-color-error: #ff6e5f;
    --gf-ctrl-label-color-secondary: var(--yellow);
    
}
.getaquote .gfield_label { 
    --gf-ctrl-label-color-primary: #ffffff; 
    --gf-ctrl-label-font-weight-primary:400; 
    --gf-label-space-primary: 4px;
}
.getaquote .gform_page_footer {
    --gf-ctrl-btn-bg-color-primary: transparent;
    --gf-ctrl-btn-border-color-primary: var(--yellow);
    --gf-ctrl-btn-border-width-primary: 2px;
    --gf-ctrl-btn-bg-color-hover-primary: var(--yellow);
    --gf-ctrl-btn-color-hover-primary: var(--blue);
}

.getaquote .gform_page_footer .gform_button.button,
.getaquote .gform_page_footer .gform_previous_button.button { text-transform: uppercase !important; font-weight: 800 !important; }

.getaquote .gform_validation_errors { 
    --gf-form-validation-padding-y: 10px;
    --gf-form-validation-margin-y: 15px; 
    --gf-form-validation-bg-color: #ffffff;
}


.gstyle-wrapper { border: 20px solid rgba(var(--black-rgb),0.06); padding: 20px; }
.gstyle .gform_heading { display: none; }
.gstyle .gf_progressbar .percentbar_blue {
    --gf-field-pg-prog-bar-bg-color-blue: var(--red);  
}
.gstyle .gform_fields {
    --gf-form-gap-y: 15px; 
    --gf-desc-space: 3px;
    --gf-ctrl-desc-color-error: #ff6e5f;
    --gf-ctrl-border-color-error: #ff6e5f;
    --gf-ctrl-label-color-secondary: var(--blue); 
}
.gstyle .gfield_label { 
    --gf-ctrl-label-color-primary: #000000; 
    --gf-ctrl-label-font-weight-primary:400; 
    --gf-label-space-primary: 4px;
}
.gstyle .gform_page_footer {
    --gf-ctrl-btn-bg-color-primary: var(--red);
    --gf-ctrl-btn-border-color-primary: var(--red);
    --gf-ctrl-btn-border-width-primary: 2px;
    --gf-ctrl-btn-bg-color-hover-primary: var(--blue-light);
    --gf-ctrl-btn-color-hover-primary: white;
    
}
.gstyle .gform_page_footer .gform_button.button,
.gstyle .gform_page_footer .gform_previous_button.button { text-transform: uppercase !important; font-weight: 800 !important; }
.gstyle .gform_validation_errors { 
    --gf-form-validation-padding-y: 10px;
    --gf-form-validation-margin-y: 15px; 
    --gf-form-validation-bg-color: white;
}


 /* MODULE 1 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-1 { }
.row-sectors {}
dl.card-sector { padding: 30px; border-radius: 6px; background-color: var(--blue-dark); }
dl.card-sector dt { text-align: center;  margin-bottom: 30px; }
dl.card-sector dt img { height: 110px; }
dl.card-sector dd { text-align: center; }
dl.card-sector dd .heading { color: var(--red); }
.module-1-actions { display: flex; align-items: center; justify-content: center; padding-top: 30px; }
.comp-telephone { display: flex; align-items: stretch;  }
.comp-telephone .prime {}
.comp-telephone .prime img { max-width: 400px; }
.comp-telephone .second img { max-width: 290px; }
.comp-telephone .divider { flex-shrink: 0; width: 66px; position: relative; }
.comp-telephone .divider::after { background-color: var(--blue-light); content: ''; width: 3px; height: 100%; position: absolute; left: 50%; transform: translateX(-50%); }

 /* MODULE 2 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-2 { }
.module-2 .line-on-sides { max-width: 60%; margin-left: auto; margin-right: auto;  }
.module-2-actions { display: flex; align-items: center; justify-content: center; gap: 0 30px; padding-top: 30px;  }

.row-services-wrapper {}

.row-services {}
.row-services > [class*="col-"] { margin-bottom: 30px; }

dl.card-service { margin-bottom: 0; border-radius: 12px; background-color: var(--grey-05); overflow: hidden; }
dl.card-service dt { margin: 0; border-bottom: 3px solid var(--yellow);   }
dl.card-service dt .ratio img { transition:all 0.2s; }
dl.card-service dt .ratio:hover img { opacity: 0.8; transform: rotate(1deg); scale: 1.05; }
dl.card-service dd { padding: 20px; }
dl.card-service dd .heading { margin-bottom: 10px; font-size: 1.4em; font-weight: 800; color: var(--blue-dark);  }
dl.card-service dd .heading a { color: inherit; text-decoration: none; }
dl.card-service dd .heading a:hover { text-decoration: underline; color: var(--red); }


 /* MODULE 3 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-3 { }
.module-3 .line-on-sides .heading::before { display: none;  }

.row-choices { counter-reset: section; }
.row-choices dl {}
.row-choices dl dt { margin-bottom: 20px;   }
.row-choices dl dt .heading { font-weight: 600; margin: 0; display: flex; align-items:center; gap: 0 12px; }
.row-choices dl dt .heading::before { 
    content: counter(section); counter-increment: section;
    display: inline-block; background-color: var(--red); padding: 4px 10px; line-height: 1; 
    border-radius: 3px; color: var(--white); 
}
.row-choices dl dd {}

/* MODULE 4 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-4 { }
.split { display: flex; background-color: #F1F5F6; border-radius: 6px; overflow: hidden;   }
.split .col-media { flex-shrink: 0; width: 30%;}
.split .col-details { flex-grow: 1; padding: 40px;  }
.split .col-details .heading {}
.split .col-details .desc {}
.split .col-details .act { padding-top: 30px; }

/* MODULE 5 ═══════════════════════════════════════════════════════════════════════════════════════════════ */
.module-5 { }
.module-5 .line-on-sides .heading::before { display: none;  }

.reviews-widget { width: 100%; display: flex; justify-content: space-between; gap: 60px; }
.reviews-widget .col-widget { flex-shrink: 0;  }
.reviews-widget .col-carousel { flex-grow: 1;  }

.bquote {
     display: flex; flex-direction: column; font-size: 14px;  
     background-color: white; padding: 15px; border-radius: 5px; 
     font-weight: 400; box-shadow: 0 0px 6px 2px rgba(0,0,0,0.05);
}
.bquote .who { font-style: normal; color: var(--blue-dark); font-size: 1.3em;  }
.bquote .who .located { color: var(--grey-60); font-size: 0.8em; }
.bquote .stars { font-size: 22px; line-height: 1; color: #DFA834; margin-bottom: 12px; }
.bquote .stars i { margin-right: 3px; }
.bquote .what { font-style: italic; font-size: 1.1em; }

.bquote .bacatar { background-color: #6e6e6e; color: var(--white); line-height: 1; font-weight: 700; font-size: 21px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; }

.reviews-widget [data-slick-index="0"] .bacatar,
.reviews-widget [data-slick-index="3"] .bacatar,
.reviews-widget [data-slick-index="6"] .bacatar { background-color: #709D42; }
.reviews-widget [data-slick-index="1"] .bacatar,
.reviews-widget [data-slick-index="4"] .bacatar,
.reviews-widget [data-slick-index="7"] .bacatar { background-color: #7B3F9C; }
.reviews-widget [data-slick-index="2"] .bacatar,
.reviews-widget [data-slick-index="5"] .bacatar,
.reviews-widget [data-slick-index="8"] .bacatar { background-color: #4E9E88; }

.bquote-head { display: flex; align-items: center; gap: 0 12px; margin-bottom: 12px; }
.bquote-head .cell-avatar { flex-shrink: 0; }
.bquote-head .cell-who { flex-grow: 1; }
.bquote-head .cell-who p { margin: 0; }
.bquote-head .cell-source { flex-shrink: 0; font-size: 24px;  }
.bquote-head .cell-source .fa-facebook { color: #0866FF; }
.bquote-head .cell-source .fa-google { color: var(--red); }


/* [FIX] Slick carousel doesn't resize correctly within a flexbox grid in Firefox */
.slick-reviews * { min-height: 0; min-width: 0;  }
/* Add spaces between Slick carousel item */
.slick-reviews { /* overflow: hidden; */ }
.slick-reviews .slick-slide { margin: 0 15px; }
.slick-reviews .slick-list { padding: 8px 0; margin: 0 -15px; }
/* force slides to have the same height */
.slick-reviews .slick-track { display: flex !important; }
.slick-reviews .slick-slide {  display: flex; height: auto; align-items: center; justify-content: center; }
.slick-reviews .slick-slide > div,
.slick-reviews .slick-slide > div > div  { height: 100%; }

.slick-reviews .slick-dots { 
    margin: 0; padding: 0; list-style: none none; list-style-position: inside;  
    display: flex; align-items: center; justify-content: center; 
    height: 46px;
}
.slick-reviews .slick-dots li { padding: 0 8px; }
.slick-reviews .slick-dots li button { transition:all 0.2s;  display: block; width: 12px; height: 12px; border-radius: 6px;  border: none; font-size: 0; background-color: var(--blue-light); }
.slick-reviews .slick-dots li:not(.slick-active) button:hover { background-color: var(--blue); }
.slick-reviews .slick-dots li.slick-active button { width: 46px; background-color: var(--red); }

.slick-reviews .slick-arrow { 
    display: inline-flex; align-items: center; height: 46px; line-height: 1; font-size: 32px;
    border:none; background-color: transparent; position: absolute; bottom: 0; z-index: 1;
    color: var(--red);  
    --webkit-transition:all 0.2s; --moz-transition:all 0.2s; transition:all 0.2s;
}
.slick-reviews .slick-arrow:hover { color: var(--blue);  }
.slick-reviews .slick-prev { left: 0; } 
.slick-reviews .slick-next { right: 0; } 



.card-news { 
    border-radius: 6px; overflow: hidden; background-color: var(--white); 
    background-size: cover; background-position: center center;  background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%); 
    height: 100%;
}
.card-news .col-media { position: relative; }
.card-news .col-media picture { transition:all 0.2s; }
.card-news:hover .col-media picture { opacity: 0.8; transform: scale(1.04);  }
.card-news .col-details { padding: 18px; }
.card-news .col-details .title { margin-bottom: 15px;  }
.card-news .col-details a.href { color: var(--blue); }
.card-news .col-details .excerpt { font-weight: 400; }

.single-heading { margin-bottom: 20px; }
.single-heading .heading { margin: 0; }

.single-media { margin-bottom: 20px; }

.single-coverage { margin-bottom: 20px; }
.single-coverage .ratio-4x3 { --aspect-ratio: calc(3 / 21 * 100%); }

.news-related-heading { margin-bottom: 20px; }
.news-related-heading .heading { margin: 0; }

.row-news-related { margin-bottom: 20px; }
.news-related-actions { padding: 20px 0; display: flex; align-items: center; justify-content: center; gap: 0 20px; }

.london-card { border-radius: 6px; padding: 15px; box-shadow: 0 2px 10px rgb(0 0 0 / 10%); }
.london-heading { margin-bottom: 15px; font-size: 16px; text-transform: uppercase; font-weight: 800; }
.london-list { margin: 0; padding: 0; list-style: none none; list-style-position: inside; }
.london-list > li { margin-bottom: 2px; }
.london-list > li > a { display: block; padding: 2px 0; }

.card-pricing-wrapper { border-radius: 6px; padding: 15px; margin-bottom: 15px; box-shadow: 0 2px 10px rgb(0 0 0 / 10%);  }
dl.card-pricing { 
    display: flex; gap: 0 15px; 
}
dl.card-pricing dt { flex-shrink: 0; width: 240px; }
dl.card-pricing dd { flex-grow: 1; }
dl.card-pricing dd .heading { font-size: 19px; color: var(--blue); margin-bottom: 15px; }

.table-pricing {
    display: table; width:100%; max-width:100%; border-spacing:0; border-collapse:collapse;
    caption-side: bottom; border: 2px solid rgba(var(--black-rgb),0.1); 
    margin-bottom: 8px; 
}
.table-pricing td,
.table-pricing th { padding: 6px; border: 2px solid rgba(var(--black-rgb),0.1); }
.table-pricing thead { vertical-align: bottom; background-color: rgba(var(--black-rgb),0.06); }
.table-pricing thead th { text-align: center; font-size: 13px; text-transform: uppercase;  }
.table-pricing tbody td.td-price { text-align: center; font-weight: bold; color: var(--red); }


ul.card-rubbish-list { 
    margin: 0; padding: 0; list-style: none none; list-style-position: inside; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    /* grid-auto-rows: 200px; */
    grid-gap: 10px;
    grid-auto-flow: dense;
}
ul.card-rubbish-list > li {}

.card-rubbish { padding: 6px; border: 2px solid rgba(var(--black-rgb),0.1); }
.card-rubbish .cardhead { text-align: center; margin-bottom: 12px; font-weight: 800; padding: 7px 12px; font-size: 18px; background-color: rgba(var(--black-rgb),0.1); } 
.card-rubbish .pricing { text-align: center;  font-weight: bold; color: var(--red); font-size: 20px; }
.card-rubbish .information { font-weight: bold; color: var(--blue); text-align: center; font-size: 14px; padding: 8px 0;   }
.card-rubbish .specs { background-color: #FFFADD; padding: 8px 12px; border-radius: 4px; font-size: 14px; }

.contact-address { margin-bottom: 15px; }

ul.working-hours {
    margin: 0 0 15px 0; padding: 0; list-style: none none; list-style-position: inside; 
    columns: 2;
}


.row-html-areas .heading,
.row-europe  .heading { font-size: 17px; color: var(--blue); }

.section-heading { margin-bottom: 30px; font-size: 22px; color: var(--red); }

ul.calluson { margin: 0; padding: 0; list-style: none none; list-style-position: inside; }
ul.calluson > li { margin-bottom: 10px; }
ul.calluson .link-call { 
    display: block; padding: 8px 12px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3); 
    text-decoration: none;  transition: all 0.2s; 
    font-size: 20px; font-weight: 600;
    color: #93E07F; 
}
ul.calluson .link-call:hover { color: rgba(255, 255, 255, 1.00); color: #F3B781;  }


/* ╔══════════════════════════════════════════════════════════════════════════════════════════════════════╗ */
/* ║ ####################################   DEVELOPMENT BREAKPOINTS   ##################################  ║ */
/* ╚══════════════════════════════════════════════════════════════════════════════════════════════════════╝ */

/* 4XL */ 
@media (max-width: 1919.98px) { 

} /* @media ---| width < 1920px |--- */

/* 3XL */ 
@media (max-width: 1599.98px) { 


} /* @media ---| width < 1600px |--- */

/* 2XL */ @media (max-width: 1439.98px) { 


} /* @media ---| width < 1440px |--- */

/* XL */ @media (max-width: 1365.98px) {



} /* @media ---| width < 1366px |--- */

/* LG */ 
@media (max-width: 1279.98px) {

    .header-logo { width: 260px; }
    
    .static-layout #sidebar { width: 280px; }

    

} /* @media ---| width < 1200px |--- */

/* MD */ @media (max-width: 991.98px) {

    .static-layout { display: block; }
    .static-layout .layout-spacer { width: 100%; height: 40px; }
    .static-layout #sidebar { width: 100%; }
    .rich h2, 
    .rich h3 { font-size: 22px; }

    .header-wrapper { padding-right: 0; padding-left: 0; }
    .header-hamburger { display: block; }
    .header-content { display: none; }

    .hero { gap: 0; flex-wrap: wrap; }
    .hero-content { max-width: 100%; width: 100%; margin-bottom: 30px;  }
    .hero-form { max-width: 100%; }
    .looking .desc { font-size: 1.2em; }
    dl.card-sector dt img { height: 120px; }

    .row-sectors {}
    .row-sectors > [class*="col-"] { width: 100%; }
    .comp-telephone .prime img { max-width: 320px; }
    .comp-telephone .second img { max-width: 200px; }

    .footer { flex-wrap: wrap; }
    .footer .cell-company { width: 100%; }
    .footer .cell-divider { width: 100%; height: 30px; }
    .footer .cell-divider::after { display: none; }

    .module-2 .line-on-sides { max-width: 100%; } 

    .footer-copyright { flex-wrap: wrap; text-align: center;  }
    .footer-copyright .primary { width: 100%; margin-bottom: 10px; }
    .footer-copyright .secondary { width: 100%; }

    .page-starter { padding: 15px 0 15px 0; }
    .static-layout .layout-spacer { height: 20px; }

    dl.card-pricing dt { width: 190px; }
 
} /* @media ---| width < 992px |--- */

/* SM */ @media (max-width: 767.98px) {

    .header-logo { width: 200px; }
    .hamtoggle .icon { font-size: 25px; }

    .module {
        --padding-module: 40px; 
    }

    .herocard .description { font-size: 1.2em; }

    .looking { flex-wrap: wrap; text-align: center;  }
    .looking .desc { margin-bottom: 15px; width: 100%; }
    .looking .act { width: 100%; text-align: center;  }

    dl.card-sector dt img { height: 92px; } 
 
    .comp-telephone { flex-wrap: wrap; }
    .comp-telephone .prime { text-align: center; width: 100%; margin-bottom: 15px;  }
    .comp-telephone .prime img { width: 100%; max-width: 100%; }
    .comp-telephone .divider { width: 100%; display: none; text-align: center;   }
    .comp-telephone .second { text-align: center; width: 100%; }
    .comp-telephone .second img { max-width: 280px; }

    .split { flex-wrap: wrap; }
    .split .col-media { width: 100%; height: 120px; }
    .split .col-details { padding: 20px; }

    dl.card-pricing { flex-wrap: wrap; }
    dl.card-pricing dt { margin-bottom: 20px; }

    .fmenu-flex { grid-template-columns: repeat(1, 1fr); }

    .footer-wrapper { padding: 30px 0; }

    .gstyle-wrapper { padding: 15px; border: none; background-color: rgba(var(--black-rgb),0.06); }

    dl.card-pricing dd .heading { font-size: 17px; }

} /* @media ---| width < 768px |--- */

/* XS */ 
@media (max-width: 575.98px) and (orientation:landscape) {}
@media (max-width: 575.98px) {

    .header-logo { width: 170px; }
    .header { gap: 0 15px; }

    .module-2-actions { flex-wrap: wrap; }
    .module-2-actions a.btn { display: flex; margin-bottom: 15px; width: 100%; }

    .split .col-details .act a.btn { display: flex; margin-bottom: 15px; width: 100%; }

    .moving-home { flex-wrap: wrap; text-align: center;  }
    .moving-home .heading { width: 100%; margin-bottom: 15px; }
    .moving-home .actions { width: 100%; text-align: center; }

} /* @media ---| width < 576px |--- */

@media screen and (min-width: 320px) and (max-width: 767.98px) and (orientation: landscape) { }

/* XXS */ @media (max-width: 319.98px) and (orientation:landscape) {}
@media (max-width: 319.98px) {


} /* @media ---| width < 320px |--- */

/* ---| END |--- */
/* ¡ NO STYLES BELOW THIS LINE PLEASE ! */

