
/*!
Theme Name: ArmfieldTheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: armfieldtheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/static/optimized/rev-6e0916a/armfield.co.uk/wp-content/themes/armfieldTheme/css/setup.min.css");

/* ------------------------------------------------------ */

/* Armfield                                               */

/* ------------------------------------------------------ */

/* BASE */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

article {
	width: 100%;
}

body {
	line-height: 1;
	overscroll-behavior-y: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
	box-sizing: border-box;
}

:root {
	--armfield-blue: #192a67;
	--armfield-orange: #ef7b0e;
}

/* Standards */
h1, h2, h3 {
	font-family: "Myriad-Bold", Arial, Helvetica, "sans-serif";
}

h1 {
	font-size: 220%;
	line-height: 150%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 4px;
	margin-top: 8px;
}

h1, h2, h3, h4 {
	word-break: keep-all;
}

h4, h5 {
	font-weight: 600;
}

h5.smallTitle {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 700;
	color: #192a67;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
	color: inherit;
}

p {
	line-height: 140%;
	margin-bottom: 6px;
}

::placeholder {
	color: var(--armfield-orange);
	font-size: inherit;
	font-weight: 400;
	opacity: 1;
}

::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #ef7b0e;
}

.contact-forms-wrapper ::placeholder {
	color: #8c9cce;
}

@media screen and (min-width:1280px) {
	/*p { max-width: 500px;}*/
	p:has(label) {
		max-width: 100%;
	}
}

/* CLASSES */
.orange {
	background-color: #ef7b0e;
}

.blue {
	background-color: #192a67;
}

.white {
	color: white;
}

.center-this {
	text-align: center;
	margin: auto;
}

.space-this {
	padding-top: 20px;
	padding-bottom: 20px;
}

.space-above {
	margin-top: 20px;
	padding-top: 20px;
}

.space-below {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.selector {
	text-transform: uppercase;
	font-weight: 700;
	color: #192a67;
}

.nosidemargins {
	margin-left: 0;
	margin-right: 0;
}

.nopadding {
	padding: 0;
}

.padding {
	padding: 20px;
}

.border {
	border: 1px solid #ef7b0e;
	border-radius: 6px;
}

.no-border {
	border: none;
}

.product-title {
	margin-bottom: 20px;
}

.breadcrumb {
	margin-bottom: 25px;
	background-color: white;
	padding-left: 0;
}

.header-space {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.modal-image {
	max-width: 120px;
	width: 100%;
	height: auto;
	margin-right: 1rem;
	box-shadow: 1px 2px 6px #999;
}

.modal-backdrop {
	z-index: 1 !important;
}

.modal-content {
	box-shadow: 0px 2px 8px #333;
}

.modal-header {
	background-color: #ccc;
}

.modal-body {
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #f2f2f2 51%, #ccc 100%);
	background: linear-gradient(to bottom, #f4f4f4 0%, #f2f2f2 51%, #ccc 100%);
	box-shadow: inner 2px 0px 1px #333;
}

.modal-body ul {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	flex-direction: column !important;
}

.modal-footer {
	background-color: #ccc;
	border-top: none;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.modal-footer a.btn {
	-webkit-box-flex: 2;
	flex-grow: 2;
}

.modal-body strong {
	font-weight: 700;
}

h1.entry-title {
	font-size: 2.5rem;
	color: #192a67;
	line-height: 1;
}

.fixed-width {
	max-width: 1200px;
}

#exampleModalLong .modal-body {
	background: white;
}

label > i {
	color: #fff;
	font-size: 8px;
	position: relative;
	top: -2px;
	background-color: rgba(255, 140, 0, .55);
	padding: 2px;
}

.isDisabled, .isDiabled:hover {
	color: #666;
	cursor: not-allowed;
	opacity: .5;
	text-decoration: none;
}

.white-text {
	color: white !important;
}

.nospacebelow {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.innershadow {
	box-shadow: inset 0px 0px 6px 0px #444;
}

/* Tabs */
.nav.nav-tabs {
	margin-bottom: -1px;
}

.tab-content {
	padding: 20px;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.product_meta > span {
	display: block;
	margin: 10px 0;
	width: 100%;
	border-bottom: 1px dotted #cdcdcd;
	padding-bottom: 10px;
}

.product-socials {
	width: 100%;
	margin: 20px 0;
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.product-socials .col-left {
	width: 20%;
	float: left;
}

.product-socials .col-right {
	width: 80%;
	float: left;
}

.product-socials .col-right .product-social-links ol {
	list-style: none;
	padding: 0;
}

.product-socials .col-right .product-social-links ol li {
	float: left;
}

.product-socials .col-right .product-social-links ol li p {
	line-height: 28px;
}

.print-out-button {
	display: block;
	padding: 5px 0;
}

.button.printthis, .woocommerce a.button.printthis {
	background-color: #1a2c65;
	color: white;
	display: -webkit-box;
	display: flex;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-right: 10px;
	font-weight: 400;
}

.link {
	width: auto;
	min-width: 30px;
	height: 28px;
	background-color: white;
	margin-right: 5px;
}

.link a {
	display: block;
	cursor: pointer;
}

.email-icon {
	background-color: #e9eaec;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/icons.png") #3498db no-repeat -97px 0;
	width: 29px;
	height: 28px;
}

.fb-icon {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/icons.png") #4d6ac0 no-repeat -164px 0;
	width: 29px;
	height: 28px;
}

.fb-icon.nitro-lazy {
	background: none !important;
}

.twit-icon {
	background-color: #4d6ac0;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/icons.png") #4d6ac0 no-repeat -32px 0;
	width: 29px;
	height: 28px;
}

.twit-icon.nitro-lazy {
	background: none !important;
}

.pint-icon {
	background-color: #ed0f13;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/icons.png") #ed0f13 no-repeat -63px 0;
	width: 30px;
	height: 28px;
}

.pint-icon.nitro-lazy {
	background: none !important;
}

.email-icon.nitro-lazy {
	background: none !important;
}

.woocommerce-Tabs-panel p, .woocommerce-Tabs-panel ul, .woocommerce-Tabs-panel ol {
	max-width: 1000px;
}

/* Elements */
.images-panel {
	overflow: hidden;
	max-height: 450px;
	position: relative;
}

.images-panel .shader {
	position: absolute;
	z-index: 5;
	background-color: #192a67;
	opacity: .6;
	height: 208px;
	width: 100%;
	overflow: hidden;
	bottom: 0;
}

.images-panel img {
	width: 100%;
	height: auto;
}

ul.panel-links {
	margin: auto;
	text-align: center;
}

ul.panel-links li {
	display: inline-block;
}

ul.panel-links li a {
	color: white;
	line-height: 52px;
	position: relative;
	cursor: pointer;
	display: block;
}

ul.panel-links li a i.fas {
	font-size: 4rem;
	padding: 0 10px;
	position: absolute;
	top: -21px;
	z-index: 5px;
	color: #ef7b0e;
}

ul.panel-links li.cat-down {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

ul.panel-links span.blanker {
	width: 120px;
	display: inline-block;
	background-color: cyan;
}

/* Quote and Certificate Banner ---------------  */
.row.buttonPanel .blue {
	padding: 0;
	display: inline-flex;
	flex-direction: row;
}

a#raq, a#cd {
	width: 50%;
	display: inline-block;
	color: white;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

a#raq i, a#cd i {
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

a#raq i.fa-sort-down, a#cd i.fa-sort-down {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	opacity: 0;
	top: -27px;
}

@media (max-width: 978px) {
	a#raq i, a#cd i {
		font-size: 1.25rem;
	}
	
	h1 {
		line-height: 120%;
	}
}

a#raq:hover, a#cd:hover {
	color: #cdcdcd;
	cursor: pointer;
	background-color: #16255b;
}

a#raq:hover i, a#cd:hover i {
	color: #bf620b;
}

@media (max-width: 640px) {
	a#raq, a#cd {
		width: 100%;
	}
	
	.row.buttonPanel .blue {
		flex-direction: column;
	}
}

a#raq {
	text-align: right;
	padding-right: 4%;
}

a#raq span {
	display: inline-block;
	margin-right: 0rem;
}

a#raq span.clipboard {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/book-and-list.png") no-repeat -92px -2px;
	width: 57px;
	height: 72px;
	position: absolute;
	z-index: 5;
	top: -20px;
	right: 4px;
}

a#raq span.clipboard.nitro-lazy {
	background: none !important;
}

@media (max-width: 640px) {
	a#raq span.clipboard {
		display: none;
		position: relative;
		width: 0px;
	}
}

a#raq i {
	opacity: 0;
	color: #cdcdcd;
	position: relative;
	z-index: 5;
	top: 2px;
	left: 10px;
}

@media (max-width: 978px) {
	a#raq {
		text-align: center;
	}
}

@media (max-width: 640px) {
	a#raq {
		padding-right: 0;
		padding-left: 0%;
	}
	
	a#raq i {
		opacity: 1;
	}
}

a#cd {
	padding-left: 2%;
}

a#cd i {
	margin-right: 0px;
	font-size: 1.25rem;
	color: #cdcdcd;
	position: absolute;
	top: 6px;
	right: 10%;
	opacity: 0;
}

a#cd span {
	clear: left;
	display: inline-block;
	padding-left: 5rem;
}

@media (max-width: 640px) {
	a#cd span {
		padding-left: 0;
	}
}

a#cd span.bookopen {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/book-and-list.png") no-repeat -4px -4px;
	width: 82px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: 10px;
}

a#cd span.bookopen.nitro-lazy {
	background: none !important;
}

@media (max-width: 978px) {
	a#cd {
		text-align: center;
	}
}

@media (max-width: 640px) {
	a#cd {
		padding-left: 0%;
		border-top: 1px solid white;
	}
	
	a#cd .bookopen {
		display: none;
		width: 0px;
		position: relative;
	}
	
	a#cd i {
		opacity: 1;
		position: relative;
		right: 0;
		top: 2px;
		left: 6px;
	}
}

/* FORMS */
form.signup {
	padding: 5px 0px;
	max-width: 320px;
}

form.signup input[type='text'] {
	font-size: inherit;
	outline: none;
	background-color: #737476;
	color: white;
	border: 1px;
}

form.signup input[type='text']:focus {
	outline: none;
	background-color: #333;
	color: white;
}

form.signup .form-control {
	outline-color: #ef7b0e;
	outline-width: 1px;
}

form.signup button {
	font-size: inherit;
}

form.signup input[type='text']::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

form.signup input[type='text']:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

form.signup input[type='text']::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

form.signup input[type='text']::placeholder {
	color: #fff;
	opacity: 1;
}

/* CONTENT */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	height: 100vh;
	min-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

body .wrapper {
	background-color: white;
	width: 100%;
	max-width: 1920px;
	margin: auto;
	min-height: 100vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: no-wrap;
}

body .wrapper .header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	flex-direction: column-reverse;
}

body .wrapper .header .nav-sub {
	background-image: -webkit-linear-gradient(left, #636363, #d5d5d5 50%, #b4b4b4);
	background-image: linear-gradient(left, #636363, #d5d5d5 50%, #b4b4b4);
	background-color: #adadad;
	height: 54px;
	padding-left: 20px;
	display: block;
}

body .wrapper .header .nav-sub h3.telephone {
	display: inline-block;
	position: relative;
	color: white;
	min-width: 280px;
}

body .wrapper .header .nav-sub h3.telephone i.fas {
	color: white;
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	margin-right: 3px;
}

@media (max-width: 640px) {
	body .wrapper .header .nav-sub h3.telephone i.fas {
		color: #192a67;
	}
}

@media (max-width: 978px) {
	body .wrapper .header .nav-sub h3.telephone {
		margin-left: 54px;
	}
}

@media (max-width: 640px) {
	body .wrapper .header .nav-sub h3.telephone {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: 0px;
		color: #192a67;
		text-align: center;
		width: 100%;
	}
}

body .wrapper .header .nav-sub ul.topnav {
	display: inline-block;
}

body .wrapper .header .nav-sub ul.topnav li {
	display: inline-block;
}

body .wrapper .header .nav-sub ul.topnav li a {
	display: block;
	color: white;
	line-height: 54px;
	padding: 0 16px;
	position: relative;
	-webkit-transition: .3s color ease-in-out;
	transition: .3s color ease-in-out;
	text-decoration: none;
}

body .wrapper .header .nav-sub ul.topnav li a i.fas {
	position: absolute;
	z-index: 25;
	color: white;
	top: 50%;
	right: 0;
	font-size: 1.25rem;
	-webkit-transition: .3s top ease-in-out;
	transition: .3s top ease-in-out;
}

body .wrapper .header .nav-sub ul.topnav li a:hover {
	color: #333;
	text-decoration: none;
}

body .wrapper .header .nav-sub ul.topnav li a:hover i.fas {
	top: 31%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #ef7b0e;
}

@media (max-width: 702px) {
	body .wrapper .header .nav-sub ul.topnav {
		/*display: none;*/
		padding-bottom: 10px;
		display: flex;
		color: black;
		flex-direction: row;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	
	body .wrapper .header .nav-sub ul.topnav li {
		/*display: block;*/
		text-align: center;
	}
	
	body .wrapper .header .nav-sub ul.topnav li a {
		line-height: 32px;
		color: inherit;
	}
	
	body .wrapper .header .nav-sub ul.topnav li a i.fas {
		display: none;
	}
}

@media (max-width: 420px) {
	body .wrapper .header .nav-sub ul.topnav li {
		min-width: 50%;
	}
}

body .wrapper .header .nav-sub .language.main {
	display: inline-block;
	font-size: 75%;
	width: 250px;
	float: right;
	background-color: #22164c;
	height: inherit;
	color: white;
	padding: 0;
	line-height: 54px;
}

@media (max-width: 978px) {
	body .wrapper .header .nav-sub .language.main {
		width: 100%;
		float: none;
		line-height: 34px;
		height: 34px;
	}
	
	body .wrapper .header .nav-sub .language.main .btn-primary {
		background-color: transparent;
	}
	
	body .wrapper .header .nav-sub .language.main .btn-primary:hover {
		color: white;
	}
}

@media (max-width: 978px) {
	body .wrapper .header .nav-sub {
		padding-left: 0;
		height: auto;
	}
}

body .wrapper .header .nav-sub .language.mobile {
	display: none;
}

@media (max-width: 640px) {
	body .wrapper .header .nav-sub .language.mobile {
		display: none;
		font-size: 75%;
		width: 250px;
		width: 100%;
		float: right;
		background-color: #37201a;
		height: inherit;
		color: white;
		padding: 0 15px;
		line-height: 34px;
	}
}

body .wrapper .header .nav-sub .language.mobile h5.lang {
	text-align: center;
}

body .wrapper .header nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	background-image: -webkit-linear-gradient(left, #191645, #5b78d5 50%, #191645);
	background-image: linear-gradient(left, #191645, #5b78d5 50%, #191645);
	background-color: #192a67;
	min-height: 112px;
	border-bottom: 3px solid #ef7b0e;
}

body .wrapper .header nav .logo {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	max-width: 250px;
	padding: 30px 20px 20px;
}

@media screen and (max-width: 1252px) {
	body .wrapper .header nav .logo {
		padding: 20px 20px 5px;
	}
}

@media screen and (max-width: 978px) {
	body .wrapper .header nav .logo {
		display: inline-block;
		position: static;
		top: 44px;
		height: 86px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 640px) {
	body .wrapper .header nav .logo {
		display: block;
		position: relative;
		top: 0px;
		height: auto;
		margin-bottom: 10px;
		margin: auto;
	}
}

body .wrapper .header nav .logo a {
	display: block;
}

body .wrapper .header nav .logo a img {
	width: 100%;
	height: auto;
	max-width: 250px;
}

body .wrapper .header nav button.navbar-toggler {
	margin-right: 20px;
	margin-top: 10px;
}

body .wrapper .header nav button.navbar-toggler .navbar-toggler-icon {
	background-color: white;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/armfield-burger.png") no-repeat center center;
	background-size: cover;
}

body .wrapper .header nav button.navbar-toggler .navbar-toggler-icon.nitro-lazy {
	background: none !important;
}

@media (max-width: 640px) {
	body .wrapper .header nav button.navbar-toggler {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}
}

body .wrapper .header nav ul.mainnav {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	font-family: "Myriad-Cond", Arial, Helvetica, "sans-serif";
	-webkit-box-flex: 2;
	flex-grow: 2;
	-webkit-box-pack: stretch;
	justify-content: stretch;
}

body .wrapper .header nav ul.mainnav li {
	height: inherit;
	position: relative;
	padding: 0 15px;
}

body .wrapper .header nav ul.mainnav li a {
	display: block;
	color: white;
	text-transform: uppercase;
	line-height: 109px;
	padding: 0 12px;
	font-size: 120%;
	letter-spacing: 1px;
	text-decoration: none;
}

@media (max-width: 1252px) {
	body .wrapper .header nav ul.mainnav li a {
		line-height: 60px;
	}
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li a {
		line-height: 40px;
		font-size: 1rem;
	}
}

body .wrapper .header nav ul.mainnav li a i.fas {
	color: #ef7b0e;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 25;
	-webkit-transition: .3s top ease-in-out;
	transition: .3s top ease-in-out;
}

body .wrapper .header nav ul.mainnav li a:hover {
	text-decoration: none;
}

body .wrapper .header nav ul.mainnav li a:hover i.fas {
	top: 37%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #ef7b0e;
}

body .wrapper .header nav ul.mainnav li:hover {
	background-color: #142252;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li:hover {
		background-color: transparent;
	}
}

body .wrapper .header nav ul.mainnav li:nth-child(3) {
	margin-right: 50px;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu {
	position: absolute;
	background-color: #142252;
	bottom: 999px;
	opacity: 0;
	min-width: 250px;
	left: 0px;
	z-index: 9999;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu li {
	background-color: inherit;
	width: 100%;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu li a {
	line-height: inherit;
	padding: 10px 0;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu li:hover {
	background-color: #ef7b0e;
}

/* 2nd level menu action */
body .wrapper .header nav ul.mainnav li ul.sub-menu li ul.sub-menu {
	position: absolute;
	opacity: 0;
	left: 100%;
	top: 0;
	transition: .3s opacity ease-in;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu li:hover > ul.sub-menu {
	opacity: 1;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu {
		position: relative;
		bottom: 0;
		opacity: 1;
		background-color: transparent;
		padding-left: 20px;
	}
	
	body .wrapper .header nav ul.mainnav li ul.sub-menu li ul.sub-menu {
		position: relative;
		opacity: 1;
		left: 0;
		top: 0;
	}
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu {
	position: absolute;
	background-color: #142252;
	bottom: 999px;
	opacity: 0;
	min-width: 800px;
	min-height: 150px;
	left: 0px;
	width: 100%;
	border-right: 3px solid #ef7b0e;
	border-left: 3px solid #ef7b0e;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li {
	color: white;
	display: inherit;
	width: calc(100% / 3);
	padding-right: 0;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li a {
	color: white;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li a:hover {
	color: #ef7b0e;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.sub-menu {
	width: 100%;
	display: block;
	opacity: 1;
	bottom: -10px;
	min-width: 150px;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.sub-menu li {
	width: 100%;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.sub-menu li:hover {
	background-color: transparent;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.mm {
	border-right: 1px solid #ef7b0e;
	position: relative;
	left: 0;
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.mm li {
	padding-left: 0;
}

@media (max-width: 640px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li ul.mm {
		border-right: none;
	}
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li:nth-of-type(3) {
	margin-right: 0;
}

@media (max-width: 1252px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu {
		border-left-width: 0;
		border-right-width: 0;
	}
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu {
		position: relative;
		bottom: 0;
		opacity: 1;
		background-color: transparent;
		padding-left: 0px;
	}
	
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu span.title {
		display: none;
	}
	
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu li {
		display: block;
		height: inherit;
		position: relative;
		padding: 0 15px;
	}
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu > li.menu-item {
	margin-top: 12px;
	float: left;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu > li.menu-item {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu > li.menu-item {
		margin-top: 0;
		float: none;
	}
}

body .wrapper .header nav ul.mainnav li ul.sub-menu.monster-menu > li.menu-item:hover {
	background-color: transparent;
}

@media screen and (max-width: 978px) {
	body .wrapper .header nav ul.mainnav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

/* SIMPLE MEGA ------------------------------------------ */
body .wrapper .header nav ul.mainnav li.monster-menu {
	height: inherit;
	position: relative;
	padding: 0 15px;
}

body .wrapper .header nav ul.mainnav li.monster-menu a {
	display: block;
	color: white;
	text-transform: uppercase;
	line-height: 109px;
	padding: 0 12px;
	font-size: 120%;
	letter-spacing: 1px;
	text-decoration: none;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li.monster-menu a {
		line-height: 40px;
		font-size: 1rem;
	}
}

body .wrapper .header nav ul.mainnav li.monster-menu a i.fas {
	color: #ef7b0e;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 25;
	transition: .3s top ease-in-out;
}

body .wrapper .header nav ul.mainnav li.monster-menu a:hover {
	text-decoration: none;
}

body .wrapper .header nav ul.mainnav li.monster-menu a:hover i.fas {
	top: 37%;
	transform: rotate(-90deg);
	color: #ef7b0e;
}

body .wrapper .header nav ul.mainnav li.monster-menu:hover {
	background-color: #142252;
	transition: .5s all ease-in-out;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li.monster-menu:hover {
		background-color: transparent;
	}
}

body .wrapper .header nav ul.mainnav li.monster-menu:nth-child(3) {
	margin-right: 50px;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu {
	position: absolute;
	background-color: #142252;
	bottom: 999px;
	opacity: 0;
	min-width: 800px;
	min-height: 150px;
	left: 0px;
	width: 100%;
	border-right: 3px solid #ef7b0e;
	border-left: 3px solid #ef7b0e;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li {
	color: white;
	display: inherit;
	width: calc(100% / 3);
	padding-right: 0;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li a {
	color: white;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li a:hover {
	color: #ef7b0e;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.sub-menu {
	width: 100%;
	display: block;
	opacity: 1;
	bottom: -10px;
	min-width: 150px;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.sub-menu li {
	width: 100%;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.sub-menu li:hover {
	background-color: transparent;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.mm {
	border-right: 1px solid #ef7b0e;
	position: relative;
	left: 0;
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.mm li {
	padding-left: 0;
}

@media (max-width: 640px) {
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li ul.mm {
		border-right: none;
	}
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li:nth-of-type(3) {
	margin-right: 0;
}

@media (max-width: 1252px) {
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu {
		border-left-width: 0;
		border-right-width: 0;
	}
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu {
		position: relative;
		bottom: 0;
		opacity: 1;
		background-color: transparent;
		padding-left: 0px;
	}
	
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu span.title {
		display: none;
	}
	
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu li {
		display: block;
		height: inherit;
		position: relative;
		padding: 0 15px;
	}
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu > li.menu-item {
	margin-top: 12px;
	float: left;
}

@media (max-width: 978px) {
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu > li.menu-item {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu > li.menu-item {
		margin-top: 0;
		float: none;
	}
}

body .wrapper .header nav ul.mainnav li.monster-menu ul.sub-menu > li.menu-item:hover {
	background-color: transparent;
}

body .wrapper .header nav .searchpanel > a {
	display: block;
	font-size: 28px;
	color: white;
	height: 110px;
	line-height: 110px;
	padding: 0 20px;
}

@media (max-width: 1252px) {
	body .wrapper .header nav .searchpanel > a {
		height: 60px;
		line-height: 60px;
	}
}

/* ------------------------------------------ SIMPLE MEGA */
body .wrapper .header nav .user-list {
	font-family: Myriad;
	display: -webkit-box;
	display: flex;
	background-color: #ef7b0e;
	float: right;
	width: 250px;
	max-height: 112px;
	text-align: center;
	padding: 0px;
	height: 100%;
	min-height: inherit;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin: 0;
}

body .wrapper .header nav .user-list .row1 {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: white;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 15px;
	-webkit-box-flex: 2;
	flex-grow: 2;
}

body .wrapper .header nav .user-list .row1 h6 {
	font-size: 14px;
}

body .wrapper .header nav .user-list .row1 h6 a:hover {
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

body .wrapper .header nav .user-list .row1 a.logout {
	font-size: 12px;
	cursor: pointer;
	border: 1px solid white;
	padding: 5px 5px 4px;
	position: relative;
	left: 5px;
	height: inherit;
}

body .wrapper .header nav .user-list .row1 a.logout:hover {
	background-color: #d76f0d;
}

body .wrapper .header nav .user-list .row2 {
	margin-bottom: 5px;
}

body .wrapper .header nav .user-list .row2 h5 {
	font-size: 1.25rem;
}

body .wrapper .header nav .user-list .row2 h6 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
	color: white;
}

body .wrapper .header nav .user-list .row3 a.btn.arm-modal-btn {
	padding: 2px 14px;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ef7b0e;
	border-top: 1px dotted #8f4908;
	color: black;
	width: 100%;
}

body .wrapper .header nav .user-list .row3 a.btn.arm-modal-btn:hover {
	background-color: #f6af6d;
}

@media screen and ( max-width:640px ) {
	body .wrapper .header nav .user-list .row1 {
		margin-bottom: 10px;
	}
	
	body .wrapper .header nav .user-list .row3 a.btn.arm-modal-btn {
		padding: 12px 14px;
		border-radius: 0px;
		font-size: 14px;
		border-top: 1px solid #fff;
	}
	
	body .wrapper .header nav {
		border-bottom: 0px solid #ef7b0e;
	}
}

@media (max-width: 978px) {
	body .wrapper .header nav .user-list .row3 {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1252px) {
	body .wrapper .header nav .user-list {
		/* spread onto single col */
		display: block;
		width: 100%;
		min-height: 40px;
		min-height: auto;
		clear: both;
		color: white;
	}
}

body .wrapper .header nav .user-list .row.requirement-list {
	position: absolute;
	z-index: 999;
}

@media screen and (max-width: 978px) {
	body .wrapper .header nav .user-list {
		max-height: initial;
		height: auto;
		margin-top: 0;
	}
}

@media screen and (max-width: 1252px) {
	body .wrapper .header nav {
		/*  Nav media queries */
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

@media screen and (max-width: 978px) {
	body .wrapper .header nav {
		/*  Nav media queries */
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	}
}

body .wrapper .header nav.navbar {
	padding: 0;
}

body .wrapper .header nav > .collapse.navbar-collapse > ul > li:hover > ul.sub-menu {
	display: block;
	top: 109px;
	opacity: 1;
	-webkit-transition: .3s all ease-in;
	transition: .3s all ease-in;
}

@media (max-width: 1252px) {
	body .wrapper .header nav > .collapse.navbar-collapse > ul > li:hover > ul.sub-menu {
		top: 59px;
	}
}

@media (max-width: 978px) {
	body .wrapper .header nav > .collapse.navbar-collapse > ul > li:hover > ul.sub-menu {
		top: 0px;
	}
}

@media (max-width: 640px) {
	body .wrapper .header nav > .collapse.navbar-collapse > ul > li:hover > ul.sub-menu {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

body .wrapper .header nav > .collapse.navbar-collapser > ul > li:hover > a > i.fas {
	top: 35%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #ef7b0e;
}

@media (max-width: 978px) {
	body .wrapper .header nav > .collapse.navbar-collapser > ul > li:hover > a > i.fas {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		top: 50%;
	}
}

@media (max-width: 1252px) {
	body .wrapper .header {
		/* Header media queries */
		position: relative;
	}
}

body .wrapper .content {
	padding: 0 0 30px 0;
	-webkit-box-flex: 2;
	flex-grow: 2;
	background-color: white;
	display: flex;
	flex-direction: column;
}

body .wrapper .content .container-fluid {
	flex-grow: 2;
}

body .wrapper .content .subcat-links {
	width: 100%;
	clear: both;
	display: block;
}

body .wrapper .content .container-fluid .row .carousel.slide {
	width: 100%;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner {
	max-height: 400px;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-image {
	height: 400px;
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 640px) {
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner {
		min-height: 150px;
	}
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner ol.carousel-indicators {
	margin-bottom: 40px;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner ol.carousel-indicators li {
	background-color: white;
	border-bottom: 2px solid white;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner ol.carousel-indicators li.active {
	border-bottom: 4px solid #ef7b0e;
}

@media (max-width: 640px) {
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner ol.carousel-indicators {
		display: none;
	}
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-item .carousel-caption {
	position: absolute;
	right: 0%;
	top: 80px;
	left: 60%;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: right;
	background-color: #192a67;
	max-height: 70px;
	opacity: 0;
	-webkit-transition: .4s opacity ease-in-out;
	transition: .4s opacity ease-in-out;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-item .carousel-caption h2 {
	padding-right: 20px;
	line-height: 80px;
}

body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-item .carousel-additional {
	position: absolute;
	bottom: 32%;
	right: 1.5%;
	color: white;
	font-size: 12px;
	font-weight: 400;
	text-shadow: 1px 1px 5px #020202;
}

@media (max-width: 978px) {
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-item .carousel-additional {
		position: absolute;
		top: 2%;
		right: 1.5%;
	}
	
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-image {
		height: 320px;
	}
}

@media (max-width: 640px) {
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-item .carousel-additional {
		display: none;
	}
	
	body .wrapper .content .container-fluid .row .carousel.slide .carousel-inner .carousel-image {
		height: 200px;
	}
}

body .wrapper .content .container-fluid .row.justify-content-md-center .space-this {
	margin: 30px auto 10px;
}

body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash {
	margin-bottom: 0;
	width: 100%;
	height: 350px;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/products/amfield_FT20_cv_0121.jpg") no-repeat left center;
	background-size: cover;
	background-color: #ef7b0e;
	position: relative;
}

body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash.nitro-lazy {
	background: none !important;
}

body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash .caption {
	position: absolute;
	right: 0%;
	top: 80px;
	padding-left: 25px;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
	text-align: right;
	background-color: rgba(25, 42, 103, .88);
	opacity: 1;
	-webkit-transition: .4s opacity ease-in-out;
	transition: .4s opacity ease-in-out;
}

body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash .caption h1 {
	padding: 20px 20px 20px 0px;
	line-height: 1;
}

@media (max-width: 640px) {
	body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash .caption h1 {
		line-height: 120%;
		padding: 10px;
	}
}

@media (max-width: 978px) {
	body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash .caption {
		left: 30%;
	}
}

@media (max-width: 640px) {
	body .wrapper .content .container-fluid .row .jumbotron.jumbotron-fluid.productsplash .caption {
		left: 15%;
	}
}

body .wrapper .content .container-fluid .row .col ul {
	list-style: disc;
}

body .wrapper .content .container-fluid .row .col ol {
	list-style: lower-roman;
}

body .wrapper .content .container-fluid .row.productinfo {
	padding: 25px;
	border-top: 32px solid #192a67;
	background-color: #ccc;
}

body .wrapper .content .container-fluid .row.productinfo h2 {
	color: #192a67;
	margin-bottom: 12px;
}

body .wrapper .content .container-fluid .row.productinfo h4 {
	font-size: 1.25rem;
	line-height: 140%;
}

@media (max-width: 978px) {
	body .wrapper .content .container-fluid .row.productinfo h4 {
		font-size: .913rem;
	}
}

body .wrapper .content .container-fluid .row.page-content {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 7%;
}

@media screen and (min-width: 978px) and (max-width: 1200px) {
	body .wrapper .content .container-fluid .row.page-content {
		padding-top: 150px;
	}
}

@media screen and (max-width: 480px) {
	/* iframe subscription page */
	body .wrapper .content .container-fluid.mobile {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	body .wrapper .content .container-fluid.mobile .row.page-content {
		padding-top: 50px;
		padding-bottom: 50px;
		margin: 0%;
	}
}

body .wrapper .content .container-fluid .row.product-content {
	margin: 30px 3% 20px;
}

body .wrapper .content .container-fluid .row.page-content h1 {
	color: #192a67;
}

body .wrapper .content .container-fluid .row.page-content h2 {
	color: #555;
	text-transform: uppercase;
	border-bottom: 1px dotted #ef7b0e;
	margin-bottom: .5rem;
	word-break: break-word;
}

body .wrapper .content .container-fluid .row.page-content strong {
	font-weight: 700;
}

body .wrapper .content .container-fluid .row.page-content figure {
	margin-bottom: 25px;
}

body .wrapper .content .container-fluid .row.page-content figure img {
	margin-bottom: 0;
	box-shadow: none;
}

body .wrapper .content .container-fluid .row.page-content figure figcaption {
	padding: 10px;
	background-color: #192a67;
	color: white;
}

body .wrapper .content .container-fluid .row.page-content img {
	margin-bottom: .5rem;
}

body .wrapper .content .container-fluid .row.page-content .card img {
	box-shadow: none;
}

body .wrapper .content .container-fluid .row.page-content ul:not(.nav) {
	list-style: disc;
	list-style-position: outside;
	margin-left: 16px;
	font-size: 14px;
	margin-bottom: 20px;
}

body .wrapper .content .container-fluid .row.page-content ul:not(.nav) li {
	margin-bottom: 8px;
	line-height: normal;
}

body .wrapper .content .container-fluid .row.page-content ul.list-group {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	margin-left: 0;
}

body .wrapper .content .container-fluid .row.page-content ol:not(.nav) {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 16px;
	font-size: 14px;
	margin-bottom: 7px;
}

body .wrapper .content .container-fluid .row.page-content ol:not(.nav) li {
	margin-bottom: 8px;
	line-height: normal;
}

@media (max-width: 640px) {
	body .wrapper .content .container-fluid .row.page-content ul.list-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

body .wrapper .content .container-fluid .row.page-content .images {}

body .wrapper .content .container-fluid .row.page-content .images img {
	margin-bottom: 16px;
}

body .wrapper .content .container-fluid .row.page-content .images .thumbnails {
	padding-top: 8px;
}

body .wrapper .content .container-fluid .row.page-content .images .thumbnails a {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 1em;
}

body .wrapper .content .container-fluid .row.page-content .images .thumbnails a img {
	width: 100%;
	height: auto;
	display: block;
}

body .wrapper .content .container-fluid .row.page-content .images .thumbnails a:last-child {
	margin-right: 0;
}

body .wrapper .content .container-fluid .row.page-content ul.products li.product-category.product {
	/*border: 5px solid #262262; */
	border-radius: 0;
	padding: 0;
	min-height: 200px;
	text-decoration: none;
	color: white;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

body .wrapper .content .container-fluid .row.page-content.product {
	padding-top: 30px;
}

body .wrapper .content .container-fluid .row.page-content ul.tabs.wc-tabs {
	margin-left: 0px;
}

body .wrapper .content .post-content {
	max-height: 400px;
	overflow-y: hidden;
}

body .wrapper .footer {
	padding: 30px 0 15px;
	margin-top: 0px;
	background-color: #8e8f96;
	font-size: .813rem;
	color: #dfdfe1;
}

body .wrapper .footer h5.smallTitle {
	color: #dfdfe1;
}

body .wrapper .footer .container .row ul li {
	margin: 5px 0;
}

body .wrapper .footer .container .row ul li a {
	color: #dfdfe1;
}

body .wrapper .footer .container .row ul.socialicons {
	font-size: 28px;
	text-align: right;
}

body .wrapper .footer .container .row ul.socialicons li {
	display: inline-block;
}

body .wrapper .footer .container .row ul.socialicons li a {
	color: #555;
	box-shadow: none;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

body .wrapper .footer .container .row ul.socialicons li a:hover {
	color: #192a67;
	text-shadow: 1px 1px 4px #fff;
}

@media (max-width: 978px) {
	body .wrapper .footer .container .row ul.socialicons {
		text-align: left;
	}
}

body .wrapper .footer .container .row .col-sm-12 {
	margin-bottom: 30px;
}

body .wrapper .footer .container .row .col-sm-12 .mb-3 {
	margin-bottom: 0px !important;
}

.card.images-panel {
	box-shadow: none;
	-webkit-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out;
}

.card.images-panel h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.13rem;
	line-height: 100%;
}

.card.images-panel .card-body {
	min-height: 60px;
}

@media screen and (max-width: 1252px) {
	.card.images-panel .card-body {
		min-height: 75px;
	}
}

.card.images-panel .card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
	height: auto;
	-webkit-transition: .4s width ease-in-out;
	transition: .4s width ease-in-out;
}

.card.images-panel:hover {
	box-shadow: 0px 0px 16px 6px #999;
}

.card-body .card-contacts p strong {
	display: none;
}

.card-body .card-contacts p span, .card-body .card-contacts p i {
	min-width: 38px;
	float: left;
	text-align: left;
}

.card-contacts > p {
	border-top: 1px solid #c8c8c8;
	padding-top: 7px;
}

.card-contacts > p:last-child {
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 4px;
	min-height: 30px;
}

@media (max-width: 576px) {
	.card.images-panel {
		margin-bottom: 30px;
	}
}

li.media {
	padding: 1rem 0;
	border-bottom: 1px dashed #192a67;
}

li.media:hover {
	background-color: inherit;
}

li.media .modal-image {
	margin-bottom: 12px;
}

li.media .media-body {
	font-size: .813rem;
}

li.media .media-body h3 {
	font-size: 1.5rem;
	color: #ef7b0e;
}

li.media .media-body h5 {
	font-size: .875rem;
	color: #192a67;
	text-transform: uppercase;
	margin-bottom: 5px;
}

li.media .media-body a.btn {
	font-size: .813rem;
	margin-top: 6px;
	margin-right: 6px;
}

li.media:last-child {
	border-bottom: none;
}

@media screen and (max-width: 640px) {
	li.media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

body > .wrapper > .header > nav > ul > li {
	display: inline-block;
}

/* Woocommerce */
ul.tabs {
	display: block;
	height: inherit;
}

.woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	padding: 0 100px;
	margin: 0;
	overflow: hidden;
	position: relative;
	background-color: #192a67;
	color: white;
}

.woocommerce-tabs ul.tabs li {
	float: left;
	list-style: none;
	-webkit-transition: .3s background-color ease-in-out;
	transition: .3s background-color ease-in-out;
}

.woocommerce-tabs ul.tabs li a {
	padding: 0 20px;
	line-height: 32px;
}

.woocommerce-tabs ul.tabs li:hover {
	background-color: #bf620b;
}

.woocommerce-tabs ul.tabs li.active {
	background: #ef7b0e;
	z-index: 2;
	border-bottom-color: #fff;
	border-bottom-width: 0px;
}

.woocommerce-tabs ul.tabs li.active a {
	color: white;
	text-shadow: inherit;
}

.woocommerce-tabs ul.tabs li.addRequirement_tab {
	position: absolute;
	right: 0;
}

.woocommerce-tabs ul.tabs li.addRequirement_tab a {
	padding-left: 48px;
	display: block;
	background-color: #ef7b0e;
	-webkit-transition: .3s background-color ease-in-out;
	transition: .3s background-color ease-in-out;
}

.woocommerce-tabs ul.tabs li.addRequirement_tab a:hover {
	background-color: #bf620b;
}

.woocommerce-tabs ul.tabs li.addRequirement_tab:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 16px solid transparent;
	border-left: 32px solid #192a67;
	border-bottom: 16px solid transparent;
	left: 0;
}

.woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 15px;
}

.panel.entry-content {
	display: inline-block;
	margin-top: 0;
	width: 100%;
	padding: 40px 100px 20px;
	border: 0px solid #5091cf;
	border-radius: 0;
}

@media (max-width: 640px) {
	.panel.entry-content {
		padding: 40px;
	}
}

.wc-tab ul li {
	margin-bottom: 8px;
}

/* NEWS -------------------------------- */
.posted-on {
	color: #ef7b0e;
	text-transform: uppercase;
	font-size: .716rem;
}

.posted-on > a {
	font-weight: 700;
}

.posted-on > a:hover {
	text-decoration: underline;
}

.byline {
	text-transform: uppercase;
	font-size: .716rem;
	margin-left: 6px;
}

.byline a:hover {
	text-decoration: underline;
}

.media {
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px dotted #cdcdcd;
}

.media img.img-thumbnail {
	max-width: 150px;
}

.media p > a {
	color: #ef7b0e;
	font-weight: bold;
	margin-left: 3px;
}

.media p > a i {
	margin-left: 3px;
}

.media p > a:hover {
	color: #192a67;
}

form .form-row .form-group.col-md-6:nth-of-type(1) {
	padding-right: 10px;
}

form .form-row .form-group.col-md-6:nth-of-type(2) {
	padding-left: 10px;
}

/* FORMS ------------------------------- */
form {
	margin-top: 20px;
}

form .form-group {
	margin-bottom: 12px;
}

form .form-group label {
	text-transform: uppercase;
	color: #ef7b0e;
	padding: 6px 0;
	font-size: 12px;
	display: block;
}

.error {
	color: red;
	text-transform: uppercase;
	font-size: 1rem;
}

/* OVERRIDES --------------------------- */
@media (max-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		min-width: 100%;
		padding: 0 20px;
	}
	
	body .wrapper .header nav .user-list {
		margin-top: 0;
	}
}

a:not([href]):not([tabindex]) {
	text-decoration: none;
}

.language button.btn.btn-primary {
	display: block;
	width: inherit;
	height: inherit;
	border-radius: 0;
	padding: 0;
}

.language button.btn.btn-primary:hover {
	border: none;
	background-color: #ef7b0e;
}

button[class^="btn btn-outline-"], a[class^="btn btn-outline-"], button[class^="btn btn-sm btn-outline-"], a[class^="btn btn-sm btn-outline-"] {
	background-color: white;
}

.btn-primary {
	background-color: #192a67;
	border-color: #192a67;
}

.btn-primary:hover {
	background-color: #99aae6;
	color: #192a67;
}

.btn-outline-primary {
	border-color: #192a67;
	color: #192a67;
}

.btn-outline-primary:hover {
	background-color: #99aae6;
	border-color: #192a67;
	color: #192a67;
}

.btn-warning {
	background-color: #ef7b0e;
	border-color: #ef7b0e;
}

.btn-warning:hover {
	background-color: #fffefd;
	color: #ef7b0e;
}

.btn-outline-warning {
	border-color: #ef7b0e;
	color: #ef7b0e;
}

.btn-outline-warning:hover {
	background-color: #fce4cd;
	border-color: #ef7b0e;
	color: #ef7b0e;
}

.col-sm-12 {
	margin-bottom: 12px;
}

@media (min-width: 1400px) {
	.container.foot-container {
		max-width: 1320px;
	}
}

@media (max-width: 978px) {
	i.fas.fa-angle-down {
		display: none;
	}
	
	.woocommerce-tabs ul.tabs {
		height: auto;
		padding: 0;
	}
	
	.woocommerce-tabs ul.tabs li, .woocommerce-tabs ul.tabs li.addRequirement_Tab {
		display: block;
		float: none;
		position: relative;
		border-bottom: 1px solid white;
		text-align: center;
	}
	
	.woocommerce-tabs ul.tabs li:before, .woocommerce-tabs ul.tabs li.addRequirement_Tab:before {
		display: none;
	}
	
	.woocommerce-tabs ul.tabs li a, .woocommerce-tabs ul.tabs li.addRequirement_Tab a {
		padding-left: 0;
	}
}

#ModalLanguage {
	width: 600px;
	margin: auto;
	left: calc(50% - 300px);
	top: 100px;
}

.modal-dialog {
	margin: 1.75rem auto;
}

.modal-dialog img {
	width: auto;
	height: auto;
}

@media (max-width: 640px) {
	.media {
		display: block;
	}
	
	.media img.img-thumbnail {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	body .wrapper .header .nav-sub .language.main {}
	
	#ModalLanguage {
		width: 100%;
		margin: auto;
		left: 0px;
		top: 120px;
	}
	
	.modal-dialog {
		margin: 0;
	}
	
	.foot-container a.btn.btn-subs {
		display: inline-block;
	}
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto;
	}
}

/* WOOCOMMERCE OVERRIDES*/
ul.wc-block-grid__products {
	list-style: none !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: inherit;
}

.post-thumbnail {
	max-height: 400px;
	overflow-y: hidden;
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 40px 20px 20px;
	border-left: 1px solid #d3ced2;
	border-bottom: 1px solid #d3ced2;
	border-right: 1px solid #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #333;
	text-shadow: inherit;
	font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #cfc8d8;
	background-color: #e9e6ed;
	color: #515151;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 4px 4px 0 0;
	margin: 0 -5px;
	padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: .5em 0;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
}

body .wrapper .content .container-fluid .row.page-content ul.tabs.wc-tabs {
	background-color: transparent;
	margin-bottom: 0px;
	padding-left: 0px;
}

body .wrapper .content .container-fluid .row.page-content ul.tabs.wc-tabs li {
	margin: 0px;
}

.sub-menu li a i.fas {
	display: none;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	margin-left: 0px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-content strong {
	font-weight: 700;
}

.woocommerce-MyAccount-content p a {
	text-decoration: underline;
}

.woocommerce form .form-row {
	padding: 0px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 8px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	color: #ef7b0e;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 12px;
	width: 100%;
}

.woocommerce form p span em {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce form fieldset {
	margin-top: 30px;
}

fieldset legend {
	font-weight: 700;
	font-size: 1.25rem;
	padding-bottom: 8px;
}

span.woocommerce-input-wrapper {
	width: 100%;
}

address {
	line-height: 1.25rem;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #282828;
	background-color: #e4e4e4;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.nitro-lazy {
	background-image: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	background-color: #192a67;
	text-decoration: none;
	background-image: none;
	color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover.nitro-lazy, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover.nitro-lazy, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover.nitro-lazy {
	background-image: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border: 0px solid #d3ced2;
	position: absolute;
	bottom: -1px;
	width: 5px;
	height: 5px;
	content: " ";
	box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	position: absolute;
	content: " ";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #d3ced2;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: -5px;
	border-bottom-left-radius: 4px;
	border-width: 0 0 1px 1px;
	box-shadow: -2px 2px 0 #d3ced2;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #1d3892;
}

@media screen and (min-width: 768px) {
	/* right side single product content */
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 58%;
	}
	
	/* left side single product content */
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 38%;
	}
}

.wp-block-button {
	margin: 10px 0;
	width: 100%;
}

.wp-block-button a {
	min-width: 50%;
	transition: .3s box-shadow ease-in-out;
}

.wp-block-button a:hover {
	box-shadow: inset 1px 1px 5px black;
}

.wp-block-button .is-style-squared.rounded-corners a {
	border-radius: 8px;
}

.wp-block-button__link {
	border-radius: 8px;
	padding: 12px 24px;
}

body .wrapper .content .container-fluid .row.page-content h2.product-category, .product-category h2.woocommerce-loop-category__title {
	border-bottom: none;
	padding-left: 5px;
}

woocommerce-breadcrumb {
	margin-bottom: 1.5rem;
}

figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image a img {
	margin-bottom: 0px;
}

.woocommerce div.product div.images img {
	margin-bottom: 0px !important;
}

.yith-wcwl-add-to-wishlist {
	margin-bottom: 12px;
	margin-top: 25px;
	font-weight: 700;
}

.add_to_wishlist {
	background-color: #f88028;
	padding: 6px 12px;
	color: white;
	margin: 0 0 12px 0;
}

.woocommerce a.button.alt:hover, .add_to_wishlist:hover {
	background-color: #ea6c04;
	color: #fff;
	box-shadow: inset 1px 1px 3px #333;
}

.yith-wcwl-wishlistaddedbrowse.show .feedback {
	font-weight: 700;
	color: #f88028;
}

.tagged_as a {
	margin: 0 3px;
}

span.posted_in a, .tagged_as a {
	color: #f68028;
	text-decoration: none;
	padding-right: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

span.posted_in a:hover, .tagged_as a:hover {
	text-decoration: underline;
}

span.sku_wrapper {
	color: #f68028;
	font-weight: 700;
	margin-bottom: 12px;
}

.yith-wcwl-wishlistexistsbrowse.show a, .yith-wcwl-add-button.show a, .yith-wcwl-wishlistaddedbrowse.show a, .wishlist_table .add_to_cart, a.add_to_wishlist.button.alt {
	background-color: #f68028;
	color: white;
	padding: 6px 12px;
	border-radius: 4px;
	margin-left: 0px;
	transition: background-color .3s ease-in-out;
}

.yith-wcwl-wishlistexistsbrowse.show a:hover, .yith-wcwl-add-button.show a:hover, .yith-wcwl-wishlistaddedbrowse.show a:hover {
	background-color: #283772;
}

.wishlist_table .add_to_cart, a.add_to_wishlist.button.alt {}

.yith-wcwl-wishlistaddedbrowse a {
	background-color: #ef7b0e;
	padding: 6px;
	border-radius: 6px;
	color: white;
	margin-left: 6px;
	box-shadow: 1px 1px 6px #343a40;
	border: none;
}

.yith-wcwl-wishlistexistsbrowse a {
	background-color: none;
	padding: 6px;
	border-radius: 6px;
	color: #ef7b0e;
	margin-left: 6px;
	border: 1px solid #ef7b0e;
}

@media screen and (max-width:768px) {
	.yith-wcwl-wishlistexistsbrowse.show a {
		display: block;
		margin: 8px 0;
	}
	
	ul.tabs.wc-tabs > li {
		width: 100%;
	}
	
	.row.page-content.product .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

#allCategoriesList {
	width: 100%;
}

.card.categories {
	margin-bottom: 20px;
}

.card.categories a img.cat-images {
	width: inherit;
	margin: auto;
	display: block;
}

.accordion .card-header {
	padding: 2px;
}

.accordion .btn-link {
	color: #333;
	width: 100%;
	text-align: left;
}

.accordion .card-body strong, .accordion .card-body b {
	font-weight: 700;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23%;
	float: left;
	list-style: none;
	border: 1px solid #333;
	margin: 1%;
}

.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
	color: white;
	background-color: #ef7b0e;
	font-size: .813rem;
	text-transform: uppercase;
}

.wc-block-grid__product-title {
	font-size: .813rem;
}

.product-social-links ol li {
	list-style: none;
}

/* SIDEBAR */
aside.widget-area {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 5%;
}

aside.widget-area section.widget {
	width: 23%;
	margin-right: 2%;
}

aside.widget-area section.widget h2.widget-title {
	font-size: 1rem;
	color: #f68028;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}

aside.widget-area section.widget form {
	margin-top: 0;
}

.socials section {
	text-align: right;
}

.socials section:first-of-type {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #c7c5c5;
}

.entry-content p a {
	border-bottom: 0px solid #fff;
	transition: .3s border-bottom linear;
}

.entry-content p a:hover {
	border-bottom: 1px solid #f60;
}

/* Mega Menu ----------------------------- */
#wp-megamenu-menu-1 {
	flex-grow: 2;
	border-bottom: none !important;
	border-bottom: 0px solid #161616;
	background-image: none !important;
	background-color: transparent !important;
}

#wp-megamenu-menu-1.nitro-lazy {
	background-image: none !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul {
	display: block;
	position: absolute;
	bottom: 0;
}

#wp-megamenu-menu-1>.wpmm-nav-wrap .wpmm_brand_logo_wrap img {
	display: none;
}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	font-family: inherit !important;
	background-color: transparent !important;
}

body .wrapper .content .container-fluid .row.page-content figure figcaption {
	padding: 16px;
	background-color: #192a67;
	color: white;
	font-family: inherit;
	font-size: .813rem;
	line-height: 130%;
	border-top: none;
	margin-top: -2px;
}

/* MAP --------------- */
.svgMap-map-wrapper {
	width: 70% !important;
	margin-right: 15%;
}

div#svgMapDataPopulation {
	background-color: #d9ecff;
}

.demo-container {
	position: relative;
}

#scrollMapDown {
	position: absolute;
	top: 710px;
	left: 45%;
	display: inline-block;
	padding: 10px;
	z-index: 100;
	color: white;
	font-size: 2rem;
}

@media screen and (max-width: 978px) {
	#scrollMapDown {
		top: 790px;
	}
}

#scrollMapDown:hover {
	cursor: pointer;
}

.map {
	box-shadow: 1px 0px 6px #333;
}

/* Footer ---------------- */
.socials section {
	text-align: right;
}

ul.socials {
	display: flex;
	flex-direction: row-reverse;
	flex-grow: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

ul.socials li.social-item {
	flex-grow: 0;
	text-align: center;
	padding-left: 10px;
}

ul.socials li.social-item a {
	display: block;
	font-size: 32px;
}

ul.socials li.social-item a svg {
	color: #dfdfe1;
	transition: .3s color ease-in-out;
}

ul.socials li.social-item a:hover svg {
	color: #a0a0a0;
}

/* Related Products Section ------------------------------ */
section.related.products {
	margin-top: 50px;
}

section.up-sells.upsells.products {
	margin-top: 50px;
}

/* Wishlist --------------------------- */
img.modal-image {
	max-width: 300px;
}

span.wishlist-image {
	margin: 0 20px 0 2px;
}

@media screen and (min-width: 1300px) {
	span.wishlist-image {
		width: 200px;
	}
}

/* Search Panel ----------- */
.searchpanel {
	min-width: 200px;
	text-align: right;
}

div#searchPanel {
	height: 60px;
	background-color: #ef7b0e;
	opacity: 1;
	display: none;
	position: static;
	z-index: 500;
}

div#searchPanel form.form-inline, div#searchPanel form.form-inline .form-group {
	margin-top: 0;
	margin-bottom: 0;
}

div#searchPanel form.form-inline {
	padding-top: 10px;
	position: absolute;
	right: 250px;
	display: none;
	z-index: 5000;
}

@media screen and (max-width: 1252px) {
	div#searchPanel form.form-inline {
		right: calc(( 100% - 300px ) / 2);
	}
}

.search-results-item > header {
	margin-bottom: 30px;
}

a.read-more {
	font-weight: 700;
	color: #ef7b03;
	margin-left: 3px;
}

a.read-more i {
	margin-left: 3px;
}

/* Tabs */
body .wrapper .content .container-fluid .row.page-content ul.cat-tabs-parent {
	list-style: none;
	margin-left: 0;
}

body .wrapper .content .container-fluid .row.page-content ul.cat-tabs-parent .cat-tabs {
	padding: 0;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 0px;
}

body .wrapper .content .container-fluid .row.page-content ul.cat-tabs-parent .cat-tabs a {
	padding: 8px 0;
	transition: all .5s ease-in-out;
}

body .wrapper .content .container-fluid .row.page-content ul.cat-tabs-parent .cat-tabs a:hover {
	background-color: #303674;
	color: white;
	padding-left: 5px;
}

body .wrapper .content .container-fluid .nav-tabs .nav-item {
	margin-bottom: -1px;
	background-color: #ebe9eb;
	border-radius: 4px 4px 0 0;
}

body .wrapper .content .container-fluid .nav-link {
	display: block;
	padding: 1rem 1rem;
}

body .wrapper .content .container-fluid .row.page-content .tab-pane ul.category {
	list-style: none !important;
}

body .wrapper .content .container-fluid .row.page-content .tab-pane ul.category li {
	list-style: none;
}

body .wrapper .content .container-fluid .row.page-content .card .card-body h2 {
	margin-top: 20px;
}

/* FULL A to Z MENU ------------------------------------------------------------------- */
.a-to-z-menu {
	min-height: 155px;
	width: 100%;
	padding: 20px;
	background-color: #1a2a66;
	position: absolute;
	z-index: 300;
	z-index: 5000;
	display: none;
	box-shadow: 0px 1px 3px #999;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	top: 115px;
}

.a-to-z-menu > h3 {
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.az-elements {
	background-color: transparent;
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	column-rule: 0px solid white;
	-webkit-column-rule: 0px solid white;
	-moz-column-rule: 0px solid white;
	column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-fill: balanced;
	-webkit-column-fill: balanced;
	-moz-column-fill: balanced;
	padding: 0px;
	color: white;
	margin-left: 50px;
}

.previewer {
	width: calc(100% - 80px);
	display: block;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 30px;
}

.previewer > img {
	width: 15%;
	float: left;
}

.previewer > p {
	width: 85%;
	float: left;
	padding: 10px;
	color: white;
	font-family: inherit;
}

.az-elements > ul {
	background-color: transparent;
}

.az-elements > ul > li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.az-elements > ul > li:first-child {}

.az-elements > ul > li > a {
	text-decoration: none;
	color: #e5f0fb;
	padding: 8px 5px;
	font-size: inherit;
	display: block;
	transition: all .4s ease-in-out;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.az-elements > ul > li > a:hover {
	color: #ff9200;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.big-menu > a {
	color: yellow;
}

.goactive {
	background-color: #f60 !important;
}

.az-links {
	position: relative;
}

a.az-links > span.az-img-wrap > .az-links-img.off {
	opacity: 0;
	width: 10px;
	height: auto;
	transition: .3s all ease-in-out;
}

a.az-links:hover > span.az-img-wrap > .az-links-img.off {}

span.az-img-wrap .az-links-img {}

span.az-img-wrap {
	display: inline-block;
	overflow: hidden;
	height: auto;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

/* Tabs */
.search-tab {
	width: 100%;
	display: inline-block;
}

.search-tab form {
	margin-top: 20px;
}

.search-tab form label {
	width: 50%;
}

.search-tab form input.search-field {
	padding: 12px;
	min-width: 100%;
	margin-right: 15px;
	display: block;
}

.search-tab form input.search-submit {
	border: none;
	padding: 14px 28px;
	text-transform: uppercase;
	transition: .3s box-shadow ease-in-out;
}

.search-tab form input.search-submit:hover {
	box-shadow: 3px 3px 8px #666;
}

/* --------------------------------------------------------------------------------- */
.prod-info-reg h4 {
	font-weight: normal;
}

.prod-info-reg h4 b {
	font-weight: 700;
}

.prod-info-reg h4 a strong {
	font-weight: 700;
	color: #ef7b0e;
}

.search-panel input[type='search'] {
	border: none;
}

@media screen and ( min-width: 1600px ) {
	.searchpanel {
		min-width: 350px;
		text-align: right;
	}
}

@media screen and ( max-width: 1590px ) {
	.searchpanel {
		min-width: 260px;
		text-align: right;
	}
}

@media screen and ( max-width: 1450px ) {
	.searchpanel {
		min-width: 150px;
		text-align: right;
	}
}

@media screen and ( max-width: 1320px ) {
	.searchpanel {
		min-width: 80px;
		text-align: right;
	}
}

@media screen and ( max-width: 978px ) {
	.searchpanel {
		text-align: center;
	}
}

@media screen and ( max-width: 1251px ) and ( min-wdth: 1201px ) {
	body .wrapper .header nav ul.mainnav li a {
		line-height: 110%;
	}
}

@media screen and ( max-wdth: 1201px ) {
	body .wrapper .header nav ul.mainnav li ul.sub-menu {
		z-index: 9999;
	}
	
	div#searchPanel {
		text-align: center;
	}
	
	div#searchPanel form.form-inline {
		position: relative;
	}
}

/* Contact Form */
form.wpcf7-form {
	margin-top: 0;
	max-width: 600px;
}

form.wpcf7-form label {
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #ef7b03;
	line-height: 1;
}

.name-wrapper {
	display: flex;
	flex-direction: row;
}

.name-wrapper p:nth-child(1) {
	margin-right: 20px;
}

.wpcf7-form-control-wrap {
	position: relative;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form textarea {
	width: 100%;
	padding: 12px 8px;
	font-size: 13px;
	font-weight: 300;
	font-family: sans-serif;
	border: 1px solid var(--armfield-orange);
	border-radius: 0px;
	outline: none;
	transition: .3s box-shadow ease-in;
}

form.wpcf7-form .contact-forms-wrapper input[type="text"], form.wpcf7-form .contact-forms-wrapper input[type="email"], form.wpcf7-form .contact-forms-wrapper input[type="tel"], form.wpcf7-form .contact-forms-wrapper textarea {
	border: 1px solid #8c9cce;
	border-radius: 8px;
}

span.wpcf7-list-item {
	margin: 0;
	width: inherit;
}

span.wpcf7-list-item:not(.first) {
	margin-left: 1rem;
}

span.wpcf7-form-control.wpcf7-checkbox, span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	justify-content: flex-start;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	right: 11px;
	top: 11px;
}

.wpcf7-form h5 {
	margin: 10px 0 20px;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
	color: #9f5109;
}

.wpcf7-form-control.wpcf7-radio.inWarranty {
	display: -webkit-flex;
	display: flex;
}

.user-details-block {
	padding: 12px;
	background: bisque;
	margin-bottom: 16px;
}

.user-details-block input {
	width: 100%;
}

form#wishlist-form select#billing_country {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #cdcdcd;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	font-size: 1rem;
	color: #666;
}

form.wpcf7-form input[type="text"]:focus, form.wpcf7-form input[type="email"]:focus, form.wpcf7-form input[type="tel"]:focus, form.wpcf7-form textarea:focus {
	box-shadow: inset 0px 0px 6px #ef7b0e;
}

form.wpcf7-form .contact-forms-wrapper input[type="text"]:focus, form.wpcf7-form .contact-forms-wrapper input[type="email"]:focus, form.wpcf7-form .contact-forms-wrapper input[type="tel"]:focus, form.wpcf7-form .contact-forms-wrapper textarea:focus {
	box-shadow: inset 0px 0px 6px #8c9cce;
}

form.wpcf7-form label span {
	margin-top: 4px;
	display: flex;
}

.isHidden {
	display: none;
}

span.wpcf7-list-item > label {
	display: flex;
	flex-direction: row;
	align-items: end;
}

span.wpcf7-list-item > label > input {
	margin-right: 10px;
}

input.wpcf7-form-control.wpcf7-submit {
	padding: 12px 24px;
	border-radius: 8px;
	background-color: #ef7b0e;
	border: 0px;
	color: white;
}

.contact-forms-wrapper input.wpcf7-form-control.wpcf7-submit {
	padding: 12px 24px;
	border-radius: 8px;
	background-color: var(--armfield-blue);
	border: 0px;
	color: white;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #ef7b03;
	padding: 12px 8px;
	color: #fff;
	margin-left: 0;
	background-color: #ef7b0e;
	border-radius: 8px;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: 2rem;
	border: 2px solid #00a0d2;
	position: fixed;
	bottom: 44%;
	left: 18%;
	background: white;
	border-radius: 8px;
	box-shadow: 3px 3px 8px #666;
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 20px;
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item label {
	display: inline-flex;
	margin-bottom: 6px;
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item label > span {
	margin-top: -2px;
	margin-left: 8px;
}

select.wpcf7-form-control.wpcf7-select {
	padding: 6px 0px 6px 10px;
	padding: 12px;
	display: block;
	background-color: white;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0px;
	color: var(--armfield-orange);
	width: 100%;
	outline: none;
	text-transform: capitalize;
	border: 1px solid var(--armfield-orange);
}

.contact-forms-wrapper select.wpcf7-form-control.wpcf7-select {
	border-radius: 8px;
	border: 1px solid #8c9cce;
	color: #8c9cce;
}

select.has-dropdown {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/form-select-down.png") no-repeat;
	background-size: 3%;
	background-position-x: 98%;
	background-position-y: center;
}

select.has-dropdown.nitro-lazy {
	background: none !important;
}

select.has-dropdown span.wpcf7-not-valid-tip {
	right: 40px;
}

.form-check.wishlist input[type="checkbox"] {
	margin-top: 0;
}

.form-group em {
	margin: 8px 0;
	display: inline-block;
}

.wpcf7-quiz-label {
	margin-bottom: 5px;
}

.wpcf7-form h4 {
	margin: 15px 0 10px 0;
	font-weight: 400;
}

.wpcf7-form small {
	font-size: 10px;
	color: #777;
}

form.wpcf7-form .contact-forms-wrapper label {
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--armfield-blue);
	line-height: 1;
	font-weight: 600;
}

@media screen and (max-width: 978px) {
	form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"], form.wpcf7-form textarea {
		min-width: 100%;
		width: 100%;
		padding: 8px;
		font-size: 14px;
		font-weight: 300;
		font-family: sans-serif;
		outline: none;
		transition: .3s box-shadow ease-in;
	}
	
	.name-wrapper {
		flex-direction: column;
	}
	
	.name-wrapper p:nth-child(1) {
		margin-right: 0px;
	}
}

/* Downloads */
.download-wrapper {
	overflow: hidden;
	width: 100%;
}

a.file-downloads {
	padding: 18px;
	display: inline-block;
	margin-top: 8px;
	min-width: 60%;
	background-color: white;
	transition: .5s background-color ease-in-out;
	position: relative;
	word-break: break-word;
	max-width: 60%;
}

a.file-downloads .downicon {
	position: absolute;
	max-width: 210px;
	top: 3px;
	display: inline-block;
	right: -50%;
}

a.file-downloads:hover {
	background-color: #dedede;
}

@media screen and ( max-width: 768px ) {
	.download-wrapper {
		height: 150px;
	}
	
	a.file-downloads {
		padding: 12px 0;
		line-height: 1.4;
		text-align: center;
		max-width: 100%;
		min-width: 100%;
	}
	
	a.file-downloads .downicon {
		position: relative;
		max-width: 210px;
		top: 3px;
		display: block;
		margin: auto;
		right: 0;
	}
	
	.foot-container .custom-row {
		text-align: center;
	}
	
	ul.socials {
		justify-content: center;
	}
	
	.socials section {
		text-align: center;
	}
}

/* Slider Contact Button */
#contact-button {
	position: fixed;
	z-index: 5000;
	top: 120%;
	opacity: 0%;
	left: -5px;
}

#contact-button button {
	padding: 10px;
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/armfield-contact-us.png") no-repeat top left;
	background-size: contain;
	height: 240px;
	width: 55px;
	border: none;
}

#contact-button button.nitro-lazy {
	background: none !important;
}

.wpcf7-form h4 {
	margin: 15px 0 10px 0;
	font-weight: 400;
}

.wpcf7-form small {
	font-size: 10px;
	color: #777;
}

@media screen and (min-width: 900px) {
	span.wpcf7-form-control.wpcf7-checkbox.cf-options {
		column-count: 2;
		display: block;
		max-width: 700px;
	}
}

@media screen and (max-width: 899px) {
	span.wpcf7-form-control.wpcf7-checkbox.cf-options {
		column-count: 1;
		display: block;
		max-width: 700px;
	}
	
	span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item {
		display: block;
	}
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item {
	margin-left: 0;
	margin-right: 20px;
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item label {
	display: inline-flex;
	margin-bottom: 6px;
}

span.wpcf7-form-control.wpcf7-checkbox.cf-options span.wpcf7-list-item label > span {
	margin-top: -2px;
	margin-left: 8px;
}

select.wpcf7-form-control.wpcf7-select {
	padding: 5px 0px 5px 10px;
	padding: 10px;
	display: block;
	background-color: white;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
	color: #ef7b03;
	outline: none;
	text-transform: capitalize;
	border-color: #cdcdcd;
	border-radius: 0;
}

select.wpcf7-form-control.wpcf7-select {
	color: #000;
	border: 1px solid #ef7b03;
	padding: 13px 8px;
}

.form-check.wishlist input[type="checkbox"] {
	margin-top: 0;
}

.form-group em {
	margin: 8px 0;
	display: inline-block;
}

.wpcf7-quiz-label {
	margin-bottom: 5px;
}

select.has-dropdown {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/form-select-down.png") no-repeat;
	background-size: 3%;
	background-position-x: 98%;
	background-position-y: center;
}

select.has-dropdown.nitro-lazy {
	background: none !important;
}

select.has-dropdown2 {
	background: url("https://cdn-ilbfahj.nitrocdn.com/QedqZmMAmAuMtbifZkUkhykDqibmuPSg/assets/images/optimized/rev-253d327/armfield.co.uk/wp-content/themes/armfieldTheme/images/form-select-down2.png") no-repeat;
	background-size: 3%;
	background-position-x: 98%;
	background-position-y: center;
}

select.has-dropdown2.nitro-lazy {
	background: none !important;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
	padding: 8px;
	border: 1px solid var(--armfield-orange);
}

/* VIDEO */
.section-videos {
	/* display: none; */
	display: contents;
}

ul#videoMenu {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	flex-wrap: wrap;
}

#videoMenu > li {
	flex-grow: 1;
	background-color: white;
	text-align: center;
	padding: 10px 5px;
	min-width: 200px;
}

#videoMenu > li > a {
	background-color: #ef8725;
	display: flex;
	flex-direction: column;
	padding: 10px;
	color: white;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #c53e06;
	border-radius: 2px;
}

@media screen and (max-width: 640px) {
	ul#videoMenu {
		flex-direction: column;
	}
}

section.section-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
}

section.section-wrapper h2 {
	clear: both;
	width: 100%;
	margin-bottom: 20px !important;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-right: 20px;
}

.vid-headline h3 {
	word-break: break-word;
}

.videopanels {
	margin-bottom: 30px;
}

.videopanels > .panel-wrapper {
	box-shadow: 2px 2px 8px #999;
	height: 100%;
}

.videopanels > .panel-wrapper .embed-responsive p {
	display: none;
}

body .wrapper .content .container-fluid .row.page-content.vp-top {
	padding-bottom: 5px;
}

body .wrapper .content .container-fluid .row.page-content.vp-bottom {
	padding-top: 15px;
	margin-left: calc(7% - 15px);
}

@media screen and (min-width: 1493px) {
	.vid-headline {
		display: none;
	}
}

@media screen and (max-width: 1492px) {
	.vid-headline {
		display: block;
		padding: 8px;
	}
}

/* Safari Hack */
body.safari .wrapper .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

body.safari .wrapper .content {
	margin-top: 165px;
}

@media screen and (max-width: 978px) {
	body.safari .wrapper .header {
		position: relative;
	}
	
	body.safari .wrapper .content {
		margin-top: 0px;
	}
}

/* Dealer Login Form ----------------- */
#dealerLogin label {
	display: block;
	margin-bottom: 10px;
}

#dealerLogin label input {
	display: inline-block;
	width: 100%;
	padding: 6px;
}

#dealerLogin button {
	padding: 5px 20px;
	border-radius: 4px;
	background-color: #ef7b0e;
	border: none;
	color: white;
}

#dealerLogin label input:valid {
	border: 1px solid green;
}

#dealerLogin label input:invalid {
	border: 1px solid red;
}

#dealerLogin label[for='dealer'] {
	display: none;
}

#dealerAllowed {
	display: block;
	padding: 10px;
	border: 1px solid #cdcdcd;
	border-radius: 8px;
	width: 100%;
	margin-top: 66px;
}

#dealerBlocked {
	display: block;
	padding: 10px;
	border: 1px solid #ef7b0e;
	border-radius: 8px;
	width: 100%;
	margin-top: 66px;
}

#dealerAllowed h2, #dealerAllowed h3 {
	color: #ef7b0e;
}

#dealerAllowed a {
	color: #192a67;
	font-weight: 700;
	text-decoration: none;
}

#dealerAllowed a:hover {
	text-decoration: underline;
}

.masonry-grid {
	position: relative;
	margin-top: 30px;
}

.sixths {
	width: initial;
}

.selectedItem {
	transition: .3s box-shadow ease-in-out;
	box-shadow: 0px 0px 8px 7px #c5bfbf;
}

.panelImg.gall {
	border: 1px solid white;
	display: -webkit-box;
	display: flex;
	position: relative;
	overflow: hidden;
}

.gallery-item-details {
	text-align: center;
	display: block;
	overflow: hidden;
	margin-top: 5px;
}

.gallery-box {
	margin-bottom: 10px;
	position: relative;
}

.gallery-box img {
	margin-bottom: 0px !important;
	display: inline-block;
	width: 100%;
	height: auto;
}

.gallery-box .preview {
	position: absolute;
	z-index: 300;
	bottom: 25px;
	left: 25px;
	width: 200px;
	border: 4px solid white;
	opacity: 0;
	transition: .5s opacity ease-in-out;
	box-shadow: 2px 2px 6px #333;
	background-color: white;
}

.gallery-box .preview img {
	width: max-content;
	height: auto !important;
	margin-bottom: -2px !important;
}

@media screen and (min-width: 1200px) {
	.gallery-box:hover .preview {
		opacity: 1;
	}
}

.grid-item {
	margin-bottom: 10px;
}

.gallery-item-details span.dashicons.dashicons-arrow-down {
	margin-top: -5px;
}

a.downloads-link {
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
}

a.downloads-link.left {
	float: left;
}

a.downloads-link.right {
	float: right;
}

a.downloads-link.left:hover, a.downloads-link.right:hover {
	text-decoration: underline;
}

.image-title {
	position: absolute;
	background-color: black;
	color: white;
	padding: 5px;
	opacity: 0;
	width: 70%;
	width: 100%;
	transition: .4s all ease-in-out;
	top: -100px;
}

.image-title h4 {
	font-weight: 400;
	font-size: .813rem;
	line-height: 130%;
	word-break: break-all;
}

.panelImg.gall:hover > .image-title {
	opacity: .8;
	top: 10px;
}

span.hasaccess {
	color: #ef7b0e;
	margin-left: 5px;
	text-transform: uppercase;
}

h3.custom-files {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
}

.dealer-files {
	list-style: none !important;
	margin-left: 0 !important;
	margin-top: 10px;
}

.dealer-files li {
	border-top: 1px dotted #ccc;
	padding-top: 8px;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
	border-right: 1px dotted #ccc;
	margin-bottom: 0 !important;
	padding-bottom: 8px;
}

.dealer-files li:last-of-type {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}

.dealer-files b {
	margin: 0 10px;
	color: #666;
}

@media screen and (max-width: 768px) {
	.dealer-files b {
		margin: 10px 0px;
		color: #666;
		display: block;
	}
}

.dealer-files b span {
	letter-spacing: 2px;
}

.dealer-files a, .dealer-files li > a {
	background-color: #f60;
	color: white !important;
	display: inline-block;
	border-radius: 4px;
	padding: 4px;
	box-shadow: 1px 1px 4px #999;
	font-size: 12px;
	margin-left: 6px;
}

.dealer-downloads {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	background-color: #fdfdfd;
}

@media screen and (min-width: 978px) {
	.dealer-downloads {
		margin-right: 10px;
	}
}

.dealer-downloads a {
	display: flex;
	padding: 10px;
	box-shadow: 1px 1px 4px #999;
	text-align: center;
	height: calc(100% - 20px);
	align-items: center;
	word-wrap: break-word;
}

.dealer-downloads a span {
	font-size: .7rem;
	color: #f60;
	text-transform: uppercase;
	display: block;
}

.dealer-downloads a img {
	height: auto;
	width: auto;
	max-height: 250px;
	margin: 0 auto !important;
}

.dealer-downloads h4 {
	font-size: 1rem;
}

h6.dealer-home {
	margin-bottom: 20px;
}

h6.dealer-home a:hover {
	color: #ef7b0e;
}

ul.dealer-sections {
	margin-left: 0 !important;
}

ul.dealer-sections li {
	list-style: none;
}

ul.dealer-sections li i {
	padding-right: 10px;
	color: #ef7b0e;
}

#category-listing {
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-left: 0;
	flex-wrap: wrap;
}

.dealer-retires a {
	word-wrap: break-word;
}

.dealer-retires h3 {
	font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
	#category-listing {
		flex-direction: column;
	}
	
	#category-listing li {
		border-bottom: 1px solid #ccc;
	}
	
	#category-listing li:last-of-type {
		border-bottom: none;
	}
}

#category-listing li {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	flex-grow: 1;
	text-align: -webkit-center;
	margin: 0;
	padding: 8px;
	justify-content: left;
	display: flex;
	position: relative;
}

#category-listing li a {
	/*text-decoration: underline;*/
	display: block;
}

#category-listing li:hover {
	background-color: #ccc;
}

#category-listing li:hover a {
	color: white;
	text-decoration: none;
}

#category-listing li:last-of-type {}

#category-listing li:first-child {
	background-color: #ef7b0e;
	color: white;
	justify-content: center;
	min-width: 10%;
}

#category-listing li:hover::after {
	content: "";
	background-color: rgba(0, 0, 0, .1);
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
}

.post-category-title {
	color: #069;
}

/*  Dealer cards ------------*/
.dealer-cards .card {
	box-shadow: 1px 2px 8px #e3e3e3;
}

.dcard {
	margin-bottom: 30px;
}

/* -- NEWS -- */
.comments-block {
	margin-top: 50px;
	padding: 15px;
}

.comments-block label {
	display: block;
	text-transform: uppercase;
	color: #ef7b0e;
	font-size: 11px;
}

p.logged-in-as {
	display: block;
	padding: 10px 0;
	color: white;
}

p.logged-in-as a {
	text-decoration: none;
	padding: 10px;
	background-color: #ef7b0e;
	border-radius: 6px;
	margin-bottom: 10px;
	color: white;
	font-weight: 700;
}

p.logged-in-as a:first-of-type {
	margin-right: 3px;
}

.entry-meta {
	margin: 10px 0;
}

.nav-links {
	background-color: #f8f8f8;
	padding: 10px;
	border-top: 1px solid #ef7b0e;
}

.nav-previous:before {
	content: "<";
	margin-right: 4px;
	font-weight: 800;
	color: #ef7b0e;
}

.nav-next:after {
	content: ">";
	margin-left: 4px;
	font-weight: 800;
	color: #ef7b0e;
}

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

footer.comment-meta img {
	width: initial;
	float: left;
	padding-right: 10px;
}

.comment-metadata {
	color: #ef7b0e;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px 0;
	font-weight: 800;
}

.reply {
	color: #1d3480;
	text-transform: uppercase;
	font-weight: 800;
	border-top: 1px solid #ef7b0e;
	padding-top: 10px;
	margin-bottom: 20px;
	display: block;
}

span.cat-links a {
	color: #ef7b0e;
	font-weight: 700;
	margin-right: 20px;
}

.col-sm-12.col-md-6.col-lg-7.news-img, .news-footer {
	padding-left: 0;
}

/* fix for safari bootstrap bugs */
@media screen and (min-width: 1252px) {
	.col-sm-12.col-md-6.col-lg-7.news-img {
		max-width: 58%;
	}
}

@media screen and (max-width: 1199px) {
	.col-sm-12.col-md-6.col-lg-7.news-img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.col-sm-12.col-md-6.col-lg-7.news-img {
		max-width: 100%;
	}
}

/* SUBS FORM */
a[type='button'] {
	background-color: #555;
}

.hustle_module_shortcode_trigger.hustle_module_1, .btn-subs {
	padding: 12px 36px;
	display: block;
	background-color: #555;
	border-radius: 6px;
	color: white;
	text-align: center;
	text-align: -webkit-center;
	max-width: 290px;
	font-size: inherit;
}

.btn-subs:hover {
	color: #ef7b0e;
	background-color: #cdcdcd;
}

#subList, #initSub {
	display: block;
	padding: 10px 0;
}

#subList label {
	display: block;
}

#subList label input {
	width: 50%;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: 5px;
}

.agrees {
	font-size: 11px;
	display: block;
	margin: 10px 6px;
}

button#complete {
	padding: 12px;
	border-radius: 8px;
	border: none;
	background-color: #f38e28;
	color: white;
	box-shadow: 0px 2px 4px 0px #666;
	font-size: .8rem;
	margin-top: 12px;
	margin-left: 6px;
}

span.reqd {
	color: #f38e28;
	padding-left: 3px;
	padding-right: 3px;
}

#initSub label {
	display: inline-block;
	width: 50%;
}

input#submail {
	padding: 9px;
	width: 100%;
	margin-top: 3px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
}

#initSub input#subagree {
	padding: 5px;
}

button#subsend {
	display: block;
	margin-top: 3px;
	margin-left: 6px;
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
	background-color: #f38e28;
	color: white;
}

div#subsSection p {
	color: #f38e28;
	margin-left: 6px;
}

.sitemap {
	column-count: 3;
}

/* GALLERY */
.col.sixths.mgbox {
	float: left;
}

@media screen and (min-width: 1201px) {
	.col.sixths.mgbox {
		width: 25%;
	}
}

@media screen and (max-width: 1200px) {
	.col.sixths.mgbox {
		width: 33%;
	}
}

@media screen and (max-width: 978px) {
	.col.sixths.mgbox {
		width: 50%;
	}
	
	.sitemap {
		column-count: 2;
	}
}

@media screen and (max-width: 420px) {
	.col.sixths.mgbox {
		width: 100%;
	}
	
	.sitemap {
		column-count: 1;
	}
}

.nosearch form {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.nosearch form label {
	border: none;
	width: 50%;
}

.nosearch form label input {
	padding: 12px;
	border: none;
	background-color: #f8f8f8;
	box-shadow: inset 1px 0px 6px #999;
	width: 100%;
}

.search-submit {
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #ef7b0e;
	color: white;
}

.mapped {
	display: block;
	margin-top: 30px;
}

.mapped h3 {
	margin-bottom: 15px;
}

.mapped ul:first-child {
	display: block;
	margin-top: 30px;
}

.mapped>ul li {
	line-height: 2;
	margin-bottom: 15px;
}

.mapped>ul>li>ul {
	margin-top: 10px;
	margin-bottom: 10px !important;
}

/* Newsletter form */
form#sib_signup_form_2 p label {
	min-width: 15%;
	color: #f38e28;
	display: flex;
	text-transform: uppercase;
}

form#sib_signup_form_2 p label span {
	padding: 0 4px;
}

form#sib_signup_form_2 p {
	padding: 5px 0;
}

form#sib_signup_form_2 p input[type='text'], form#sib_signup_form_2 p input[type='email'] {
	padding: 8px 5px;
	min-width: 30%;
}

.sib-multi-lists input {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

form#sib_signup_form_2 p input[type='checkbox'] {
	margin-right: 10px;
	margin-left: 20px;
}

form#sib_signup_form_2 p input.sib-default-btn {
	padding: 12px 20px;
	margin-top: 20px;
	border-radius: 6px;
	border: 1px solid #ef7b0e;
	background-color: #ef7b0e;
	box-shadow: 1px 1px 4px #cdcdcd;
	color: white;
}

.sib_loader {
	max-width: 32px;
	text-align: center;
	margin: auto;
}

form#sib_signup_form_2 p input {
	outline: none;
	transition: .3s box-shadow ease-in;
}

form#sib_signup_form_2 p input:focus {
	box-shadow: inset 0px 0px 6px #ef7b0e;
}

.sib-multi-lists div:first-child {
	border-top: 1px dotted #cdcdcd;
	padding-top: 8px;
}

.sib-multi-lists div {
	border-bottom: 1px dotted #cdcdcd;
	padding-top: 8px;
}

ul.children {
	margin-bottom: 0px !important;
}

ul.children > li.cat-item {
	margin-bottom: 0px !important;
}

/* FAQS */
.faq-wrapper {}

.faq-wrapper .faq-header {
	display: none;
	padding: 10px 20px;
	background-color: #ef7b0e;
	color: white;
	border-bottom: 2px solid white;
	transition: .4s background-color ease-in-out;
}

.faq-wrapper .faq-header:hover {
	background-color: #22164c;
	color: white;
}

.faq-wrapper .faq-header span.instruct {
	font-size: 80%;
	padding-left: 20px;
	text-transform: uppercase;
	opacity: 1;
}

.faq-wrapper .faq-header.show-header {
	display: block;
}

.faq-wrapper .faq-header.show-header h3 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.faq-wrapper .faq-header.show-header h3 .grouper em {
	padding-right: 12px;
}

.faq-wrapper .faq-body {
	display: none;
	position: relative;
	left: 0px;
	padding: 20px 20px;
	background-color: aliceblue;
}

.faq-wrapper .faq-body h3 {}

.faq-wrapper .faq-body.show-body {
	display: block;
}

.faq-wrapper .faq-body .faq-panels {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 20px;
}

.faq-wrapper .faq-body .faq-panels .faq-panel {
	padding: 20px;
	background-color: white;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	max-width: 33.333%;
}

.faq-wrapper .faq-body .faq-panels .faq-panel:nth-child(2) {
	border-left: 1px solid #d2eaf6;
	border-right: 1px solid #d2eaf6;
}

.faq-wrapper .faq-body .faq-panels .faq-panel .panel-header {
	padding: 10px 20px;
	margin: -20px -20px 20px;
	background-color: #ef7b0e;
}

.faq-wrapper .faq-body .faq-panels .faq-panel .panel-header h4 {
	font-weight: 300;
	color: white;
	text-shadow: 0px 1px 4px #422104;
}

.faq-links.faq-panel p {
	padding: 5px;
	border: 1px solid #cdcdcd;
}

.faq-links.faq-panel p a {
	display: inline-block;
	width: calc(100% + 10px);
	background-color: #eee;
	color: #333;
	transition: .3s background-color ease-in-out;
	padding: 10px;
	margin: -5px 0px 5px -5px;
}

.faq-links.faq-panel p a:hover {
	background-color: #333;
	color: white;
}

span.link-description {
	font-size: 80%;
	padding-left: 5px;
}

span.has-password {
	display: flex;
	font-size: 75%;
	padding: 5px 5px 5px 10px;
	align-items: center;
}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none !important;
	margin-left: 0 !important;
}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li {
	width: calc(50% - 8px);
	transition: .4s background-color ease-in-out;
	border: 1px solid #dadada;
	margin-right: 8px;
	justify-content: safe;
	display: flex;
	flex-direction: column;
}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li:hover {}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li.section-item a {
	background-color: #eee;
	padding: 10px;
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li.section-item a:hover {
	background-color: #333;
	color: white;
}

.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li.section-item span.dashicons {
	font-size: 300%;
}

ul.sub-listing {
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 10px !important;
}

.faq-links {
	display: flex;
	flex-direction: row;
	align-items: right;
	justify-content: space-around;
	margin-bottom: 20px;
}

.faq-link {
	padding: 0px;
	background-color: #f8f8f8;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	margin-right: 1%;
	transition: .4s background-color ease-in-out;
}

.faq-link a {
	padding: 10px;
	display: flex;
	flex-grow: 1;
	justify-content: center;
}

.faq-link:hover {
	background-color: #d6d6d6;
}

.faq-link:last-child {
	margin-right: 0;
}

@media screen and (max-width: 978px) {
	.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing {}
	
	.faq-wrapper .faq-body .faq-panels .faq-panel {
		flex-direction: column;
		max-width: 100%;
	}
	
	.faq-wrapper .faq-body .faq-panels {
		flex-direction: column;
		justify-content: space-evenly;
	}
	
	.faq-links {
		flex-direction: column;
	}
	
	.faq-link {
		justify-content: left;
		margin-right: 0%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 630px) {
	.faq-wrapper .faq-body .faq-panels .faq-panel ul.section-listing li {
		width: 100%;
	}
	
	.faq-wrapper .faq-header.show-header h3 {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.faq-wrapper .faq-header span.instruct {
		padding-left: 0px;
		font-size: 70%;
		padding-top: 5px;
		opacity: .5;
	}
}

/* video description */
div[itemprop='description'] {
	font-size: 11px;
	line-height: 1.3;
}

/* Brochures */
#paperRack {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.left {
	padding: 0px;
}

.left .thumbnail {
	box-shadow: 0 3px 6px #999;
	overflow: hidden;
	position: relative;
	transform: rotateZ(355deg);
	-webkit-backface-visibility: hidden;
}

.left .thumbnail .slider-download {
	display: block;
	position: absolute;
	pointer-events: none;
	top: -400px;
	opacity: 0;
	scale: 50%;
	-webkit-transition: top .5s ease;
	transition: top .5s ease;
}

.left .thumbnail:hover>.slider-download {
	top: 18%;
	opacity: 1;
}

.left .thumbnail a {
	display: block;
}

.caption h3 {
	color: #333;
}

.caption p {
	font-size: 90%;
}

.page-content-basic {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 7%;
}

.orange-btn {
	padding: 8px 14px;
	background-color: #ebe9eb;
	border: 0px;
	color: #343a40;
	font-size: 100%;
	font-weight: 700;
}

.orange-btn:hover {
	box-shadow: inset 1px 1px 4px #555;
	padding: 10px 14px 6px;
}

.orange-btn:active {
	background-color: #d45600;
	color: white;
}

h3.telephone {
	min-width: 240px;
}

.loggedinok {
	background-color: beige;
}

.retiring {
	padding-bottom: 1rem;
	border-right: 1px solid #d7d7d7;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: stretch;
	justify-content: space-between;
}

.retiring p {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px dotted #999;
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 0;
}

.retiring p > span:first-child {
	font-weight: 700;
}

.image-frame {
	margin: 4px 0 16px 0;
}

.image-placeholder {
	width: 100%;
	background-color: blanchedalmond;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

/* Support Requests */
.support-requests {
	position: fixed;
	display: flex;
	right: 5%;
	bottom: 5%;
	flex-direction: column-reverse;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-evenly;
	font-size: 13px;
}

.zend-button {
	border: none;
	padding: 1rem;
	aspect-ratio: 6/1;
	background-color: var(--armfield-blue);
	color: white;
	transition: background-color .4s linear;
}

.zend-button:hover {
	background-color: var(--armfield-orange);
	color: white;
	cursor: pointer;
}

a.zend-button {
	line-height: initial;
	text-align: center;
	align-content: center;
}

.single-button {
	width: 100%;
}

.single-button button {
	width: 100%;
}

.plural-buttons {
	display: flex;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
}

.plural-buttons.active {
	opacity: 1;
	pointer-events: all;
}

.plural-buttons.hidden {
	opacity: 0;
	pointer-events: none;
}

.hidethis {
	display: none;
	position: absolute;
	z-index: 99;
	right: -2px;
	top: -44px;
	font-size: 24px;
	padding: 12px;
	background-color: var(--armfield-blue);
	aspect-ratio: 1/1;
	line-height: 18px;
	color: var(--armfield-orange);
}

.wp-block-getwid-button-group, .zend-cust-btns {
	max-width: 580px;
	padding: 1rem;
	background-color: #fcfcfc;
	box-shadow: inset 4px 4px 4px #ccc;
}

a.wp-block-button__link.has-white-color.has-text-color.has-background.has-link-color.wp-element-button, a.wp-block-button__link.wp-element-button {
	background: white !important;
	color: var(--armfield-orange) !important;
	border: 1px solid var(--armfield-orange);
	text-transform: uppercase;
}

.wp-block-getwid-button-group.zend-cust-btns a:hover {
	background: var(--armfield-orange) !important;
	color: white !important;
}

button:focus {
	outline: 0;
}

.file-uploads {
	padding: 10px 10px 0px 10px;
	border: 1px solid var(--armfield-orange);
	margin-bottom: 20px;
	position: relative;
	margin-top: 30px;
}

.file-uploads label:not(:last-child) {
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.file-uploads:before {
	content: "Support Evidence";
	position: absolute;
	top: -25px;
	left: -2px;
	color: var(--armfield-orange);
	color: white;
	text-transform: uppercase;
	font-size: small;
	background-color: var(--armfield-orange);
	display: block;
	width: calc(100% + 4px);
	padding: 5px;
	border: 1px solid;
}

/* gitwid overrides */
.wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
	border-top: 1px solid #fff;
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper {
	padding: 0;
	border: 1px solid #fff;
	border-top: 0;
}

.wp-block-getwid-toggle__content {
	padding: 1.5em;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

span.wpcf7-form-control.wpcf7-checkbox {
	margin-top: -3px;
}

/* --- */
@media screen and (min-width: 1201px) {
	.retiring:nth-child(4n+0) {
		border-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	.retiring:nth-child(3n+0) {
		border-right: 0;
	}
}

@media screen and (max-width: 990px) {
	.retiring:nth-child(2n+0) {
		border-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.left {
		padding-right: 15px;
	}
	
	.left .thumbnail {
		transform: rotateZ(359deg);
	}
}

@media screen and (max-width: 575px) {
	.left {
		padding-right: 15px;
	}
	
	.left .thumbnail {
		transform: rotateZ(0deg);
	}
	
	.retiring {
		border-right: 0;
	}
}
