/*!
Theme Name: victor
Theme URI: https://www.pureagency.co.uk
Author: Chris Poole
Author URI: https://www.pureagency.co.uk
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: victor
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.

victor 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
# Header


# 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%;
    overflow-x: hidden;
}

/* 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: 0em 0em 0.67em 0em;
}

/* 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,
.wpcf7-list-item-label {
    color: #53575A;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    clear: both;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

h1, .h1 {
    font-size: 46px;
}

h2, .h2 {
    font-size: 39px;
}

h3, .h3 {

    font-size: 18px;

}

p {
    margin-bottom: 20px;
}

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%;
}

.product-range-top h4,
.featured-products-carousel-title a,
.victor-card h4,
.victor-card h2 {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #CF8A00;
}

.recent-post-title a,
.highlight-point-inner h4,
.wpcf7 label,
.contact-email-inner h4,
.news-post-listing-wrap .entry-title a,
.quote-inner p.title,
.single-post article header .posted-date,
.single-post article header .posted-date a,
.woocommerce-MyAccount-navigation ul li a,
#customer_login label,
.news-post-listing-inner .entry-title a {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #53575A;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 700;
}

.recent-post-read-more a,
.sector-point-inner h4,
.sales-contact-inner .copy,
.news-post-listing-wrap .read-more,
#breadcrumb-wrap,
.news-post-listing-inner .read-more {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #CF8A00;
}

.services-slide-inner h4,
.sales-contact-inner h4,
#breadcrumb-wrap a {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #53575A;
    text-transform: uppercase;
}

#featured-products-wrap h2,
.page-basket .entry-title,
.page-my-account .entry-title {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.service-call-to-action .title,
.footer-block-inner h3 {
    font-family: montserrat, sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    color: #C87400;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.page-banner-wrap p,
.single-services .style-3 p {
    color: #ffffff;
}

.contact-email-inner a,
.sales-contact-inner a {
    color: #CF8A00;
    text-decoration: underline;
}

.quote-inner p.copy {
    font-size: 16px;
    color: #ffffff;
    font-style: italic;
}

.page-basket .entry-title,
.page-my-account .entry-title {
    text-align: center;
}

.vertical-text {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/* Elements
--------------------------------------------- */

.column-narrow {

    padding-left: 8px;
    padding-right: 8px;

}

body {
    background: #fff;
}

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: #CF8A00;
}

a:hover,
a:focus,
a:active {
    color: #CF8A00;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.addify_checkout_place_quote {
    border: none;
    border-radius: 15px;
    background: #CF8A00;
    color: #ffffff;
    line-height: 1;
    padding: 10px 35px;
    font-family: montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.wpcf7 input[type="submit"],
.addify_checkout_place_quote {
    margin: 0 auto;
    display: block;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    outline:none;
}

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 {
    color: #666;
    border: 1px solid #CF8A00!important;
    border-radius: 25px;
    padding: 8px;
    width: 100%;
    min-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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 {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

input[type="search"] {

    padding: 8px 12px;

}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.search-results #primary {

    background-size: cover;
    background-position: center center;
    padding-top: 20px;

}

.search-results .product {

    margin-bottom: 10px;

}

.search-results .navigation {

    width: 100%;
    padding: 20px 15px;
    display: block;

}

.search-results .navigation .nav-links {

    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 6%);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.header-transparent #masthead {
    background: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#masthead.header-sticky {
    position: fixed;
    width: 100%;
    top: -90px;
    transform: translateY(90px);
}

.header-transparent #masthead.header-sticky {

    background: rgba(83, 87, 90, 0.9)

}

.header-white #masthead {
    background: white;
}

#header-upper {
    background: #CF8A00;
    text-align: right;
}

#header-upper a {
    color: #ffffff;
    text-transform: uppercase;
}

.ribbon-navigation ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-right: 50px;
    list-style: none;
    margin: 0px 30px 0px 0px;
}

.ribbon-navigation li {
    margin-left: 30px;
    float: left!important;
    position: relative;
}

.ribbon-navigation li#quote-li {

  margin-top: 0;

}

.ribbon-navigation li#quote-li span.dashicons {

  margin: 0px 5px 0px 0px;

}

.ribbon-navigation li:first-of-type {
    margin-left: 0;
}

#header-upper-inner {
    padding: 5px 0px;
}

#header-upper #header-search {

    position: relative;

}

#header-upper .search-form {
    height: 25px;
    width: 0;
    overflow: hidden;
    display: inline-block;
    transition: width 1.5s;
    margin-left: 30px;
}

#header-upper .search-form.visible {
    width: 220px;
    display: inline-block;
}

#header-upper .search-form input {
    font-size: 12px;
    border: none;
    border-radius: 0;
    height: 100%;
}

#header-upper .search-form label {
    margin: 0;
    float: left;
    height: 100%;
}

#header-upper .search-form .search-submit {
    border-radius: 0;
    border: none;
    padding: 5px;
    float: left;
    height: 100%;
}

#header-upper .icon-search {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
}

#header-lower-wrap {
    padding: 15px 0px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #53575A;
    font-family: myriad-pro, sans-serif;
    padding: 25px 0px;
    margin-top: 20px;
    clear: both;
}

.footer-copyright {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 10px;
}

.footer-block-inner {
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    height: 100%;
    padding: 75px;
    text-align: center;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

p#site-info {
    color: #ffffff;
    font-size: 10px;
    margin: 0;
}

p#site-info a {
    color: #ffffff;
}

#footer-logos img {
    margin-right: 60px;
}

#footer-logos img:last-of-type {
    margin-right: 0;
}

#footer-card-logos-wrap img {
    float: right;
}

#footer-social-icons-wrap {
    text-align: right;
    margin-bottom: 10px;
}

#footer-social-icons-wrap a,
.hero-social-icons a {
    color: #ffffff;
    margin-right: 15px;
}

#menu-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-footer-menu li {
    display: inline-block;
    margin-right: 30px;
}

#menu-footer-menu li:last-of-type {
    margin-right: 0;
}

#menu-footer-menu li a {
    color: #CF8A00;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Buttons
--------------------------------------------- */

.mini-quote-dropdown #view-quote,
.victor-button,
.victor-button:visited {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #53575A;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 24px;
    padding: 10px 30px;
    color: #ffffff;
    display: inline-block;
    min-height: 45px;
    line-height: 28px;
    transition: background-color 0.5s ease;
}

.victor-button:hover {

    background: #CF8A00;
    color: #ffffff;
    text-decoration: none;

}

.victor-button-orange,
.victor-button-orange:visited,
.victor-button-orange:hover {
    background: #CF8A00;
}

.product-range-button-wrap,
.all-news-button-wrap,
.service-call-to-action .button-wrap {
    text-align: center;
    margin-top: 40px;
}

/* Hero sliders
--------------------------------------------- */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}

.slick-prev:before, .slick-next:before {
    font-family: "victor";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '\E805';
}

.slick-next:before {
    content: '\E808';
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-slide img {
    width: 100%;
}

.image-slider {
    padding: 0px 30px;
}

.image-slider .single-slide {
    padding: 0px 10px;
}

.hero-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.icon-slider .slick-prev:before,
.icon-slider .slick-next:before,
.image-slider .slick-prev:before,
.image-slider .slick-next:before {
    color: #CF8A00;
}

.featured-products-carousel-item .featured-products-carousel-image {
    background-size: cover;
    height: 200px;
}

/* Navigation
--------------------------------------------- */

.header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-my-account,
.header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-login {
    border: 1px solid #ffffff;
    border-radius: 16px;
}

.header-white #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-login,
.header-white #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-my-account {
    border: 1px solid #53575A;
    border-radius: 16px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    position: relative;
    padding: 3px 5px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    display: block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.mega-sub-menu .menu {

    list-style: none;
    margin: 0;
    padding: 0;

}

.mega-sub-menu .menu li a,
.mega-sub-menu .menu li a:hover {

    color: inherit;

}

.mega-menu-item-type-widget .menu li a:hover {

    color: #CF8A00;
    text-decoration: none;

}

.mega-sub-menu .menu li:first-of-type a {

    text-transform: uppercase;
    color: #CF8A00;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.mega-sub-menu .menu li:first-of-type a:hover {

    color: #53575a;

}

#mega-menu-wrap-header-menu #mega-menu-header-menu .mega-sub-menu li.mega-menu-column {

    border-right: 1px solid #CF8A00 !important;
    margin: 35px 0px;;

}

.mega-sub-menu .mega-menu-column:last-of-type {

    border: none;

}

.mega-sub-menu .menu li {

    margin-bottom: 25px;

}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-row {

    background: #ffffff;

}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-toggle-on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 22px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: -22px;
}

.header-white .main-navigation > a {
    color: #53575A;
}

.header-white .main-navigation ul li:last-of-type {
    border-color: #CF8A00;
}

.header-white .main-navigation > ul li:last-of-type a {
    color: #CF8A00;
}

.header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
}

.header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #CF8A00;
}

.header-transparent #masthead .current-menu-item a {
    color: #CF8A00;
}

.mega-menu-my-account {

    display: none !important;

}

.logged-in .mega-menu-login {

    display: none !important;

}

.logged-in .mega-menu-my-account {

    display: inline-block !important;

}

.single-post article header {
    border-bottom: 2px solid #CF8A00;
    padding: 0;
    margin-bottom: 20px;
}

.single-post article header .posted-date {
    text-align: right;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.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,
.navigation.pagination .nav-links {
    display: flex;
}

.navigation.pagination .nav-links {
    justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {

    padding: 5px;

}

.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;
}

.post,
.page {
    margin: 0;
}

.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;
}

#homepage-main-copy,
.service-highlights {
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}

#homepage-main-copy-inner {
    padding: 80px 0px;
    text-align: right;
}

.section {
    padding: 50px 0px 50px 0px;
}

.section-large,
.single-product .section.section-large {
    padding: 70px 0px 70px 0px;
}

#breadcrumb-wrap {
    background: #F5F5F5;
    padding: 20px 0px;
}

#other-articles-wrap {
    background: #CF8A00;
}

.page-my-account #content-wrap {
    background: #53575A;
}

.page-my-account.logged-in #content-wrap {
    background: #ffffff;
}

.main-title {
    color: var(--primary-color);
    font-size: 46px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

#projects-wrap .main-title,
#about-video-wrap .main-title,
#what-we-video-wrap .main-title,
.block-header-wrap .main-title,
#other-articles-wrap .main-title,
.single-services .style-2 .main-title,
.section.style-2 .main-title {
    color: #ffffff;
}

.service-text .main-title {
    border-bottom: 2px solid #CF8A00;
}

#our-sectors .main-title {
    color: #53575A;
}

.product .victor-card {

    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;

}

.product .victor-card .victor-card-top > a {

    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;

}

.product .victor-card .price {

    margin-top: auto!important;

}

.victor-card {
    height: 100%;
}

.product-range-top,
.victor-card-top {
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    padding: 25px;
    position: relative;
    height: 100%;
}

.victor-card-image-wrap {

    margin-bottom: 30px;

}

.victor-card-excerpt,
.victor-card-excerpt a {

    color: #53575A;
    text-decoration: none;

}

.product-range-image-wrap img,
.victor-card-image-wrap img {
    height: 220px;
    margin: 0 auto;
    display: block;
}

.product-range-link,
.featured-products-carousel-button,
.victor-card-button {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    background: #CF8A00;
    padding: 5px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.featured-products-carousel-button a,
.victor-card-button a {
    color: #ffffff;
}

.featured-products-carousel-image {
    border-radius: 10px 10px 0px 0px;
    background: #ffffff;
    padding: 10px 0px 0px 0px;
}

.featured-products-carousel-image img {
    margin: 0 auto;
    height: 200px;
    width: auto;
}

.featured-products-carousel-lower {
    position: relative;
    padding: 25px;
    background: #ffffff;
}

.services-slide-inner {
    text-align: center;
    padding: 40px;
    margin: 0 auto;
}

.services-slide-inner img,
.contact-email-inner img {
    margin: 0px auto 25px auto;
}

.service-highlight-inner p.copy {
    text-align: center;
    margin-top: 30px;
}

#projects-wrap,
#other-articles-wrap,
#projects-posts-wrap {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #CF8A00;
}

#news-index-wrap {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #53575A;
}

#about-video-wrap,
#what-we-video-wrap {
    background: #CF8A00;
}

.recent-post-inner,
.news-post-listing-inner {
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
}

.recent-post-lower,
.news-post-listing-lower {
    padding: 15px;
}

.recent-post-container .recent-post-content {
    margin-bottom: 15px;
}

.recent-post-image,
.news-post-listing-thumb {
    height: 230px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.recent-post-image,
.news-post-listing-thumb {
    height: 230px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

#services-posts-wrap .recent-post-container {
    margin-top: 20px;
}

.recent-post-container.services .recent-post-image {
    height: 175px;
}

.single-post #main-copy-wrap {
    background: #53575A;
}

.single-post .main-copy-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 50px 90px;
}

.highlight-point-inner {
    border: 4px solid #53575A;
    height: 175px;
    width: 175px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 10px;
    margin: 0 auto;
}

.highlight-point:nth-of-type(even) .highlight-point-inner {
    border: 4px solid #CF8A00;
}

.sector-point-inner,
.contact-email-inner {
    text-align: center;
}

.sector-point-inner img {
    border-radius: 50%;
    border: 4px solid #53575A;
    padding: 4px;
    margin-bottom: 25px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.sector-point-inner img:hover {
    opacity: 0.8;
}

.page-banner-wrap {
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0px;
    background-color: #53575A;
}

.header-transparent.page-template-page-our-product .page-banner-wrap {

  padding-top: 120px;

}

#what-we-do-banner {
    background: #F5F5F5 no-repeat 150% -50%;
}

#projects-page-banner-wrap {
    background: #f5f5f5;
}

.about-banner-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

/*.featured-products-carousel .slick-track {*/
/*  width: 100% !important;*/
/*}*/

.timeline-slider .slick-list:after {
    content: "";
    border-top: 4px solid #CF8A00;
    position: absolute;
    top: calc(50%);
    left: 50px;
    right: 50px;

}


.timeline-slider .single-slide:nth-last-of-type(odd) .description-wrap {

    margin-bottom: 20px;

}

.timeline-slider .single-slide:nth-last-of-type(even) .description-wrap {

    margin-top: 20px;

}

.timeline-slider .single-slide:nth-last-of-type(odd) .timeline-slide-inner {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.timeline-slider .single-slide:nth-last-of-type(even) .timeline-slide-inner {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.timeline-slider .single-slide .timeline-slide-inner {
    position: relative;
    text-align: center;
}

.timeline-slide-inner .title-inner {
    border: 4px solid #CF8A00;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 4px;
    margin: 0 auto;
}

.timeline-slide-inner .title-wrap span {
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    display: block;
    background: #53575A;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-slider .single-slide:nth-last-of-type(odd) .timeline-slide-inner:after,
.timeline-slider .single-slide:nth-last-of-type(even) .timeline-slide-inner:after {

    content: "";
    width: 4px;
    height: 60px;
    position: absolute;
    background: #CF8A00;
    left: calc(50% + -2px);

}

.timeline-slider .single-slide:nth-last-of-type(odd) .timeline-slide-inner:after {
    bottom: 0;
}

.timeline-slider .single-slide:nth-last-of-type(even) .timeline-slide-inner:after {
    top: 0;
}

.timeline-slider .slick-prev:before,
.timeline-slider .slick-next:before {

    color: #CF8A00;

}

.service-call-to-action .call-to-action-inner {
    background: #ffffff;
    padding: 75px;
    text-align: center;
}

.quote-inner {
    background: #CF8A00;
    padding: 70px 100px;
    text-align: center;
    border-radius: 35px;
    position: relative;
}

.quote-inner:before,
.quote-inner:after {
    font-family: "victor";
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    position: absolute;
}

.quote-inner:before {
    content: '\E802';
    top: -30px;
    left: -30px;
}

.quote-inner:after {
    content: '\E80B';
    bottom: -30px;
    right: -30px;
}

.block-header-wrap {
    padding: 90px 80px;
    background: #CF8A00;
    border-radius: 35px;
}

.single-post .style-1 {
    background-position: 110% 0%;
    background-size: auto;
    background-repeat: no-repeat;
}

.single-post .style-2,
.single-services .style-1,
.service-call-to-action,
#contact-email-wrap {
    background-size: cover;
    background-repeat: no-repeat;
}

.single-services .style-2,
.section.style-2 {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #CF8A00;
}

.single-services .style-3 {
    background-color: #53575A;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

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

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
    position: relative;
    z-index: 99;
}

.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;
}

/* Hero sliders
--------------------------------------------- */
.hero-slide-content > div {
    max-width: 380px;
    font-family: 'Montserrat', sans-serif;
}

.hero-slide-content p {
    color: #ffffff;
    font-family: myriad-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.hero-slide-content .hero-slide-title {
    color: #CF8A00;
    font-size: 46px;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}

.hero-slide-content .hero-button {
    background: #CF8A00;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    padding: 10px 15px;
}

.hero-social-icons {
    position: absolute;
    bottom: 35px;
    right: 20px;
}

.hero-slide {
    background-size: cover;
    position: relative;
    background-position: center;
    height: 100vh;
}

.hero-slide-content {
    z-index: 99;
}

.hero-scroll {

    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;

}

.hero-scroll span {

    height: 90px;
    width: 1px;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;

}

/* 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;
}


@media (min-width: 768px) {

  .header-transparent.page-template-page-our-product .page-banner-wrap {

    padding-top: 180px;

  }


}

@media (min-width: 992px) {

    .row.vdivide [class*='col-']:nth-child(odd):after {
        background: none;
        width: 1px;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 4px;
        right: 0;
        min-height: 70px;
        border-right: 2px #707070 dashed;
    }

}


@media (min-width: 1024px) {

    .timeline-slider .single-slide:nth-last-of-type(odd) .timeline-slide-inner:after {

        position: absolute;
        top: auto;
        bottom: 0;

    }

    .timeline-slider .single-slide:nth-last-of-type(even) .timeline-slide-inner:after {

        position: absolute;
        top: 0;
        bottom: auto;

    }

    .timeline-slider .single-slide:nth-last-of-type(odd) .timeline-slide-inner {
        justify-content: flex-end;
    }

}

.product-range-link, .featured-products-carousel-button, .victor-card-button {
    min-height: 45px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 10px;
}

.product-range-link:hover,
.featured-products-carousel-button:hover,
.victor-card-button:hover {
    color: #fff;
}

.victor-button, .victor-button:visited {
    line-height: 26px;
}

#projects-wrap .white-section.container {
    max-width: 100%;
}

#projects-wrap .white-section .col-md-10 {
    width: 100%;
    max-width: 1134px;
    margin: auto;
}

#projects-wrap .white-section .col-md-2 {
    position: absolute;
    right: -60px;
}

#projects-wrap .white-section article {
    padding: 0 10px;
}

#projects-wrap {
    overflow: hidden;
    padding: 77px 0 85px;
}

body {
    overflow-x: hidden;
}

.recent-post-lower, .news-post-listing-lower {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-range-image-wrap img, .victor-card-image-wrap img {
    max-height: 220px;
    height: auto;
    width: auto;
}

#homepage-product-ranges .main-title {
    margin-bottom: 44px;
}

#woo-cat-sub-cats h2 {
    margin-bottom: 46px;
}

#woo-cat-sub-cats .product-list {
    width: 100%;
    max-width: 100%;
}

#woo-cat-banner-wrap .cat-banner-inner {
    max-width: 550px;
}

.product-range-text p:last-child, .victor-card-top p:last-child {
    margin-bottom: 0;
}

#woo-cat-sub-cats .product-list .product-item {
    padding: 0 8px;
}

#woo-cat-sub-cats .product-list > .row {
    margin-left: -8px;
    margin-right: -8px;
}

#woo-cat-sub-cats .product-list .victor-card-image-wrap {
    margin-bottom: 20px;
}

#woo-cat-sub-cats .product-list .victor-card-top {
    /*padding-bottom: 0;*/
    height: auto;
}

#woo-cat-sub-cats {
    padding-bottom: 62px;
}

.archive #woo-cat-featured-products-wrap h2 {
    color: #fff;
}

.featured-products-carousel-price {
    font-size: 19px;
}

.featured-products-carousel {
    margin: 0 -8px;
}

.featured-products-carousel .slick-slide {
    padding: 0 8px;
}

#woo-cat-featured-products-wrap .container {
    position: relative;
}

#woo-cat-featured-products-wrap .vertical-text-wrap,
.related.products .vertical-text-wrap,
.recently-viewed .vertical-text-wrap,
.section-our-site .vertical-text-wrap,
.vertical-text-wrap {
    position: absolute;
    left: -110px;
}

#other-articles-wrap .vertical-text-wrap {
    left: auto;
    right: -180px;
}

.related.products .container,
.recently-viewed .container,
.section-our-site .container,
#other-articles-wrap .container {
    position: relative;
}

#woo-cat-featured-products-wrap .featured-products-carousel-button {
    background: #53575A !important;
}

#woo-cat-featured-products-wrap {
    padding-top: 90px;
    padding-bottom: 90px;
}

.archive .section.service-slider {
    padding-bottom: 25px;
}

.archive .section.service-slider .container {
    position: relative;
}

.archive .section.service-slider .container:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #cf8a00;
    margin-top: 46px;
}

#pre-footer-wrap h3 {
    margin-bottom: 20px;
}

.featured-products-carousel .featured-products-carousel-image {
    /*border-bottom: 1px solid rgba(207,138,0, .5);*/
}

/*.archive .featured-products-carousel .slick-track {*/
/*    width: unset !important;*/
/*}*/

.featured-products-carousel .slick-prev:before, .featured-products-carousel .slick-next:before {
    font-size: 26px;
}

.featured-products-carousel .slick-next, .featured-products-carousel .slick-prev {
    outline: 0;
}

.featured-products-carousel .slick-next {
    right: -40px;

}

.featured-products-carousel .slick-prev {
    display: none;
}

.compare-button {
    background-color: transparent !important;
    position: absolute !important;
}

.compare-button a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(207, 138, 0, 1);
    border-radius: 4px !important;
    color: transparent;
    /*text-indent: -9999px;*/
    background-color: transparent !important;
}

.featured-products-carousel-image {
    position: relative;
}

.compare-button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.compare-button a.added:before {
    display: inline-block;
    transform: rotate(
            45deg
    );
    height: 14px;
    width: 6px;
    border-bottom: 3px solid rgba(207, 138, 0, 1);
    border-right: 3px solid rgba(207, 138, 0, 1);
    /*margin: auto;*/
    margin-left: 5px;
    margin-bottom: 3px;
    content: '' !important;
}

.compare-button a.added:before {
    padding-left: 0 !important;
    content: '' !important;
}

form.cart .compare.added:after {
    content: 'Added';
    position: absolute;
    top: 0;
    right: -55px;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

/*form.cart .compare-button a.added:before {*/
/*    color: #F5F5F5;*/
/*}*/

.recent-post-lower, .news-post-listing-lower {
    background-color: #fff;
}

#cad-drawings .main-title {
    color: #53575A;
}

.home .featured-products-carousel .featured-products-carousel-image {
    border: 0;
}

.archive .section.service-slider, .archive .section.service-slider + .section {
    background-color: #fff;
}

#services-posts-wrap .recent-post-lower {
    border-radius: 0px 0px 10px 10px;
}

#cad-drawings .image-slider {
    padding: 0 10px;
}

.icon-slider .slick-prev:before, .icon-slider .slick-next:before, .image-slider .slick-prev:before, .image-slider .slick-next:before {
    font-size: 28px;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.widget-title {
    font-family: 'Gotham';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.08px;
    margin-bottom: 18px;
}

.recent-post-lower {
    border-radius: 0px 0px 10px 10px;
}

#what-we-do-banner .col-md-8 > .row,
#what-we-do-banner .col-md-8 > .row > .col-md-12,
#what-we-do-banner .col-md-8 > .row > .col-md-12 .block-header-wrap {
    height: 100%;
}

#services-posts-wrap .recent-post-container {
    margin-top: 30px;
}

.section-our-site .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.section-our-site .services-grid-item {
    padding: 8px;
}

#about-video-wrap .video-content {
    display: flex;
    justify-content: flex-end;
}

#about-video-wrap .video-content-inner {
    max-width: 416px;
}

.facetwp-checkbox {

    background-image: url('images/unticked.png')!important;
    background-size: 21px!important;
    padding-left: 40px!important;

}

.facetwp-checkbox.checked {

    background-image: url('images/ticked.png')!important;

}

.facetwp-facet.facetwp-facet-reset {

    text-align: left;
    margin-bottom: 20px;

}

.facetwp-facet.facetwp-facet-reset a {

    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;

}

.facetwp-reset:before {

    content: 'X';
    font-weight: 500;
    color: #CF8A00;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    margin-right: 15px;

}

.woocommerce .sidebar-wrap .facetwp-facet.is-empty {

    display: none;

}

.woocommerce .sidebar-wrap .facet-wrap .facetwp-facet {

    margin: 5px 0px 20px 0px;

}

.woocommerce .sidebar-wrap .facet-wrap .facetwp-facet {
    text-align: left;    
}

.woocommerce .sidebar-wrap .facet-wrap .facetwp-counter {
    display: none;
}

.facetwp-template {
    display: flex;
    flex-wrap: wrap;
    margin: 0 8px;
}

.facetwp-template article {
    padding: 8px;
}

.news-post-listing-lower {
    border-radius: 0px 0px 10px 10px;
}

.news-post-listing-inner {
    border: 1px solid #fff;
}

.facetwp-facet {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.facetwp-load-more {
    padding: 16px 35px;
    min-width: 156px;
    border-radius: 30px;
    outline: 0;
}

#projects-posts-wrap .recent-post-container {
    padding: 8px;
}

.page-template-page-projects button.facetwp-load-more {
    background-color: var(--secondary-color);
}

.projects-template-default #other-articles-wrap {

  margin-top: 15px;

}

.entry-title {
    letter-spacing: 2.76px;
    color: var(--primary-color);
    text-align: center;
    font-family: 'Gotham';
}

.pdf-downloads-inner {
    background: #53575A;
    border-radius: 20px;
}

.pdf-downloads-inner .section-title {
    color: #C87400;
    letter-spacing: 2.76px;
    text-align: center;
    font-size: 46px;
    font-family: 'Gotham';
}

.pdf-downloads-inner .section-desc {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pdf-downloads-inner .downloads {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.pdf-downloads-inner .downloads .download {
    padding: 8px;
}

.pdf-downloads-inner .downloads .download-title {
    font-size: 14px;
    font-family: 'Montserrat';
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
}

.pdf-downloads-inner .downloads .download-icon {
    margin-right: 12px;
}

.pdf-downloads-inner .downloads .download {
    width: 33.33%;
}

.pdf-downloads-inner .downloads .download a {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    max-width: 272px;
    padding: 11px 20px;
}

.pdf-downloads-inner .pdf-downloads {
    max-width: 845px;
    margin: auto;
}

.pdf-downloads-inner .section-desc p:last-child {
    margin-bottom: 0;
}

.pdf-downloads-inner .section-desc {
    margin-bottom: 34px;
}

.pdf-downloads-inner {
    padding: 60px 0 50px;
}

/*
brochure-download
*/

.brochure-download .section-title {
    color: #C87400;
    letter-spacing: 2.76px;
    /*text-align: center;*/
    font-size: 46px;
    font-family: 'Gotham';
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 20px;
}

.section-download .group-name {
    letter-spacing: 1.08px;
    font-size: 18px;
    font-family: 'Gotham';
    font-weight: 700;
    text-transform: uppercase;
    color: #53575A;
}

.brochure a {
    display: flex;
    align-items: flex-end;
    margin: 0 -8px;
}

.brochure a:hover {
    text-decoration: none;
}

.brochures {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.brochures .brochure {
    width: 50%;
    padding: 0 50px;
}

.brochure-download-inner .download {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 30px;
    padding-top: 30px;
}

.brochure-info, .brochure-image {
    width: 50%;
    padding: 0 8px;
}


.brochure-image img {
    display: block;
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.16);
}

.brochure-heading {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    color: #53575A;
}

.brochure-desc {
    font-size: 14px;
    color: #53575A;
}

.brochure .download-icon {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color);
}

.brochure .download-icon {
    display: flex;
    align-items: center;
}

.brochure .download-icon img {
    margin-right: 11px;
}

.page-id-17 article.post-17 {
    display: none;
}

.group-name {
    margin-bottom: 20px;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background-color: var(--secondary-color);
}

.responsive-cell + .responsive-cell {
    border-top: 1px solid var(--primary-color);
}

.responsive-cell .cell-title {
    background-color: #EDEDED;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.64px;
    font-family: 'Gill Sans';
    padding: 17px 33px;
    border-bottom: 1px solid #fff;
}

.responsive-table .responsive-cell:first-child .cell-title {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.responsive-table .responsive-cell:last-child .cell-body .cell:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.responsive-table {
    display: none;
}


.responsive-cell .cell {
    padding: 10px 33px;
    border-bottom: 1px solid #fff;
    background-color: #ededed;
}

/*.section + .section {*/
/*    padding-top: 0;*/
/*}*/

@media (max-width: 767px) {
    .pdf-downloads-inner .downloads .download {
        width: 100%;
    }

    .pdf-downloads-inner .downloads .download a {
        margin-left: auto;
        margin-right: auto;
    }

    .pdf-downloads-inner .section-title, .brochure-download .section-title {
        font-size: 36px;
    }

    .pdf-downloads-inner {
        padding: 60px 21px 50px;
    }

    .brochures .brochure {
        width: 100%;
        margin-bottom: 20px;
    }
}

#projects-posts-wrap {
    padding-top: 80px;
}

.service-highlight-inner img {
    border-radius: 20px;
    max-height: 210px;
    object-fit: cover;
}

.service-highlight-inner p.copy {
    margin-top: 25px;
}

.service-highlights .container .row {
    margin-left: -8px;
    margin-right: -8px;
}

.service-highlights .container .row .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

#homepage-main-copy, .service-highlights, .section.service-highlights {
    padding-top: 90px;
}

.section.style-1, .section.style-3 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section.style-1 .col-md-6:nth-child(2) img,
.section.style-3 .col-md-6:nth-child(2) img,
.image-slider img {
    border-radius: 20px;
}

.section.style-1 .col-md-6:nth-child(1) *, section.style-3 .col-md-6:nth-child(1) * {
    max-width: 500px;
}

.section.style-2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.section.style-2 .col-md-6 img {
    border-radius: 20px;
}

.section.style-2 .col-md-6:nth-child(2) * {
    max-width: 500px;
}

.section.style-1 .main-title,
.section.style-2 .main-title,
.section.style-3 .main-title {
    font-family: 'Gotham';
}

.service-call-to-action {
    padding: 84px 0;
}

.section.service-call-to-action {
    padding-top: 84px;
}

.service-call-to-action .call-to-action-inner {
    padding: 54px 75px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.quote-inner {
    margin: 60px 0;
}

.service-text .main-title {
    padding-bottom: 14px;
}

.main-title {
    font-family: 'Gotham';
}

#other-articles-wrap {
    padding: 80px 0 80px;
}

.single-projects .section, .service-text {
    padding-top: 80px;
}

.service-text + .service-text {
    padding-top: 0;
}

.service-text .one-column {
    max-width: 950px;
    margin: auto;
}

.section.style-3 {
    color: #fff;
}

.section.style-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home #woo-cat-featured-products-wrap .featured-products-carousel-button {
    background: #CF8A00 !important;
}

.home .highlight-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*
    Custom css menu
*/
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border: 0 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 22px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    font-family: 'myriad-pro';
    color: #53575A;
    margin-bottom: 22px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 40px 0px 40px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu .mega-sub-menu li.mega-menu-column {
    margin: 40px 0px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding-left: 30px;
    padding-right: 30px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .mega-menu-column:last-child {
    border-right: 0 !important;
}

.page-template-page-about .quote-inner {
    margin: 0;
}

.page-template-page-our-product #woo-cat-featured-products-wrap .vertical-text {
    color: #fff;
}

.page-template-page-our-product .section.highlight-wrap {
    margin-top: -86px;
}

.page-template-page-our-product .section.highlight-wrap .container:before {
    content: '';
    border-top: 2px solid var(--primary-color);
    width: calc(100% - 30px);
    margin: 0 15px;
    display: block;
    margin-bottom: 60px;
    /*position: absolute;*/
}

.page-template-page-our-product .section.highlight-wrap + #our-sectors {
    padding-top: 0;
}

.page-banner-wrap .hero-button {
    min-width: 218px;
    font-family: 'Montserrat';
    display: inline-block;
    text-align: center;
}

.victor-button-orange:hover,
.victor-button-orange:focus,
.hero-slide-content .hero-button:hover,
.hero-slide-content .hero-button:focus {
    background: var(--secondary-color);
}

#woo-cat-banner-wrap .victor-button-orange {
    border: 1px solid var(--primary-color);
}

#woo-cat-banner-wrap .victor-button-orange:hover,
#woo-cat-banner-wrap .victor-button-orange:focus {
    border-color: #fff;
}

.victor-card-button:hover,
.victor-card-button:focus {
    background: var(--primary-color);
    text-decoration: none;
}

.victor-card-button:hover a,
.victor-card-button:focus a {
    text-decoration: none;
}

.archive #woo-cat-featured-products-wrap h2 {
    letter-spacing: 2.34px;
}

.hero-slide-content .hero-button {
    display: inline-block;
    padding: 12px 30px;
    /*min-width: 218px;*/
    text-align: center;
}

/*
    Youtube Video
*/
.youtube-container {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.youtube-player {
    display: block;
    margin: 20px auto;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url("./images/icon-play.svg") no-repeat center center;
    background-size: 100px 100px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-post-listing-inner .entry-title {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
}

.section-contact-form-wrap {
    background-color: #F5F5F5;
}

.contact-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.contact-header .contact-title,
.contact-header .contact-desc {
    width: 50%;
}

.contact-header .contact-title {
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 2.7px;
    font-family: 'Gotham';
}

.section-contact-form-wrap {
    padding-bottom: 10px;
}

.section-contact-form-wrap .contact-form {
    max-width: 944px;
    margin: auto;
}

.section-contact-form-wrap .contact-form .row {
    margin-bottom: 18px;
}

.section-contact-form-wrap .contact-form .wpcf7-submit {
    padding: 16px 45px;
    border-radius: 30px;
}

.section-faqs-wrap .section-title {
    font-size: 46px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 2.7px;
    font-family: 'Gotham';
    text-align: center;
    margin-bottom: 13px;
}

.js-toggle-content {
    display: none;
    padding: 20px;
}

.js-toggle-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border: 2px solid #707070;
    border-radius: 50px;
    padding: 11px 30px;
    cursor: pointer;
    position: relative;
}

.js-toggle-title:before {
    position: absolute;
    right: 30px;
    top: 16px;
    content: '';
    display: block;
    width: 17px;
    height: 11px;
    background: url('./images/icon-arrow-down.svg') no-repeat center center;
}

.js-toggle.active .js-toggle-title:before {
    transform: rotate(-180deg);
}

.page-template-page-landing .section-quote-wrap .quote-inner {
    max-width: 752px;
    margin: auto;
    background: #53575A;
    border-radius: 30px;
}

.page-template-page-landing .section-quote-wrap .quote-inner .title {
    color: #CF8A00;
}

.page-template-page-landing .section-quote-wrap .quote-inner:before,
.page-template-page-landing .section-quote-wrap .quote-inner:after {
    color: var(--primary-color);
}

.page-template-page-landing .section-video-wrap .youtube-container {
    max-width: 930px;
}

.page-template-page-landing .section-video-content-wrap {
    background: #53575A url('./images/bg-video.png') no-repeat left bottom;
}

.page-template-page-landing .section-video-content-wrap .victor-button {
    background: #CF8A00;
}

.page-template-page-landing .section-video-content-wrap .video-content-inner * {
    color: #fff;
}

.page-template-page-landing .section-content-wrap table td {
    background: #EDEDED;
}

.page-template-page-landing .section-content-wrap table tr:first-child {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.64px;
}

.page-template-page-landing .section-content-wrap table tr td {
    padding: 8px 33px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid var(--primary-color);
}

.page-template-page-landing .section-content-wrap table tr:first-child td {
    padding: 17px 33px;

}

.page-template-page-landing .section-content-wrap table tr td:last-child {
    border-right: 0;
}

.page-template-page-landing .section-content-wrap table tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.page-template-page-landing .section-content-wrap table tr:first-child td:last-child {
    border-top-right-radius: 20px;
}

.page-template-page-landing .section-content-wrap table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

.page-template-page-landing .section-content-wrap table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.page-template-page-landing .section.style-1 {
    position: relative;
    min-height: 553px;
    background-size: cover;
}

.page-template-page-landing .section.style-1 .align-self-center {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 50px;
    border-top-right-radius: 20px;
    padding-left: 110px;
}

.page-template-page-landing .section-content-wrap .button {
    display: inline-block;
    padding: 12px 30px;
    min-width: 156px;
    background-color: #707070;
    border-radius: 30px;
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
}

.page-template-page-landing .section-content-wrap .button:hover {
    background-color: var(--primary-color);
    text-decoration: none;
}

.page-template-page-landing .section-content-wrap .button-wrap {
    text-align: center;
    margin-top: 46px;
}

.page-template-page-landing .section-content-wrap .content-title {
    color: var(--primary-color);
    font-size: 46px;
    letter-spacing: 2.76px;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.page-template-page-landing .section-content-wrap .content-title {
    border-bottom: 2px solid var(--primary-color);
}

.page-template-page-landing .section-content-wrap .content-column {
    padding-right: 18px !important;
}

.page-template-page-landing .section-content-wrap .content-column.last_column {
    padding-right: 0;
    padding-left: 18px !important;
}

.page-template-page-landing .section-content-wrap.style-2 .content-title {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
}

.page-template-page-landing .section-content-wrap.style-2 .content-inner {
    max-width: 860px;
    margin: auto;
}

.page-template-page-landing .section-content-wrap.style-2 .button {
    background-color: var(--primary-color);
}

.page-template-page-landing .section-content-wrap.style-2 .button:hover,
.page-template-page-landing .section-content-wrap.style-2 .button:focus {
    background-color: var(--secondary-color);
}

.page-template-page-landing .section-banner-wrap {
    padding-top: 0;
}

.page-template-page-landing .section-banner-wrap + .section {
    padding-top: 0;
}

.page-template-page-landing .section-content-wrap + .section-content-wrap {
    margin-top: 20px;
}

.page-template-page-landing .section-content-wrap.style-3 {
    color: #53575A;
}

.page-template-page-landing .section-content-wrap.style-3 .section-copy-content {
    max-width: 504px;
}

.page-template-page-landing .section-content-wrap.style-2 img,
.page-template-page-landing .section-content-wrap.style-3 img {
    border-radius: 0 !important;
}

.page-template-page-landing .section.section-content-wrap.no-bg-image {
    min-height: auto;
}

.page-template-page-landing .image-slider {
    padding: 0;
}

.page-template-page-landing.section.section-content-wrap.style-1, .page-template-page-landing #other-articles-wrap.section-content-wrap.section.style-3 {
    padding: 50px 0;
}

.section-content-image .section-text-inner {
    max-width: 464px;
}

.product-range-link:hover, .product-range-link:focus {
    background-color: var(--primary-color);
}

.custom-html-mobile {
    display: none;
}


/*
    Responsive
*/
.hero-slide-bg, .footer-copyright-mobile {
    display: none;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    height: 34px;
    width: 34px;
    /*border:1px solid red;*/
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center {
    display: none;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    height: 2px;
    width: 34px;
    background-color: #fff;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 29px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 15px;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -29px, 0) rotate(
            -90deg
    );
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    transform: translate3d(0, 16px, 0) rotate(
            45deg
    );
}

.header-items-wrap #header-items {
    display: none;
}

.custom-html-mobile {
    display: none !important;
}

.section-content-wrap .mobile-image {
    display: none;
}

#header-upper .search-form input {
    min-height: unset;
}

#header-upper .search-form input:focus {
    border: none!important;
    outline: none!important;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu {
    overflow-y: auto;
    max-height: 90vh;
}

.title-wrap {
    position: relative;
}
.service-text .sub-title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    position: absolute;
    right: 0;
    top: 24px;
    text-transform: uppercase;
}
.service-text  .main-title {
    padding-right: 100px;
}



.single-post .entry-title {
    text-align: left;
}

.single-post .section.style-2 .main-title {
    color: var(--primary-color);
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

.wpcf7-acceptance a {
    color: #53575A;
    text-decoration: underline;
}

.wpcf7-form-control.wpcf7-submit,
.addify_checkout_place_quote,
.woocommerce-cart-form.addify-quote-form .afrfq_update_quote_btn {
    min-height: 45px;
    border-radius: 30px;
    min-width: 156px;
}

#contact-sales-wrap h4 {
    text-transform: unset;
}
.woocommerce-cart .cart .qty {
    max-height: 45px;
    border-radius: 15px;
}

.woocommerce-cart  .cart .qty {
    position: relative;
}
.woocommerce-pagination {
    clear: both;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 40px;
}

ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gotham';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.08px;
}

.page-numbers a,.page-numbers  .current {
    margin: 0 12px;
}
.page-numbers a i {
    font-size: 14px;
    color: #53575A;
}
.page-numbers a:hover,
.page-numbers a:focus {
    text-decoration: none;
}
.products.columns-3 {
    overflow: hidden;
}
.search-results .woocommerce-pagination {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .hero-slide {
        height: auto;
        background-image: none !important;
    }

    .hero-slide:before {
        content: none;
        display: none;
    }

    .hero-slide-bg {
        position: relative;
        content: '';
        display: block;
        height: 300px;
        background-size: cover;
        /*max-height: 300px;*/
    }

    .hero-slide-bg:before {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .hero-slide .container {
        background-color: #53575A;
        padding: 30px 30px;
    }

    .hero-scroll.vertical-text {
        display: none;
    }

    .hero-social-icons {
        display: none;
    }

    .hero-slide-content .hero-slide-title {
        font-size: 30px;
    }

    #homepage-main-copy-inner {
        padding: 0;
    }

    #homepage-main-copy {
        padding: 35px 0 28px;
        background-size: cover;
        margin: 6px 0;
    }

    .main-title {
        font-size: 30px;
        letter-spacing: 1.8px;
        line-height: 1;
    }

    #homepage-main-copy-inner .victor-button {
        min-width: 193px;
        text-align: center;
    }

    .product-range-text p {
        display: none;
    }

    .product-range-link {
        background-color: var(--primary-color) !important;
    }

    #homepage-product-ranges .product-range-bottom {
        margin-bottom: 16px;
    }

    .column-narrow {
        padding-left: 15px;
        padding-right: 15px;
    }

    #homepage-product-ranges .main-title {
        margin-bottom: 17px;
    }

    #homepage-product-ranges {
        padding: 33px 0;
    }

    .product-range-button-wrap, .all-news-button-wrap {
        margin-top: 0;
    }

    .services-slide-inner {
        padding: 0 0px;
    }

    .icon-slider {
        padding-right: 50px;
    }

    .icon-slider .slick-next.slick-arrow {
        right: 14px;
        outline: 0;
    }

    .icon-slider h4 a {
        color: var(--secondary-color);
    }

    .service-slider h2.main-title {
        margin-bottom: 34px;
    }

    .section.service-slider {
        padding: 38px 0 30px !important;
    }

    #projects-wrap {
        padding-right: 70px;
        padding-top: 23px;
        padding-bottom: 10px;
        position: relative;
    }

    #projects-wrap .white-section .col-md-2 {
        position: absolute;
        right: calc(-100% + 70px);
    }

    #projects-wrap .white-section article {
        margin-bottom: 14px;
    }

    .highlight-wrap .carousel {
        padding-right: 50px;
    }

    .highlight-wrap .slick-next.slick-arrow {
        right: 0px;
        outline: 0;
    }

    .highlight-wrap .slick-next.slick-arrow:before {
        color: var(--primary-color);
        font-size: 28px;
    }

    .highlight-point-inner,
    .services-slide-inner
     {
        width: 138px;
        height: 138px;
    }

    .home .highlight-wrap {
        padding: 20px 0;
    }

    .home .highlight-wrap .slick-dots,
    .icon-slider .slick-dots {
        display: none !important;
    }

    .hero-slide .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    #woo-cat-featured-products-wrap {
        padding-left: 50px;
        padding-right: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #woo-cat-featured-products-wrap h2 {
        font-size: 30px;
    }

    #woo-cat-featured-products-wrap .vertical-text-wrap, .related.products .vertical-text-wrap, .recently-viewed .vertical-text-wrap, .section-our-site .vertical-text-wrap, .vertical-text-wrap {
        left: -80px;
    }

    .featured-products-carousel .slick-prev {
        display: none !important;
    }

    .featured-products-carousel .slick-prev:before, .featured-products-carousel .slick-next:before {
        font-size: 28px;
    }

    .featured-products-carousel .slick-prev:before, .featured-products-carousel .slick-next:before {
        color: var(--primary-color);
    }

    .sector-point-inner img {
        margin-bottom: 16px;
    }

    .sector-point-inner h4 {
        margin-bottom: 27px;
    }

    .home #our-sectors {
        padding: 37px 0 10px;
    }

    .section-large, .single-product .section.section-large {
        padding: 50px 0px 50px 0px;
    }

    #pre-footer-wrap .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }

    .service-call-to-action .title, .footer-block-inner h3 {
        font-size: 26px;
    }

    .site-footer {
        margin-top: 15px;
    }

    .footer-copyright {
        display: none;
    }

    #footer-logos {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #footer-logos img {
        margin-right: 0;
    }

    #footer-logos img + img {
        margin-top: 15px;
    }

    #menu-footer-menu li + li {
        margin-top: 20px;
    }

    #footer-social-icons-wrap {
        text-align: left;
        font-size: 23px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #footer-card-logos-wrap img {
        float: none;
    }

    .footer-copyright-mobile {
        display: block;
    }

    #footer-card-logos-wrap {
        margin-bottom: 10px;
    }

    #header-upper-wrap {
        display: none;
    }

    #header-lower-wrap {
        background-color: var(--primary-color);
    }

    #header-items i {
        color: #fff;
    }

    .header-items-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;

    }

    .header-items-wrap #header-items {
        display: block;
    }

    #header-items i {
        font-size: 24px;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
        transform: scale(1);
    }

    #header-items {
        margin-right: 20px;
    }

    #header-items a + a {
        margin-left: 20px;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        background-color: #fff;
    }

    .header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        color: #53575A;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        font-size: 16px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
        border-bottom: 1px solid var(--primary-color);
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        padding-top: 0;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 14px;
        display: block;
        height: auto;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
        padding: 0;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        padding-left: 14px;
        padding-right: 14px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background-color: #fff;
        color: #53575A;
    }

    .header-transparent #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: #53575A;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0;
        outline: 0;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        padding: 0;
        outline: 0;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-sub-menu li.mega-menu-column {
        border-right: 0 !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-sub-menu li.mega-menu-column {
        margin: 0;
        margin-bottom: 40px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on {
        border-bottom: 1px solid #fff;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu.mega-toggle-on:after {
        content: none;
    }

    .custom-html-mobile {
        display: block !important;
    }

    .custom-html-mobile .mega-menu-link {
        display: none !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.custom-html-mobile {
        border-bottom: 0;
    }

    .custom-html-mobile .header-links .mega-menu-link {
        display: none;
    }

    .custom-html-mobile .header-links {
        display: flex;
        justify-content: space-around;
    }

    .custom-html-mobile .header-links a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        background: var(--primary-color);
        text-transform: uppercase;
        font-size: 12px;
        border-radius: 40px;
        padding: 10px 20px;
        color: #ffffff;
        display: inline-block;
        min-height: 45px;
        line-height: 28px;
        transition: background-color 0.5s ease;
    }

    #header-search {
        position: relative;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    #header-search form {
        width: 100%;
    }

    #header-search form > label {
        position: relative;
        width: 100%;
    }

    #header-search .icon-search {
        position: absolute;
        right: 25px;
        top: 12px;
        /*transform: translateY(-50%);*/
        font-size: 20px;
    }

    #header-search .search-field {
        font-family: 'Montserrat';
        color: #53575A;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        border-color: #53575A;
        padding: 8px 12px;
    }

    #header-search .search-submit {
        display: none;
    }

    /*
        Category
    */
    .page-banner-wrap {
        background-image: none !important;
        padding: 30px 0;
    }

    .page-banner-wrap .hero-slide-content .hero-button {
        margin-bottom: -30px;
    }

    .page-template-page-our-product .section.highlight-wrap .container:before {
        width: 100%;
        margin: 40px 0;
    }

    .page-template-page-our-product .section.highlight-wrap {
        padding-bottom: 0;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
        color: #53575A;
    }

    .header-white #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-login, .header-white #masthead #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-my-account {
        border: 0;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        background-color: #fff;
    }

    .block-header-wrap {
        padding: 50px 30px;
        border-radius: 20px;
    }

    .page-banner-wrap {
        padding-top: 15px;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: var(--primary-color);
    }

    .recent-post-container {
        margin-top: 15px;
    }

    .recent-post-lower, .news-post-listing-lower {
        padding: 30px 24px;
    }

    #services-posts-wrap .recent-post-container {
        margin-top: 15px;
    }

    #about-video-wrap, #what-we-video-wrap {
        padding-top: 18px;
        padding-bottom: 5px;
    }

    #what-we-video-wrap .main-title {
        margin-top: 20px;
    }

    .footer-block-inner {
        padding: 75px 40px;
    }

    #homepage-main-copy, .service-highlights, .section.service-highlights {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .service-highlight-inner p.copy {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    #homepage-main-copy, .service-highlights {
        background-position: top left;
    }

    .section.style-1, .section.style-3,
    .section.style-2 {
        padding-top: 53px;
        padding-bottom: 42px;
    }

    .section.style-2 {
        padding-bottom: 22px;
    }

    .section.style-2 .col-md-6:nth-child(2) * {
        max-width: 100%;
    }

    .order-first {
        margin-bottom: 20px;
    }

    .image-slider .slick-prev {
        left: 10px;
    }

    .image-slider .slick-next {
        right: 10px;
    }

    .image-slider img {
        border-radius: 20px;
    }

    .image-slider {
        padding: 0 50px;
        margin-top: -20px;
        margin-bottom: -20px;
    }

    .service-call-to-action .call-to-action-inner {
        padding: 35px 30px 15px;
    }

    .section.service-call-to-action {
        padding: 70px 0;
    }

    #other-articles-wrap .vertical-text-wrap {
        position: absolute;
        right: calc(-100% + 0px);
    }

    #other-articles-wrap {
        padding-right: 70px;
        padding-top: 23px;
        padding-bottom: 10px;
        position: relative;
    }

    #other-articles-wrap .recent-post-container {
        margin-top: 0;
    }

    #other-articles-wrap .recent-post-container {
        margin-bottom: 15px;
    }

    .single-projects .section, .service-text {
        padding: 55px 0 30px;
    }

    .service-text ul {
        margin-left: 0;
        padding-left: 15px;
    }

    .quote-inner {
        padding: 60px 30px 30px;
    }

    .quote-inner {
        margin: 0;
    }

    .quote-wrap .container {
        padding: 0 40px;
    }

    .about-banner-wrap {
        padding: 60px 0 40px;
    }

    #woo-cat-featured-products-wrap .vertical-text-wrap, .related.products .vertical-text-wrap, .recently-viewed .vertical-text-wrap, .section-our-site .vertical-text-wrap, .vertical-text-wrap {
        /*left: 0;*/
    }

    .section-our-site {
        padding-left: 50px;
    }

    .timeline-slider .slick-next {
        right: 15px;
    }

    .timeline-slider {
        margin: -20px 0;
    }

    .slick-arrow {
        outline: 0 !important;
    }

    #news-index-wrap .facetwp-facet {
        margin-bottom: 0;
    }

    .single-post .main-copy-inner {
        padding: 50px 22px;
    }

    .single-post #main-copy-wrap {
        padding: 15px 0;
    }

    .single-post .main-copy-inner .posted-on {
        display: none;
    }

    .single-post .main-copy-inner .main-title {
        text-align: left;
    }

    .wpcf7-form .row > label {
        margin-bottom: 20px;
    }

    .wpcf7-form .row > label .wpcf7-form-control-wrap {
        display: block;
        margin-top: 5px;
    }

    .section.contact-detail {
        padding-bottom: 20px;
    }

    #contact-email-wrap {
        padding: 35px 0 10px;
    }

    #contact-sales-wrap {
        padding-top: 16px;
    }

    #contact-sales-wrap .map-image {
        padding-left: 0;
        margin-bottom: 45px;
    }

    #contact-sales-wrap .contact-info {
        margin-bottom: 20px;
    }

    #contact-sales-wrap .contact-info .sales-contact-inner {
        border-bottom: 1px solid var(--primary-color);
    }

    #contact-sales-wrap .contact-info:last-child {
        margin-bottom: 0;
    }

    #contact-sales-wrap .contact-info:last-child .sales-contact-inner {
        border-bottom: 0;
    }

    #contact-sales-wrap {
        padding-bottom: 20px;
    }

    .section-banner-wrap {
        padding-top: 0;
    }

    .page-template-page-landing .page-banner-wrap {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .page-template-page-landing .section-content-wrap .content-title {
        font-size: 30px;
        letter-spacing: 1.8px;
    }

    .page-template-page-landing .section-content-wrap .button-wrap {
        margin-top: 0px;
    }

    .page-template-page-landing .section-banner-wrap {
        padding-bottom: 35px;
    }

    .page-template-page-landing .section-content-wrap + .section-content-wrap {
        margin-top: 15px;
    }

    .page-template-page-landing .section.style-1 .align-self-center {
        padding: 20px 15px;
    }

    .section-content-wrap .mobile-image {
        display: block;
    }

    .page-template-page-landing .section-content-wrap.style-1 {
        min-height: unset;
        background-image: none !important;
        padding: 30px 0 10px;
    }

    .page-template-page-landing .section.style-1 .align-self-center {
        position: relative;
    }

    .page-template-page-landing .section-content-wrap.style-2 {
        padding-top: 22px;
    }

    .page-template-page-landing .section-content-wrap.style-2 .mobile-image,
    .page-template-page-landing .section-content-wrap.style-3 .mobile-image {
        display: none;
    }

    .page-template-page-landing .section-content-wrap.style-3 {
        padding-top: 30px;
    }

    .page-template-page-landing .image-slider {
        padding: 0 50px !important;
    }

    .section-video-content-wrap, .section-video-wrap {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .section-video-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .youtube-container {
        margin: 0;
    }

    .section-quote-wrap .container {
        padding: 0 40px;
    }

    .section-contactresources-wrap .col-md-6 {
        margin-bottom: 10px;
    }

    .section-faqs-wrap {
        padding: 30px 0;
    }

    .section-faqs-wrap .section-title {
        font-size: 30px;
        letter-spacing: 1.8px;
    }

    .pdf-downloads-inner .section-title, .brochure-download .section-title {
        font-size: 30px;
        letter-spacing: 1.8px;
    }

    .pdf-downloads-inner {
        padding: 35px 20px 30px;
    }

    .section-pdf-downloads-wrap {
        padding: 0px 0 30px;
    }

    .contact-header .contact-title, .contact-header .contact-desc {
        width: 100%;
    }

    .contact-header .contact-title {
        font-size: 30px;
        letter-spacing: 1.8px;
    }

    .section-contact-form-wrap {
        padding-top: 30px;
    }

    .section-content-wrap table {
        display: none;
    }

    .section-content-wrap table + .responsive-table {
        display: block;
    }

    #pre-footer-wrap .victor-button {
        min-width: 199px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-login {
        display: none !important;
    }
    #mega-menu-item-50 {
        border-bottom: 0 !important;
    }
    .product-range-button-wrap .victor-button {
        width: 100%;
    }
    .page-template-page-our-product .featured-products-carousel .slick-next:before {
        color: #fff;
    }
    .woocommerce-products-header .woocommerce-breadcrumb {
        margin-left: 0 !important;
    }
    .woocommerce-products-header .woocommerce-breadcrumb {
        color: var(--primary-color);
    }
    .woocommerce-products-header .woocommerce-breadcrumb a {
        color: #53575A;
    }
    .woocommerce-breadcrumb span.divide {
        color: #53575A;
    }
    .sidebar-wrap {
        margin-left: -15px;
    }
    .cart .qty {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    #cad-drawings .main-title{
        letter-spacing: 1.6px;
    }
    .image-slider img {
        border-radius: 0;
    }
    #cad-drawings .image-slider {
        padding: 0 50px;
        margin-top: 0;
    }
    .service-highlights {
        background-image:url('./images/service-highlights-bg-mobile.jpg') !important;
        background-position: -50px -118px;
    }
    .service-call-to-action {
        background-image:url('./images/service-call-to-action-bg-mobile.jpg') !important;
        margin-bottom: 15px;
    }
    .service-text .main-title {
        padding-right: 0;
    }
    .service-text .sub-title {
        position: relative;
        top: auto;
        right: auto;
        border-bottom: 2px solid #CF8A00;
        text-align: right;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .single-projects .section, .service-text {
        padding-top: 35px;
    }
    #header-search form , .custom-html-mobile .header-links{
        padding: 0 10px;
    }
    .custom-html-mobile .header-links {
        justify-content: space-between;
    }
    .acf-map {
        height: 200px;
    }
    .contact-info:nth-child(3):after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: url('./images/line.svg') repeat-x  center center;
        background-repeat: repeat-x;
        background-position: left;
        margin: 25px 0 10px;
    }
    #contact-sales-wrap .contact-info:nth-child(3) .sales-contact-inner {
        border-bottom: 0;
    }

    .page-template-page-landing .image-slider img {
        border-radius: 20px;
    }
    .single-post .image-slider-small {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin: -30px -5px;
    }
    .single-post .image-slider-small .single-slide {
        width: 50%;
        padding: 5px;
    }
    .single-post .image-slider-small .single-slide img {
        border-radius: 20px;
    }
    .product-range-top .product-range-text {
        margin-bottom: -15px;
    }
}

@media (max-width: 600px) {
    .highlight-point-inner h4 {
        font-size: 13px !important;
    }
}

@media (max-width: 400px) {
    #header-lower-wrap {
        padding: 6px 0px;
    }

    .footer-block-inner {
        padding: 40px;
    }

    #header-lower-wrap .align-self-center {
        padding: 0 10px;
    }

    #header-items {
        margin-right: 15px;
    }

    #header-items a + a {
        margin-left: 15px;
    }

    .footer-block-inner {
        padding: 75px 30px;
    }

    .section.style-1, .section.style-3, .section.style-2 {
        padding-bottom: 35px;
        padding-top: 45px;
    }

    .highlight-point-inner h4 {
        font-size: 12px !important;
    }
    .brochure a {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .brochure-info, .brochure-image, .brochure-info {
        width: 100%;
    }
    .brochure-info {
        margin-top: 20px;
    }
    .brochures .brochure {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {
    #header-items {
        margin-right: 10px;
    }

    #header-items a + a {
        margin-left: 10px;
    }
}

.button-secondary:hover,
.button-secondary:focus {
    background-color: var(--primary-color);
    color: #fff;
}

.woocommerce-account .entry-header {
	margin-top: 30px;
}
