/*
-------------------------------------------------------------|
---            Custom Stylesheet for Imexparts            ---|
---                      Frits Steyn                      ---|
-------------------------------------------------------------|
                                                       INDEX |
-------------------------------------------------------------|
- FONT IMPORT
- VARIABLES
- TYPOGRAPHY & RESETS
- HEADER
- FOOTER
- GENERAL
- SINGLE PART HEADER
- CONTACT PAGE
- NEWS PAGE
- DOWNLOADS
- SIGNUP
- BLOCKS - banner
- BLOCKS - banner slider
- BLOCKS - benefits
- BLOCKS - dual coloured blocks
- BLOCKS - 4 column text blocks
- BLOCKS - map
- BLOCKS - 4 column image blocks
- BLOCKS - callback block
- BLOCKS - latest news
- BLOCKS - parts category gallery
- BLOCKS - category slider
- BLOCKS - brands slider
- BLOCKS - brands gallery
- BLOCKS - wholesale customer
- BLOCKS - 1 image 1 text
- BLOCKS - trading hours
- BLOCKS - full width text
- BLOCKS - red circles with text
- BLOCKS - testimonials
- BLOCKS - two image blocks with text on the left
- BLOCKS - vacancies
- BLOCKS - contact form row
- BLOCKS - icon and text row
- BLOCKS - gallery slider
- BLOCKS - accordions
- BLOCKS - coloured bar with links
- RESPONSIVE
-------------------------------------------------------------|
                                                 FONT IMPORT |
-------------------------------------------------------------|
*/

@import url("https://use.typekit.net/eya4uyl.css");

/*
-------------------------------------------------------------|
                                                   VARIABLES |
-------------------------------------------------------------|
*/

:root {
	--color-blue: #0E578F;
	--color-green: #21B354;
	--color-red: #D7282F;

	--fontsize-heading-primary: 50px;
	--fontsize-heading-secondary: 44px;
	--fontsize-heading-tertiary: 30px;
	--fontsize-heading-quarternary: 22px;
	--fontsize-body-small: 14px;
	--fontsize-body-normal: 16px;
	--fontsize-body-large: 18px;
	--fontsize-button: 18px;

	--spacing-primary: 75px;
	--spacing-secondary: 50px;
	--spacing-tertiary: 25px;

	--fontfamily-body: 'elza-condensed', 'arial', sans-serif;
	--fontfamily-headings: 'elza-condensed', 'arial', sans-serif;

	/*for animate lib - cut down delays in half*/
	--animate-delay: 0.2s !important;
}

/*
-------------------------------------------------------------|
                                         TYPOGRAPHY & RESETS |
-------------------------------------------------------------|
*/

body {
	color: var(--color-blue-dark);
	font-size: 16px;
	font-weight: 400;
	font-family: 'elza-condensed', 'arial', sans-serif;
	margin: 0;
}

body,
button, 
input, 
select, 
optgroup, 
textarea {
	font-family: 'elza-condensed', 'arial', sans-serif;
}

.post, 
.page {
	margin: 0;
}

body > * {
	max-width: 1920px;
	margin: auto;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
	color: var(--color-blue-dark);
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	/*text-transform: capitalize;*/
	color: var(--color-blue-dark);
	font-family: 'elza-condensed', 'arial', sans-serif;
}

h1 {
	line-height: 1.1;
	margin: 0 0 15px;
	font-size: 16px;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 30px;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

ul,
ol {
	margin: 0;
	padding-left: 20px;
}

mark, 
ins {
	background: transparent;
}

fieldset {
	padding: 0 20px 20px;
}

.max-width-container {
	max-width: 1080px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
	display: none;
}

.entry-footer {
	display: none;
}

.entry-content,
.hentry {
	margin: 0;
}

.button {
	text-transform: uppercase;
	padding: 0 25px;
	display: inline-block;
	font-size: var(--fontsize-button);
	transition: all 0.1s ease 0s;
	border: 1px solid #D7282F;
	position: relative;
	z-index: 1;
	color: #fff !important;
	background-color: #D7282F !important;
	border-radius: 0;
	letter-spacing: 0.02em;
	height: 45px;
	line-height: 43px;
	cursor: pointer;
	font-weight: 600;
}

.button:hover {
	background-color: #fff !important;
	border-color: #fff !important;
	color: #D7282F !important;
}

a.underlined-button {
	color: #fff;
	border-bottom: 1px solid #D7282F;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	transition: all 0.1s ease 0s;
	background-color: transparent;
	color: #fff;
}

a.underlined-button:hover {
	background-color: #D7282F;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
	clear: both;
}

.parent-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.half {
	width: 50%;
}

.third {
	width: 33.3%;
}

.twothirds {
	width: 66.6%;
}

.flex {
	display: flex;
}

.rlp-header .rlp-head {
	font-size: 50px;
	font-weight: 200 !important;
	text-transform: uppercase;
	font-family: 'elza-condensed', 'arial', sans-serif;
	margin: 0;
	line-height: 1em;
}

.rlp-header .rlp-prehead {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'elza-condensed', 'arial', sans-serif;
	text-transform: uppercase;
}

.rlp-header > :last-child:not(:first-child):not(.rlp-head) {
	margin-top: 20px;
}

.overflow-container {
	overflow: hidden;
}

#primary {
	margin-top: 150px;
}

.custom_animate {
	opacity: 0;
}

.custom_animate.custom_animation_in-complete {
	opacity: 1;
}

#primary > .full-width-text:first-child {
	border-top: 1px solid #0E578F;
}


/*
-------------------------------------------------------------|
                                                      HEADER |
-------------------------------------------------------------|
*/

#masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	z-index: 999;
}

body.single-part #masthead,
body.blog #masthead,
body.post-type-archive-download #masthead {
	border-bottom: 1px solid #0E578F;
	height: 151px;
}

#masthead .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 29px;
	background-color: #0E578F;
	color: #fff;
	text-align: right;
	padding: 0 35px;
}

.menu-top-menu-bar-container {
	display: inline-block;
}

#top-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.header-social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#top-menu > li,
.header-social-icons > li {
	display: inline-block;
	margin-left: 20px;
}

#top-menu > li a, 
.header-social-icons > li a {
	line-height: 30px;
	font-weight: 400;
	transition: all 0.1s ease 0s;
	color: #fff;
}

#top-menu > li a:hover {
	font-weight: 600;
}

#masthead .bottom {
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0 35px;
	height: 121px;
	text-align: right;
}

.site-branding img {
	width: 144px;
	display: block;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
}

.header-order-now {
	display: inline-block;
	height: 121px;
	padding-top: 23px;
}

.header-order-now span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #D7282F;
	line-height: 18px;
}

.header-order-now a {
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	color: #0E578F;
}

#site-navigation {
	width: auto;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

#primary-menu > li > a {
	font-weight: 700;
	color: #0E578F;
	text-transform: uppercase;
	margin-right: 35px;
	margin-top: 50px;
	padding-bottom: 20px;
}

#primary-menu > li:hover > a,
#primary-menu > li > ul > li:hover > a,
#primary-menu > li > ul > li > ul a:hover,
#primary-menu .current-menu-item > a,
#primary-menu .current-part_category-ancestor > a {
	color: #D7282F;
}

#primary-menu > li.menu-item-has-children > a::after,
#primary-menu > li.menupart-8 > a::after,
#primary-menu > li.menupart-9 > a::after {
	content: "\f078";
	font-family: fontawesome;
	font-size: 12px;
	vertical-align: 3px;
	display: inline-block;
	margin-left: 5px;
}

.custom-submenus {
	display: none;
}

#primary-menu > li > ul {
	flex-wrap: wrap;
	text-align: left;
	background-color: #fff;
	box-shadow: unset;
	width: 210px;
}

#primary-menu > li > ul > li {
	position: static;
	width: 100%;
}

#primary-menu > li > ul > li > a {
	color: #0E578F;
	padding: 15px 30px;
	line-height: 1.1em;
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

#primary-menu > li > ul > li > ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	background-color: #fff;
	/* height: 100%; */
	/* overflow-y: scroll; */
	box-shadow: unset;
	padding: 10px 10px;
	z-index: 1;
	transition: all 0.25s ease-out 0s;
	max-width: 210px;
	/* max-height: 100%; */
	display: block;
	opacity: 0;
}

#primary-menu > li > ul > li:hover > ul {
	left: 100%;
	opacity: 1;
}

#primary-menu > li > ul > li > ul::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	width: 1px;
	height: calc(100% - 30px);
	background-color: #0E578F;
}

#primary-menu > li > ul > li > ul a {
	color: #0E578F;
	padding: 6px 20px;
	line-height: 1em;
}

.error-404.not-found h1 {
	font-size: 50px;
	color: #0E578F;
	font-weight: 300;
	border-bottom: 1px solid #0E578F;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

.error-404.not-found h1 strong {
	font-weight: 700;
}

.error-404.not-found {
	padding-bottom: 50px;
}


/* 
-------------------------------------------------------------|
                                                      FOOTER |
-------------------------------------------------------------|
*/

#colophon {
	background-color: #0E578F;
	color: #fff;
	padding: 50px 0;
}

#colophon .max-width-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-column {
	width: 175px;
	font-size: 14px;
}

.footer-column:last-child {
	width: calc(100% - 575px);
}

.footer-column h3 {
	font-size: 16px;
	text-transform: ;
	margin: 25px 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #fff;
	padding: 10px 0;
}

.footer-column ul.menu {
	list-style: none;
	padding: 0;
}

.footer-column,
.footer-column p {
	font-size: 14px;
}

.footer-column ul.menu li {
	margin-bottom: 12px;
}

.footer-dual-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-signup {
	width: 360px;
}

.footer-contact {
	width: calc(100% - 380PX);
}

.footer-signup p {
	margin: 0 0 12px;
}

.footer-signup form {
	position: relative;
}

.footer-signup form input[type="email"] {
	border-radius: 0;
	border: 1px solid #fff;
	font-size: 14px;
	background-color: #0E578F;
	color: #fff;
	height: 40px;
	width: calc(100% - 40px);
	padding: 0 15px;
}

.footer-signup form input[type="email"] {
	outline: unset !important;
}

.footer-signup form .wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 0;
	background-color: #fff;
	border: 0;
	font-size: 20px;
	background-image: url(/wp-content/themes/imex/images/chevron.png);
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	cursor: pointer;
}

.footer-signup form .wpcf7-spinner {
	display: none;
}

.footer-social-icons {
	list-style: none;
	padding: 0;
	margin-bottom: 12px;
}

.footer-social-icons li {
	display: inline-block;
	margin-right: 15px;
	font-size: 18px;
}

.footer-contact h4 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
}

.footer-contact p {
	font-size: 18px;
	margin: 0;
}

.footer-contact h4:nth-of-type(n+2) {
	margin-top: 20px;
}

.footer-contact a {
	text-decoration: underline;
}

.footer-trail {
	background-color: #D7282F;
	color: #fff;
	text-align: center;
}

.footer-trail p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	padding: 0 0 0;
	height: 30px;
	line-height: 30px;
}

.footer-column a:hover {
	text-decoration: underline;
}

.footer-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.footer-logo {
	max-width: 33.3%;
	padding-right: 20px;
}

.footer-logo img {
	max-height: 40px;
}

/* 
-------------------------------------------------------------|
                                                     GENERAL |
-------------------------------------------------------------|
*/

.breadcrumb ul {
	list-style: none;
	padding: 0;
	color: #0E578F;
	font-size: 22px;
	text-transform: uppercase;
}

.breadcrumb ul li {
	display: inline-block;
	position: relative;
	margin-right: 25px;
}

.breadcrumb ul li a::after {
	content: ">";
	position: absolute;
	left: calc(100% + 8px);
}

.breadcrumb a:hover {
	color: #D7282F;
}

.breadcrumb .current {
	font-weight: 700;
}

.breadcrumb {
	margin-bottom: 25px;
}

/*
-------------------------------------------------------------|
                                          SINGLE PART HEADER |
-------------------------------------------------------------|
*/

.single_part-content {
	margin-bottom: 50px;
}

.single_part-content .left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 500px;
}

.single_part_slider-nav {
	list-style: none;
	padding: 0;
}

.single_part_slider-nav li {
	width: 100px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.single_part-slider {
	width: 375px;
	margin-left: 25px;
}

.single_part-container {
	padding-top: 50px;
}

.single_part-content .right {
	width: calc(100% - 500px);
	padding-left: 50px;
}

.single_part-content h1 {
	font-size: 44px;
	color: #0E578F;
	font-weight: 300;
}

.single_part-content h1 strong {
	font-weight: 700;
}

.delivery-notice {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	color: #0E578F;
	text-decoration: underline;
}

.delivery-notice img {
	object-fit: contain;
	width: 40px;
	height: 40px;
	object-position: center;
}

.delivery-notice p {
	margin: 0;
	padding: 10px 0 10px 10px;
}

.part-features ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* -webkit-column-count: 3; */
	/* -moz-column-count: 3; */
	/* column-count: 3; */
	/* -webkit-column-gap: 25px; */
	/* -moz-column-gap: 25px; */
	/* column-gap: 25px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.part-features ul > * {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside:avoid;
	-moz-page-break-inside:avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.part-features li {
	position: relative;
	padding-left: 17px;
	width: calc(100% / 3);
}

.part-features li span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#primary.single-part-colour-blue .single_part-content p {
	color: #0E578F;
}

#primary.single-part-colour-green .single_part-content p {
	color: #21B354;
}

.single_part-buttons.colour-blue .button + .button {
	border-color: #0E578F;
	color: #0E578F !important;
	background-color: #fff !important;
	margin-left: 5px;
}

.single_part-buttons.colour-blue .button:hover,
.single_part-buttons.colour-blue .button + .button:hover {
	background-color: #0E578F !important;
	border-color: #0E578F;
	color: #fff !important;
}

.single_part-buttons.colour-green .button + .button {
	border-color: #21B354;
	color: #21B354 !important;
	background-color: #fff !important;
	margin-left: 5px;
}

.single_part-buttons.colour-green .button:hover,
.single_part-buttons.colour-green .button + .button:hover {
	background-color: #21B354 !important;
	border-color: #21B354;
	color: #fff !important;
}

.wholesale-cta a {
	text-decoration: underline;
	font-weight: 700;
}

.wholesale-cta a:hover {
	color: #D7282F;
}

/* 
-------------------------------------------------------------|
                                                CONTACT PAGE |
-------------------------------------------------------------|
*/

.contact-banner {
	height: 500px;
	background-color: #0E578F;
	color: #fff;
}

.contact-banner .max-width-container {
	position: relative;
	height: 100%;
}

.contact_banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.contact_banner-content,
.contact_banner-content p {
	font-size: 22px;
}

.contact-banner h1 {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

.contact_banner-content .contact-subheading {
	font-size: 50px;
	margin: 0;
	border-top: 1px solid #fff;
	padding-top: 10px;
	font-weight: 300;
}

.contact_banner-content .contact-subheading strong {
	font-weight: 700;
}

.contact-subheading a {
	color: #D7282F;
	font-weight: 700;
}

.contact_banner-content p {
	margin: 0;
}

.call-instructions {
	margin-top: 20px;
}

.call-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.call-options li {
	width: 50%;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.option-text strong {
	color: #D7282F;
}

.call-options .option-icon {
	height: 46px;
	width: 46px;
	background-color: #fff;
	border-radius: 100%;
	margin-right: 10px;
}

.call-options .option-icon img {
	object-fit: contain;
	height: 70%;
	width: 70%;
	position: relative;
	top: 15%;
	left: 15%;
}

.contact-map {
	background-color: #fff;
}

.contact-map .max-width-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-map .left {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-map .right {
	width: 60%;
	padding: 50px 0;
}

.contact-text-1 {
	width: calc(50% - 10px);
	padding-top: 50px;
}

.contact-text-1 h3 {
	color: #0E578F;
	line-height: 1.2;
	margin: 0;
	font-size: 30px;
}

.contact-text-1 p {
	margin: 10px 0;
}

.contact-text-1 a {
	font-weight: 700;
	text-decoration: underline;
}

.contact-form {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.contact-form h2 {
	color: #0E578F;
	font-weight: 300;
	margin: 0;
}

.contact-form h2 strong {
	font-weight: 700;
}

.contact-form form {
	position: relative;
}

.contact-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-flex label span {
	display: block;
}

.contact-quarter {
	width: calc(25% - 12px);
}

.contact-half {
	width: calc(50% - 8px);
}

.contact-full {
	width: 100%;
}

.contact-flex input[type="text"], 
.contact-flex input[type="email"], 
.contact-flex select,
.contact-flex textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #0E578F;
	font-size: 14px;
	border-radius: 0;
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	color: #0E578F;
}

.contact-flex textarea {
	width: 100%;
	resize: none;
	height: 100px;
}

.contact-flex label span {
	display: block;
	font-weight: 700;
	color: #0E578F;
}

.contact-flex label span.wpcf7-not-valid-tip {
	color: #D7282F;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.05em;
}

.contact-form .wpcf7 .wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.contact-form .wpcf7-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: var(--fontsize-button);
	text-transform: uppercase;
	font-weight: 700;
	background-color: #D7282F;
	color: #fff;
	border-radius: 0;
	border: 0;
	padding: 0 25px;
	height: 45px;
	line-height: 49px;
	width: 200px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.contact-form .wpcf7-submit:hover {
	background-color: #fff;
	color: #D7282F;
}

/* 
-------------------------------------------------------------|
                                                   NEWS PAGE |
-------------------------------------------------------------|
*/

.news-header {
	color: #0E578F;
	padding-top: 50px;
	position: relative;
}

.news-header h1 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
}

.news-header .news-archive-heading {
	font-size: 50px;
	margin: 0;
	border-top: 1px solid #0E578F;
	padding-top: 10px;
	font-weight: 300;
}

.news-header .news-archive-heading strong {
	font-weight: 700;
}

.news-header p:not(.news-archive-heading) {
	max-width: 800px;
	font-size: 22px;
	margin-top: 10px;
}

.news-archive-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.news-archive-list .single-archive-post {
	width: calc(100% / 3);
}

.custom-category-select {
	position: absolute;
	right: 0;
	bottom: 0;
}

.ui-selectmenu-button, 
.ui-selectmenu-button:hover, 
.ui-selectmenu-button:focus {
	border: 1px solid #0E578F;
	border-radius: 0;
	background-color: #fff;
	color: #0E578F;
	font-size: 16px;
	height: 50px;
	padding: 0 15px;
	font-weight: 700;
	line-height: 48px;
	font-family: 'elza-condensed', 'arial', sans-serif;
}

.ui-selectmenu-button::before {
	content: "\f078";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
	font-size: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.ui-selectmenu-menu .ui-state-disabled.ui-menu-item {
	display: none;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
	color: #0E578F;
	font-size: 16px;
	font-weight: 300 !important;
	font-family: 'elza-condensed', 'arial', sans-serif;
	background-color: #fff;
	border: 0;
	padding-left: 25px;
	padding: 10px 10px 10px 25px;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper {
	color: #0E578F;
	font-size: 16px;
	font-weight: 300 !important;
	font-family: 'elza-condensed', 'arial', sans-serif;
	background-color: #fff;
	border: 0;
	padding-left: 25px;
	padding: 10px 10px 10px 45px;
	margin: 0 !important;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #0E578F;
	position: absolute;
	left: 14px;
	top: 11px;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper::after {
	width: 18px;
	height: 18px;
	position: absolute;
	content: "\f00c";
	left: 17px;
	top: 11px;
	opacity: 0;
	font-family: fontawesome;
	color: #0E578F;
	font-size: 12px;
}

.ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active::after {
	opacity: 1;
}

/*
-------------------------------------------------------------|
                                                   DOWNLOADS |
-------------------------------------------------------------|
*/

.downloads-header {
	color: #0E578F;
	padding-top: 50px;
}

.downloads-header h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: 1px solid #0E578F;
	padding-bottom: 10px;
}

.downloads-header h2 {
	margin: 0;
	font-weight: 300;
}

.downloads-header h2 strong {
	font-weight: 700;
}

.downloads-header p {
	font-size: 22px;
	max-width: 800px;
	margin: 0;
}

.downloads-filter {
	margin: 25px 0;
}

.downloads-filter ul {
	list-style: none;
	padding: 0;
	display: flex;
	width: 100%;
}

.downloads-filter ul li {
	width: 100%;
	text-align: center;
}

.downloads-filter a {
	font-weight: 700;
	color: #0E578F;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	border: 1px solid #0E578F;
	height: 50px;
	line-height: 50px;
	transition: all 0.1s ease 0s;
}

.downloads-filter a:hover, 
.downloads-filter .active {
	background-color: #D7282F;
	border-color: #D7282F;
	color: #fff;
}

.downloads-filter ul li:nth-child(n+2) a {
	border-left: 0;
}

.downloads-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.single-download {
	width: calc(33.3% - 10px);
	margin-right: 15px;
	margin-bottom: 25px;
}

.single-download:nth-child(3n+3) {
	margin-right: 0;
}

.single-download.colour-blue .single_download-image {
	background-color: #0E578F;
}

.single-download.colour-green .single_download-image {
	background-color: #21B354;
}

.single_download-image img {
	height: 220px;
	display: block;
	margin: auto;
}

.single_download-sizetype {
	color: #0E578F;
	font-weight: 300;
	margin-bottom: 0;
}

.single_download-content h3 {
	color: #0E578F;
	margin: 0;
	font-size: 18px;
}

.single_download-description {
	margin: 0 0 10px;
}

.single_download-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single_download-buttons a {
	width: calc(50% - 5px);
	text-align: center;
	text-transform: uppercase;
	color: #0E578F;
	border: 1px solid #0E578F;
	height: 45px;
	line-height: 45px;
	transition: all 0.1s ease 0s;
}

.single_download-buttons a img {
	object-fit: contain;
	width: 20px;
	height: 15px;
	object-position: center;
	display: inline-block;
	margin-left: 4px;
	filter: saturate(1) brightness(1);
	transition: all 0.1s ease 0s;
}

.single_download-buttons a:hover {
	background-color: #0E578F;
	color: #fff;
}

.single_download-buttons a:hover img {
	filter: saturate(0) brightness(100);
}

.navigation.pagination {
	margin: 25px 0;
	text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
	border: 1px solid #0E578F;
	font-weight: 700;
	color: #0E578F;
	height: 45px;
	min-width: 45px;
	display: inline-block;
	line-height: 43px;
	font-size: 18px;
	margin: 0 5px;
	transition: all 0.1s ease 0s;
}

.navigation.pagination .nav-links .page-numbers.next, 
.navigation.pagination .nav-links .page-numbers.prev {
	background-color: #0E578F;
	color: #fff;
}

.navigation.pagination .nav-links .page-numbers:hover, 
.navigation.pagination .nav-links .page-numbers.current {
	border-color: #D7282F;
	color: #D7282F;
	background-color: #fff;
}

/* 
-------------------------------------------------------------|
                                                      SIGNUP |
-------------------------------------------------------------|
*/

.signup {
	background-color: #0E578F;
	color: #fff;
	padding: 50px 0;
}

.signup-header h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 22px;
	margin: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
}

.signup-header h2 {
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 0;
}

.signup-header h2 strong {
	font-weight: 700;
}

.signup-header p {
	max-width: 800px;
	font-size: 18px;
}

.signup-form .imex-form .form-column label, 
.signup-form .imex-form p {
	color: #fff !important;
	font-weight: 600 !important;
}

.signup-form .imex-form p {
	font-weight: 400 !important;
	margin: 0 0 10px;
}

.signup-form .imex-form {
	border-top: 1px solid #fff;
}

.signup-form .imex-form .signup-form-block h2 {
	margin-bottom: 0;
	font-weight: 300;
}

.signup-form .imex-form .signup-form-block h2 strong {
	font-weight: 700;
}

.signup-form .imex-form .signup-form-block {
	position: relative;
}

.signup-form .imex-form .signup-form-block:not(.first) {
	display: none;
}

.signup-nav {
	text-align: right;
}

.signup-button {
	background-color: #D7282F;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	height: 45px;
	line-height: 47px;
	width: 150px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	border: 1px solid #D7282F;
}

.signup-button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #D7282F;
}

.signup-button.disabled {
	opacity: 0.7;
	pointer-events: none;
}

.custom-halves .half {
	width: calc(50% - 7px);
}

.custom-halves .two-thirds {
	width: calc(66.6% - 10px);
}


/* 
-------------------------------------------------------------|
                                             BLOCKS - banner |
-------------------------------------------------------------|
*/

.landing-banner {
	position: relative;
	height: 450px;
}

.landing-banner[data-ctas="1"] {
	height: 520px;
	padding-bottom: 70px;
}

.landing_banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E578F;
	opacity: 0.7;
}

.landing_banner-overlay.green {
	background-color: #21B354;
}

.landing-banner .max-width-container {
	position: relative;
	height: 100%;
	z-index: 1;
	color: #fff;
}

.landing_banner-content {
	width: 100%;
	max-width: 470px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.landing_banner-content h1,
.landing_banner-content h2 {
	margin: 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
}

.landing_banner-content h1 a:hover {
	text-decoration: underline;
}

.landing_banner-content p {
	font-size: 50px;
	line-height: 1.1em;
	font-weight: 300;
	border-style: solid;
	border-width: 1px 0;
	border-color: #fff;
	padding: 25px 0;
	margin: 15px 0;
}

.landing_banner-content p strong {
	font-weight: 600;
}

.landing_banner_content-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.landing_banner_content-buttons .button {
	width: calc(50% - 12px);
	text-align: center;
}

.banner-ctas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
}

.banner-ctas li {
	width: calc(100% / 3);
}

.banner-ctas li span, 
.banner-ctas li a {
	display: block;
	line-height: 69px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: transparent;
	cursor: pointer;
}

.banner-ctas li:nth-child(n+2) span, 
.banner-ctas li:nth-child(n+2) a {
	border-left: 1px solid #fff;
}

.banner-ctas:not(.banner-slider-nav) li span, 
.banner-ctas.banner-slider-nav li.active span, 
.banner-ctas li a:hover {
	background-color: rgba(255,255,255,0.7);
	color: #0E578F;
}

/*
-------------------------------------------------------------|
                                      BLOCKS - banner slider |
-------------------------------------------------------------|
*/

.landing-banner-slider-container {
	position: relative;
}

.landing-banner-slide-single {
	background-size: cover;
	background-position: center;
}



/*
-------------------------------------------------------------|
                                           BLOCKS - benefits |
-------------------------------------------------------------|
*/

.benefits-list {
	background-color: #F5F5F5;
	min-height: 100px;
	padding: 26px 0;
}

.benefits-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.benefits-list ul li {
	width: calc(100% /7);
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.benefit-icon {
	width: 45px;
	display: flex;
	align-items: center;
}

.benefit-icon img {
	object-fit: contain;
	width: 45px;
	height: 30px;
}

.benefit-text {
	width: calc(100% - 45px);
	line-height: 1.1em;
	font-size: 16px;
	font-weight: 600;
	color: #0E578F;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.benefits-list .max-width-container {
	position: relative;
}

.benefits-list .chat-link {
	position: absolute;
	top: 0;
	left: 100%;
}

.benefits-list .chat-link {
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	width: 62px;
	height: 62px;
	transform: translateY(-50%);
	display: none;
}

.benefits-list .chat-link img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	transition: all 0.1s ease 0s;
}

.benefits-list .chat-link img:nth-child(2) {
	opacity: 0;
}

.benefits-list .chat-link:hover img:nth-child(2) {
	opacity: 1;
}

.benefits-list .chat-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------------------------------|
                               BLOCKS - dual coloured blocks |
-------------------------------------------------------------|
*/

.dual-block-ctas {
	margin: 50px 0;
}

.dual-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dual_blocks-single {
	width: calc(50% - 10px);
	position: relative;
	padding: 35px;
	background-size: cover;
	background-position: center;
}

.dual_blocks-single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E578F;
	opacity: 1;
	mix-blend-mode: color;
}

.dual_blocks-single::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E578F;
	opacity: 0.7;
}

.dual_blocks-single.green::before,
.dual_blocks-single.green::after {
	background-color: #21B354;
}

.dual-blocks-content {
	position: relative;
	z-index: 2;
	padding-bottom: 92px;
}

.dual-blocks-content h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0 0 20px;
	line-height: 1;
}

.dual_blocks-cta {
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: -35px;
	z-index: 2;
	padding: 17px 20px 7px 35px;
	border-radius: 0 5px 5px 0;
}

.dual_blocks-cta span:first-child {
	color: #D7282F;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	display: block;
	line-height: 1;
}

.dual_blocks-cta span:last-child {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
	color: #0E578F;
	display: block;
}

.dual_blocks-single.green .dual_blocks-cta span:last-child {
	color: #21B354;
}

.dual-blocks-content .button {
	position: absolute;
	bottom: 0;
	right: 0;
}

/*
-------------------------------------------------------------|
                               BLOCKS - 4 column text blocks |
-------------------------------------------------------------|
*/

.quad-blocks {
	margin: 50px 0;
}

.quad-blocks-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-quad-block {
	width: calc(25% - 10px);
}

.single-quad-block h2 {
	font-size: 30px;
	color: #0E578F;
	margin: 0;
	border-style: solid;
	border-width: 1px 0;
	border-color: #0E578F;
	padding: 15px 0 9px;
}

.single-quad-block p {
	margin-top: 20px;
	margin-bottom: 0;
	color: #000;
	line-height: 2;
}

/*
-------------------------------------------------------------|
                                                BLOCKS - map |
-------------------------------------------------------------|
*/

.map-block {
	background-color: #fff;
}

body.home .map-block {
	background-color: #f5f5f5;
}

.map-block > .max-width-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.map-block .left {
	width: 35%;
	padding: 50px 0;
}

.map-block .right {
	width: 65%;
}

.map-block .left h2 {
	line-height: 1.2;
	font-weight: 400;
	color: #0E578F;
	margin: 25px 0;
}

.map-block.colour-green .left h2 {
	color: #21B354;
}

.map-block .left h2 span {
	display: block;
	font-weight: 700;
	color: #D7282F;
}

.map-block .right img {
	height: 100%;
	width: auto !important;
	display: block;
	object-fit: contain;
	object-position: center right;
}

.map-block .button:hover {
	background-color: #0E578F !important;
	color: #fff !important;
}

.map-block.colour-green .button:hover {
	background-color: #21B354 !important;
	color: #fff !important;
}

.sameday-circle {
	background-color: #D7282F;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 0;
	height: 120px;
	width: 120px;
	border-radius: 100%;
	cursor: pointer;
}

.circle-outline {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	height: 130px;
	border: 1px solid #5FCDEE;
	border-radius: 100%;
	animation: bluecircle 1.5s infinite cubic-bezier(.68,-0.55,.27,1.55);
}

.circle-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	margin-top: 6px;
}

.circle-content span {
	display: block;
	line-height: 1em;
}

.circle-content span:nth-child(1) {
	font-size: 25px;
	font-weight: 700;
}

.circle-content span:nth-child(2) {
	font-size: 21px;
	font-weight: 700;
}

.circle-content span:nth-child(3), 
.circle-content span:nth-child(4) {
	font-size: 16px;
	font-weight: 400;

}

@keyframes bluecircle {
  0%    { opacity: 0; width: 120px; height: 120px}
/*  50%   { opacity: 1; }*/
  100%  { width: 130px; height: 130px}
}

/*
-------------------------------------------------------------|
                              BLOCKS - 4 column image blocks |
                              BLOCKS - 3 column image blocks |
-------------------------------------------------------------|
*/

.quad-image-blocks {
	padding: 50px 0;
}

.quad-image-blocks .max-width-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-quad-image-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: calc(25% - 10px);
	position: relative;
	padding: 35px;
}

.single-quad-image-block.triblock {
	width: calc(33.3% - 10px);
}

.single-quad-image-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E578F;
	opacity: 1;
	mix-blend-mode: color;
}

.single-quad-image-block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0E578F;
	opacity: 0.8;
}

.quad-image-blocks.colour-green .single-quad-image-block::before,
.quad-image-blocks.colour-green .single-quad-image-block::after {
	background-color: #21B354;
}

.single_quad_image_block-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

.single_quad_image_block-content h3 {
	margin: 0;
	line-height: 1;
	font-size: 18px;
}

.single_quad_image_block-content a {
	border-bottom: 1px solid #D7282F;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	transition: all 0.1s ease 0s;
	background-color: transparent;
	color: #fff;
	position: relative;
}

.single_quad_image_block-content a:hover {
/*	background-color: #D7282F;*/
}

.single_quad_image_block-content a span {
	position: relative;
	z-index: 1;
}

.single_quad_image_block-content a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #D7282F;
	transition: all 0.2s ease 0s;
	height: 0;
}

.single_quad_image_block-content a:hover::before {
	height: 100%;
}

/*
-------------------------------------------------------------|
                                     BLOCKS - callback block |
-------------------------------------------------------------|
*/

.callback-block {
	background-color: #0E578F;
	color: #fff;
	padding: 50px 0;
}

.callback-block.colour-green {
	background-color: #21B354;
}

.callback-block.colour-grey {
	background-color: #f5f5f5;
	color: #0E578F;
}

.callback-block h2 {
	margin: 0;
	line-height: 1.2;
	font-weight: 300;
	font-size: 50px;
	text-align: center;
}

.callback-block h2 strong {
	font-weight: 700;
}

.callback-block h2 a {
	color: #D7282F;
	display: block;
	font-weight: 700;
	font-size: 80px;
}

.callback-block h3 {
	text-align: center;
	margin: 25px 0 0;
	border-top: 1px solid #fff;
	font-weight: 300;
	padding-top: 25px;
	font-size: 44px;
}

.callback-block.colour-grey h3 {
	border-top-color: #0E578F;
}

.callback-block h3 strong {
	font-weight: 700;
}

.contact-columns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-colum {
	width: calc(25% - 10px);
}

.callback-block input[type="email"], 
.callback-block input[type="text"] {
	width: 100%;
	display: block;
	border-radius: 0;
	border: 0;
	font-size: 16px;
	height: 45px;
	padding: 2px 14px 0;
}

.callback-block input[type="email"], 
.callback-block input[type="text"] {
	border: 1px solid #0E578F;
}

.callback-block label span:first-child {
	font-weight: 700;
}

.wpcf7-list-item input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	width: 1px;
	height: 1px;
}

.wpcf7-list-item input[type="checkbox"] + span {
	position: relative;
}

.wpcf7-list-item input[type="checkbox"] + span a {
	text-decoration: underline;
}

.wpcf7-list-item input[type="checkbox"] + span > span:last-child {
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	top: 50%;
	left: -25px;
	background-color: #fff;
	transform: translateY(-50%);
}

.wpcf7-list-item input[type="checkbox"] + span > span:last-child {
	border: 1px solid #0E578F !important;
}

.wpcf7-list-item input[type="checkbox"]:checked + span > span:last-child {
	border-color: #D7282F;
}

.wpcf7-list-item input[type="checkbox"] + span > span:last-child::before {
	content: "\f00c";
	font-family: fontawesome;
	color: #D7282F;
	font-size: 10px;
	position: absolute;
	top: -2px;
	left: 2px;
	opacity: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked + span > span:last-child::before {
	opacity: 1;
}

.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
	font-weight: 400;
}

.callback-block .wpcf7-submit {
	position: absolute;
	bottom: 0;
	right: 0;
}

.callback-block .wpcf7 {
	position: relative;
}

.callback-block label span.wpcf7-not-valid-tip {
	color: #D7282F;
	font-weight: 300;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.05em;
}

.callback-block .wpcf7 form > p:last-of-type {
	margin: 0;
}

.callback-block .wpcf7 .wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.callback-block .wpcf7-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: var(--fontsize-button);
	text-transform: uppercase;
	font-weight: 700;
	background-color: #D7282F;
	color: #fff;
	border-radius: 0;
	border: 0;
	padding: 0 25px;
	height: 45px;
	line-height: 43px;
	width: 200px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.callback-block .wpcf7-submit:hover {
	background-color: #fff;
	color: #D7282F;
}

.wpcf7-form-control-wrap[data-name*="upload"] {
	display: block;
	border: 1px solid #0E578F;
	padding: 8px 25px;
	background-color: #fff;
}

.wpcf7-form-control-wrap[data-name="image-upload"] {
	padding: 35px 25px;
}

/*
-------------------------------------------------------------|
                                        BLOCKS - latest news |
-------------------------------------------------------------|
*/

.latest-news {
	overflow: hidden;
	margin: 50px 0;
}

.latest-news .max-width-container {
	position: relative;
}

.latest-news h2 {
	font-weight: 400;
	color: #0E578F;
	margin-top: 0;
}

.imex-slider-arrow {
	border: 1px solid #0E578F;
	color: #0E578F;
	position: absolute;
	top: -95px;
	right: 0;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.imex-slider-arrow.prev {
	right: 55px;
	opacity: 0.5;
}

.imex-slider-arrow:hover {
	background-color: #0E578F;
	color: #fff;
	opacity: 1;
}

.imex-slider-arrow.red {
	background-color: #D7282F;
	color: #fff;
	border-color: #D7282F;
}

.imex-slider-arrow.red:hover {
	background-color: #0E578F;
	color: #fff;
	border-color: #0E578F;
}

.single_archive_post-image {
	height: 220px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.single_archive_post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(215, 40, 47, 0.57);
	transition: all 0.1s ease 0s;
	opacity: 0;
}

.single-archive-post:hover .single_archive_post-overlay {
	opacity: 1;
}

.single_archive_post-overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 90%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 18px;
}

.latest_news-slider .slick-list {
	overflow: visible;
}

.latest_news-slider::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9;
}

.single-archive-post {
	border: 7px solid #fff;
	transition: all 0.3s ease 0s;
	position: relative;
}

.single_archive_post-content h3 {
	font-size: 18px;
	color: #0E578F;
	margin: 25px 0;
}

.single-archive-post a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-news-header {
	padding-top: 50px;
	border-bottom: 1px solid #0E578F;
	padding-bottom: 10px;
}

.single-news-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-news-header ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	color: #0E578F;
}

.single-news-header ul li h1 {
	margin: 0;
	font-size: 22px;
}

.single-news-header ul li h1::before {
	content: ">";
	font-weight: 400;
	display: inline-block;
	margin: 0 7px;
}

.single-news-content {
	margin: 50px 0;
}

.single-news-content .left {
	width: 50%;
}

.single-news-content .right {
	width: calc(50% - 50px);
	background-size: cover;
	background-position: center;
}

.new-entry-title {
	font-weight: 300;
	color: #0E578F;
	line-height: 1.2;
	margin: 0 0 25px;
}



/*
-------------------------------------------------------------|
                             BLOCKS - parts category gallery |
-------------------------------------------------------------|
*/

.parts-category-gallery {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.parts-category-gallery h2 {
	margin-top: 0;
	margin-bottom: 0px;
}

.parts-category-gallery.colour-blue h2 {
	color: #0E578F;
}

.parts-category-gallery.colour-green h2 {
	color: #21B354;
}

.parts_category_gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.parts_category_gallery-single {
	background-color: #fff;
	width: calc(25% - 12px);
	margin-right: 16px;
	margin-bottom: 16px;
	position: relative;
}

.parts_category_gallery-single:nth-child(4n+4) {
	margin-right: 0;
}

.parts_category_gallery-image {
	height: 190px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 10px solid #fff;
}

.parts_category_gallery-single a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parts_category_gallery-link {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid;
	border-color: #0E578F;
	padding: 0 15px;
	font-weight: 700;
	color: #0E578F;
	position: relative;
	font-size: 18px;
	transition: all 0.1s ease 0s;
}

.parts_category_gallery-single:hover .parts_category_gallery-link {
	background-color: #0E578F;
	color: #fff;
}

.parts_category_gallery-single.colour-green .parts_category_gallery-link {
	color: #21B354;
	border-color: #21B354;
}

.parts_category_gallery-single.colour-green:hover .parts_category_gallery-link {
	background-color: #21B354;
	color: #fff;
}

.parts_category_gallery-link::after {
	content: "\f054";
	position: absolute;
	top: 0;
	right: 10px;
	font-family: fontawesome;
	color: #D7282F;
	font-size: 13px;
}

/*
-------------------------------------------------------------|
                                    BLOCKS - category slider |
-------------------------------------------------------------|
*/

.category-slider {
	background-color: #fff;
	padding: 50px 0;
}

.category-slider h2 {
	font-weight: 400;
	color: #0E578F;
	margin-top: 0;
	margin-bottom: 0;
}

.category-slider.colour-green h2 {
	color: #21B354;
}

.category-slider p {
	max-width: calc(100% - 110px);
}

.category-slide {
	height: 230px;
	background-size: cover;
	background-position: center;
	margin-right: 10px;
	position: relative;
}

.category_slide-title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(14, 87, 143, 0.8);
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding: 1px 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.1s ease 0s;
}

.single-part .category-slide {
	background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: center 30px;
}

.single-part .category_slide-title {
	background-color: #fff;
	color: #0E578F;
	border-top: 1px solid #0E578F;
}

.single-part .colour-green .single-part .category_slide-title {
	color: #21B354;
	border-color: #21B354;
}

.category_slide-title:hover {
	background-color: #D7282F;
}

.category_slide-title a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------------------------------|
                                      BLOCKS - brands slider |
-------------------------------------------------------------|
*/

.brand-slider {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.brand-slider h2 {
	margin: 0 0 25px;
	font-weight: 400;
	color: #0E578F;
}

.brand-slider.colour-green h2 {
	color: #21B354;
}

.brand_slider-single {
	margin-right: 25px;
	position: relative;
}

.brand_slider-single img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 110px;
}

.brand_slider-single a,
.brand_gallery-single a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
-------------------------------------------------------------|
                                     BLOCKS - brands gallery |
-------------------------------------------------------------|
*/

.brand-gallery {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.brand-gallery h2 {
	margin: 0 0 50px;
	font-weight: 400;
	color: #0E578F;
}

.brand-gallery.colour-green h2 {
	color: #21B354;
}

.brand_gallery-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.brand_gallery-single {
	margin-right: 25px;
	position: relative;
	width: calc(16.6% - 25px);
	margin-bottom: 25px;
}

.brand_gallery-single img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 60px;
}

.brand-loader {
	width: 100%;
	text-align: center;
	margin: 20px 0 50px;
}

.brand-loader ~ * {
	display: none;
}



/*
-------------------------------------------------------------|
                                 BLOCKS - wholesale customer |
-------------------------------------------------------------|
*/

.wholesale-customer {
	padding: 50px 0;
}

.wholesale-customer h2 {
	color: #0E578F;
	margin: 0;
	border-style: solid;
	border-color: #0E578F;
	border-width: 1px 0;
	font-size: 30px;
	padding: 15px 0 8px;
}

.wholesale-customer.colour-green h2 {
	color: #21B354;
	border-color: #21B354;
}

.wholesale-customer .left {
	width: 460px;
	padding-top: 20px;
}

.wholesale-customer .right {
	width: calc(100% - 480px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wholesale-customer .button {
	padding: 0 50px;
	margin-right: 5px;
}

.wholesale-customer .button:hover {
	color: #fff !important;
	background-color: #0E578F !important;
	border-color: #0E578F !important;
}

.wholesale-customer .button + .button {
	border-color: #D7282F !important;
	background-color: #fff !important;
	color: #D7282F !important;
}

.wholesale-customer .button + .button:hover {
	border-color: #0E578F !important;
	background-color: #fff !important;
	color: #0E578F !important;
}

.wholesale-customer.colour-green .button:hover {
	color: #fff !important;
	background-color: #21B354 !important;
	border-color: #21B354 !important;
}

.wholesale-customer.colour-green .button + .button:hover {
	border-color: #21B354 !important;
	background-color: #fff !important;
	color: #21B354 !important;
}

/*
-------------------------------------------------------------|
                                     BLOCKS - 1 image 1 text |
-------------------------------------------------------------|
*/

.one_img_one_text {
	background-color: #fff;
	padding: 50px 0;
}

.oneone-text {
	width: 50%;
}

.oneone-image {
	width: calc(50% - 100px);
	background-size: cover;
	background-position: center;
}

.image_left .oneone-text {
	order: 1;
}

.oneone-text h2 {
	color: #0E578F;
	margin: 0;
	font-size: 44px;
	font-weight: 300;
}

.oneone-text h2 strong {
	font-weight: 700;
}

/*
-------------------------------------------------------------|
                                      BLOCKS - trading hours |
-------------------------------------------------------------|
*/

.trading-hours {
	background-color: #fff;
	padding: 50px 0;
	color: #0E578F;
}

.trading-hours h3 {
	margin: 0 0 25px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #0E578F;
	padding: 15px 0 6px;
}

.trading-hours .right {
	width: calc(100% - 400px);
	background-size: cover;
	background-repeat: no-repeat;
}

.trading-hours .left {
	width: 300px;
}

.opening-times {
	width: 100%;
}

.opening-times th {
	width: 125px;
	text-align: left;
	font-weight: 700;
	font-size: 22px;
}

.opening-times td {
	font-size: 22px;
	text-align: right;
}

/*
-------------------------------------------------------------|
                                    BLOCKS - full width text |
-------------------------------------------------------------|
*/

.full-width-text {
	padding: 50px 0;
	background-color: #fff;
}

.full-width-text h2 {
	color: #0E578F;
	font-weight: 300;
}

.full-width-text h2 strong {
	font-weight: 700;
}

.full-width-text h2 {
	color: #0E578F;
	font-weight: 300;
	margin: 0 0 50px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #0E578F;
	padding: 15px 0px 8px;
}

/*
-------------------------------------------------------------|
                              BLOCKS - red circles with text |
-------------------------------------------------------------|
*/

.red-circles {
	padding: 50px 0;
	text-align: center;
}

.red_circles-single {
	position: relative;
}

.red-circle {
	position: relative;
	width: 142px;
	height: 142px;
	background-color: #D7282F;
	color: #fff;
	border-radius: 100%;
}

.red-circle span {
	font-size: 55px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	padding-top: 0;
	line-height: 55px;
}

.red-circle::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	width: 158px;
	height: ;
	height: 158px;
	border: 1px solid #0E578F;
	border-radius: 100%;
	pointer-events: none;
}

.circle-outer-text {
	color: #0E578F;
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
}

/*
-------------------------------------------------------------|
                                       BLOCKS - testimonials |
-------------------------------------------------------------|
*/

.testimonials {
	background-color: #0E578F;
	color: #fff;
	padding: 50px 0;
}

.single-testimonial {
	border-style: solid;
	border-color: #fff;
	border-width: 1px 0;
	padding: 25px 0;
}

.single-testimonial p {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
}

.single-testimonial h3 {
	font-size: 18px;
	margin: 25px 0 0;
}

.testimonial-slider {
	position: relative;
	margin-top: 75px;
}

.testimonial-slider::before {
	content: "“";
	position: absolute;
	color: #D7282F;
	font-size: 90px;
	font-weight: 700;
	top: -100px;
}

.testimonials .imex-slider-arrow {
	background-color: #D7282F;
	color: #fff;
	top: -85px;
}

/*
-------------------------------------------------------------|
             BLOCKS - two image blocks with text on the left |
-------------------------------------------------------------|
*/

.two-image-blocks {
	background-color: #fff;
	padding: 50px 0;
}

.two_image_blocks-single {
	width: calc(50% - 8px);
	position: relative;
	min-height: 280px;
	background-size: cover;
	background-position: center;
}

.two_image_blocks-single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #0E578F;
	opacity: 0.8;
}

.two_image_blocks-content {
	width: 50%;
	color: #fff;
	padding: 35px;
	position: relative;
	z-index: 1;
}

.two_image_blocks-content h3 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}

/*
-------------------------------------------------------------|
                                           BLOCK - vacancies |
-------------------------------------------------------------|
*/

.vacancies {
	padding: 50px 0;
}

.vacancies-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vacancies-header .right {
	width: 450px;
	text-align: right;
	padding-top: 50px;
}

.vacancies-header .left {
	width: calc(100% - 450px);
}

.vacancies-header h2 {
	color: #0E578F;
	font-weight: 300;
	margin: 0;
}

.vacancies-header h2 strong {
	font-weight: 700;
}

.vacancy-archive-buttons .button {
	margin: 0 0 5px 5px;
	border-color: #0E578F !important;
	color: #0E578F !important;
	background-color: #fff !important;
}

.vacancy-archive-buttons .button {
	margin: 0 0 5px 5px;
	border-color: #0E578F !important;
	color: #0E578F !important;
	background-color: #fff !important;
}

.vacancy-archive-buttons a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 16px;
	background-image: url(/wp-content/themes/imex/images/download.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: red; */
	margin-left: 5px;
}

.vacancies-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.vacancy_archive-single {
	width: calc(33.3% - 10px);
	margin-right: 15px;
	border-top: 1px solid #0E578F;
	padding-top: 25px;
	margin-top: 25px;
}

.vacancy_archive-single:nth-child(3n+3) {
	margin-right: 0;
}

.vacancy-location {
	color: #0E578F;
	text-transform: uppercase;
}

.vacancy-location::before {
	content: "\f041";
	font-family: fontawesome;
	color: #D7282F;
	display: inline-block;
	font-size: 24px;
	vertical-align: -3px;
	margin-right: 10px;
}

.vacancy_archive-single h3 {
	margin: 0;
	font-size: 20px;
	color: #0E578F;
}

.vacancy-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vacancy-buttons .button {
	width: calc(50% - 5px);
	text-align: center;
	display: block;
}

.vacancy-buttons .button:first-child {
	background-color: #0E578F !important;
	border-color: #0E578F !important;
}

.vacancy-buttons .button:last-child {
	background-color: #fff !important;
	color: #D7282F !important;
}

.vacancy-buttons .button:first-child:hover, 
.vacancy-buttons .button:last-child:hover {
	background-color: #D7282F !important;
	border-color: #D7282F !important;
	color: #fff !important;
}

/*
-------------------------------------------------------------|
                                   BLOCKS - contact form row |
-------------------------------------------------------------|
*/

.form-layout-container {
	padding: 50px 0;
}

.form-layout-container[data-colour="#0e578f"] {
	color: #fff;
}

.form-layout-container h2 {
	font-weight: 300;
	color: #0E578F;
	margin: 0;
}

.form-layout-container[data-colour="#0e578f"] h2 {
	color: #fff;
}

.form-layout-container h2 strong {
	font-weight: 700;
}

.form-layout-container p {
	max-width: 850px;
}

.imex-form .form-row .form-column p {
	max-width: 100%;
}

.imex-form {
	position: relative;
}

.imex-form .form-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.imex-form .form-row .form-column.full {
	width: 100%;
}

.imex-form .form-row .form-column.half {
	width: calc(50% - 7px);
}

.imex-form .form-row .form-column.third {
	width: calc(33.3% - 10px);
}

.imex-form .form-row .form-column.quarter {
	width: calc(25% - 10px);
}

.imex-form .form-row .form-column label {
	display: block;
	color: #0E578F;
	font-weight: 700;
}

.form-layout-container[data-colour="#0e578f"] .imex-form .form-row .form-column label {
	color: #fff;
}

.imex-form .form-row .form-column input[type="text"],
.imex-form .form-row .form-column input[type="email"],
.imex-form .form-row .form-column select,
.imex-form .form-row .form-column textarea {
	width: 100%;
	border-radius: 0;
	border: 1px solid #0E578F;
	background-color: #fff;
	min-height: 45px;
	padding: 0 10px;
}

.imex-form .form-row .form-column select {
	padding-top: 0;
	/* line-height: 45px; */
	height: 45px;
}

.form-column textarea {
	height: 100px;
	resize: none;
	width: 100% !important;
	display: block;
}

.imex-form .wpcf7-submit {
	background-color: #D7282F;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #D7282F;
	text-transform: uppercase;
	padding: 3px 45px 0;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.imex-form .wpcf7-submit:hover {
	background-color: transparent;
	color: #D7282F;
	border-color: #D7282F !important;
}

.imex-form form > p:last-of-type {
	margin: 0;
}

.imex-form .wpcf7-spinner {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.form-column.quarter .wpcf7-submit:hover {
	background-color: #fff !important;
	border-color: #fff !important;
}

/*
-------------------------------------------------------------|
                                  BLOCKS - icon and text row |
-------------------------------------------------------------|
*/

.icon-list-row {
	padding: 50px 0;
	background-color: #fff;
}

.icon-list-row h2 {
	color: #0E578F;
	font-weight: 300;
	margin-top: 0;
}

.icon-list-row h2 strong {
	font-weight: 700;
}

.icon_list-single {
	width: calc(25% - 40px);
	position: relative;
}

.icon_list-single:nth-child(n+2)::after {
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	width: 1px;
	height: 100%;
	background-color: #6FC1E9;
}

.icon_list-single .icon img {
	object-fit: contain;
	width: 60px;
	height: 50px;
	object-position: left;
}

.icon_list-single h3 {
	font-size: 22px;
	color: #0E578F;
	margin: 0;
}

.icon_list-single p {
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 0;
}

/*
-------------------------------------------------------------|
                                     BLOCKS - gallery slider |
-------------------------------------------------------------|
*/

.gallery-slider {
	background-color: #f5f5f5;
	padding: 50px 0;
}

.gallery_slider-header {
	max-width: 800px;
	width: calc(100% - 100px);
}

.gallery_slider-header h2 {
	color: #0E578F;
	font-weight: 300;
	margin: 0;
}

.gallery_slider-header h2 strong {
	font-weight: 700;
}

.gallery_slider-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery_slider-container .left {
	width: 175px;
}

.gallery_slider-container .right {
	width: calc(100% - 185px);
}

.gallery_slider-nav {
	height: 100%;
}

.gallery_slider_nav-single {
	height: calc(25% - 7.5px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	opacity: 0.6;
	cursor: pointer;
}

.gallery_slider_nav-single:hover, 
.gallery_slider_nav-single.active {
	opacity: 1;
}

.gallery_slider_nav-single img,
.gallery_slider_main-single img {
	display: none;
}

.gallery_slider_main-single {
	height: 425px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/*
-------------------------------------------------------------|
                                         BLOCKS - accordions |
-------------------------------------------------------------|
*/

.accordions-container {
	padding: 75px 0;
}

.accordions-container h2 {
	color: #0E578F;
	font-weight: 300;
	margin: 0;
}

.accordions-container h2 strong {
	font-weight: 700;
}

.accordions {
	border-top: 1px solid #0E578F;
	margin-top: 25px;
}

.accordion {
	border-bottom: 1px solid #0E578F;
	padding: 15px 20px 13px;
}

.accordion-heading {
	position: relative;
	cursor: pointer;
}

.accordion-heading::after {
	content: "\f078";
	font-family: fontawesome;
	position: absolute;
	color: #0E578F;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(0);
	transition: all 0.1s ease 0s;
}

.accordion.open .accordion-heading::after {
	transform: translateY(-50%) rotate(180deg);
}

.accordion-heading h3 {
	color: #0E578F;
	font-size: 22px;
	margin: 0;
	font-weight: 400;
	padding-left: 0;
	transition: all 0.1s ease 0s;
}

.accordion-heading:hover h3 {
	padding-left: 10px;
	font-weight: 600;
}

.accordion.open .accordion-heading h3 {
	font-weight: 700;
}

.accordion-content {
	display: none;
}

.accordion-content p {
	margin-bottom: 0;
}

/*
-------------------------------------------------------------|
                            BLOCKS - coloured bar with links |
-------------------------------------------------------------|
*/

.coloured-bar {
	background-color: #0E578F;
	color: #fff;
	text-align: center;
	height: 50px;
}

.coloured-bar.colour-green {
	background-color: #21B354;
}

.coloured-bar ul {
	list-style: none;
	padding: 0;
}

.coloured-bar ul li {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 25px;
	position: relative;
	font-size: 30px;
}

.coloured-bar ul li:nth-child(n+2)::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -26px;
	width: 2px;
	height: 30px;
	background-color: #fff;
}

.coloured-bar a {
	display: block;
	padding: 0;
	line-height: 50px;
}

/*
-------------------------------------------------------------|
                                          BLOCKS - video row |
-------------------------------------------------------------|
*/

.video-row {
	padding: 50px 0;
	text-align: center;
}

.video-row h2 {
	font-weight: 300;
	margin: 0;
}

.video-row h2 strong {
	font-weight: 700;
}

.video-row.colour-blue h2 {
	color: #0E578F;
}

.video-row.colour-green h2 {
	color: #21B354;
}

.video-row iframe {
	display: block;
	margin: auto;
}

/*
-------------------------------------------------------------|
                                                  RESPONSIVE |
-------------------------------------------------------------|
*/

#coffeerm-button {
	background-color: #fff;
	width: 44px;
	height: 41px;
	position: fixed;
	z-index: 99999;
	right: 20px;
	top: 48px;
	cursor: pointer;
	border-radius: 0px;
	display: none;
}
#coffeerm-button span {
	width: 30px;
	height: 3px;
	background-color: #0e578f;
	border-radius: 0;
	position: absolute;
	left: 7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.25s;
}
#coffeerm-button span:nth-child(1) { top: 10px; }
#coffeerm-button span:nth-child(2) { top: 19px; }
#coffeerm-button span:nth-child(3) { top: 19px; }
#coffeerm-button span:nth-child(4) { top: 28px; }
#coffeerm-button.open span:nth-child(1), 
#coffeerm-button.open span:nth-child(4) {
	width: 0;
	left: 23px;
}
#coffeerm-button.open span:nth-child(2) {
	transform: rotate(45deg);
}
#coffeerm-button.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.responsive-menu-items {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2023/06/logo-1.png);
	background-size: 80px auto;
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 80px;
	width: 250px;
}

ul.responsive-menu-items li a {
	text-transform: uppercase;
	color: var(--color-blue);
	font-weight: 600;
	text-align: left;
	display: block;
	padding: 3px 15px;
}

#responsive-menu.open .responsive-menu-items .custom-submenu {
	display: none;
}

ul.responsive-menu-items li.menu-item-has-children::after {
	border-left: 8px solid #0e578f;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: 9px;
	right: 20px;
}

ul.responsive-menu-items li ul.sub-menu a {
	padding-left: 30px;
}

@media(max-width: 1024px) {

}

@media(max-width:767px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 25px;
	}
	#coffeerm-button {
		display: block;
	}
	#primary {
		margin-top: 105px;
	}
	#masthead {
		height: 105px;
	}
	#masthead .bottom {
		height: 75px;
	}
	.site-branding img {
		width: 85px;
	}
	.header-order-now span {
		font-size: 14px;
	}
	.header-order-now a {
		font-size: 24px;
		line-height: 24px;
	}
	.header-order-now {
		height: 77px;
		padding-top: 20px;
		position: absolute;
		right: 80px;
		width: 120px;
	}
	.landing_banner-content p {
		font-size: 32px;
	}
	.landing_banner_content-buttons .button {
		width: 250px;
		margin-bottom: 5px;
	}
	.banner-ctas li span, .banner-ctas li a {
		font-size: 18px;
		height: 40px;
		line-height: 42px;
	}
	.landing-banner {
		height: 350px;
	}
	.landing-banner[data-ctas="1"] {
		height: 400px;
	}
	.benefits-list ul li {
		width: 160px;
		margin: 5px 0;
	}
	.dual_blocks-single {
		width: 100%;
		padding-bottom: 75px;
	}
	.dual_blocks-single:first-child {
		margin-bottom: 20px;
	}
	.dual-blocks-content h2 {
		font-size: 36px;
	}
	.dual-blocks-content .button {
		bottom: -60px;
		right: unset;
		left: 0;
	}
	.single-quad-block {
		width: calc(50% - 10px);
		margin: 20px 0;
	}
	.single-quad-block h2 {
		line-height: 1.2em;
	}
	.map-block .left {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.sameday-circle {
		transform: scale(0.5);
		position: absolute;
		top: 0;
		right: 0;
		transform-origin: top right;
	}
	.map-block .right {
		width: 100%;
		padding-bottom: 20px;
	}
	.quad-image-blocks {
		padding: 10px 0;
	}
	.single-quad-image-block {
		width: 100%;
		margin: 10px 0;
	}
	.callback-block h2 {
		font-size: 36px;
	}
	.callback-block h2 a {
		font-size: 50px;
	}
	.callback-block h3 {
		font-size: 30px;
	}
	.contact-colum {
		width: 100%;
	}
	.contact-colum p {
		margin-bottom: 0;
	}
	.callback-block .wpcf7-submit {
		bottom: -50px;
	}
	.imex-slider-arrow {
		top: -82px;
	}
	.single_archive_post-image {
		height: 175px;
	}
	.single_archive_post-content h3 {
		margin: 15px 0;
	}
	.single_archive_post-content p {
		font-size: 15px;
	}
	.footer-column {
		width: 100% !important;
		text-align: center;
	}
	.footer-contact {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.footer-contact p {
		font-size: 16px;
		margin: 0;
	}
	.footer-logos {
		justify-content: center;
	}
	.footer-logo {
		padding: 0 10px;
	}
	.red_circles-single {
		width: 100%;
	}
	.red-circle {
		margin: 10px auto 0;
	}
	.circle-outer-text {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.video-row iframe {
		height: auto;
	}
	.image_left .oneone-text {
		order: 0;
	}
	.oneone-image, 
	.oneone-text {
		width: 100%;
	}
	.oneone-image {
		height: 200px;
	}
	.one_img_one_text + .one_img_one_text {
		padding-top: 0;
	}
	.icon_list-single {
		width: calc(50% - 40px);
		position: relative;
		text-align: center;
		margin: 10px 0;
	}
	.icon_list-single h3 {
		line-height: 1.2;
	}
	.icon_list-single p {
		line-height: 1.5;
	}
	.opening-times th, .opening-times td {
		font-size: 18px;
	}
	body.page-id-312 .full-width-text img {
		max-width: 150px;
	}
	.form-column {
		width: 100% !important;
	}
	.imex-form .wpcf7-submit {
		position: static;
		transform: unset;
	}
	.two_image_blocks-single {
		width: 100%;
		margin: 10px 0;
		min-height: 200px;
	}
	.two_image_blocks-content {
		width: 90%;
	}
	.two_image_blocks-single::before {
		width: 90%;
	}
	body.single-part #masthead, body.blog #masthead, body.post-type-archive-download #masthead {
		height: 105px;
	}
	.news-header .news-archive-heading {
		font-size: 36px;
	}
	.news-header p:not(.news-archive-heading) {
		font-size: 18px;
	}
	.custom-category-select {
		position: static;
		margin-bottom: 10px;
	}
	.news-archive-list .single-archive-post {
		width: calc(100% / 2);
	}
	.coloured-bar {
		height: auto;
		padding: 10px 0;
	}
	.coloured-bar ul li {
		margin: 0 15px;
		font-size: 18px;
	}
	.coloured-bar ul li::before {
		display: none;
	}
	.coloured-bar a {
		line-height: 30px;
	}
	.parts_category_gallery-single {
		background-color: #fff;
		width: calc(50% - 10px);
		margin-right: 5px !important;
		margin-bottom: 10px;
		position: relative;
		margin-left: 5px !important;
	}
	.single_part-content .left {
		width: 100%;
		order: 1;
	}
	.single_part-slider {
		width: 100%;
		margin: 0;
	}
	.single_part_slider-nav {
		order: 1;
	}
	.single_part_slider-nav li {
		display: inline-block;
		border: 1px solid #000;
		margin: 1px 5px;
	}
	.single_part-content .right {
		width: 100%;
		padding: 0;
	}
	.delivery-notice p {
		width: calc(100% - 50px);
	}
	.single_part-content h1 {
		font-size: 44px;
		color: #0E578F;
		font-weight: 300;
	}
	.breadcrumb ul {
		font-size: 16px;
	}
	.single_part-buttons .button {
		margin: 5px 5px 5px 0 !important;
	}
	.contact_banner-content .contact-subheading {
		font-size: 36px;
	}
	.contact_banner-content, .contact_banner-content p {
		font-size: 18px;
	}
	.call-options li {
		width: 100%;
	}
	.contact-banner {
		height: 600px;
	}
	.contact-text-1 {
		width: 100%;
	}
	.contact-map .left, .contact-map .right {
		width: 100%;
	}
	.contact-map .right {
		padding: 20px 0;
	}
	.contact-flex > div {
		width: 100%;
	}
	.contact-form .wpcf7-submit {
		position: static;
	}
	.single-quad-image-block.triblock {
		width: 100%;
	}
}