/*
Theme Name: Was Gathering Dust V1.1
Author URI: http://www.brightcherry.co.uk/
Description: Was Gathering Dust Bespoke Theme (Banner v2)
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html{height:100%}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

a{
	color: #656565;
}

a img {
	border: 0;
}

* {
	box-sizing: border-box;
}

strong{
	font-weight:700;
}

em{
	font-style:italic;
}

.clear{
	width:100%;
	clear:both;
	height:0;
}

.clear.height20{
	height:20px;
}

.clear.height30{
	height:30px;
}

p{
	padding:0 0 20px 0;
	line-height:1.6em;
}

p,
.post-content ol,
.post-content ul{
	font-size:17px;
}

p.large,
#howitworks .title p{
	font-size:21px;
}

h1,h2,h3,h4,h5{
	font-weight:400;
	line-height:1.3em;
}

h1{
	font-size:50px;
}

h1.underline{
	display:inline-block;
	padding:0 20px;
	clear:both;
	border-bottom:4px solid #ce9b02;
	margin-bottom:12px;
}


h2{
	font-size:36px;
}

h2.underline{
	display:inline-block;
	padding-right:40px;
	clear:both;
	border-bottom:4px solid #ce9b02;
	margin-bottom:20px;
}

h3{
	font-size:32px;
}

h3.underline,
.page-template-page-but-item-category .main-content-left .post-content h3:first-child{
	display:inline-block;
	padding-right:30px;
	clear:both;
	border-bottom:3px solid #ce9b02;
	margin-bottom:21px;
	padding-bottom:4px;
}


h4{
	font-size:21px;
}

h4.underline{
	display:inline-block;
	padding-right:15px;
	clear:both;
	border-bottom:3px solid #ce9b02;
	margin-bottom:20px;
	padding-bottom:2px;	
}

h5{
	font-size:16px;
}

.btn{
	font-size:15px;
	text-transform:uppercase;
	color:#fff !important;
	font-weight:600;
	text-decoration:none;
	padding:4px 16px;
	border:2px solid #ce9b02;
	display:inline-block;
}

.btn.video-btn{
	background: none;
	border-width: 3px;
	border-radius: 12px;
}

.btn.small{
	font-size: 14px;
	padding: 2px 10px;
}

.btn.btn-large{
	font-size:21px;
	padding:6px 21px;
}

.btn:hover{
	text-decoration:none !important;
	background-color:transparent;
	cursor:pointer;
}

.btn .icon{
	display:inline-block;
	padding-right:8px;
}


.box-shadow{
	-webkit-box-shadow: 0 7px 20px -3px rgb(0 0 0 / 15%);
	box-shadow: 0 7px 20px -3px rgb(0 0 0 / 15%);
}

#header .navigation .mobile-only{
	display:none;
}

/* =Colours
----------------------------------------------- */

.gold,
.faqs .faq .answer a,
.faqs h3.trigger.active,
#footer ul.socials li a,
.faqs .faq h3:hover,
.post-content a,
#header .navigation ul li a:hover,
#footer .col h4,
.steps .step .desc h4{
	color:#ce9b02;
}

.gold-bg,
.btn,
.btn.video-btn:hover,
#howitworks .cats a.cat:hover span.cat-title-box{
	background:#ce9b02;
}

.rblue,
body,
.post-content a:hover,
.steps .step .desc h4 .count{
	color:#172b4f;
}

.rblue-bg,
.cta-block,
.content-box-blocks.dark-mode,
.cats .cat span.cat-title-box,
.btn:hover,
#footer .logo,
#header,
#banner,
.steps .step .icon i{
	background-color:#172b4f;
}

.white,
#footer ul.socials li a:hover{
	color:#fff;
}


/* =Trust Pilot
----------------------------------------------- */


#footer .trustpilot-widget {
	position: relative;
	border: 2px solid #fff;
	padding: 10px;
	margin-top: 10px;
}

/* =Structure
----------------------------------------------- */

body {
	text-align:center;
	font-family: 'Kadwa', serif;
	text-align:center;
	font-size:18px;
}

#wrapper{
	position:relative;
	width:100%;
	min-width:340px;
}

#main-content{
	width:100%;
	margin:0 auto;
}


#main-content.paddingtop{
	padding-top:80px;
}

#main-content .sidebar{
	float:left;
	width:38%;
	background:#f0f0f0;
	padding:30px 40px;
	text-align:left;
}


#main-content .sidebar.right{
	float:right;
}

#main-content .main-content-right{
	float:right;
	width:55%;
}

#main-content .main-content-left{
	float:left;
	width:55%;
}

.setwidth{
	position:relative;	
	max-width:1500px;
	margin: 0 auto;
	padding:0 20px;
}

.setwidth.small{
	max-width:1200px;
}

.setwidth.x-small{
	max-width:980px;
}



.table{
	display:table;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;	
}

.table-cell{
	display:table-cell;
}

.title-wrapper{
	padding:0 0 10px 0;
}

#breadcrumbs{
	text-align:left;
	position:relative;
	bottom:10px;
}

#breadcrumbs,
#breadcrumbs span
#breadcrumbs a{
	font-size:12px;
}

.video-wrapper{
	
}

.responsive-video {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.responsive-video iframe, 
.responsive-video object, 
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-overlay-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    background: #000;
    cursor: pointer;
    box-shadow: 25px 25px 5px #e1e0e0;
    overflow: hidden;
}

.video-overlay-wrapper img.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url('images/play-btn.png') no-repeat center center;
    background-size: contain;
    opacity: 0.8;
}

.video-overlay-wrapper.video-playing .play-button,
.video-overlay-wrapper.video-playing img.video-thumbnail {
    display: none;
}


/* =Steps
----------------------------------------------- */


#how-it-works.table-cell{
	padding-right:100px;
	padding-bottom:50px;
}

#how-it-works .video-wrapper{
	padding:20px 0;
} 

#how-it-works.small .video-wrapper{
	padding-bottom:0;
}

#how-it-works.table-cell.small {
	padding-right: 0;
}

.steps .step{
	vertical-align:top;
	text-align:left;	
}

.steps .step .icon{
	width:80px;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}

.steps .step .icon i{
	font-size:32px;
	color:#fff;
	width:100%;
	padding:18px;
}

.steps .step .desc{
	padding:12px 0 15px 30px;
}

.steps .step .desc a:hover{
	text-decoration:none;
}

.steps .step .desc h4{
	display:inline-block;
	clear:both;
	margin-bottom:12px;
}


.steps.small .step .icon{
	width:40px;
	padding-top:15px;
}

.steps.small .step .icon i{
	font-size:18px;
	padding:10px 4px;
}

.steps.small .step .desc{
	padding:12px 0 0 25px;
}

.steps.small .step .desc h4{
	font-size:18px;
}

.steps.small .step p{
	font-size:15px;
}


/* =Boxes
----------------------------------------------- */

.boxes{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;		
	margin-top:20px;	
}

.boxes .box{
	background:#f0f0f0;
	padding:50px 30px 100px 30px;
	text-align:left;
	position:relative;
}

.boxes .box .icon{
	padding-right:5px;
}

.boxes .box .btn{
	position:absolute;
	left:30px;
	bottom:50px;
}



/* =Header
----------------------------------------------- */

#header{
	position:relative;
	padding:12px 15px;
}

#header .logo{
	position:relative;
	float:left;
}

#header .logo a{
	display:block;
}

#header .logo img{
	width:100%;
	height:auto;
	display:block;
}

#header .navigation{
	position:relative;
	float:right;
	padding-left:25px;
}

#header .navigation ul li{
	position:relative;
	text-align:center;
	display:inline-block;
	padding:20px 14px;
}

#header .navigation ul li a{
	position:relative;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}

#header .navigation ul li.menu-item-has-children > a{
	padding-right:40px;
	position:relative;
}

#header .navigation ul li.menu-item-has-children{
	padding-right:0;
}

#header .navigation ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: 'Font Awesome 6 Free';
	right: 15px;
	font-style: normal;
	font-size:14px;
	position: absolute;
	top: 10px;
	font-weight: 700;
}

#header .navigation ul.sub-menu{
	display:none;
	background: rgb(2,0,36);
	background: linear-gradient(129deg, rgba(2,0,36,1) 0%, rgba(23,43,79,1) 35%, rgba(23,43,79,1) 100%);	
	position:absolute;
	left:0;
	top:55px;
	z-index:9;
	width:350px;
	padding:30px;
	text-align:left;
	border-bottom: 8px solid #ce9b02;
}

#header .navigation ul.sub-menu li{
	float:left;
	width:100%;
	text-align:left;
	padding:8px 10px 8px 25px;
	line-height:1.1em;
}

#header .navigation ul.sub-menu li a{
	font-size:15px;
}

#header .navigation ul.sub-menu li:before {
	content: "\f054";
	color:#fff;
	font-family: 'Font Awesome 6 Free';
	left: 0;
	font-style: normal;
	font-size:14px;
	position: absolute;
	top: 9px;
	font-weight: 700;
}

#header .actions{
	position:relative;
	float:right;
	margin-top:18px;
}

#header .actions li{
	position:relative;
	display:inline-block;
	margin-left:8px;
  line-height: 15px;
  text-align:left;
}

#header .mobile-actions li{
	position:relative;
  line-height: 15px;
  text-align:left;
}

#header .actions li .icon,
#header .mobile-actions li .icon{
	position:absolute;
	left:12px;
	font-size:19px;
  top: 50%;
  transform: translateY(-50%);
}

#header .actions li .btn{
	width:165px;
	padding-left:40px;
}

#header .mobile-actions li .btn{
	padding-left:45px;
}

#header .actions li span.label,
#header .mobile-actions li span.label{
	display:block;
	font-size:10px;
	font-weight:400;
	padding-top:1px;
}

.hamburger{
	display:none;
	z-index: 999999;
	position: relative;
	top:28px;
	right:20px;
	padding:0;
	float:right;
	margin:0 0 0 50px;
	opacity: 1 !important;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	background-color:#ce9b02;
	border-radius: 0 !important;
}


.features{
	position: relative;
	width:100%;
	text-align:left;
	background:#ededed;
	padding:0;
	margin-bottom:20px;
	height:50px;
}

.features .trustpilot-widget-wrapper {
	position: absolute;
	right: 20px;
	top: 0;
	padding: 7px 10px 10px 10px;
	background: #e5e5e5;
	width: 258px;
	height:50px;
}

.features .trustpilot-widget-wrapper a,
.features .trustpilot-widget-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	max-height: 35px;
	margin: 0 auto;
}

.features-bxslider-wrapper{
	margin-right:280px;
}


.features-bxslider{
	visibility:hidden;	
}


.features .item{
	width:20%;
	height:50px;
}

.features .icon{
	font-size:24px;
	width:42px;
	vertical-align:middle;
}

.features .desc{
	vertical-align:middle;
	padding-right:12px;
}

.features .desc h4{
	font-size:13px;
	padding-right:10px;
}



/* =Homepage
----------------------------------------------- */

#banner-wrapper{
	position:relative;
	margin-bottom:50px;
}

.home #banner-wrapper{
	margin-bottom:0;
}

#banner-wrapper .btns{
	position:absolute;
	left:5%;
	bottom:10%;
	z-index:9;
}

#banner-wrapper .btns small.disclaimer {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-style: italic;
}

#banner-wrapper .btns a.btn{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	white-space: nowrap;
}

#banner-wrapper .btns .btns .btn:last-of-type{
	margin-right:0;
}


#banner{
	position:relative;
	border:1px solid transparent;
	background: rgb(2,0,36);
	background: linear-gradient(129deg, rgba(2,0,36,1) 0%, rgba(23,43,79,1) 35%, rgba(23,43,79,1) 100%);	
	min-height:580px;
}

#banner .text-box{
	position:relative;
	z-index:2;
	text-align:left;
	padding:4% 4% 140px 5%;
}


#banner .text-box-wrapper{
	padding-bottom:40px;
}

#banner .text-box h1{
	font-weight:400;
	color:#fff;
	border-bottom:4px solid #ce9b02;
	padding-bottom:20px;
	margin-bottom:30px;
	text-transform:uppercase;
}

#banner .text-box p{
	font-size:21px;
	padding:0 0 20px 0;
	margin:0;
	max-width:95%;
	color:#fff;
}

#banner .text-box p.xlarge{
	font-size:34px;
	padding:0 0 50px 0;	
}

#banner .image{
	width:50%;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 28% 100%);
}

#banner .image img{
	display:none;
}


#howitworks{
	padding:50px 0 0 0;
	text-align:left;
}

#howitworks .title{
	padding-bottom:10px;
}

.cats{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 18px;		
	margin-top:20px;
	padding-bottom:60px;
}

.cats.col-6,
body.page-template-page-items-we-buy .cats.col-6{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;		
}


.cats.col-5{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 20px;		
}


body.page-template-page-items-we-buy .cats{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;		
}

.cats .cat{
	position:relative;
	display:block;
	text-decoration:none;
}

.cats .cat img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #172b4f;	
}

.cats .cat span.cat-title-box {
	position:relative;
	display:block;
	text-align:left;
	width:100%;
	padding:8px 14px;
	color:#fff;
	text-transform:uppercase;
	line-height:1.3em;
	font-size:16px;
	border-top:5px solid #ce9b02;
}

.cats a.cat:hover img{
	filter: grayscale(100%);
}

.cats.col-6 .cat span.cat-title-box {
	bottom:10px;
	padding:6px;
	font-size:11px;	
}

body.page-template-page-items-we-buy .cats.col-6 .cat span.cat-title-box {
	font-size:14px;	
}

.cats .cat .cross{
	position:absolute;
	top:-15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color:#fff;
	height:30px;
	width:30px;
	background:red;
	text-align:center;
	line-height:1.6em;
	border-radius:50%;
}

.cat-lists ul{
	width:100%;
	margin-bottom:30px;
}

.cat-lists ul li.table{
	width:50%;
	float:left;
	text-align:left;
}

.cat-lists ul:after {
  content: "";
  display: table;
  clear: both;
}

.cat-lists ul li .title{
	width:95%;
	padding-right:30px;
	padding-left:5px;
	line-height:1.3em;
}

.cat-lists .cross{
	color:red;	
	width:5%;
}

.image-strap{
	position:relative;
	margin:80px 0 60px 0;
	background:#f0f0f0;
	text-align:left;
}

.image-strap .actions span.or-sep{
	display:inline-block;
	padding:0 15px;
}

.image-strap .text{
	float:right;
	width:55%;
	padding: 60px 0;
}

.image-strap img{
	width:40%;
	height:auto;
	position:absolute;
	left:0;
	top:-80px;	
	box-shadow: 25px 25px 5px #e1e0e0;
	-moz-box-shadow: 25px 25px 5px #e1e0e0;
	-webkit-box-shadow: 25px 25px 5px #e1e0e0;
	-khtml-box-shadow: 25px 25px 5px #e1e0e0;	
}


.image-strap-v2 {
	position: relative;
	margin: 150px 0 60px;
}

/* Grey background that is shorter than the section */
.image-strap-v2 .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f0f0;
    z-index: 0;
}

/* Content sits above background */
.image-strap-v2 .content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 5%;
}

.image-strap-v2 img {
	width: 40%;
	height: auto;
	display: block;

	transform: translateY(-50px); /* bleed top */
	margin-bottom: -50px;         /* bleed bottom */

	box-shadow: 25px 25px 5px #e1e0e0;
}

.image-strap-v2 .text {
	width: 50%;
	text-align:left;
	padding: 50px 30px;
}

/* =Roadshows
----------------------------------------------- */

body.page-template-page-roadshows #banner .text-box{
	padding: 6% 4% 6% 5%;
}

.roadshow-list{}

.roadshow-list .roadshow{
	border:0;
	background: #172b4f;
	padding: 10%;	
	text-align:center;
	margin-bottom:20px;
}

.roadshow-list .roadshow h3 {
	font-size: 26px;
	background: #ce9b02;
	color: #fff;
	padding: 5px 20px 3px 20px;
	display: inline-block;
}

.roadshow-list .roadshow h4.datetime{
	padding:5px 0;
	font-size:21px;
	margin:10px 0;
	color:#fff;
}

.roadshow-list .roadshow .address{
	padding-top:10px;
	color:#fff;	
}

.roadshow-list .roadshow .address ul{
	color:#fff;	
}

.roadshow-list .roadshow .address ul li {
	padding: 0 0;
	margin: 0;
	line-height: 1.6em;
	font-size: 19px;
}


/* =FAQs
----------------------------------------------- */

.faqs{
	float:left;
	clear:both;
	padding-bottom:50px;
	width:100%;
	text-align:left;
}

.faqs .faq h3{
	position:relative;
	font-size:21px;
	padding:15px 60px 15px 0;
	width:100%;
	border-bottom:dashed 1px #172b4f;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

.faqs h3.underline{
	margin-top:70px;
}

.faqs h3.underline:first-of-type{
	margin-top:0;
}

.faqs .faq h3::after {
	position:absolute;
	right:0;
	top:15px;
	font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f078";
}

.faqs .faq h3.active::after {
	transform: rotate(180deg);
}

.faqs .faq h3:hover{
	cursor:pointer;
}

.faqs .faq .answer{
	display:none;
	padding:30px 0 30px 0;
}

.recentpurchases{
	position:relative;		
}

.recentpurchases .strip{
	padding:60px 30px 30px 30px;
}

.recentpurchases .strip h3{}


.enlarge-view{
	display:none;
	position:fixed;
	width:35%;
	min-width:380px;
	min-height:200px;
	height:auto;
	border:10px solid #ce9b02;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);	
	z-index:99;
	background:url("images/loading.gif") no-repeat center #fff;
	background-size:60px;
}
.enlarge-view img{
	width:100%;
	height:auto;
	display:block;
}


.recentpurchases .bx-wrapper{
	background: linear-gradient(129deg, rgba(2,0,36,1) 0%, rgba(23,43,79,1) 35%, rgba(23,43,79,1) 100%);
	position:relative;
}

.recentpurchases .feed {
	visibility:hidden;
}

.recentpurchases .feed .item{
	position:relative;
	padding:30px 0;
}

.recentpurchases .feed img{
	position:relative;
	width:100%;
	height:auto;
	display:block;
	border:1px solid #ce9b02;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;		
}

.recentpurchases .feed .item:hover{
	cursor:pointer;
	filter: grayscale(100%);
}

.recentpurchases .feed span.cat-title-box {
	position:relative;
	display:block;
	width:100%;
	padding:20px 14px 0 14px;
	color:#fff;
	text-transform:uppercase;
	line-height:1.3em;
	font-size:15px;
}

.recentpurchases .feed span.cat-title-box span.paid{
	font-size:26px;
}



/* =Category Page V2
----------------------------------------------- */

.blocks{
	display:block;
	width:100%;
	margin-bottom:50px;
}

.blocks.no-bottom-margin{
	margin-bottom:0px;
}

.blocks .grid{
	display:grid;
	width:100%;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;	
}

.blocks .grid.col-5{
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px;	
	margin:40px 0 0 0;
}

.blocks .grid.col-4{
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;	
	margin:40px 0 0 0;
}

.blocks .box{
	background-color:#fff;
	padding:30px;
	border-left:5px solid #ce9b02;
}

.blocks .box.no-border{
	border:0;
	padding:30px 15px 0 15px;
}

.blocks .box h4{
	font-weight:700;
}

.blocks .box p{
	padding-top:20px;
}



.blocks .grid .box .step-count{
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	height: 40px;

	border-radius: 50%;
	background: #ce9b02;
	color: #fff;

	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	margin:0 0 20px 0;
}






.recentpurchases.theme-2 {
	padding:20px 0 80px 0;
}

.recentpurchases.theme-2 .strip{
	padding:0;
	text-align:left;
  max-width: 980px;
}

.recentpurchases.theme-2 .grid{
	display:grid;
	width:100%;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;	
	margin:20px 0 0 0;
}

.recentpurchases.theme-2 .grid .item{
	border:2px solid #ededed
}

.recentpurchases.theme-2 .grid .item img{
	width:100%;
	height:auto;
}

.recentpurchases.theme-2 .cat-title-box{
	padding:20px 20px;
	text-align:left;
}

.recentpurchases.theme-2 .cat-title-box span.paid{
	font-size:32px;
	font-weight:700;
	display:block;
	line-height:1.2em;
	padding:0 0 10px 0;
}

.recentpurchases.theme-2 .cat-title-box span.desc {
	display: block;
	line-height: 1.3em;
	font-size:16px;
}


.content-box-blocks{
	text-align:left;
	background:#ededed;
	padding:80px 0;
}


.content-box-blocks .titles,
.content-box-blocks .content{
	max-width:980px;
}

.content-box-blocks .titles h4{
	padding-top:20px;
}

.content-box-blocks .content{
	padding: 30px 0 30px 0;
}

.content-box-blocks.dark-mode .titles *{
	color:#fff;
}

.content-box-blocks.dark-mode .box{
	background-color:#273659
}	

.content-box-blocks.dark-mode .box h4{
	color:#fff;
}

.how-it-works{
	text-align:left;
	padding:80px 0 50px 0;
}

.how-it-works .blocks .grid .box{
	padding:20px;
	background:#fdfbe8;
}


.reviews-block{
	text-align:left;
	background:#f7f7f7;
	padding:80px 0;
}

.reviews-block span.verified-label{
	font-size: 13px;
	background-color: #36C075;
	display: inline-block;
	align-self: flex-start;
	padding: 1px 12px;
	border-radius: 6px;
	color: #fff;
	margin: 10px 0 0 0;
}

.reviews-block span.verified-label i {
	margin-right: 2px;
}

.reviews-block .trustpilot{
	text-align:left;
	padding:10px 0 0 0;
}

.reviews-block .trustpilot .table .table-cell{
	vertical-align:middle;
}

.reviews-block .trustpilot .trustpilot-image{	
	width:150px;
}

.reviews-block .trustpilot .trustpilot-image img{
	width:100%;
	height:auto;
}

.reviews-block .trustpilot .trustpilot-rating{
	padding-left:40px;
}

.reviews-block .trustpilot .trustpilot-rating h3{
	font-size:21px;
	font-weight:700;
}

.reviews-block .featured-review{
	background:#fff;
	padding:30px;
	border-left: 8px solid #ce9b02;
	margin:40px 0 0 0;
}

.reviews-block .featured-review blockquote p{
	font-size:24px;
	font-style:italic;
}

.reviews-block .featured-review blockquote cite{
	font-size:14px;
	font-weight:700;
}

.reviews-block .image-strap-v2 {
	margin: 90px 0 60px;
}

.reviews-block .more-reviews{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;		
}

.reviews-block .more-reviews .review{
	background-color:#fff;
	padding:30px;
 	display: flex;	
}

.reviews-block .more-reviews .review .stars{
	margin:0 0 10px 0;
	color:#36C075;
}

.review .text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.review-footer {
    margin-top: auto;
}

.reviews-block .more-reviews .review .text h5{
	font-weight:700;
	margin-top: auto;
}



.page-template-page-buy-item-category-v2 #reviews-slider {
	padding: 40px 0 0 0;
}

.fees-explained{

}

.faqs-block.faqs{
	padding:80px 0;	

	float:none;
}

.faqs-block.faqs .faq{
	max-width: 980px;
}

.cta-block{
	padding:80px 0;
}

.cta-block p,
.cta-block .titles *{
	color:#fff;
}

.cta-block .buttons{
	padding:20px 0 20px 0;
}

.cta-block .buttons a{
	margin:5px 5px;
}

.page-template-page-buy-item-category-v2 .recentpurchases.enlarge-view-wrapper,
.page-template-page-buy-item-category-v2  #footer .col.customer-service .btn,
.page-template-page-buy-item-category-v2  #footer .col.customer-service h4,
.page-template-page-buy-item-category-v2  #footer .col.customer-service .trustpilot-widget{
	display:none !important;
}

/* =Footer
----------------------------------------------- */

#footer{
	position:relative;
	padding:60px 0 0 0;
	background:#0a172e;
	text-align:left;
	border-top:10px solid #ce9b02
}


#footer,
#footer .col li,
#footer .col a{
	color:#fff;
}

#footer .logo{
	margin-bottom:40px;
	padding:8px 16px 8px 8px;
	width:100%;
	border-radius: 10px;
	border:2px solid transparent;
}

#footer .logo:hover{
	border-color:#ce9b02;
}

#footer .logo img{
	display:block;
	max-width:100%;
	height:auto;
}

#footer .col{
	width:26%;
	float:left;
	vertical-align:top;
}

#footer .col h4{
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:20px;
}

#footer .col ul{
	list-style-type:square;
	margin-left:20px;
}

#footer .col ul li{
	font-size:15px;
}

#footer .col ul li a{
	font-size:14px;
	text-decoration:underline;
}

#footer a:hover,
#footer .col ul li a:hover{
	text-decoration:none;
}

#footer .col.customer-service{
	position:absolute;
	right:20px;
	top:0;
	width:350px;
}

#footer .col.customer-service .btn{
	width:100%;
	display:block;
	margin-bottom:15px;
}

#footer ul.socials{
	margin:60px 0 20px 0;
	text-align:center;
}

#footer ul.socials li{
	display:inline-block;
	margin:0 10px;
}

#footer ul.socials li a{
	display:block;
	font-size:32px;
}

#footer .copyright{
	border-top:1px solid #ce9b02;
	padding:20px 0;
}

#footer .copyright ul{

}

#footer .copyright ul li{
	font-size:12px;
	display:inline-block;
	padding-right:20px;
}


#footer .copyright ul li,
#footer .copyright ul li a{
	color:#fff;
}





/* =Post Content
----------------------------------------------- */


.post-content{
	text-align:left;
}

.post-content ol,
.post-content ul{
	padding:0 20px;
	margin:10px 20px;
	list-style-position: outside;
	list-style-type:disc;
}

.post-content ol{
	counter-reset: item;
	list-style-type:decimal;
}

.post-content ol > li:before{
	content: counters(item, ".") " "; 
	counter-increment: item;
	font-weight:700;
}

.post-content ol > li{
	display: block;
}

.post-content ol > li > ol > li{
	display: block;
}

.post-content ol li,
.post-content ul li{
	padding-bottom:10px;
}

.post-content ol ul{
	list-style-type:disc;
}


.post-content ul.list-column{
	column-count: 2;
	margin-right:0;
	padding-right:0;
}

.post-content ul.list-column li{
	line-height:1.4em;
	padding-right:25px;
}

.post-content *:first-child{
	margin-top:0;
}

.post-content h2{
	margin:30px 0 30px 0;
	font-weight:600;
	font-size:34px;
}

.post-content h3{
	font-weight:600;
	margin:25px 0 15px 0;	
	font-size:28px;	
}

.post-content h4{
	font-weight:600;
	margin:25px 0 15px 0;	
}

.post-content h5{
	margin:15px 0;	
	font-weight:600;
}

.post-content img{
	margin:20px 0;
}

.wp-block-separator{
	margin:40px 0;
}

.page-template-page-but-item-category .post-content ul.columns li{
	width:33%;
	float:left;
}




/* =Gallery
----------------------------------------------- */

.gallery{
	padding:60px 0 60px 0;	
}

.gallery ul{
	position:relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);  
  grid-gap: 15px;
}

.gallery.col-6 ul{
  grid-template-columns: repeat(6, 1fr);  
}

.gallery ul li img{
	width:100%;
	height:auto;
	display:block;
}

.gallery ul li img:hover{
	cursor:pointer;
  filter: grayscale(100%);
}


/* WP Image alignment
------------------------------------------------------------------*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 25px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption,
.wp-block-image figcaption{
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 100%;
	padding: 14px 9px 9px 9px;
}

.wp-block-image figcaption{
	line-height:1.4em;
	margin-bottom:30px !important;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 4px;
	position: relative;
}

img.size-full{
	height:auto !important;
	width:auto !important;
}


/* =Order Free Postage Pack
----------------------------------------------- */





/* =Form
----------------------------------------------- */

.wpcf7{
	padding:20px 0;
}

.wpcf7-list-item{
	margin-left:0 !important;
}

.wpcf7 br{
	display:none;
}

.wpcf7 .field{
	padding:0 0 10px 0;
}


.wpcf7-text,
.wpcf7-textarea,
.idpc-select{
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.idpc-select{
	margin-top:12px !important;
	border:2px solid #ce9b02;	
}

.wpcf7-text:focus,
.wpcf7-textarea:focus{
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.wpcf7-submit{
	width:100%;
	padding:12px 10px;
}

.idpc-error{
	border: 1px solid red;
	padding: 10px;
	color: red;
	margin-top: 10px !important;
}


.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
}



/* =Landing page
----------------------------------------------- */

.page-template-page-landing #breadcrumbs{
	display:none !important;
}


.page-template-page-landing .actions{
	padding:0 20px;
}

/* =Landing page > Banner
------------------------ */

.page-template-page-landing #banner{	
	background:none;	
}

.page-template-page-landing #banner .form{
	width:500px;
	text-align:left;
}

.page-template-page-landing #banner .form h3{
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	padding-bottom:20px;
	color:#ffbf00;	
}

.page-template-page-landing #banner .form form{
	padding:30px 30px 0 30px;
	background:#0b1933;
	border-radius:20px;
	border:10px solid #ce9b02;
	margin-right:40px;
}

.page-template-page-landing #banner .form a{
	color:#fff;
}


.page-template-page-landing #banner .form form .wpcf7-response-output{
	color:#fff;
}

.page-template-page-landing #banner .form form.valid .wpcf7-response-output,
.page-template-page-landing #banner .form form.invalid .wpcf7-response-output{
	margin-bottom:30px !important;
}

.page-template-page-landing #banner .form form label{
	color:#fff;
}


.page-template-page-landing #banner .text-box {
	padding:0 6% 200px 2%;
	background-repeat:  no-repeat;
	background-position:right bottom;
	background-size:70%;	
}

.page-template-page-landing #banner .text-box img{
	display:none;
}	

.page-template-page-landing #banner .text-box h1{
	color:#172b4f;
	font-size:42px;
}


.page-template-page-landing #banner .text-box ol{
	color:#172b4f;
	font-size:32px;
	margin:0 0 0 2%;
	counter-reset: step-counter;
}

.page-template-page-landing #banner .text-box ol li {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	line-height: 1.4em;
}

.page-template-page-landing #banner .text-box ol li:before {
  counter-increment: step-counter;
  content: counter(step-counter);
	color: #fff;
	background: #f07100;
	border-radius: 50%;
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



/* =Landing page > How it works
------------------------ */

.page-template-page-landing #howitworks{
	background:#f0f0f0;
	margin-bottom:50px;
}

.page-template-page-landing #how-it-works .title{
	text-align:center;
}

.page-template-page-landing #how-it-works .steps{
	padding-top:20px;
}

.page-template-page-landing #how-it-works .steps .step{
	margin-bottom:30px;
}

.page-template-page-landing #how-it-works .steps .step .desc {
	padding:0 0 0 30px;
	vertical-align:middle;
}

.page-template-page-landing #how-it-works .steps .step .desc h4 {
	margin:0;
	font-size: 28px;
	position:relative;
	padding-left:50px;
	color:#172b4f
}

.page-template-page-landing #how-it-works .steps .step .desc .count{
	position:absolute;
	left:0;
	top:0;

}

.page-template-page-landing #how-it-works .steps .step .icon {
	width: 80px;
	text-align: center;
	vertical-align: top;
	padding-top: 0;
}


/* =Landing page > Items we buy
------------------------ */

.page-template-page-landing #items-we-buy{
	padding-top:80px;
}

.page-template-page-landing #items-we-buy .cats.col-5 .cat span.cat-title-box {
	font-size:18px;	
}


.page-template-page-landing #items-we-buy p{
	font-size:21px;
}


/* =Landing page > Videos
------------------------ */


.page-template-page-landing .video-wrapper{
	position:relative;
	margin:80px auto;
	max-width:980px;
	padding:0 20px;
}


.page-template-page-landing h2{
	margin-bottom:40px;
}


.page-template-page-landing .video-testimonials-wrapper {
	padding-bottom:80px;
}

.page-template-page-landing .video-testimonials-wrapper .video-testimonials{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;		
}


/* =Landing page > TrustPilot
------------------------ */

.page-template-page-landing .trustpilot-wrapper{
	margin:60px 0 40px 0;
	padding: 0 20px;
}

.page-template-page-landing .contact-wrapper{
	padding: 50px 20px;
	background:#f0f0f0;
}


/* =Reviews > TrustPilot
------------------------ */

#reviews-slider{
	margin:0 auto;
	padding:40px 0 80px 0;
}

#reviews-slider .trustpilot-logo img{
	height:80px;
	width:auto;
}

#reviews-slider .setwidth{
	max-width:1600px;
}

#reviews-slider .intro {
	padding:20px 25px 40px 25px;
}


#reviews-slider .intro p {
	font-size:24px;
}

#reviews-slider ul.reviews {	
  display: flex;
  align-items: stretch; /* make all child slides equal height */
  visibility:hidden

}

#reviews-slider ul.reviews li {
  display: flex;
  flex-direction: column; /* stack name + text vertically */
}

#reviews-slider ul.reviews li .txt {
  flex: 1; /* stretch to fill the available height */
}

#reviews-slider ul.reviews li img{
	height:20px;
	width:auto;
	margin: 0 0 10px 0;
}

#reviews-slider ul.reviews li h5{
	font-weight:bold;
	padding:15px 10px;
	display:block;
	width:100%;
}

#reviews-slider ul.reviews li span.txt{
	display:block;
}

#reviews-slider ul.reviews li a.readmore{
	display:block;
	position:relative;
	pointer-events: auto !important;
	z-index: 2;
}


/* Ensure parent slider wrapper is positioned so arrows can be placed absolutely */
#reviews-slider  .bx-wrapper {
  position: relative;
  max-width: 100% !important; 
}


#reviews-slider  .bx-wrapper .bx-viewport{
	width: 80% !important;
	margin: 0 auto !important;
}


/* Direction controls container */
#reviews-slider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* allows clicks to pass through except on the buttons */
}

/* Shared styles for both arrows */
#reviews-slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #172b4f;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease;
  pointer-events: auto;
  text-indent: -9999px; /* hide "Prev"/"Next" text */
  overflow: hidden;
}

/* Left (Prev) */
#reviews-slider .bx-controls-direction .bx-prev {
  left: 15px;
}

/* Right (Next) */
#reviews-slider .bx-controls-direction .bx-next {
  right: 15px;
}


/* Add Font Awesome icons */
#reviews-slider .bx-prev::before {
  content: "\f053"; /* fa-chevron-left */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#reviews-slider .bx-next::before {
  content: "\f054"; /* fa-chevron-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  text-indent: 0;
  position: absolute;
  left: 0;
  right: 0;
}

/* Hover effect */
#reviews-slider .bx-controls-direction a:hover {
  background: #ce9b02;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Optional: subtle scaling on hover */
#reviews-slider .bx-controls-direction a:hover i {
  transform: scale(1.1);
}



