@charset "UTF-8";
/*!
Theme Name: Viking Arms Defence
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: viking-arms-defence
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Viking Arms Defence is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: dm-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: rift, sans-serif;
  font-weight: 500;
  clear: both;
  margin: 0;
}

h2 {
  font-size: 60px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

body.home .site-header {
  position: absolute;
  background-color: transparent;
}

.site-header {
  position: relative;
  background-color: #2B2D32;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 999;
}
.site-header .flex {
  position: relative;
  padding: 20px 50px;
  display: flex;
  align-items: center;
}
.site-header ul.additional {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header ul.additional li {
  margin-left: 15px;
}
.site-header ul.additional li a.button {
  font-size: 14px;
  padding: 10px 30px;
}
.site-header ul.additional button[name=search] {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: white;
  font-size: 32px;
}
.site-header .site-branding {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90px;
}
.site-header .site-branding img {
  width: 100%;
}

.search-dropdown.active {
  top: 0;
}
.search-dropdown.active .search:before {
  width: 100%;
}

.search-dropdown {
  background-color: #24262a;
  color: white;
  padding: 40px 40px 120px 40px;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.8s ease;
}
.search-dropdown .flex {
  display: flex;
  align-items: start;
}
.search-dropdown .flex button.exit {
  margin-left: auto;
  background-color: transparent;
  color: white;
  padding: 0;
  border-radius: 0;
  font-size: 80px;
}
.search-dropdown .flex img {
  width: 150px;
}
.search-dropdown .search {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.search-dropdown .search:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  pointer-events: none;
  opacity: 0.6;
  font-size: 40px;
}
.search-dropdown .search:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 1px;
  border-top: 1px solid rgb(182, 176, 148);
  opacity: 0.5;
  transition: all 0.6s ease;
  transition-delay: 0.7s;
}
.search-dropdown .search input {
  background-color: transparent;
  border-radius: 0;
  padding: 20px 20px 20px 20px;
  font-size: 46px;
  color: white !important;
  border: 0;
  width: 100%;
  outline: 0;
}
.search-dropdown .search input::placeholder {
  color: white;
  opacity: 0.6 !important;
}

.site-footer {
  border-top: 30px solid black;
  background-color: #3C3C3B;
  padding: 100px 0 20px 0;
  font-family: "stolzl", sans-serif;
  font-weight: 300;
  background-image: url("images/footerbg.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.site-footer .custom-logo-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.site-footer .custom-logo-link img {
  width: 120px;
}
.site-footer h2 {
  font-family: "stolzl", sans-serif;
  font-size: 18px;
  margin: 50px 0 30px 0;
  color: white;
}
.site-footer p {
  color: rgb(182, 176, 148);
  opacity: 0.7;
}
.site-footer ul.details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer ul.details li {
  padding: 0 0 0 0;
}
.site-footer ul.details li a {
  color: rgb(182, 176, 148);
  text-decoration: none;
  opacity: 0.7;
}
.site-footer ul.menu, .site-footer ul.socials {
  list-stye-type: none;
  margin: 0;
  padding: 0;
}
.site-footer ul.menu li, .site-footer ul.socials li {
  display: block;
  padding-bottom: 2.5px;
}
.site-footer ul.menu li a, .site-footer ul.socials li a {
  color: white;
  text-decoration: none;
  opacity: 0.7;
}
.site-footer ul.menu li a i, .site-footer ul.socials li a i {
  padding-right: 15px;
}
.site-footer ul.socials li {
  padding-bottom: 10px;
}
.site-footer .form {
  display: block;
  background-color: #2f2f2e;
  margin-bottom: 20px;
  height: 50px;
  width: 100%;
}
.site-footer p.terms {
  color: white;
}
.site-footer hr {
  margin: 50px 0 30px 0;
  background-color: rgb(182, 176, 148);
  opacity: 0.6;
}

.pad-left {
  padding-left: 50px;
}

.pad-right {
  padding-right: 50px;
}

.homepage-banner .row {
  height: 100vh;
}
.homepage-banner h1, .homepage-banner h2 {
  font-size: 120px;
  line-height: 1;
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-family: "stolzl", sans-serif;
  font-weight: 700;
}
.homepage-banner span.subtitle {
  display: block;
  font-size: 30px;
  color: white;
  font-weight: 300;
}
.homepage-banner .ten h1, .homepage-banner .ten h2, .homepage-banner .ten span.subtitle {
  text-align: center;
}
.homepage-banner .ten ul.buttons {
  justify-content: center;
}
.homepage-banner .ten ul.buttons li {
  margin: 0 10px;
}
.homepage-banner ul.buttons {
  margin-top: 30px;
}

ul.buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
ul.buttons li {
  margin: 0 20px 0 0;
}

.homepage-ctas {
  display: flex;
  justify-content: space-evenly;
}
.homepage-ctas a {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: auto 100%;
  background-position: center center;
  height: 400px;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.homepage-ctas a:hover {
  background-size: auto 110%;
}
.homepage-ctas a:hover span:after {
  top: calc(100% + 15px);
  opacity: 1;
}
.homepage-ctas a span {
  position: relative;
  font-size: 34px;
  color: white;
  display: block;
  text-align: center;
}
.homepage-ctas a span:after {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 500px;
  display: block;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  opacity: 0;
}

.homepage-introduction {
  padding: 125px 0;
}
.homepage-introduction img.side-image {
  border-radius: 30px;
  width: 100%;
}
.homepage-introduction .columns {
  padding: 0 30px;
}

.homepage-products {
  padding: 0 0 100px 0;
}
.homepage-products h2 {
  text-align: center;
  margin-bottom: 50px;
}
.homepage-products div.image {
  overflow: hidden;
}
.homepage-products div.image:hover img {
  transform: scale(1.1);
}
.homepage-products a {
  display: block;
  text-decoration: none;
}
.homepage-products a h3 {
  color: black;
  font-size: 18px;
  margin-top: 5px;
}
.homepage-products a img {
  transition: all 0.2s ease;
}
.homepage-products .three {
  margin-bottom: 30px;
}
.homepage-products a.button.primary {
  margin: 30px auto 0 auto;
}

.homepage-categories .columns {
  padding: 0;
}
.homepage-categories a {
  text-decoration: none;
}
.homepage-categories a.small-category {
  height: 400px;
  display: block;
}
.homepage-categories a.large-category {
  height: 100%;
  display: block;
}
.homepage-categories a.large-category .category {
  height: 100%;
}
.homepage-categories .category {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.homepage-categories .category:hover img {
  transform: scale(1.1);
}
.homepage-categories .category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.homepage-categories .category h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
  font-size: 32px;
}
.homepage-categories .flex {
  display: flex;
  align-items: stretch;
}
.homepage-categories .flex .category {
  height: 100%;
}
.homepage-categories .flex a {
  width: 50%;
}

.homepage-solutions {
  padding: 150px 0;
}
.homepage-solutions img.side-image {
  width: 100%;
  border-radius: 30px;
}
.homepage-solutions span.title {
  color: rgb(182, 176, 148);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homepage-solutions h2 {
  margin: 0 0 30px 0;
  line-height: 1;
}
.homepage-solutions p {
  font-size: 24px;
  font-style: italic;
}
.homepage-solutions .flex {
  display: flex;
  align-items: center;
}
.homepage-solutions .flex img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.homepage-solutions .flex .info {
  padding-left: 20px;
}
.homepage-solutions .flex .info span {
  display: block;
}
.homepage-solutions .flex .info span.name {
  font-size: 18px;
  font-weight: 700;
}
.homepage-solutions .flex .info span.role {
  color: rgb(182, 176, 148);
}

.news {
  padding-bottom: 100px;
}
.news span.title {
  color: rgb(182, 176, 148);
  text-align: center;
  letter-spacing: 2px;
  display: block;
}
.news h2 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.news a {
  text-decoration: none;
  color: black;
}

.news-post:hover .image img {
  transform: scale(1.1);
}
.news-post .image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news-post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.news-post .info {
  display: flex;
  padding: 10px 0;
}
.news-post .info span.cat {
  display: flex;
  align-items: center;
}
.news-post .info span.cat:before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: black;
  margin-right: 10px;
}
.news-post .info span.cat:after {
  content: "•";
  margin: 0 10px;
}
.news-post .info span.date {
  display: block;
  opacity: 0.6;
}
.news-post h3 {
  font-size: 26px;
  line-height: 1;
}

.certification {
  background-color: #F4F4F4;
  padding: 100px 0;
}
.certification h1 {
  font-size: 60px;
  margin: 0 0 30px 0;
}
.certification h2 {
  font-family: "stolzl", sans-serif;
  font-size: 28px;
  margin: 0 0 30px 0;
}
.certification .whitebg {
  background-color: white;
  border-radius: 30px;
  padding: 50px;
}

#gform_wrapper_1 .gform_heading,
#gform_wrapper_2 .gform_heading,
#gform_wrapper_3 .gform_heading,
#gform_wrapper_4 .gform_heading {
  display: none;
}

.shop-archive {
  padding: 50px 0;
}

.shop-sidebar h2 {
  font-family: "stolzl", sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.shop-sidebar .search {
  position: relative;
  margin-bottom: 40px;
}
.shop-sidebar .search:after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  pointer-events: none;
  opacity: 0.6;
}
.shop-sidebar .search input {
  padding-left: 40px;
}
.shop-sidebar ul.cat {
  font-size: 1rem;
  margin: 0;
  padding-left: 1.2em;
}
.shop-sidebar ul.cat li {
  padding: 5px 0;
}
.shop-sidebar ul.cat li a {
  padding-left: 10px;
  font-size: 17px;
  color: black;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shop-sidebar ul.cat li a:hover a {
  color: rgb(182, 176, 148);
}

select.orderby {
  background-color: transparent;
  border: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-family: "stolzl", sans-serif;
  font-size: 1em;
  color: black;
  margin: 0 0 1em;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

li.product:hover img {
  transform: scale(1.1);
}
li.product .image-wrapper {
  overflow: hidden;
}
li.product .image-wrapper img {
  transition: all 0.3s ease;
}

.brand-flex {
  display: flex;
  align-items: start;
  padding-bottom: 40px;
}
.brand-flex img {
  width: 150px;
  height: auto;
  margin-right: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: rgb(182, 176, 148);
  color: white;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: black;
}

.procurement-child img {
  border-radius: 30px;
  width: 100%;
}
.procurement-child .module {
  padding: 100px 0;
}
.procurement-child .module.image_with_content h1, .procurement-child .module.image_with_content h2, .procurement-child .module.image_with_content h3, .procurement-child .module.image_with_content h4, .procurement-child .module.image_with_content h5, .procurement-child .module.image_with_content h6 {
  font-size: 58px;
  margin: 0 0 30px 0;
}
.procurement-child .module.image_with_content p strong {
  font-weight: initial;
  font-size: 22px;
}
.procurement-child .module.image_with_content.flip-side .five {
  order: 2;
}
.procurement-child .module.image_with_content.flip-side .seven {
  order: 1;
}
.procurement-child .module.image_with_title_and_keypoints h1, .procurement-child .module.image_with_title_and_keypoints h2, .procurement-child .module.image_with_title_and_keypoints h3, .procurement-child .module.image_with_title_and_keypoints h4, .procurement-child .module.image_with_title_and_keypoints h5, .procurement-child .module.image_with_title_and_keypoints h6 {
  font-size: 34px;
  color: rgb(182, 176, 148);
  margin: 20px 0;
}
.procurement-child .module.full_width_content_block p strong {
  font-weight: initial;
  font-size: 26px;
}

.procurement-map .columns {
  padding: 0;
}
.procurement-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.procurement-map .form-wrapper {
  padding: 10%;
}
.procurement-map .gform_wrapper.gravity-theme {
  margin-top: 50px;
}
.procurement-map .gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.procurement-map .gform_wrapper.gravity-theme input[type=text], .procurement-map .gform_wrapper.gravity-theme input[type=email], .procurement-map .gform_wrapper.gravity-theme input[type=tel], .procurement-map .gform_wrapper.gravity-theme textarea {
  border: none;
  border-bottom: 1px solid #DCE1E1;
  border-radius: 0;
  resize: vertical;
}
.procurement-map .gform_wrapper.gravity-theme input[type=text]::placeholder, .procurement-map .gform_wrapper.gravity-theme input[type=email]::placeholder, .procurement-map .gform_wrapper.gravity-theme input[type=tel]::placeholder, .procurement-map .gform_wrapper.gravity-theme textarea::placeholder {
  color: #888888;
}
.procurement-map .gform_wrapper.gravity-theme .gfield_consent_label {
  color: #888888;
}
.procurement-map .gform_wrapper.gravity-theme .gfield_consent_label a {
  color: inherit;
}
.procurement-map .gform_wrapper.gravity-theme input[type=submit] {
  background-color: rgb(182, 176, 148);
  color: white;
}

.our-brands {
  padding: 100px 0;
}
.our-brands .shop-sidebar {
  position: sticky;
  top: 30px;
  padding: 30px;
  background-color: rgb(249, 249, 249);
  border-radius: 30px;
}
.our-brands .shop-sidebar .search {
  margin-bottom: 0;
}
.our-brands img.brands {
  border-radius: 30px;
}
.our-brands h1 {
  font-size: 58px;
  margin: 30px 0 0 0;
}
.our-brands ul.brands {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.our-brands ul.brands li {
  width: 20%;
  padding: 10px;
}
.our-brands ul.brands li a {
  background-color: rgb(249, 249, 249);
  border-radius: 30px;
  text-decoration: none;
}
.our-brands ul.brands li a .image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F7F7F7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-brands ul.brands li a .image-wrapper img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}
.our-brands ul.brands li a > span {
  display: flex;
  justify-content: center;
  color: rgb(182, 176, 148);
  margin-top: 5px;
}
.our-brands ul.brands li a > span span {
  color: black;
  margin-left: 5px;
  opacity: 0.7;
}

section.contact {
  padding: 100px 0;
  background-color: #F4F4F4;
}
section.contact a.email {
  display: block;
  text-decoration: none;
  color: initial;
}
section.contact a.telephone {
  font-size: 26px;
  display: block;
  margin-top: 30px;
  color: black;
  text-decoration: none;
}
section.contact h1 {
  font-size: 58px;
}
section.contact ul.socials {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
}
section.contact ul.socials li {
  margin-right: 10px;
}
section.contact ul.socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  text-decoration: none;
  font-size: 20px;
  color: black;
}
section.contact h2 {
  font-size: 34px;
  font-family: "stolzl", sans-serif;
  margin: 0 0 30px 0;
}
section.contact .whitebg {
  background-color: white;
  border-radius: 30px;
  padding: 50px;
}

.feedback {
  background-color: #F4F4F4;
  padding: 50px 0;
}
.feedback h1 {
  font-size: 58px;
  text-align: center;
}
.feedback .whitebg {
  background-color: white;
  border-radius: 30px;
  padding: 50px;
}

#gform_wrapper_3 .gfield_radio {
  display: flex;
}
#gform_wrapper_3 .gchoice.active label.gform-field-label:after {
  content: "\f005";
  color: rgb(182, 176, 148);
}
#gform_wrapper_3 .gchoice {
  margin-right: 5px;
}
#gform_wrapper_3 .gchoice label.gform-field-label {
  font-size: 0;
  cursor: pointer;
}
#gform_wrapper_3 .gchoice label.gform-field-label:after {
  content: "\f006";
  font-family: "FontAwesome";
  color: black;
  opacity: 0.7;
  font-size: 24px;
}
#gform_wrapper_3 .gchoice input {
  display: none;
}

body.single-product h2 {
  font-size: 34px;
}
body.single-product .product_meta span.sku_wrapper {
  display: none;
}
body.single-product .product_meta span {
  display: flex;
  font-weight: bolder;
  margin-bottom: 10px;
}
body.single-product .product_meta span a, body.single-product .product_meta span span {
  font-weight: initial;
  color: black;
  opacity: 0.8;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: black;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: black;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 30px;
  border-color: black;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: black;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border-color: black;
}

.related.products {
  padding-top: 50px;
}
.related.products h2 {
  margin-bottom: 15px;
}

section.search-results {
  padding: 50px 0;
}

.columns.search-result {
  margin-bottom: 30px;
}
.columns.search-result:hover .image img {
  transform: scale(1.1);
}
.columns.search-result h2 {
  color: black;
  font-size: 18px;
  font-family: "stolzl", sans-serif;
}
.columns.search-result .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.columns.search-result .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.columns.search-result a {
  text-decoration: none;
  color: black;
}

.news-header {
  padding: 100px 0;
  text-align: center;
}
.news-header h1 {
  color: rgb(182, 176, 148);
  font-size: 18px;
  margin: 0;
}
.news-header p {
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.news-posts {
  padding-bottom: 70px;
}
.news-posts .four {
  margin-bottom: 30px;
}

.featured-image-background {
  position: relative;
  height: 66vh;
  min-height: 500px;
}
.featured-image-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-wrapper {
  margin-top: -200px;
}
.single-post-wrapper .whitebg {
  background-color: white;
  border-radius: 15px;
  padding: 10%;
}
.single-post-wrapper ul.categories {
  margin: 0 0 50px 0;
  padding: 0;
  display: flex;
  gap: 15px;
  list-style: none;
  justify-content: center;
}
.single-post-wrapper ul.categories li a {
  padding: 6px 15px;
  color: white;
  background-color: rgb(182, 176, 148);
  border-radius: 50px;
}
.single-post-wrapper h1 {
  font-size: 50px;
  text-align: center;
  margin-top: 0;
}
.single-post-wrapper p.date {
  color: #888888;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.single-post-wrapper .other-posts {
  padding-top: 10%;
}
.single-post-wrapper .other-posts h2 {
  margin-bottom: 50px;
}

.about-us-header {
  padding: 50px 0;
}
.about-us-header .six {
  padding: 100px 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.image-slider {
  padding: 100px 0;
  overflow: hidden;
}
.image-slider .slider {
  width: 100%;
}
.image-slider .slick-track {
  display: flex;
  align-items: center;
}
.image-slider .slick-list {
  overflow: visible;
}
.image-slider .slick-slide {
  margin: 0 15px;
}
.image-slider img {
  border-radius: 15px;
}

.training-header {
  padding: 100px 0 90px 0;
}
.training-header h1 {
  font-size: 50px;
}
.training-header .image-wrapper {
  position: relative;
}
.training-header .image-wrapper img.decoration {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.training-header .popup-blocks {
  position: relative;
  margin-top: -150px;
  left: -50px;
}
.training-header .popup-blocks h2 {
  font-size: 30px;
}
.training-header .popup-blocks .six {
  padding: 0 5px;
}
.training-header .popup-blocks .six:nth-of-type(2) .wrapper, .training-header .popup-blocks .six:nth-of-type(3) .wrapper, .training-header .popup-blocks .six:nth-of-type(6) .wrapper {
  background-color: #1f2228;
}
.training-header .popup-blocks .wrapper {
  background-color: rgb(182, 176, 148);
  color: white;
  padding: 8%;
  margin-bottom: 10px;
}
.training-header .popup-blocks .wrapper .large-text {
  font-size: 40px;
  font-weight: 700;
  font-family: "stolzl", sans-serif;
  margin: 15px 0;
  line-height: 1.1em;
}
.training-header .popup-blocks .wrapper p:last-of-type {
  margin-bottom: 0;
}

.disclaimer-wrapper {
  padding: 50px 0;
  background-color: rgb(182, 176, 148);
  color: white;
}

.general-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.general-content-wrapper h5, .general-content-wrapper h3 {
  font-size: 22px;
}
.general-content-wrapper h6, .general-content-wrapper h4 {
  font-size: 18px;
}
.general-content-wrapper h2 {
  font-size: 30px;
}
.general-content-wrapper h1 {
  font-size: 42px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
  color: inherit;
}

/* Forms
--------------------------------------------- */
.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 100px;
  padding: 15px 30px;
  margin: 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  border: 0;
}

.button.primary,
.btn.primary {
  background-color: rgb(182, 176, 148);
  color: white;
}

.button.outline,
.btn.outline {
  border: 1px solid white;
  color: white;
}

#gform_submit_button_1,
#gform_submit_button_2,
#gform_submit_button_3,
#gform_submit_button_4 {
  border: 0;
  border-radius: 100px;
  padding: 15px 30px;
  margin: 0;
  display: block;
  width: fit-content;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background-color: rgb(182, 176, 148);
  color: white;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #666;
  border: 1px solid #ccc;
  background-color: transparent;
  padding: 10px 15px;
  border-radius: 100px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #111;
}

select {
  padding: 15px;
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  border-radius: 6px;
}

.gform_wrapper.gravity-theme select {
  padding: 10px 15px !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #24262a;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  padding: 20px;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 12.5px;
}
.main-navigation a:hover:before {
  width: calc(100% - 25px);
}
.main-navigation a:hover:after {
  width: calc(100% - 25px);
}
.main-navigation a:before {
  content: "";
  top: calc(100% - 12.5px);
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  width: 0;
  left: 12.5px;
  transition: all 0.2s ease;
}
.main-navigation a:after {
  content: "";
  top: calc(100% - 12.5px);
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  width: 0;
  left: 12.5px;
  transition: all 0.2s ease;
  background-color: rgb(182, 176, 148);
  z-index: 2;
  transition-delay: 0.3s;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* responsives
--------------------------------------------- */
@media only screen and (max-width: 1080px) {
  .homepage-banner .six {
    width: 100% !important;
  }
}
@media only screen and (max-width: 850px) {
  .site-header .primary {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve {
    width: 100%;
  }
  .homepage-banner h1, .homepage-banner h2 {
    font-size: 40px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .homepage-banner span.subtitle {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .homepage-ctas {
    flex-wrap: wrap;
  }
  .homepage-ctas a {
    height: 300px;
  }
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .homepage-introduction {
    padding: 50px 0;
  }
  .homepage-introduction img {
    margin-bottom: 25px;
  }
  .homepage-categories .flex {
    flex-wrap: wrap;
  }
  .homepage-categories .flex a {
    width: 100%;
  }
  .homepage-categories a.small-category {
    height: 200px;
  }
  .homepage-solutions {
    padding: 60px 0;
  }
  .homepage-solutions p {
    font-size: 20px;
  }
  .homepage-solutions .flex {
    margin-bottom: 30px;
  }
  .news {
    padding-bottom: 40px;
  }
  .news .news-post {
    margin-bottom: 40px;
  }
  .our-brands {
    padding: 20px;
  }
  .our-brands img.brands {
    display: none;
  }
  .our-brands ul.brands li {
    width: 50%;
  }
  .shop-sidebar h2 {
    font-size: 20px;
  }
  .shop-sidebar {
    margin-top: 30px;
  }
  .brand-flex {
    flex-wrap: wrap;
  }
  .shop-archive h1 {
    padding-bottom: 25px;
    font-size: 36px;
  }
  .shop-archive {
    padding: 20px 0;
  }
  .brand-flex {
    padding-bottom: 20px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    align-items: center;
    display: flex;
    padding: 15px;
    text-align: center;
  }
  .training-header {
    padding: 40px 0 40px 0;
  }
  .training-header h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .training-header .pad-left {
    margin-top: 90px;
  }
  .procurement-child .module {
    padding-bottom: 40px !important;
    padding-top: 0 !important;
  }
  .procurement-child .module.image_with_content h1, .procurement-child .module.image_with_content h2, .procurement-child .module.image_with_content h3, .procurement-child .module.image_with_content h4, .procurement-child .module.image_with_content h5, .procurement-child .module.image_with_content h6 {
    font-size: 36px;
    line-height: 42px;
  }
  .procurement-child .module.image_with_content p strong {
    font-size: 18px;
  }
  .image_with_content img {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .procurement-child img {
    margin-top: 25px;
  }
  .procurement-child .module.full_width_content_block p strong {
    font-size: 20px;
  }
  .news-header {
    padding: 50px 0;
  }
  .news-header p {
    font-size: 34px;
  }
  .news-posts .news-post {
    margin-bottom: 30px;
  }
  .single-post-wrapper h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .other-posts .six {
    margin-bottom: 35px;
  }
  section.contact {
    padding: 40px;
  }
  section.contact h1 {
    font-size: 36px;
    line-height: 42px;
  }
  section.contact .whitebg {
    padding: 25px;
    margin-top: 40px;
  }
  section.contact .whitebg h2 {
    font-size: 26px;
  }
  .site-header .flex {
    padding: 10px;
  }
  .search-dropdown .flex img {
    width: 80px;
    height: auto;
    margin-top: 20px;
  }
  .search-dropdown .search input {
    font-size: 18px;
  }
  .menu-toggle {
    position: relative;
    z-index: 999;
  }
  .menu-main-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .menu-main-menu-container.active #primary-menu {
    left: 0;
  }
  #primary-menu {
    position: relative;
    display: block;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    padding-top: 100px;
    background-color: rgb(182, 176, 148);
    transition: all 0.6s ease;
  }
  .main-navigation a {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
