/*!
Theme Name: MBA
Theme URI: http://underscores.me/
Author: Pure Agency
Author URI: https://www.pureagency.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mba
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 with others.

MBA is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms & Buttons
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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.
 */
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  outline: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

.left-stretch {
  position: relative;
}

.left-stretch:before {
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  left: -999em;
  top: 0;
  bottom: 0;
  background: #E5E5E5;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #083A6B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-transform: capitalize;
  color: #083A6B;
  font-family: 'Open Sans', sans-serif;
}

h1, .h1 {
  font-size: 43px;
  font-weight: 700;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 20px;
  font-weight: 700;
}

h1.page-banner-title {
  color: #ffffff;
  text-shadow: 2px 2px 3px #515151;
}

h2#faq-filter-title {
  margin-top: 0;
}

h1#faq-page-title {
  margin-top: 0;
}

#detail-faq-wrap h2,
#services-faq-wrap h2 {
  font-size: 43px;
}

#faq-filter-form h3 {
  color: #976D2A;
  font-weight: 400;
  margin-top: 20px;
}

h4.about-carousel-slide-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 130px;
}

p {
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 300;
  font-size: 14px;
}

p.about-carousel-slide-title {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0;
}

.about-carousel-slide p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

#services-get-in-touch {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.services-big-image {
  margin-bottom: 75px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
  font-style: normal;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

#header-top .header-contact-details {
  font-size: 14px;
  font-weight: 500;
  color: #083A6B;
}

#header-top .header-contact-details a {
  color: #083A6B;
  text-decoration: none;
  font-weight: 300;
}

#header-top .header-contact-details:first-of-type {
  margin-right: 5px;
}

#about-carousel-container {
  padding: 80px 0px;
}

#about-container-wrapper,
#services-container-wrapper,
#machine-detail-container-wrapper,
#home-about-us-container-wrapper,
#machines-container-wrapper,
#single-post-content-container-wrapper {
  background-size: cover;
  overflow: hidden;
}

#about-content-container,
#home-vision-values-container-wrapper,
#single-post-content-container,
#single-post-sub-content-container-wrapper {
  background: #ffffff;
  padding: 0;
  margin-top: 20px;
}

#services-content-wrapper {
  background: #ffffff;
  padding: 60px;
  margin-top: 130px;
}

#services-content-button-wrap,
#machines-product-copy {
  text-align: center;
  padding-top: 40px;
}

#machine-detail-content-container,
#home-about-us-container,
#machines-container {
  margin-top: 130px;
}

#machine-products-container {
  margin-top: 115px;
}

#machine-detail-slider-title {
  padding-top: 60px;
  padding-bottom: 20px;
}

#machine-detail-content,
#home-about-us-content,
#machines-content {
  padding: 60px;
  background: #ffffff;
}

#home-vision-values-content,
#single-post-sub-content-copy {
  padding: 60px;
  background: #F3F3F3;
}

.faq-post-item {
  border: 1px solid #976D2A;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.site-footer .site-info {
  font-size: 15px;
  font-weight: 300;
}

.site-footer .site-info p {
  margin: 10px 0px 0px 0px;
}

#services-faq-wrap {
  margin-bottom: 40px;
}

.machines-product-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  background-size: cover;
  margin-bottom: 15px;
}

.machines-product-wrapper h3 {
  background: #ffffff;
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-weight: 400;
}

.machines-product-wrapper h3:after {
  content: '>';
  color: #976D2A;
  margin-left: 15px;
}

#footer-social-media i {
  font-size: 24px;
  color: #ffffff;
}

#footer-social-media i:last-of-type {
  margin-right: 0;
}

#footer-social-media a {
  margin-right: 20px;
}

#footer-social-media a:last-of-type {
  margin-right: 0;
}

.home-content-carousel h3,
.post h2 a {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #083A6B;
}

.home-content-carousel-link,
.post-read-more,
#home-quote-link,
#services-quote-link {
  font-size: 20px;
  font-weight: 400;
  color: #976D2A;
  text-decoration: none;
  text-transform: capitalize;
}

#services-quote-text:before,
#services-quote-text:after,
#machine-detail-quote-text:before,
#machine-detail-quote-text:after,
#home-quote-text:before,
#home-quote-text:after {
  content: '"';
  font-size: 40px;
  color: #976D2A;
  font-style: italic;
  display: inline-block;
}

#home-quote-text:before,
#services-quote-text:before,
#machine-detail-quote-text:before {
  position: absolute;
  left: 0;
}

#home-quote-text p,
#services-quote-text p,
#machine-detail-quote-text p {
  font-weight: 700;
  font-size: 20px;
  padding: 50px 0px;
}

#home-quote-text:after,
#services-quote-text:after,
#machine-detail-quote-text:after {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.post h2.entry-title {
  background: #ffffff;
  padding: 10px;
  margin-top: -40px;
  z-index: 999;
  width: 90%;
}

.post .entry-content p {
  font-size: 14px;
  font-weight: 300;
}

.faq-title {
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #976D2A;
  padding: 10px 30px 10px 10px;
  margin: 10px 0px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.faq-title i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .8s ease-in-out;
  -ms-transition: -ms-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  width: 10px;
  height: 10px;
}

.faq-title.faq-active i {
  transform: translate(-50%, -50%) rotate(180deg);
}

.faq-content {
  width: 100%;
}

#home-quote-text,
#services-quote-text {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  max-width: 50%;
}

#services-quote-text {
  max-width: 100%;
}

#home-quote-by,
#services-quote-by {
  font-size: 14px;
  font-weight: 300;
}

.contact-details {
  font-size: 14px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #976D2A;
  border: 0;
  height: 3px;
  margin-bottom: 1.5em;
  width: 90px;
  float: left;
  clear: both;
}

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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

#home-image-carousel-wrap {
  background: #F3F3F3;
  padding: 60px 0px;
}

.home-image-carousel {
  padding: 0px 40px;
}

#home-quote-wrap {
  background: url('images/grey-dots.png');
  padding: 60px 0px;
}

#home-faq-wrap,
#home-content-carousel {
  padding: 60px 0px;
}

#header-top-wrap {
  border-bottom: 1px solid #EDEDED;
}

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

#services-quote-content,
#home-quote-content,
#machine-brand-content {
  background: #E5E5E5;
  padding: 40px;
  position: relative;
}

#machine-detail-quote-wrap {
  margin-top: 65px;
  margin-bottom: 120px;
}

#machine-detail-form-wrapper {
  border: 1px solid #976D2A;
  margin: 100px 0px;
  padding: 30px 100px;
}

#machine-detail-form-copy {
  text-align: center;
}

#machine-detail-quote-bg {
  background: #E5E5E5;
  margin: 15px;
  padding: 60px 0px 90px 0px;
}

.about-carousel-section-container {
  margin-bottom: -120px;
  z-index: 999;
  position: relative;
}

a.video-popup {
  display: block;
  position: relative;
}

a.video-popup:before {
  content: url('images/play-button.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

a.video-popup:hover:before {
  opacity: 0.6;
}

footer.site-footer {
  background: #575756;
  padding: 40px;
  text-align: center;
  color: #ffffff;
}

footer.site-footer #footer-social-media {
  margin-bottom: 30px;
  position: relative;
}

.post header {
  position: relative;
}

.post header .post-header-image {
  height: 250px;
  background-size: cover;
}

.post footer,
.post .entry-content {
  padding: 0px 10px;
}

.pagination .nav-links {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

.pagination .nav-links .page-numbers.current {
  color: #976D2A;
}

.pagination .nav-links .page-numbers {
  color: #083A6B;
  font-size: 20px;
  font-weight: 700;
  margin: 0px 10px;
}

.pagination .nav-links .prev,
.pagination .nav-links .next {
  font-size: 0;
  width: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 50%;
  padding: 6px;
  display: inline-block;
}

.pagination .nav-links .next:before,
.pagination .nav-links .prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
}

.pagination .nav-links .next:before {
  content: '\f054';
}

.pagination .nav-links .prev:before {
  content: '\f053';
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.slick-slider .slick-prev,
.slick-slider .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;
}

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #083A6B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: '\f053';
  left: -25px;
}

.slick-next:before {
  content: '\f054';
  right: -25px;
}

.slick-slider .slick-next {}

.homepage-slider .homepage-slider-content {
  min-height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
}

.homepage-slider-slide p,
.homepage-slider-slide h1,
.homepage-slider-slide h2,
.homepage-slider-slide h3,
.homepage-slider-slide span {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  max-width: 500px;
  margin: 0;
}

.home-content-carousel-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-content-carousel-nav button {
  background: none;
  border: none;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #083A6B;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 0;
}

.machine-detail-slider .machine-detail-slider-slide {
  background-size: cover;
}

.machine-slider-content {
  font-size: 20px;
  height: 620px;
  font-weight: 700;
  color: #ffffff;
}

.machine-slide-text {
  color: #ffffff;
  position: absolute;
  max-width: 300px;
  bottom: 50px;
  left: 50px;
}

.machine-slide-text-large {
  font-size: 400px;
  font-weight: 700;
  color: #ffffff;
  background: #5473b7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.machine-slide-text-large span {
  font-size: 400px;
  line-height: 1;
  align-self: flex-end;
}

#about-banner,
#services-banner,
#machine-detail-banner,
#machines-banner {
  background-size: cover;
}

#about-banner-content,
#services-banner-content,
#machine-detail-banner-content,
#machines-banner-content {
  min-height: 520px;
  display: flex;
  align-items: center;
}

#single-post-banner {
  min-height: 520px;
  background-size: cover;
}

#machine-detail-form-downloads {
  text-align: center;
}

#machine-detail-form-downloads i {
  margin-right: 10px;
  color: #976D2A;
}

#machine-detail-form-downloads a {
  font-size: 14px;
  font-weight: 300;
  color: #083A6B;
}

#machine-detail-form-downloads a:first-of-type {
  margin-right: 20px;
}

#machine-brand-detail-container {
  margin-bottom: 160px;
}

#machine-brand-content-logo {
  margin-bottom: 40px;
}

#faq-filter-content {
  padding: 15px;
  margin-bottom: 40px;
  -webkit-box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 25px;
  background: #083A6B;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 20px;
  width: 170px;
}

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

.button-light {
  background: #ffffff;
  border: 1px solid #976D2A;
  color: #976D2A;
}

.menu-toggle {
  float: right;
  border-radius: 0px;
}

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 #976D2A;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

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

label {
  font-size: 13px;
  font-weight: 300;
}

#blog-order-selector-wrap {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

#blog-order-selector-wrap label {
  margin: 0px 10px 0px 0px;
  color: #976D2A;
  font-weight: 700;
}

.select-wrap {
  border: 1px solid #976D2A;
  border-radius: 20px;
  padding: 6px 20px;
}

.select-wrap select {
  border: none;
  padding: 3px 8px;
}

#faq-filter-form {
  margin-bottom: 40px;
}

#faq-filter-form label {
  margin-left: 15px;
  font-size: 14px;
  text-transform: capitalize;
}

/**
	* Contact form 7
*/
.wpcf7 .row {
  margin-bottom: 15px;
}

.wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 300;
}

.wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.wpcf7-acceptance input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  height: 25px;
  width: 25px;
  top: 0px;
  left: 0px;
  border: 1px solid #976D2A;
}

.wpcf7-acceptance input[type=checkbox]+span:after {
  display: block;
  position: absolute;
  content: "\2714";
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:before {
  background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked+span:after {
  visibility: visible;
}

.wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

#machine-detail-form-wrapper .wpcf7-submit {
  margin: 0 auto;
  display: block;
  background: none;
  border: 1px solid #976D2A;
  color: #976D2A;
  font-size: 15px;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 1px solid #976D2A;
  color: #666;
  color: #083A6B;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#header-top-wrap {
  border-bottom: 1px solid #EDEDED;
}

.site-header {
  background: #ffffff;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .06);
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
}

.header-sticky {
  position: fixed;
  width: 100%;
  height: 146px;
  top: -146px;
  transform: translateY(146px);
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #976D2A;
}

a:hover, a:focus, a:active {
  color: #976D2A;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## FAQ Accordion
--------------------------------------------------------------*/
.faq-item .faq-content {
  display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

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

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #083A6B;
  text-transform: capitalize;
}

.main-navigation li.current-menu-item a,
.main-navigation li a:hover {
  color: #976D2A;
}

#site-navigation.toggled .menu-header-menu-container {
  clear: both;
}

#site-navigation.toggled .menu-header-menu-container ul {
  background: #083a6b;
}

#site-navigation.toggled .menu-header-menu-container li {
  float: none;
  margin: 0;
  display: block;
  border-bottom: 1px solid #164a7c
}

#site-navigation.toggled .menu-header-menu-container li a {
  padding: 10px;
  color: #ffffff;
}

.footer-navigation {
  text-align: center;
}

.footer-navigation ul {
  margin: 20px;
  padding: 0;
}

.footer-navigation li {
  display: inline-block;
  margin-right: 45px;
}

.footer-navigation li:last-of-type {
  margin-right: 0;
}

.footer-navigation li a {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.form-downloads-hide {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

.page-template-page-home .entry-content,
.page-template-page-services .entry-content,
.page-template-page-machine-details .entry-content,
.page-template-page-machines .entry-content {
  margin: 0;
}

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  #blog-order-selector-wrap {
    justify-content: flex-end;
    margin: 0;
  }
}

@media screen and (min-width: 992px) {

  #services-quote-text:before,
  #services-quote-text:after,
  #machine-detail-quote-text:before,
  #machine-detail-quote-text:after,
  #home-quote-text:before,
  #home-quote-text:after {
    font-size: 110px;
    height: 80px;
  }

  #machines-content-image,
  #machine-detail-content-image,
  #home-about-us-content-image {
    position: relative;
    top: -50px;
    right: 50px;
  }

  #home-vision-values-image {
    position: relative;
    left: 50px;
    top: -50px;
  }

  #home-quote-text p,
  #services-quote-text p,
  #machine-detail-quote-text p {
    padding-top: 100px;
  }

  #single-post-sub-content-image img {
    position: relative;
    left: 10%;
    bottom: 15%;
    z-index: 99;
  }

  #services-quote-content img {
    position: relative;
    right: -180px;
    bottom: -120px;
    max-width: 400px;
  }

  #services-quote-link-wrap {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: right;
  }

  #home-quote-content img {
    max-width: 500px;
    position: absolute;
    right: -80px;
    bottom: -80px;
  }

  #services-quote-content,
  #home-quote-content {
    background: #E5E5E5;
    margin-bottom: 140px;
    position: relative;
  }

  #machine-brand-content {
    padding: 120px 350px 80px 120px
  }

  #about-content,
  #services-content,
  #single-post-content {
    column-count: 2;
    column-gap: 40px;
  }

  .machine-detail-video-wrapper {
    width: 400px;
    position: absolute;
    right: -85px;
    top: 110px;
  }

  .main-navigation li {
    margin-left: 45px;
  }

  #about-content-container,
  #home-vision-values-container-wrapper,
  #single-post-content-container,
  #single-post-sub-content-container-wrapper {
    padding: 60px;
    margin-top: 130px;
  }

  .home-image-carousel .slick-track>div:nth-child(odd) {
    position: relative;
    top: -100px;
  }

  .home-image-carousel .slick-track {
    padding: 115px 0px 10px 0px;
  }
}


/*
  Doorways
*/

.doorways-wrap {
  background: url('./images/doorway-bg.jpg') repeat-x center bottom;
  position: relative;
  padding: 70px 0 40px;
}

.doorway {
  display: flex;
  align-items: flex-end;
  min-height: 250px;
  background-size: cover;
  margin-bottom: 30px;
}

.doorway h3 {
  background: #ffffff;
  display: inline-block;
  padding: 15px;
  margin: 0;
  font-weight: 400;
  color: #976D2A;
}

.doorway a {
  color: #976D2A;
}

.doorway h3:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url("./images/icon-arrow-right.png") no-repeat center center;
  margin-left: 10px;
}

@media (max-width: 479px) {
  .doorways-wrap {
    padding: 40px 0 10px;
  }
}


.home-doorways-wrap {
  padding: 10px 0 5px;
}

.page-id-46 .doorways-wrap {
  padding: 0px 0 40px;
  margin-top: -40px;
}