/*
Theme Name: WTI Inc
Theme URI: http://s695736287.onlinehome.us/themes/wti
Author: Tonic Blue
Author URI: http://tonic-blue.com/
Description: Custom theme developed for WTI Inc
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Template: genesis
Text Domain: wti

*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure & Layout
	- Site Container
	- Column Widths and Positions
	- Column Classes
- Navigation
	- Secondary Navigation
- Site Header
	- Title Area
	- Navigation
-Home Page
	- Slider
	- Video Container
- Site Pages
	- Page Header Image
	- Page Content
	- History Page
	- Applications Pages
	- Products Pages
	– Full Width Page
	– Contact Page
	– Home Page Beaver Builder
-Footer 
	-Footer Widgets
-Media Queries
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #222;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
 	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #76ba43;
	text-decoration: underline;
}

a:hover/*,
a:focus*/ {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 18px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #76ba43;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #76ba43;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 12px 18px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #990000;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #c3251d;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

.button a {
	color:#ffffff;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	width: 100%;
}

.hello-pro-landing .site-inner {
	width: 800px;
	margin: 0 auto 0;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1140px;
}

.wti-home > .site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100% !important;
}

.wti-home .site-inner {
	overflow: visible;
}

.wrap {
	max-width: 1140px;
	margin: 0 auto 0;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


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

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background: #000000;
	text-align:center;
	padding: 2px 0 4px 0;
}

.nav-secondary .genesis-nav-menu li {
	/*float:left;*/
	display:inline;
}

.nav-secondary .genesis-nav-menu li a {
	font-family:ProximaNovaSemibold;
	font-size:14px;
	padding:0 18px;
	margin-bottom:6px;
	text-decoration:none;
	color:#fff;
}
.nav-secondary .genesis-nav-menu li a:hover, .nav-secondary .genesis-nav-menu li a:active {
	color:#cccccc;
}
.nav-secondary .genesis-nav-menu li.current_page_item a {
	color:#cccccc;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #FFFFFF;
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 302px;
}

.site-title {
	display: block;
	font-size: 38px;
	line-height: normal;
	margin: 0 0 0 0;
	border-bottom: 1px solid #999;
}

.header-image .site-title {
	border-bottom: none !important;
}

.site-title a {
	display: inline-block;
	text-decoration: none;
	transition: all .25s ease;
}

.site-title a,
.site-title a:hover {
	text-decoration: none;
}

.site-description {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 3px;
	color: #999;
}

.site-title a.has-image .site-title-name,
.site-title a.has-image .tagline,
.site-title a.has-image .site-description {
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Logo, hide text */

.header-image .site-description {
	display: none;
	text-indent: -9999px;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	background-size: contain !important;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	max-width: 302px;
	min-height: 114px;
	padding: 0;
	width: 100%;
	border-bottom: none;
}
.header-widget-area .widget-title {
	font-family:ProximaNovaBold;
	/*text-transform:uppercase;*/
	font-size:20px;
	letter-spacing:4px;
	color:#76ba43;
	float:right;
	margin:-101px -5px 0 0;
}

.header-widget-area .textwidget {
	float:right;
	font-size: 16px;
	font-style: italic;
	margin:-75px 0 0 0;
}

/* Navigation
--------------------------------------------- */
.nav-header .genesis-nav-menu, .nav-primary .genesis-nav-menu {
	color:#000000;
	float:right;
	list-style:none;
	margin:45px 0 0 5px;
	padding:0;
}
.nav-header .genesis-nav-menu li, .nav-primary .genesis-nav-menu li {
	float:left;
	display:block;
}
.nav-header .genesis-nav-menu li a, .nav-primary .genesis-nav-menu li a {
	font-family:ProximaNovaBold;
	text-transform:uppercase;
	font-size:15px;
	display:block;
	padding-left:20px;
	margin-bottom:6px;
	text-decoration:none;
	color:#000;
}
.nav-primary .genesis-nav-menu li a:hover {
	color:#76ba43;
}

.nav-primary > .genesis-nav-menu li.current-menu-item > a {
	color:#76ba43 !important;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu a:hover,
.sub-menu a:focus,
.sub-menu.current-menu-item > a {
	color: #76BA43;
}

.sub-menu {
	display: none;
	padding: 1em 0;
	font-size: 14px;
	font-size: 1.4rem;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	display: block;
	clear: both;
	content: '';
}

.sub-menu li {
	width: 100%;
}

/*.sub-menu li {
	margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
	padding-left: 1em;
}

.sub-menu a {
	padding-left: 1em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}*/

.sub-menu {
	position: absolute;
	z-index: 99;
	/*width: 5rem;*/
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/*.sub-menu li:first-of-type {
	border-bottom: 1px solid #999999;
}*/


/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	background-color: transparent;
	color:#000000;
	cursor: pointer;
	display: none;
	float:right;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 40px/1 'dashicons';
	margin: 0 auto;
	padding: 5px 25px 0 0;
	text-align: right;
}


/* 
Home Page
---------------------------------------------------------------------------------------------------- */
.top {
	width: 100%;
	padding: 0;
	margin: 0;
	position:relative;
}
.home-mobile {
	display: none;
}
.home-middle, .home-bottom {
	clear: both;
	padding: 25px 0 0 0;
}

.home-middle > .wrap > .widget {
	float: left;
	padding: 15px 2.2% 0 2.2%;
	width: 33.33333333333%;
	/*margin-bottom: 20px;*/
}
.home-middle .entry-content {
	margin-bottom: 0;
}
.home-bottom > .wrap > .widget {
	float: left;
	padding: 15px 2.2% 0 2.2%;
	width: 33.33333333333%;
	margin-bottom: 20px;
}
.home-bottom > .wrap > .widget:last-child/*, .home-middle > .wrap > .widget:last-child*/ {
	width: 66.66666666666%;
}

.home-bottom .master-slider-parent {
	margin-top:8px;
	margin-bottom:15px;
}

/*.home-middle > .wrap > .widget:first-child {
	padding: 0 2.2% 0 0;
}

.home-middle > .wrap > .widget:last-child {
	padding: 0 0 0 2.2%;
}*/

.home-middle .widget .widget-title, .home-bottom .widget .widget-title {
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.home-middle .widget-wrap, .home-bottom .widget-wrap {
	border-top: 4px solid #76ba43;
}

.home-middle .entry-image, .home-bottom .entry-image  {
	margin-top:8px;
}

.home-middle .widget-title, .home-bottom .widget-title {
	font-family:ProximaNovaBold;
	/*text-transform:uppercase;*/
	font-size:18px;
	color:#76ba43;
	border:none;
	margin:10px 0 0 0;
}

.home-middle .widget-title a, .home-bottom .widget-title a {
	color:#76ba43;
	text-decoration: none;
}

.home-middle .widget-title a:hover, .home-bottom .widget-title a:hover {
	color:#000000;
}

.home-middle p, .home-bottom p {
	font-size: 15px;
	line-height: 18px;
}

.home-middle > .wrap > .widget:nth-child(3)  {
	background: #ffffff url('images/bg_feature.png') 0px -5px repeat;
}
/* Application Sliders */
.ms-parent-id-3 {
	display: block;
}
.ms-parent-id-4 {
	display: none;
}

.home-promo {
	margin-top:25px;
}
.product-highlight-home {
	padding:20px 0 10px;
	margin-bottom: 0;
	background: #ffffff url('images/bg_feature.png') 0px -5px repeat;
	cursor:pointer;
}
.home-freshield-logo {
	float:left;
	display: inline-block;
	width:35%;
}
.home-freshield-products {
	float: right;
	display: inline-block;
	margin:10px 40px 0 0;
	width:60%;
}
.freshield-apps-hm {
	float:right;
}


/* Slider
--------------------------------------------- */
.top {
	background: #ffffff url('images/bg_home_feature.png') repeat-x;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
}

/*.home-slider h1 {
	color: #ffffff;
	font-size:30px;
	letter-spacing: 1px;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 5px;
}

.home-slider h2 {
	color: #222;
	font-size:30px;
	letter-spacing: 1px
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 5px;
}*/

.home-slider hr, .home-slider hr.results {
	border: 0; 
	height: 4px; 
	width: 65%;
	margin: 5px 0 10px;
}

.home-slider hr {
	background: #fff;
}

.home-slider hr.results {
	background: #222;
}

/*.home-slider p, .home-slider p.results {
	font-size:14px;
	line-height:1.25;
}

.home-slider p {
	color:#fff;
}

.home-slider p.results {
	color:#222;
}*/

.slider-text {
	font-size:15px;
}

/*.slider-headline {
	color: #ffffff;
	font-size:30px;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	visibility: hidden;
}*/

/*.ms-skin-default .ms-bullet {
	width: 20px !important;
  	height: 20px !important;
  	color:#76ba43;
}*/



/* Video Container
--------------------------------------------- */
.video-container {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 55%;
	padding-top: 15px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Site Pages
------------------------------------------------------------------------------- */

/* Page Header Image
--------------------------------------------- */
#full-image {
	text-align: center;
	width: 100%;
	height:300px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important; 
  	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
	line-height: 0;
	z-index: 0;
	/*position: relative;*/
	display: flex;
	align-items: flex-end;
}

.page-titles {
	width: 1140px !important;
	margin: 0 auto;
	overflow: hidden;
}

/* Moves the headline over the header image on interor pages */
#full-image .entry-title, #full-image .no-sub .entry-title {
	font-family: UniversLT-CondensedBold;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 5px;
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	/*text-shadow: -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;*/
	/*-webkit-text-stroke: 1px #999;*/
	text-transform:uppercase;
	z-index: 50;
	text-align: left;
	margin-bottom:0;
	/*position: absolute;*/
}

/*.entry-title {
	margin-top: -49px;
}

.no-sub .entry-title, .contact .entry-title {
	margin-top: -50px;
}

.home .entry-content {
	margin-top:0;
}

.test-head {
	color: #76ba43 !important;
}

/* Page Content
--------------------------------------------- */
.entry-content {
	margin:30px 0;

}

.entry-content h2 {
	font-family: UniversLT-CondensedBold;
	font-size:24px;
	color:#76ba43;
}

.entry-content h3, .entry-content h4, .entry-content  h5 {
	font-family: UniversLT-CondensedBold;
	/*font-family:ProximaNovaBold;*/
	/*text-transform:uppercase;*/
	font-size:18px;
	color:#76ba43;
}

.entry-content h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.entry-content h4 {
	padding-bottom: 0;
}

.entry-content h4 a {
	text-decoration: none;
}

.entry-content h5  {
	margin-bottom: 0;
}

.entry-content ul,
.entry-content ol{
 	margin-left: 40px;
 	margin-bottom: 18px;
}  

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content li {
	margin-bottom: 5px;
}

.affliations-logo {
	float: left;
	margin: 0 10px 10px 0;
}

.page-image {
	background: #cccccc;
	color: #ffffff;
	padding:10px;
	height:250px;
	line-height: 250px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.case-studies, .case-studies-side-bar {
	padding: 30px 0;
	color:#222222;
}

.case-studies {
	margin-top:20px !important;
	border-top: 1px solid #999;
}

.case-studies-side-bar {
	
	margin-top:17px !important;
	border-top: none;
}

/*.case-studies {
	padding: 30px 30px 12px;
	background: #dcdcdc !important;
	width: 100%;
	color:#222222;
	margin-top:20px !important;
}*/

.case-studies h2, .case-studies-side-bar h2 {
	color:#222222 !important;
	font-size: 26px !important;;
	font-weight: 500 !important;;
	text-transform: capitalize !important;
	font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

.case-studies h3, .case-studies-side-bar h3 {
	color:#222222 !important;
	font-size: 20px !important;;
	font-weight: 500 !important;;
	text-transform: capitalize !important;
	font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

.caseStudies-button a, .case-studies-side-bar a {
    background: #76ba43; 
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    margin: 3px 0 0;
    text-align: center;
    text-transform:uppercase; 
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width:100%;
}

.caseStudies-button a:hover. .case-studies-side-bar a:hover {
	background: #990000;
}

.red-bold {
	color: #76ba43;
	font-weight: 700;
}

a.learn-more {
	text-decoration: none;
	color:#76ba43;
	/*text-transform: uppercase;*/
	font-weight: 500;
}

a.learn-more:hover {
	text-decoration: none;
	color:#333;
}

a.learn-more:after {
	content: "\f0da";
  	font-family: "FontAwesome";
  	padding-left:8px;
}

.affiliations-logo {
	margin:35px 0 15px 0;
}

.affiliations-logo-top {
	margin:0 0 15px 0;
}

.sidebar-image {
	display:block;
	color: #ffffff;
	min-height:250px;
	line-height: 250px;
	margin-bottom: 15px;
}

img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.right {
	float:right;
}

img.left {
	float:left;
}

.video-sidebar {
	padding:20px 20px 5px;
	background: #ffffff url('images/bg_feature.png') 0px -5px repeat;
}

.no-label {
	display: hidden
}

/* About Pages
--------------------------------------------- */
table.values {
	margin-bottom:18px;
}

table.values tbody {
	border:none;
}

table.values tr {
	height: 35px;
	line-height: 18px;
}

.values-table {
	border:none;
	padding: 2px 0;
}

.initial-cap {
	color:#76ba43;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	width:40px;
}

.about-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2017/06/about-us-710.jpg') center/cover no-repeat;
	min-height:250px;
}
.values-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2017/06/our-team-710.jpg') center/cover no-repeat;
	min-height:250px;
}
.history-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2017/06/header_history_tighter_crop.jpg') center/cover no-repeat;
	min-height:250px;
}
.team-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2017/06/our-team-alt-710.jpg') 50% 0%/cover no-repeat;
	min-height:250px;
}
.careers-sidebar {
	background: url('https://www.dev.wtiinc.com/rebrand/wp-content/uploads/2020/02/careers-710.jpg') 50% 50%/cover no-repeat;
	min-height:250px;
}

.vision-mission h2 {
	margin-top: 20px;
}

.about-middle {
	margin: 20px 0 15px;
	display: flex;
}

.about-middle .one-half {
	/*width: 48.717948717948715%;*/
	width: 49.5%;
}

.gray-column h2, .gray-column-right h2, .full-gray-column h2 {
	color:#66a13a;
}

.gray-column, .gray-column-right {
	background-color: #d0d0d0;
	padding: 40px 40px 22px;
}

.gray-column-right {
	margin-left: 15px !important;
}

.full-gray-column {
	background-color: #d0d0d0;
	padding: 40px 40px 22px;
	display: flex;
}

.top-column {
	margin-bottom:15px;
}

.about-globe-icon {
	margin-right: 35px;
	flex-shrink: 0;
}

.about-partners .gca-column img {
	margin-bottom:30px;
}

.partner-bar {
	background: #000000;
	padding: 10px;
	text-align: center;
	margin: 30px 0 45px;
}
.partner-bar h2 {
	color:#ffffff;
	margin-bottom:0;
}

/* Simple Job Board
--------------------------------------------- */
.job-description button a, .job-description button a:hover {
	color:#ffffff;
}

/* Capabilities Pages
--------------------------------------------- */
.capabilities-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2017/07/food-safety-710.jpg') 0% 100%/cover no-repeat;
	min-height:250px;
}
.rd-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2020/02/rd-710-2-20.jpg') 0% 100%/cover no-repeat;
	min-height:250px;
}
.safety-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2020/02/food-safety-710-2-20.jpg') 0% 100%/cover no-repeat;
	min-height:250px;
}
.application-sidebar {
	background: url('https://www.dev.wtiinc.com/wp-content/uploads/2020/02/foodApp-pilotPlant_v2-710.jpg') center/cover no-repeat;
	min-height:250px;
}
.quality-sidebar {
	text-align: center;
	margin-top:50px; 
}

/* News Page
--------------------------------------------- */
.events-column h4 {
	color:#000000 !important;
	font-size: 18px;
}

.eventitem-title {
	color:#000000 !important;
	font-size: 18px;
}

/* History Page
--------------------------------------------- */
.cd-timeline-item-title {
	font-size: 30px !important;
}

.the-excerpt {
	margin-top:20px;
}

.wpex-leftdate span {
	font-family:UniversLT-CondensedBold;
	font-size: 30px !important;
	margin-top: 5px !important;
} 

.wpex-leftdate > div {
	max-height: 30px !important;
}

.tlct-shortdes p {
	font-family:Roboto, Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	font-weight: 400 !important;
}

.wpex-timeline li:before, .wpex-timeline li:after {
	background-color: #dcdcdc !important;
}

.wpex-timeline-label {
	background-color: #EFEFEF !important ;
}

/* Applications Pages
--------------------------------------------- */
.applications .entry-title {
	display:none;
}

.applications .entry-content h1 {
	font-family:UniversLT-CondensedBold;
	font-size: 50px;
	letter-spacing: 5px;
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	text-transform:uppercase;
	margin-top: -85px !important;
	z-index: 50;
	position: absolute;
}

.applications .entry-content h2, .applications .entry-content h3  {
	font-family: UniversLT-CondensedBold;
	/*font-family:ProximaNovaBold;*/
	/*text-transform:uppercase;*/
	color:#76ba43;
}

.applications .entry-content h2 {
	font-size:24px;
}

.applications .entry-content h3 {
	font-size:18px;
	border:none;
	padding-bottom: 0;
}

.column-image {
	margin: 0 0 18px 0;
	text-align: center;
}
.column-text {
	margin-bottom:30px;
	text-align: center;
}

.applications img.applications {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.product-list h3 {
	border-bottom: 1px solid #cccccc !important;
}

.product-list li a {
	color:#000000;
	text-decoration: none;
}

.product-list a:hover {
	color:#76ba43;
	text-decoration: underline;
}

.did-you-know {
	background: #bcb5b1;
	margin: 30px 0 40px;
	min-height: 100px;
}
.did-you-know h3 {
	color:#6f6f6f !important;
	font-size: 24px !important;
	padding: 20px;
}

.dyk-head {
	background: #000000;
	padding: 10px;
	text-align: center;
	margin: 0;
}

.dyk-head h2 {
	color:#ffffff !important;
	margin-bottom:0;
}

.widget__socialproofslider {
	margin: 0 !important;
}

.testimonial-text {
	padding-bottom: 0 !important;
}

.social-proof-slider-wrap {
	padding: 40px 50px 30px !important;
}

/*.meat-sidebar {
	background: #cccccc;
	min-height:250px;
	margin-bottom:20px;
}

.did-you-know .ms-nav-next, .did-you-know .ms-nav-prev {
	margin-top:-25px !important;
}*/

.quote, .single-quote {
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0 !important;
}

.single-quote {
	text-align: center;
	padding:0 20px 10px;
}

.quote a, .single-quote a {
	font-size: 14px;
	color: #222222;
}

.applications-main h4 {
	font-size: 30px;
	/*text-align: center;*/
}

/*.applications-main p {
	text-align: center;
}*/

ul.solutions-list {
	margin: 30px 0 0;
	padding:0;
	font-weight: 600;
}

.solutions-list li {
	font-size: 16px;
	padding: 5px 8px;
	border-bottom: 1px solid #bababa;
	list-style-type: none !important;
}

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

.text-highlight {
	background-color: #ffff00;
}

.slick-prev {
	margin-left:15px;
}

.slick-next {
	margin-right:15px;
}


/* Products Page
--------------------------------------------- */
.products .entry-title {
	display:none;
}

.products .entry-content h1 {
	font-family:UniversLT-CondensedBold;
	font-size: 50px;
	letter-spacing: 5px;
	color:#ffffff;
	text-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
	text-transform:uppercase;
	margin-top: -79px;
	z-index: 50;
	position: absolute;
}

.products .entry-content h2, .applications .entry-content h3  {
	font-family: UniversLT-CondensedBold;
	/*font-family:ProximaNovaBold;*/
	/*text-transform:uppercase;*/
	color:#76ba43;
}

.products .entry-content h2 {
	font-size:24px;
}

.products .entry-content h3 {
	font-size:18px;
	border:none;
	padding-bottom: 0;
}

.products-spacer {
	margin-bottom:45px;
}

.products-main .one-third, .no-sub .one-third {
	padding: 0 5px;
}

.products-main li {
	font-size: 14px;
}

.products-main .entry-content ul,
.products-main .entry-content ol{
 	margin-left: 15px;
 	margin-bottom: 18px;
}  

.products-main .entry-content ul a,
.products-main .entry-content ol a {
	color:#000000;
	text-decoration: none;
}

.products-main .entry-content ul a:hover,
.products-main .entry-content ol a:hover {
	color:#76ba43;
	text-decoration: none;
}

.product-description {
	padding:20px 20px 0;
	background: #ffffff url('images/bg_feature.png') 0px -5px repeat;
}

.product-highlight {
	padding:10px 0 0;
	margin-bottom: 40px;
	background: #ffffff url('images/bg_feature.png') 0px -5px repeat;
	cursor:pointer;
	position: relative;
}

.prod-freshield-logo {
	float:left;
	display: inline-block;
	width:33%;
	padding-top:10px;
}
.prod-freshield-text {
	float: left;
	display: inline-block;
	margin:20px 0 15px 30px;
	padding: 0;
	width:37%;
	position: relative;
}
.prod-freshield-patty {
	float: right;
	display: block;
	margin:0 20px 0 0;
	padding:0;
	line-height: 0;
	width:23%;
	position: absolute;
	bottom:0;
	right: 0;
}
.prod-patty-img {
	float:right;
}

.product-app {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	padding:20px 0 15px;
}



/* Full Width Page
-------------------------------------------- */

.site-inner.full {
    max-width: none;
    padding: 0;
}



/* Contact Page
--------------------------------------------- */
#map_canvas {
	background: #cccccc;
}

#wti-map {
	background: #cccccc;
	width: 100%;
	height:500px;
}

.contact a {
	color: #222;
	text-decoration: none;
}

.contact a:hover,
.contact a:focus {
	color: #76ba43;
	text-decoration: none;
}


/* Home Page Beaver Builder
--------------------------------------------- */
.driving-innovation, .deliver-ideas, .extra-mile {
	position: relative;
}

.highlight-box-hm, .highlight-box-hm-rt {
	width: 475px;
}

.highlight-box-hm-rt {
	float:right;
}

.home .footer-widgets .wrap {
	border-top: none;
}

.home .fl-accordion-button-icon {
	text-decoration: none !important;
	opacity: 1
}

.home a .fl-accordion-button-icon {
	color:#76ba43;
}

.home h1 h2, h3, h4, h5 h6, .fl-callout-title, .fl-heading {
	font-family: UniversLT-CondensedBold; 
}

.home .fl-callout-text {
	font-size: 14px;
	line-height: 1.5em;
}

.home .fl-callout-cta-link {
	font-size: 20px;
}

.simple-clean-safe img {
	margin-bottom: 15px;
}


/* Footer
------------------------------------------------------------------------------- */

/* Footer Widgets
--------------------------------------------- */

.footer-widgets, .footer-widgets li {
	clear: both;
	font-size: 12px !important;
	line-height: 15px;
}

.footer-widgets a {
	color:#000000;
	text-decoration: none;
}

.footer-widgets a:hover {
	color:#76ba43;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 0 30px 0;
	border-top: 4px solid #76ba43;
}
.footer-widgets .widget-title {
	font-family:ProximaNovaBold;
	text-transform:uppercase;
	font-size:13px;
	color:#76ba43;
	border:none;
	margin:10px 0 3px 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5 {
	padding: 0 1%;
	width: 20%;
	margin:0 0 5px 0;
	padding-bottom:0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

#text-7 .textwidget p, #text-9 .textwidget p, #custom_html-2 .textwidget p {
	margin-bottom:12px ;
	padding-bottom: 0;
}

/*
Media Queries
------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.site-inner, .page-titles {		
		max-width: 1140px !important;
		padding: 0 20px 0;
	}
	.site-header {
		padding: 0 20px;
	}
	.prod-freshield-patty {
		padding-top:15px;
	}
}

@media only screen and (max-width: 1185px) {
	.home-freshield-products {
		margin-right: 20px;
	}

}

@media only screen and (max-width: 1051px) {
	.home-mobile {
		display: block;
		text-align: center;
	}

	.home-mobile .widget-title {
		font-family:ProximaNovaBold;
		text-transform:uppercase;
		font-size:20px;
		color:#76ba43;
		margin: 30px 20px 0 20px;
		padding: 0 20px 5px 20px ;
		border-bottom:2px solid #76ba43;
	}

	.home-mobile .textwidget {
		font-family:ProximaNovaBold;
		text-transform:uppercase;
		font-size:16px;
		color:#000000;
		margin: 5px 0 25px 0;
	}	

	.responsive-menu-icon::before {
		padding-top:35px;
	}

	/*.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,*/
	.genesis-nav-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
		background: rgba(255, 255, 255, 0.9);
		width:250px;
		margin-top: -75px;
		padding-top:80px;
		border: 1px solid #999999;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		position: relative;
		z-index: 100px;
		width:250px;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border-bottom:1px solid #cccccc;
		display: block !important;
		line-height: 1;
		padding: 10px;
		margin-bottom: 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu li:first-child a {
		border-top:1px solid #cccccc;
	}

	.genesis-nav-menu.responsive-menu li.moved-item a {
		background: rgba(204, 204, 204, 0.7);
		border-bottom:1px solid #999999;
	}

	.genesis-nav-menu.responsive-menu li.moved-item:last-child a {
		border-bottom:none;
	}

	.nav-primary {
		width:250px;
		float:right;
		top:20;
    	position:absolute; 
    	right:0;
    	z-index: 1000;
	}

	.header-widget-area .widget-title {
		display: none;
	}

	.header-widget-area .textwidget {
		display: none;
	}

	.header-widget-area .widget-title {
		font-size: 20px;
		letter-spacing: 4px;
		padding-right:25px;
	}

	.nav-secondary {
		display: none !important;
	}
}

@media only screen and (max-width: 950px) {
	
	.home-middle {
		padding-top:0;
	}
	.home-promo {
		margin:0 0 20px;
	}

	.footer-widgets .wrap {
		width:50%;
		float:right;
	}
	.footer-widgets .wrap {
		border-top:none;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		display:none;
	}

	.footer-widgets-4, .footer-widgets-5 {
		width:50%;
	}

	.site-inner {
		border-bottom: 4px solid #76ba43;
	}

	.home .site-inner {
		border-bottom: none;
	}

	#full-image {
		height:275px !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: cover !important; 
	  	-webkit-background-size: cover !important;
	  	-moz-background-size: cover !important;
	  	-o-background-size: cover !important;
	  	background-size: cover !important;
	}

}

@media only screen and (max-width: 800px) {

	.home-middle > .wrap > .widget:nth-child(3)  {
		background: none;
	}
	.home-middle > .wrap > .widget, .home-bottom > .wrap > .widget, .home-bottom > .wrap > .widget:last-child {
		float: left;
		padding: 15px 2.2% 0 2.2%;
		width: 100%;
		margin-bottom: 20px;
	}
	.home-middle .featured-content img, .home-middle .featured-content h4, .home-middle .featured-content .entry-content, .home-bottom .featured-content:first-child img, .home-bottom .featured-content:first-child h4, .home-bottom .featured-content:first-child .entry-content, .widget-custom-html .master-slider-parent, .widget-custom-html .widget-title, .widget-custom-html .entry-content, .ms-parent-id-4, .custom-html-widget h4, .custom-html-widget .entry-content {
		float:left;
		width:50%;
	}

	.home-middle .featured-content h4, .home-middle .featured-content .entry-content, .home-bottom .featured-content:first-child h4, .home-bottom .featured-content:first-child .entry-content, .custom-html-widget h4, .custom-html-widget .entry-content {
		padding-left: 20px;
	}
	.home-middle .master-slider-parent {
		margin-top:8px;
		margin-bottom:0
	}

	.home-middle .featured-content .entry-content p, .home-bottom .featured-content .entry-content p {
		margin-bottom:0;
	}

	.home-bottom {
		padding-top:0;
	}

	/* Application Sliders */
	.ms-parent-id-3 {
		display: none;
	}
	.ms-parent-id-4 {
		display: block;
	}

	.entry-title, .no-sub .entry-title, .contact .entry-title, .applications .entry-content h1, .products .entry-content h1 {
		font-size: 40px !important;
		line-height: 42px !important;
		/*margin-top:-40px;*/
	}

	.footer-widgets .textwidget a.bottom-footer {
		color: #ffffff !important;
	}
	.footer-widgets .textwidget a.bottom-footer:hover {
		color: #edcbbd !important;
	}

	img.centered {
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-top: 15px;
	}

	.affiliations-logo {
		margin:0 0 25px 0;
		display: none;
	}

	.applications .entry-content h1, .products .entry-content h1 {
		/*font-size: 40px;*/
		margin-top: -72px !important;
	}

	.case-studies, .case-studies-side-bar {
		color:#222222;
		margin-top:0 !important;
	}

	.case-studies {
		padding: 10px 0 30px 0;
		border-top: none;
	}

	.case-studies-side-bar {
		padding: 30px 0 30px 0;
		margin-top:20px !important;
		border-top: 1px solid #999999;
	}

	.case-studies h3, .case-studies-side-bar h3 {
		text-align: center;
	}

	.caseStudies-button {
	    width:80%;
	    margin: 0 auto !important;
	}

	.about-sidebar {
		background-position: 0% 40%;
	}

	.values-sidebar {
		background-position: 0% 40%;
	}

	.history-sidebar {
		background-position: 50% 40%;
	}

	.team-sidebar {
		background-position: 0% 40%;
	}

	.quality-sidebar {
		background-position: 0% 60%;
	}

	.safety-sidebar {
		background-position: 0% 85%;
	}

	.security-sidebar {
		background-position: 50% 90%;
	}

	.left-video {
		width:50%;
		float:left;
		padding-right:10px;
	}

	.right-video {
		width:50%;
		float: left;
		padding-left:10px;
	}

	.column-image {
		float:left;
		width:30%;
		margin-bottom:0;
	}

	.column-text {
		float:left;
		width:70%;
		padding-left: 25px !important;
		padding-top: 20px;
		margin-bottom: 0 !important;
		text-align:left !important;
	}

	.product-description {
		padding:0 0 20px;
		background: none;
	}

	.product-app {
		border-bottom: 4px solid #76ba43;
		margin-bottom: 15px;
	}

	.products-main .entry-content ul,
	.products-main .entry-content ol{
	 	margin-bottom: 25px;
	} 

	.bullets-no-margin ul {
		margin-bottom:0 !important;
	}

	.products-spacer {
		margin-bottom:0;
	}

	.applications-main .one-third, .products .one-half {
		border-bottom: 1px solid #999;
		margin-bottom: 15px;
		padding-bottom:15px;
	}

	.applications-main .last {
		border:none;
	}

	.applications img.applications {
		display:block;
		margin-left:auto;
		margin-right:auto;
		height:70%;
		width:70%;
	}

	/* === About us ===*/

	.about-middle {
		display: block;
	}

	.gray-column, .gray-column-right {
		width: 100% !important;
	}

	.gray-column {
		margin-bottom: 15px !important;
	}

	.gray-column-right {
		margin-left: 0 !important;
	}

	#wti-map {
		margin-bottom:20px;
	}

	.footer-widgets .wrap {
		width:100%;
		padding-bottom: 0;
	}

	.footer-widgets-4, .footer-widgets-5 {
		width:100%;
		text-align: center;
	}

	#featured-page-advanced-4 {
		display: none;
	}

	.footer-widgets-4 {
		padding: 0;
		margin-bottom: 0;
	}

	#text-9 {
		background: #76ba43;
		color:#ffffff;
		padding: 18px 0 13px 0;
	}

	#text-9 .widget-wrap {
		padding: 0 10px;
	}
	#text-9 .widget-title {
		margin-top:0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.fs-logo-hm {
		display:block;
		margin:0 auto;
	}
	.prod-freshield-logo {
		float:none;
		display: block;
		width:100%;
		margin-bottom:20px;

	}
	.prod-freshield-text {
		width:60%;
		margin:25px 0 0 0 !important;
		padding: 0 50px;
		text-align: left;
	}
	.prod-freshield-patty {
		width:40%;
		padding:0;
	}

}
@media only screen and (max-width: 775px) {
	.home-freshield-products {
		margin-right: 8px;
	}
	.prod-freshield-text {
		margin:20px 0 15px 20px;
	}
}

@media only screen and (max-width: 768px) {
	.highlight-box-hm, .highlight-box-hm-rt {
		width: 100%;
		position: absolute;
		bottom:0;
	}

	.home .fl-module-content {
		text-align: center;
	}

	/*.wpex-timeline-label  {
		margin-left: 75px !important ;
	}*/
}

@media only screen and (max-width: 600px) {
	#full-image {
		height: 175px !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: cover !important; 
	  	-webkit-background-size: cover !important;
	  	-moz-background-size: cover !important;
	  	-o-background-size: cover !important;
	  	background-size: cover !important;
	}

	.home-middle > .wrap > .widget, .home-bottom > .wrap > .widget, .home-bottom > .wrap > .widget:last-child {
		float: left;
		padding: 15px 2.2% 0 2.2%;
		width: 100%;
		margin-bottom: 20px;
	}
	.home-middle .featured-content img, .home-middle .featured-content h4, .home-middle .featured-content .entry-content, .home-bottom .featured-content:first-child img, .home-bottom .featured-content:first-child h4, .home-bottom .featured-content:first-child .entry-content, .master-slider-parent, .custom-html-widget h4, .custom-html-widget .entry-content {
		width:100%;
	}

	.home-middle .featured-content h4, .home-middle .featured-content .entry-content, .custom-html-widget h4, .custom-html-widget .entry-content {
		padding-left: 0;
	}

	.home-middle .featured-content h4, .home-bottom .featured-content h4, .custom-html-widget h4 {
		text-align: center !important;
	}

	.home-middle .master-slider-parent {
		margin-top:8px;
		margin-bottom:14px;
	}

	.entry-title, .no-sub .entry-title, .contact .entry-title {
		font-size: 32px !important;
		letter-spacing: 1px !important;
		position: relative;
		line-height: 32px !important;
		text-shadow: 0px 0px 5px rgba(10, 10, 10, 1);
	}

	.applications .entry-content h1, .products .entry-content h1 {
		font-size: 32px !important;
		letter-spacing: 1px !important;
		margin-bottom:27px;
		line-height: 32px !important;
		margin-top: -63px !important;
		text-shadow: 0px 0px 5px rgba(10, 10, 10, 1);
	}

	.video-sidebar{
		display:none;
	}

	.left-video {
		width:100%;
		padding:0;
	}

	.right-video {
		width:100%;
		padding:0;
	}

	.column-image {
		width:100%;
		margin-bottom: 18px;
	}

	img.applications {
		display:block;
		margin-left:auto;
		margin-right:auto;
		height:70%;
		width:70%;
	}

	.column-image {
		margin-top:10px;
	}

	.column-text {
		width:100%;
		padding-left: 0 !important;
		text-align: center !important;
		margin-bottom: 0 !important;
	}

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

	.home-freshield-logo {
		float:none;
		display: inline-block;
		padding:0 10px;
		width:100%;
	}
	.home-freshield-products {
		float: none;
		display: inline-block;
		padding:0 10px;
		width:100%;
	}
	.freshield-apps-hm {
		float:none;
	}
	.fs-logo-hm, .prod-patty-img {
		display:block;
		margin:0 auto;
	}

	.prod-patty-img {
		float:none;
	}

	.product-highlight {
		position: none;
	}

	.prod-freshield-logo {
		float:none;
		display: block;
		width:100%;
	}
	.prod-freshield-text {
		float: none;
		width:100%;
		margin:25px 0 0 0 !important;
		padding: 0 50px;
		text-align: center;
	}
	.prod-freshield-patty {
		float: none;
		width:100%;
		padding:0;
		position: static !important;
	}

	.full-gray-column {
		flex-direction: column;
	}

	.full-gray-column > div, .gray-column {
		text-align: center;
	}

	.full-gray-column img {
		margin-bottom: 15px;
	}

	/* Home Page Beaver Builder
	--------------------------------------------- */

	.simple-clean-safe img {
		width: 350px !important;
	}

}
