/*!
Theme Name: AllFill
Theme URI: http://underscores.me/
Author: Sam Thorp
Author URI: http://www.fluidstudiosltd.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allfill
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.

AllFill 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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%;
}

/*--------------------------------------------------------------
# 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: #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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
    margin: 0 auto;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 {
	min-width: 200px;
    text-transform: capitalize;
	font-size: 16px;
    line-height: 24px;
}

#menu-item-1008 ul a {
	min-width: 400px;
}

.sub-menu li {
    padding: 10px !important;
    padding-bottom: 0 !important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 980px) {
	.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## All Fill Edits
--------------------------------------------------------------*/

.site-content .content-area {
	max-width: 1400px;
	margin: 0 auto;
}

body {
	font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
	font-size: 20px;
    line-height: 36px;
}

p.nomargin {
	margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

.index-service-wrap {
	padding:0 50px;
	justify-content: space-around !important;
}

.index-service {
	position: relative;
	font-size: 14px;
	color: #fff;
	border:solid 5px #ccc;
	transition: ease-in-out 1s;
}

.service-link a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.service-link p {
	margin: 0;
}

.index-service:hover {
	border: none;
	transition: ease-in-out 1s;
}

.index-service-image img {
	width: 100% !important;
}

.index-service-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(31,122,192,0.85);
	padding: 30px;
	transition: ease-in-out 1s;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.index-service:hover .index-service-text {
	top:0;
	transition: ease-in-out 1s;
}

.index-service h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
	letter-spacing: -0.25px;
}

.index-service-link {
	border:solid 1px #fff;
	padding: 20px 50px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 50px;
	display: inline-block;
}

.index-service-1 > div {
	background: rgba(32,107,118,0.85);
}

.index-service-2 > div {
	background: rgba(35,162,150,0.85);
}

.index-service-3 > div {
	background: rgba(30,69,118,0.85);
}

.index-service-4 > div {
	background: rgba(15,143,187,0.85);
}

.index-icon-wrap {
	padding: 100px;
	border-bottom: solid 3px #1f7ac0;
}

.index-icon-top {
	text-align: center;
	padding-bottom: 50px;
}

.index-icon-main {
	align-items: center;
}

.index-icon-image {
	background: #1f7ac0;
	padding: 30px;
}

.index-icon-flex {
	align-items: center !important;
	margin-bottom: 20px;
}

.index-icon-text {
	font-size: 24px;
	align-self: center;
	padding-left: 50px;
}

.index-news-wrap {
	padding-top: 50px;
}

.index-news-inner .panel-grid-cell {
	flex-basis: 28% !important;
	width: unset !important;
}

.index-news-inner {
	padding: 50px 0 100px 0;
    margin: 0;
    border-bottom: solid 3px #1f7ac0;
}

.insideframe ul {
	display:flex !important;
	justify-content: space-between !important;
}

.insideframe li {
	flex-basis: 28% !important;
	width: auto !important;
}

.index-news-inner li {
	text-align: center !important;
}

.index-news-inner .title {
	font-size: 28px !important;
    font-weight: 500 !important;
	text-align: center !important;
    max-width: 100% !important;
}

.index-news-inner .text {
	padding: 20px 0 !important;
    font-size: 18px !important;
    line-height: 36px !important;
    font-weight: 300 !important;
	text-align: center !important;
	height: 164px !important;
	overflow: hidden !important;
}

.index-news-inner .text span {
	max-height: none !important;
}

.index-news-inner .read-more {
	border:none !important;
	float: none !important;
	text-align: center !important;
	margin-top: 20px !important;
}

.index-news {
	text-align: center;
}

.index-news-title {
	font-size: 28px;
	font-weight: 500;
}

.index-news-main {
	padding: 20px 0;
	font-size: 18px;
    line-height: 36px;
    font-weight: 300;
}

.index-news-main strong {
	font-weight: 500;
}

.index-news-link {

}

#parallax-background {
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 200px 0;
}

#parallax-background:after {
	background: rgba(0,0,0,0.8);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
}

#parallax-background > div {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 50px;
}

.allfill-usp {
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
}

.allfill-usp img {
	margin: 0 auto 50px auto;
}

.allfill-usp-header {
	font-size: 28px;
	font-weight: 500;
}

#index-customers-wrap {
	position: relative;
	padding: 100px 0;
    padding-bottom: 0;
}

.index-customers-header,
.index-form-header,
.index-news-header {
	text-transform: uppercase;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
	text-align: center;
	color: #1f7ac0;
}

.index-form-header {
	/*text-align: left;*/
}

.index-customers-inner {
	background:	#fff;
	padding: 50px 100px 100px 100px;
	margin: 0;
    border-bottom: solid 3px #1f7ac0;
}

.index-customers-inner img {
	padding: 0 30px;
}

#index-form {
	position: relative;
	padding: 100px 0;
	background: #fff;
}

.index-form-inner {
    margin-top: 50px;
}

.index-form-inner a,
.contact-form a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.index-form-inner a:hover,
.contact-form a:hover {
	color: #153761;
}

#banner-wrap {
	/*padding-bottom: 350px;*/
	background: #fff;
	height: 100%;
}

.banner-inner {
	position: relative;
	/*background-image: url(http://allfill.fluiddemo.com/wp-content/uploads/2018/11/all-fill-main-banner.jpg);*/
	height: 100%;
    background-size: cover;
}

/*.banner-inner:after {
    content: '';
    height: 350px;
    transform: rotate(-3.5deg);
    background: #fff;
    position: absolute;
    bottom: -280px;
    width: 110%;
    z-index: 999;
    margin-left: -20px;
    margin-right: -20px;
    left: -20px;
    right: -20px;
}

.banner-inner video {
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}*/

.banner-header {
	padding: 280px 0 375px 0;
	color: #fff;
	background: rgba(31,122,192,0.85);
	background: rgba(31,122,192,0.6);
	text-align: center;
	position: absolute;
    width: 100%;
	z-index: 999;
	top: 0;
    bottom: 0;
}

.featured-image .banner-header {
	padding: 250px 0;
	position: relative;
}

.featured-image .banner-header.no-image {
	padding: 75px 0;
	position: relative;
    background: #1f7ac0;
}

.featured-image .banner-header div {
    max-width: 1200px;
    margin: 0 auto;
}

.banner-header p {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 50px;
	margin: 0;
}

.banner-header h1,
.banner-header-h1{
	font-size: 63px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 70px;
	margin: 0;
	letter-spacing: -0.25px;
}

.banner-base {
	/*position: absolute;
    bottom: -350px;*/
    background: #fff;
    padding: 80px 20%;
    z-index: 9990;
    /*width: 75%;*/
    margin: 0 auto;
    left: 0;
    right: 0;
	text-align: center;
	color: #242323;
	font-size: 21px;
	line-height: 36px;
	font-weight: 300;
	position: relative;
	margin-top: -20px;
}

.banner-base-header {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	color: #1f7ac0;
	text-transform: uppercase;
}

.banner-base-btn {
	background: url(/wp-content/uploads/2018/11/banner-base-arrow.png) no-repeat 95% center #1f7ac0;
	border: solid 1px #1f7ac0;
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	padding: 20px 30px;
	padding-right: 100px;
	font-size: 24px;
	line-height: 36px;
	display: inline-block;
	border-radius: 6px;
	transition: ease-in-out 1s;
	letter-spacing: -0.25px;
}

.banner-base-btn:hover {
	color: #1f7ac0 !important;
	background: #fff;
	transition: ease-in-out 1s;
}

.banner-base-btn span {
	font-weight: 500;
}

.accreditation-wrap {
	padding: 100px 0;
	align-items: center !important;
}

.accreditation-main {
	padding: 70px 50px;
	background: #1e416d;
}

.accreditation-text {
	color: #fff;
	padding: 20px 50px;
	padding-right: 0;
}

.accreditation-text-header {
	text-transform: uppercase;
    color: #1f7ac0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.accreditation-text-subheader {
	text-transform: uppercase;
    color: #404040;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

#masthead {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #434343;
	position: relative;
	position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.site-branding {
	flex-basis: 10%;
}

.header-right {
	flex-basis: 85%;
	padding: 0;
}

.header-right-top {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
	border-bottom: solid 1px #ccc;
	padding: 20px 0;
	justify-content: space-between;
}

.header-seo {
	font-size: 18px;
	text-transform: uppercase;
}

.header-contact {
	line-height: 30px;
	display: flex;
}

.header-contact a {
	display: flex;
	margin-left: 20px;
	text-transform: uppercase;
}

.header-contact a:link,
.header-contact a:visited {
	text-decoration: none;
	color: #434343;
}

.header-contact a:hover,
.header-contact a:active {
	text-decoration: none;
	color: #1f7bbf;
}

.header-contact img {
	margin: 0 10px;
}

.header-right-base {
	padding: 0;
}

.main-navigation ul {
    float: right;
}

.main-navigation li {
    float: none;
    position: relative;
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
}

.main-navigation a:link,
.main-navigation a:visited {
	text-decoration: none;
	color: #434343;
}

.main-navigation a:hover,
.main-navigation a:active,
.current-menu-item a {
	text-decoration: none;
	color: #1f7bbf;
}

.main-navigation li:last-child {
    padding-right: 0;
}

#colophon {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 20px;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	background: #636363;
	color: #fff;
	position: relative;
	padding: 50px 0;
	z-index: 999;
    position: relative;
	font-weight: 700;
	font-size: 16px;
}

footer {
	padding: 50px 20px !important;
}

.footer-left {
    flex-basis: 70%;
}

.footer-right {
    flex-basis: 30%;
	text-align: right;
}

#colophon:after {
    /*content: '';
    height: 250px;
    transform: rotate(3.5deg);
    background: #202327;
    position: absolute;
    bottom: -180px;
    width: 110%;
    z-index: 999;
    margin-left: -20px;
    margin-right: -20px;
    left: -20px;
    right: -20px;*/
}

#colophon a:link,
#colophon a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}

#colophon a:hover,
#colophona:active {
	text-decoration: none;
	color: #fff;
	font-weight: 300;
}

.footer-left {}

.footer-right {}

.forminator-field--label {
	display:none;
}

input,
select,
textarea{
	background: #fff !important;
}

.index-form-wrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	justify-content: space-between;
    align-items: center;
}

.index-form-submit {
	margin-top: 20px;
}

.index-form-privacy-text {
	text-align: right;
}

.index-form-wrap p,
.support-form p {
	margin: 0;
}

.index-form-left {
	flex-basis: 38%;
}

.support-form .index-form-left {
	font-size: 16px;
}

.index-form-50 {
	width: 48%;
	float: left;
}

.index-form-50:nth-last-child(odd) {
	width: 48%;
	float: right;
}

.index-form-left input,
.index-form-50 input {
	width: 100%;
	margin-bottom:10px;
    min-height: 40px;
	/*border: none;*/
	border: solid 2px #75797a;
    /*box-shadow: 1px 0 1px #cbcbcb;*/
    border-radius: 0;
    padding: 3px 10px;

}

.index-form-left select {
	width: 100%;
	margin-bottom:10px;
    min-height: 40px;
	/*border: none;*/
	border: solid 2px #75797a;
    /*box-shadow: 1px 0 1px #cbcbcb;*/
    border-radius: 0;
    padding: 3px 10px;
	color: #cbcbcb;

}

.index-form-wrap textarea {
	/*border: none;*/
	border: solid 2px #75797a;
    /*box-shadow: 1px 0 1px #cbcbcb;*/
    border-radius: 0;
    padding: 3px 10px;
	line-height: 31px;
}

.index-form-right {
	flex-basis:60%;
	font-size: 16px;
}

input[type="submit"] {
	font-size: 18px;
	text-transform: uppercase;
	border: solid 1px #1f7ac0;
	padding: 20px 50px;
	background: #1f7ac0 !important;
	color: #fff;
    border-radius: 6px;
	cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #cbcbcb !important;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cbcbcb !important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cbcbcb !important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #cbcbcb !important;
	opacity: 1;
}

.about1 {
	text-align: center;
	padding: 100px 0;
    border-bottom: solid 3px #1f7ac0;
}

.about1-pad {
	padding: 0 100px;
}

.about1-btn {
	background: url(/wp-content/uploads/2018/11/banner-base-arrow.png) no-repeat 95% center #1f7ac0;
    border: solid 1px #1f7ac0;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    padding: 20px 30px;
    padding-right: 100px;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    border-radius: 6px;
    transition: ease-in-out 1s;
	margin-bottom: 50px;
	letter-spacing: -0.25px;
}

.about1-btn:hover {
	color: #1f7ac0 !important;
	background: #fff;
	transition: ease-in-out 1s;
}

.about1-header {
	text-transform: uppercase;
    color: #1f7ac0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.about1-images {
	padding: 50px 0;
}

.about2 {
	padding: 100px 0;
}

.about2-box {
	border: solid 3px #7f7f7f;
	padding: 30px 70px;
	margin: 5px;
	text-align: center;
}

.about2-box-header {
	text-transform: uppercase;
    color: #1f7ac0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.about2-box-main {

}

.contact-header,
.contact-sub-header {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
    text-align: center;
    color: #1f7ac0;
}

.contact-sub-header {
	border-bottom: solid 1px #1f7ac0;
	text-align: left;
}

.contact-info {
	padding-right: 50px;
	padding-top: 50px;
}

.index-logo-slider {
	padding: 50px 0 100px 0;
    border-bottom: solid 3px #1f7ac0;
}

.index-logo-slider img {
	padding: 0 20px;
}

.contact-top {
	padding-top: 50px;
	margin-top: 50px;
	border-top: solid 3px #1f7ac0;
}

.contact-top .index-form-header {
	text-align: center;
	margin-bottom: 50px;
}

.contact-base {
	padding: 50px 0;
}

.contact-map {
	padding-bottom: 50px;
}

.hamburger {
	outline: 0!important;
	padding: 0;
	display: inline-block;
	transition: .4s all;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index: 1001;
}
.hamburger .menu-primary-menu-container {
	position: relative;
}
.hamburger button {
	background: transparent;
	border: 0;
}
@media (max-width:480px) {
	.hamburger {
		top: 5px
	}
}
.nav-right .nav-icon-wrap:first-child {
	display:none
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease
}
.hamburger-inner::after, .hamburger-inner::before {
	content: "";
	display: block
}
.hamburger-inner::before {
	top: -10px
}
.hamburger-inner::after {
	bottom: -10px
}
.hamburger--emphatic {
	overflow: hidden
}
.hamburger--emphatic.hamburger-inner {
	transition: background-color 125ms 175ms ease-in
}
.hamburger--emphatic.hamburger-inner::before {
	left: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335),
	top 50ms 125ms linear,
	left 125ms 175ms ease-in
}
.hamburger--emphatic.hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 125ms cubic-bezier(.6, .04, .98, .335),
	top 50ms 125ms linear,
	right 125ms 175ms ease-in
}
.hamburger--emphatic.is-active.hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent
}
.hamburger--emphatic.is-active.hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 125ms ease-out,
	top 50ms 125ms linear,
	transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger--emphatic.is-active.hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 125ms ease-out,
	top 50ms 125ms linear,
	transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.sub-menu {
	background:#fff;
}

.technology1,
.industry1,
.auger1,
.faq1 {
	text-align: center;
	padding: 100px 0;
}

.technology1 li,
.industry1 li,
.auger1 li,
.faq1 li {
	list-style: inside;
}

.technology1 a,
.industry1 a,
.auger1 a,
.faq1 a {
	text-decoration: none;
	color: #1f7ac0;
}

.accordion-body {
	display: none;
}

.accordion-header {
	margin-top: 10px;
}

.tech-accordion-header {
	background:#1f7bbf;
	color: #fff;
	padding: 20px 0;
	position:relative;
	cursor: pointer;
	font-weight: 300;
}

.tech-accordion-header:before {
    background: #12629c;
    color: #fff;
    content: "+";
    height: auto;
    left: unset;
    position: absolute;
    text-align: center;
    top: 20px;
	bottom: 20px;
    width: 30px;
    right: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    padding: 0 50px;
	font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.toggle-icon.tech-accordion-header:before {
    content: "-";
}

.tech-accordion-body:before {
	width: 25px;
    height: 25px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #1f7bbf;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    z-index: 9;
	content:' ';
}

.tech-accordion-title {
	font-size: 36px;
	line-height: 48px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.tech-accordion-sub-title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.tech-accordion-body {
	padding: 10px 0;
	/*height: 0;*/
	overflow: hidden;
	position: relative;
}

.tech-accordion-body-inner {
	padding: 40px 0;
}

.tech-accordion-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

.tech-accordion-text {
	flex-basis: 70%;
}

.tech-accordion-image {
	flex-basis: 25%;
	text-align: center;
}

.accordion-header {
	margin-top: 10px;
}

.accordion-body {
	display:none;
}

.accordion-items {
	margin-bottom:10px;
}

.auger-prod-wrap {
	padding-bottom: 100px;
}

.auger-prod-thumb {
	position: relative;
	border: solid 5px #75797a;
	border-radius: 3px;
	margin: 5px;
}

.auger-prod-image {
	position: relative;
}

.auger-prod-name {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(31,123,191,0.7);
	text-transform: uppercase;
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.auger-prod-name p,
.auger-prod-link p{
	margin: 0;
}

.auger-prod-link a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.auger-prod-title {
	text-transform: uppercase;
    color: #1f7ac0;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: -0.25px;
}

.auger-prod-btn {
    background: url(/wp-content/uploads/2019/02/download-arrow.png) no-repeat 95% center #1f7ac0;
    border: solid 1px #1f7ac0;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    padding: 20px 30px;
    padding-right: 100px;
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    border-radius: 6px;
    transition: ease-in-out 1s;
    margin-bottom: 50px;
    letter-spacing: -0.25px;
}

.technology1 ul,
.industry1 ul,
.auger1 ul,
.faq1 ul,
.auger-prod-main ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.technology1 li,
.industry1 li,
.auger1 li,
.faq1 li,
.auger-prod-main li {
	padding: 5px 0;
	padding-left: 20px;
	list-style: none;
}

.technology1 li:nth-child(odd),
.industry1 li:nth-child(odd),
.auger1 li:nth-child(odd),
.faq1 li:nth-child(odd),
.auger-prod-main li:nth-child(odd) {
	background: #efefef;
}

.auger-prod-video {
	padding: 50px 0;
	/*display: none;*/
}

.auger-contact-form {
	padding-bottom: 100px;
}

.auger-prod-gallery {
	padding-right: 100px;
}

.industry2 {
    border-bottom: solid 3px #1f7ac0;
	padding-bottom: 100px;
}

.industry3 {
    /*border-bottom: solid 3px #1f7ac0;*/
	padding-bottom: 100px !important;
}

.industry3 .index-customers-header {
	margin-bottom: 50px;
}

.industry-left {
	border: solid 3px #727272;
	padding: 100px;
}

.industry-left .auger-prod-btn,
.industry-left .about1-btn {
	margin-bottom:0;
	display: block;
}

.industry-right {
	text-align: center;
    padding-left: 50px;
}

.support {
	padding-top: 100px;
}

.news1 {
	text-align: center;
    padding-top: 100px;
}

.news-wrap {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
	margin: 20px 0 50px 0;
    border-bottom: solid 3px #1f7ac0;
	/*border-top: solid 3px #1f7ac0;*/
}

.news-wrap > article {
	flex-basis: 30%;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	padding: 50px 0;
}

.news-wrap .entry-content {
	margin:0;
	height: 144px;
    overflow: hidden;
}

.news-wrap .entry-content p:first-child {
	margin:0;
}

.news-wrap .entry-title {
	color: #1f7bbf;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: -0.25px;
	font-weight: 500;
	margin: 0 50px;
	margin-top: 50px;
	margin-bottom: 20px;
	height: 72px;
}

.post-header {
	padding-top: 50px;
}

.post-header .entry-title {
	color: #1f7bbf;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.25px;
    font-weight: 500;
	margin: 0;
}

.post-body {
	padding: 50px 0;
    border-top: solid 3px #1f7ac0;
	margin-top: 20px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}

.post-body-left {
	flex-basis: 65%;
	font-size: 18px;
    line-height: 36px;
}

.post-body-right {
	flex-basis: 30%;
}

#content {
    padding-top: 178px;
}

.sector-logos img {
    padding: 0 20px;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */

/* iPads (landscape) 768x1024 ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {

}

/* iPads (portrait) 768x1024 ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}
/* Large desktop */
@media (min-width: 1400px) {

}
/* Standard desktop */
@media (min-width: 1200px) and (max-width: 1450px) {
	
	.index-news-wrap {
		padding: 50px;
		padding-bottom: 0;
	}
	
	#index-form {
		padding: 50px !important;
	}
	
	#index-customers-wrap {
		padding: 50px !important;
		padding-bottom: 0;
	}
	
	.index-icon-wrap,
	.about1 {
		margin: 0 50px;
		padding: 50px 0;
	}
	
	.index-service-wrap {
		padding: 0 50px !important;
		justify-content: center !important;
		flex-wrap: wrap !important;
	}
	
	.index-service-wrap > div {
	    flex-basis: 33%;
	}
	
	.banner-base-header {
		font-size: 30px;
		line-height: 40px;
	}
	
	.banner-base-btn {
		padding-right: 120px;
	}
	
	.featured-image .banner-header {
		padding: 250px 50px;
	}
	
	.banner-header h1, .banner-header-h1 {
		font-size: 50px;
	}
	
	.about1-images img {
		border: solid 5px #fff;
	}
	
	.about2,
	.contact-base{
		padding: 50px;
	}
	
	.about2-box {
		padding: 30px;
	}
	
	.about2-box-header {
		font-size: 30px;
		line-height: 40px;
	}
	
	.contact-form {
		padding: 0 50px;
	}
	
}
/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

	.banner-base {
		bottom: -450px;
		width: 90%;
	}

	.index-news-title {
		font-size: 20px;
	}

	.index-news-main {
		font-size: 14px;
		line-height: 30px;
	}

	.index-news-inner {
		padding: 50px 20px 100px 20px;
	}

	#index-form {
		padding: 50px !important;
	}

	.index-service-wrap {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	.index-service-wrap > .panel-grid-cell {
		width: unset !important;
		flex-basis: 32%;
		margin: 5px;
	}

	.index-service-text {
		padding: 20px;
	}

	.index-service h2 {
		font-size: 24px;
		line-height: 34px;
	}

	#masthead {
		font-size: 14px;
	}

	.site-branding {
		flex-basis: 20%;
	}

	.header-right {
		flex-basis: 75%;
		padding: 0;
	}

	.main-navigation li {
		padding: 20px 10px;
		text-transform: none;
		font-size: 14px;
	}

	.contact-form {
		padding:0 50px;
	}

	.contact-base {
		padding: 50px;
	}

	.banner-header h1, .banner-header-h1 {
		font-size: 48px;
	}

	.about1-images img {
	    border: solid 5px #fff
	}

	.about2-box-header,
	.about1-header,
	.contact-header,
	.contact-sub-header,
	.index-customers-header,
	.index-form-header,
	.index-news-header{
		font-size: 24px;
		line-height: 36px;
	}

	.index-form-left,
	.index-form-right {
		flex-basis: 49%;
	}

	.about2-box {
		padding: 30px;
	}

	.about-top {
		padding: 0 50px;
	}

	.about1 {
		padding: 50px 0;
	}

	.about2 {
		padding: 50px;
	}

	.about1-pad {
		padding: 0 50px;
	}

	.banner-header {
		padding: 150px 0 300px 0;
	}

	#banner-wrap {
		padding-bottom: 450px;
	}
	
	main#main {
		padding:50px;
	}
	
	.technology1, .industry1, .auger1, .faq1 {
		padding-top: 0;
	}
	
	.tech-accordion-header {
		padding-right: 150px;
	}

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.site-main {
		text-align: center;
	}

	.banner-base {
		width: 100%;
	    position: relative;
		bottom: 0;
		padding: 40px;
	}

	.header-seo {
		display:none;
	}

	#masthead {
		padding: 10px;
	}

	.header-right-top {
	    justify-content: center;
		border:none;
	}

	.header-contact > div {
		margin-top: 10px;
	}

	.site-branding {
		flex-basis: 30%;
	}

	.header-right-base {
	    padding: 0 20px;
	}

	.header-right {
		flex-basis: 70%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.menu-toggle {
		padding: 10px 0;
		width: 100%;
	}

	.hamburger .menu-primary-menu-container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 9999;
	}

	.banner-base-btn {
		background: #153761;
		padding: 10px 20px;
		font-size: 18px;
		line-height: 32px;
	}

	.banner-inner {
		background-image: url(http://allfill.fluiddemo.com/wp-content/uploads/2018/11/all-fill-main-banner-mobile.jpg) !important;
		background-repeat: no-repeat;
	}

	.banner-header {
		padding: 100px 20px;
	}

	.banner-header h1, .banner-header-h1 {
		font-size: 32px;
		text-transform: uppercase;
		line-height: 50px;
	}

	.banner-base-header {
		font-size: 22px;
		line-height: 36px;
	}

	#banner-wrap {
		padding-bottom: 0;
	}

	.banner-inner:after,
	#index-form:before,
	#index-customers-wrap:after,
	#index-form:after {
		display: none;
	}

	.index-service h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.accreditation-wrap {
		padding: 0;
	}

	.accreditation-main {
		padding: 50px 30px;
	}

	#pg-w5bf7e60cb212b-0.panel-no-style,
	#pg-w5bf56bffd37cb-0.panel-no-style{
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	#pl-w5bf7e60cb212b .panel-grid-cell {
		padding: 0 10px !important;
	}

	.accreditation-text {
		padding: 20px;
	    text-align: center;
	}

	.accreditation-text-header {
		font-size: 30px;
		line-height: 40px;
	}

	.index-icon-flex {
		flex-direction: row !important;
	    text-align: left;
	    padding: 0 20px;
	}

	.index-icon-flex .panel-grid-cell:first-child {
		flex-basis: 30%;
	}

	.index-icon-flex .panel-grid-cell:last-child {
		flex-basis: 70%;
	}

	.index-customers-header, .index-form-header {
		font-size: 24px;
		line-height: 36px;
		padding: 0 20px;
		text-align: center;
	}

	.index-customers-inner {
		background: #fff;
		padding: 30px;
		margin-top: 30px;
	}

	.allfill-usp {
		font-size: 14px;
		line-height: 30px;
		padding: 0 20px;
	}

	#parallax-background {
		padding: 100px 0;
	}

	#index-form,
	#index-customers-wrap {
		padding: 0;
		padding-top: 30px;
	}

	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}

	#pg-6-0 {
		margin-bottom: 0 !important;
	}

	.index-form-inner {
		padding: 20px;
	    margin-top: 0;
	}

	.index-form-wrap {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}

	.index-form-50,
	.index-form-50:nth-last-child(odd){
		/*width: 100%;
		float: none;*/
	}

	#colophon {
		padding: 20px;
	    font-size: 12px;
		text-align: center;
	}

	#colophon a {
		display: block;
	}

	.footer-right,
	.footer-left {
		flex-basis: 100%;
	}

	.main-navigation ul {
		float: none;
		background: #fff;
		text-align: center;
	    position: relative;
    	z-index: 99;
	}

	.main-navigation li {
		float: none;
		position: relative;
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
	    font-size: 14px;
	}

	.header-contact a span {
		display: none;
	}

	.index-icon-wrap {
		padding: 0;
	}

	.index-icon-text {
		font-size: 20px;
	}

	.index-icon-top {
		padding: 50px 20px 50px 20px;
	}

	.index-news {
		padding: 20px;
	}

	.index-news-inner {
		padding: 50px 0;
	}

	.index-form-privacy-text,
	.footer-right{
		text-align: center;
		margin-top: 20px;
	}

	.index-form-left,
	.index-form-right {
		flex-basis: 49%;
	}

	.about1-images {
		padding: 50px;
	}

	.about1-images img {
		margin: 10px 0;
	}

	.contact-form {
		padding: 0 50px;
	}

	.contact-info {
		padding: 20px 50px;
	}

	.contact-sub-header {
		text-align: center;
	}
	
	.index-service-wrap {
		justify-content: center !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	
	.index-service-wrap > div {
		flex-basis: 33%;
	}
	
	.index-form-wrap {
		align-items: flex-start;
	}
	
	.main-navigation a {
		line-height: 40px;
		font-size: 24px;
	}
	
	.about1-btn {
		padding: 20px 30px;
		padding-right: 100px;
		font-size: 18px;
		line-height: 36px;
	}
	
	.about-top {
		padding: 0 50px;
	}
	
	.about2 {
		padding: 100px 50px;
	}
	
	.about2-box-header p {
		margin-top: 0;
	}
	
	.about1-header {
		font-size: 24px;
		line-height: 36px;
	}
	
	.about1-pad {
		padding: 0 50px;
	}
	
	.featured-image .banner-header {
		padding: 50px 0;
	}
	
	.technology1, .industry1, .auger1, .faq1, 
	.industry2,
	.auger-prod-wrap{
		padding: 50px;
	}
	
	.industry-left {
		border: solid 2px #727272;
		padding: 50px;
	    margin-bottom: 50px;
	}
	
	.auger-prod-name {
		top: 0;
		display: flex;
		align-items: center;
	    justify-content: center;
	}
	
	.auger-prod-gallery,
	.auger-prod-main {
		padding: 50px;
	}
	
	.tech-accordion-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.tech-accordion-sub-title {
		font-size: 20px;
		line-height: 30px;
	}
	
	.tech-accordion-header {
		padding: 20px;
		padding-right: 120px;
	}
	
	.tech-accordion-header:before {
		top: 40px;
		bottom: 40px;
		width: 30px;
		right: 20px;
		font-size: 40px;
		padding: 0 40px;
	}
	
	.tech-accordion-body-inner {
		padding: 40px 20px;
	}
	
	.auger-prod-image img {
		width:100% !important;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.site-main {
		text-align: center;
	}

	.banner-base {
		width: 100%;
	    position: relative;
		bottom: 0;
		padding: 40px;
	}

	.header-seo {
		display:none;
	}

	#masthead {
		padding: 10px;
	}

	.header-right-top {
	    justify-content: center;
		border:none;
	}

	.header-contact > div {
		margin-top: 10px;
	}

	.site-branding {
		flex-basis: 30%;
	}

	.header-right-base {

	}

	.header-right {
		flex-basis: 70%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.menu-toggle {
		padding: 10px 0;
		width: 100%;
	}

	.banner-base-btn {
		background: #153761;
		padding: 10px 20px;
		font-size: 18px;
		line-height: 32px;
	}

	.banner-inner {
		background-image: url(http://allfill.fluiddemo.com/wp-content/uploads/2018/11/all-fill-main-banner-mobile.jpg) !important;
		background-repeat: no-repeat;
	}

	.banner-header {
		padding: 100px 20px;
	}

	.banner-header h1, .banner-header-h1 {
		font-size: 32px;
		text-transform: uppercase;
		line-height: 50px;
	}

	.banner-base-header {
		font-size: 22px;
		line-height: 36px;
	}

	#banner-wrap {
		padding-bottom: 0;
	}

	.banner-inner:after,
	#index-form:before,
	#index-customers-wrap:after,
	#index-form:after {
		display: none;
	}

	.index-service h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.accreditation-wrap {
		padding: 0;
	}

	.accreditation-main {
		padding: 50px 30px;
	}

	#pg-w5bf7e60cb212b-0.panel-no-style,
	#pg-w5bf56bffd37cb-0.panel-no-style{
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	#pl-w5bf7e60cb212b .panel-grid-cell {
		padding: 0 10px !important;
	}

	.accreditation-text {
		padding: 20px;
	    text-align: center;
	}

	.accreditation-text-header {
		font-size: 24px;
		line-height: 36px;
	}

	.accreditation-text-subheader {
		font-size: 18px;
		line-height: 30px;
	}

	.index-customers-header, .index-form-header {
		font-size: 24px;
		line-height: 36px;
		padding: 0 20px;
	}

	.index-customers-inner {
		background: #fff;
		padding: 30px;
		margin-top: 30px;
	}

	.allfill-usp {
		font-size: 14px;
		line-height: 30px;
		padding: 0 20px;
	}

	#parallax-background {
		padding: 100px 0;
	}

	#index-form,
	#index-customers-wrap {
		padding: 0;
		padding-top: 30px;
	}

	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}

	#pg-6-0 {
		margin-bottom: 0 !important;
	}

	.index-form-inner {
		padding: 20px;
	    margin-top: 0;
	}

	.index-form-wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.index-form-50,
	.index-form-50:nth-last-child(odd){
		width: 100%;
		float: none;
	}

	#colophon {
		padding: 20px;
	    font-size: 12px;
		text-align: center;
	}

	#colophon a {
		display: block;
	}

	.footer-right,
	.footer-left {
		flex-basis: 100%;
	}

	.main-navigation ul {
		float: none;
		background: #fff;
		text-align: center;
	    position: relative;
    	z-index: 99;
	}

	.main-navigation li {
		float: none;
		position: relative;
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
	    font-size: 14px;
	}

	.header-contact a span {
		display: none;
	}

	.index-icon-wrap {
		padding: 0;
	}

	.index-icon-text {
		font-size: 20px;
		padding-left: 0;
	}

	.index-icon-top {
		padding: 50px 20px 50px 20px;
	}

	.index-news {
		padding: 20px;
	}

	.index-news-inner {
		padding: 50px 0;
	}

	.index-form-privacy-text,
	.footer-right{
		text-align: center;
		margin-top: 20px;
	}

	.hamburger .menu-primary-menu-container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 9999;
	}
	
	.sub-menu {
		width: 100%;
		padding-bottom: 10px;
		left: auto !important;
		box-shadow: none !important;
	}
	
	li > .sub-menu {
		display: none !important;
	}
	
	li.focus > .sub-menu {
		display: block !important;
	}
	
	.main-navigation ul ul a {
		width: 100%;
		text-transform: capitalize;
	}
	
	.main-navigation ul ul li {
		padding: 5px 0;
	}
	
	.sector-logos .panel-grid.panel-no-style {
		justify-content: center;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	
	.sector-logos .panel-grid-cell {
		flex-basis: 30% !important;
	}

}

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {

	.site-main {
		text-align: center;
	}

	.banner-base {
		width: 100%;
	    position: relative;
		bottom: 0;
		padding: 40px;
	}

	.header-seo {
		display:none;
	}

	#masthead {
		padding: 10px;
	}

	.header-right-top {
	    justify-content: center;
		border:none;
		padding: 0;
		padding-right: 30px;
	}

	.header-contact img {
		margin: 0;
	}

	.header-contact > div {
		margin-top: 0;
	}

	.site-branding {
		flex-basis: 20%;
	}

	.header-right-base {

	}

	.header-right {
		flex-basis: 80%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.menu-toggle {
		padding: 10px 0;
		width: 100%;
	}

	.banner-base-btn {
		background: #153761;
		padding: 10px 20px;
		font-size: 18px;
		line-height: 32px;
	}

	.banner-inner {
		background-image: url(http://allfill.fluiddemo.com/wp-content/uploads/2018/11/all-fill-main-banner-mobile.jpg) !important;
		background-repeat: no-repeat;
	}

	.banner-header {
		padding: 20px;
	}

	.banner-header h1, .banner-header-h1,
	.featured-image h1 {
		font-size: 24px;
		text-transform: uppercase;
		line-height: 36px;
	}

	.banner-header p {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 300;
		line-height: 32px;
		margin: 0;
	}

	.featured-image .banner-header {
		padding: 150px 50px;
	}
	
	.featured-image .banner-header.no-image {
		padding: 50px 0;
	}

	.banner-base-header {
		font-size: 22px;
		line-height: 36px;
	}

	#banner-wrap {
		padding-bottom: 0;
	}

	.banner-inner:after,
	#index-form:before,
	#index-customers-wrap:after,
	#index-form:after {
		display: none;
	}

	.index-service h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.accreditation-wrap {
		padding: 0;
	}

	.accreditation-main {
		padding: 50px 30px;
	}

	#pg-w5bf7e60cb212b-0.panel-no-style,
	#pg-w5bf56bffd37cb-0.panel-no-style{
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	#pl-w5bf7e60cb212b .panel-grid-cell {
		padding: 0 10px !important;
	}

	.accreditation-text {
		padding: 20px;
	    text-align: center;
	}

	.accreditation-text-header {
		font-size: 24px;
		line-height: 36px;
	}

	.accreditation-text-subheader {
		font-size: 18px;
		line-height: 30px;
	}

	.index-customers-header, .index-form-header {
		font-size: 24px;
		line-height: 36px;
		padding: 0 20px;
	}

	.index-customers-inner {
		background: #fff;
		padding: 30px;
		margin-top: 30px;
	}

	.allfill-usp {
		font-size: 14px;
		line-height: 30px;
		padding: 0 20px;
	}

	#parallax-background {
		padding: 100px 0;
	}

	#index-form,
	#index-customers-wrap {
		padding: 0;
		padding-top: 30px;
	}

	.page-content, .entry-content, .entry-summary {
		margin: 0;
	}

	#pg-6-0 {
		margin-bottom: 0 !important;
	}

	.index-form-inner {
		padding: 20px;
	    margin-top: 0;
	}

	.index-form-wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.index-form-50,
	.index-form-50:nth-last-child(odd){
		width: 100%;
		float: none;
	}

	#colophon {
		padding: 20px;
	    font-size: 12px;
		text-align: center;
	}

	#colophon a {
		display: block;
	}

	.footer-right,
	.footer-left {
		flex-basis: 100%;
	}

	.main-navigation ul {
		float: none;
		background: #fff;
		text-align: center;
	    position: relative;
    	z-index: 99;
	}
	
	#primary-menu {
		height: calc(100vh - 78px);
		overflow: scroll;
	}
	
	.main-navigation ul ul {
		position: relative;
	}

	.main-navigation li {
		float: none;
		position: relative;
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
	    font-size: 14px;
	}

	.header-contact a span {
		display: none;
	}

	.index-icon-wrap {
		padding: 0;
	}

	.index-icon-text {
		font-size: 20px;
		padding-left: 0;
	}

	.index-icon-top {
		padding: 50px 20px 50px 20px;
	}

	.index-news {
		padding: 20px;
	}

	.index-news-inner {
		padding: 50px 0;
	}

	.index-form-privacy-text,
	.footer-right{
		text-align: center;
		margin-top: 20px;
	}

	.about1 {
		padding: 50px 0;
		border-bottom: none;
	}
	
	.technology1,
	.industry1,
	.auger1,
	.faq1 {
		padding: 50px;
	}
	
	.industry2 {
		padding: 50px;
	}
	
	.industry-left {
		border: solid 1px #727272;
		padding: 30px;
		margin-bottom: 50px;
	}

	.about1-pad {
		padding: 0 50px;
	}

	.about1-btn {
		padding: 20px 30px;
		padding-right: 50px;
		font-size: 16px;
    	line-height: 24px;
	}
	
	.auger-prod-btn {
		padding: 20px 30px;
		padding-right: 50px;
		font-size: 16px;
		line-height: 24px;
	}
	
	.auger-prod-wrap {
		padding-bottom: 0;
	}
	
	.auger-prod-gallery {
		padding: 0 50px;
	}
	
	.auger-prod-main {
		padding:50px;
		padding-bottom: 0;
	}

	.about1-header,
	.about2-box-header{
		font-size: 24px;
		line-height: 36px;
	}

	.about2 {
		padding: 0;
	}

	.about1-images img {
		margin:10px 0;
	}

	.contact-form {
		padding: 0 20px;
	    padding-bottom: 50px;
	}

	.contact-info {
		padding: 20px;
	}

	.contact-sub-header {
		text-align: center;
	}

	.contact-base {
		padding-bottom: 0;
	}

	.contact-top .index-form-header {
		margin-bottom: 0;
	}
	
	.tech-accordion-header:before {
		margin: 0 auto;
		position: relative;
	    font-size: 30px;
	    padding: 0 30px;
	}
	
	.tech-accordion-header {
		padding: 20px;
	}
	
	.tech-accordion-title {
		font-size: 24px;
		line-height: 36px;
		padding-top: 30px;
	}
	
	.tech-accordion-sub-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.tech-accordion-body-inner {
		padding: 40px 20px;
	}
	
	.tech-accordion-flex {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	
	#content {
		padding-top: 78px;
	}
	
	.insideframe ul {
		flex-direction: column;
	}

}

