/*
Theme Name: Form Plastics
Author: Streng Agency
Author URI: https://strengagency.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}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-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html {
    font-size: 100%;
}

body { 
	background: #FFF; 
	color: #5f5f5f; 
	font: 1rem 'Slate W01', Verdana, Arial, sans-serif; 
    -webkit-font-smoothing: antialiased;
}

a { 
	color: #6aa3d9;
	text-decoration: none;
	transition: all .5s ease;
}

a:hover {
	color: #006bb7;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 1540px;
	padding: 0 20px;
	position: relative;
}

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

iframe {
    max-width: 100%;
}

h1 {
    font: 300 3rem 'Slate W01 Light', Verdana, Arial;
}

h2,
h3 {
	color: #006bb7;
    font-size: 2.3125rem; /*37*/
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 35px;
    text-transform: uppercase;
}

h3 {
	margin: 0 0 15px;
	text-transform: none; 
}

p,
ul,
ol {
	font-size: 1.25rem;
	line-height: 1.5;
}

header, 
section, 
footer,
article {
	float: left;
	width: 100%;
}

.btn {
	background-color: #6aa3d9;
	border-radius: 7px;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem; /*18*/
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 18px 23px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.btn:hover {
	background-color: #305cb1;
    color: #fff;
}

input[type=submit] {
	font-size: 1rem; /*16*/
	font-family: inherit;
	padding: 16px 20px 14px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

strong {
	font-family: "Slate W01 Bold", Verdana, Arial;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

header {
	background: #006bb7;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10;
}

header .flex-container {
	justify-content: flex-end;
	max-width: 95%;
	padding: 0 15px;
}

header .logo {
	left: 0;
	position: fixed;
	top: 0;
	width: 411px;
}
/***Main Nav***/

#menu-main {
	display: inline-block;
}

#menu-main > li {
	display: inline-block;
	margin-left: 14px;
	position: relative;
}

#menu-main > li > a,
.open-search-popup {
	border-bottom: 5px solid transparent;
	color: #fff;
	display: block;
	font-size: 1.4375rem; /*23*/
	padding: 36px 13px 34px;
}

#menu-main > li:hover > a,
#menu-main > .current-menu-item > a {
	border-color: #fff;
	font-weight: bold;
}

.open-search-popup {
	border: none;
	display: inline-block;
	margin-left: 14px;
	opacity: .5;
}

.open-search-popup:hover {
	color: #fff;
	opacity: 1;
}

.open-search-popup.active {
	opacity: 1;
}

.open-search-popup.active .fa-search,
.open-search-popup .fa-times {
	display: none;
}

.open-search-popup.active .fa-times {
	display: block;
}
@media (min-width:1101px) {
.mobile-nav {
		display:none !important;
	}
}

/*Dropdown Level 1*/

#menu-main .sub-menu {
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.1);
	left: 0;
	opacity: 0;
	padding: 12px 0;
	position: absolute;
	transition: all .25s ease .1s;
	top: 100%;
	visibility: hidden;
	width: 220px;
	z-index: 2;
}

#menu-main li:hover > .sub-menu {
	top: 80%;
	opacity: 1;
	visibility: visible;
}

#menu-main .sub-menu li {
	position: relative;
}

#menu-main .sub-menu a {
	color: #3C3C3C;
	display: block;
	font-size: .8125rem; /*13*/
	letter-spacing: .3px;
	padding: 11px 20px 11px 15px;
	text-transform: uppercase;
}

#menu-main .sub-menu li:hover > a {
	color: #325ab2;
	padding-left: 20px;
}

#menu-main .sub-menu li.menu-item-has-children:after {
	color: #bbb;
	content: "\f105";
	font-family: FontAwesome;
	font-size: .8125rem; /*13*/
	line-height: 14px;
	margin-top: -8px;
    position: absolute;
    right: 14px;
    top: 50%;
}

/*Dropdown Level 2*/

#menu-main .sub-menu .sub-menu {
	left: 80%;
	top: 0;
}

#menu-main .sub-menu li:hover > .sub-menu {
	left: 100%;
	top: 0;
}

/*Search*/

.search-popup {
	background-color: rgba(0,0,0,.9);
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 109px 80px 0 350px;
	position: fixed;
	transform: translateY(100%);
	transition: all .5s ease;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9;
}

.search-popup.active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.search-popup form {
	position: relative;
}

.search-popup input[type=text] {
	background: none;
	border: none;
	border-bottom: 5px solid transparent;
	border-radius: 0;
	color: #fff;
	font-size: 4.25rem; /*68*/
	font-family: inherit;
	height: 122px;
	margin-top: 15px;
	padding-right: 90px;
	width: 100%;
}

.search-popup input[type=text]:focus {
	border-color: #fff;
	outline: none;
}

.search-popup button {
	background: none;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 60px;
	height: 100%;
	opacity: .6;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: opacity .5s ease;
	width: 80px;
}

.search-popup button:hover {
	opacity: 1;
}

.search-popup .close {
	bottom: 35px;
	color: #fff;
	font-size: 2rem; /*32*/
	letter-spacing: 1.5px;
	padding-right: 50px;
	position: absolute;
	right: 45px;
	text-transform: uppercase;
}

.search-popup .close:before,
.search-popup .close:after {
	background-color: #fff;
	content: " ";
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out;
    width: 35px;
}

.search-popup .close:hover::before {
	transform: rotate(45deg);
}

.search-popup .close:hover::after {
	transform: rotate(-45deg);
}

/***Mobile Menu***/

header .mobile-menu,
header .searchform {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

/***Social Footer***/

.social-footer {
	padding: 50px 0;
	text-align: center;
}

.social-footer .container {
	max-width: 1380px;
}

.social-footer h2 {
	color: #b8b8b8;
	font: 300 2.375rem 'Slate W01 Light', Verdana, Arial; /*38*/
	letter-spacing: 1px;
	margin: 0 0 25px;
}

.social-footer h3 {
	color: #7591c6;
	font-size: 1.25rem; /*20*/
	letter-spacing: 1px;
	margin: 0 0 40px;
	width: 100%;
}

/*Social Media*/

.social-footer ul {
	margin: 0;
	padding: 0;
}


.social-footer li {
	display: inline-block;
	margin: 0 10px;
}

.social-footer li a {
	color: #006bb7;
	font-size: 50px;
}

/*Newsletter*/

.newsletter {
	margin-top: 30px;
	width: 100%;
}

.newsletter:before {
	border-top: 2px solid #EBEBEB;
	content: "";
	display: block;
	margin: 0 auto 40px;
	width: 250px;
}

.newsletter .column {
	margin-bottom: 50px;
	width: 23.88%;
}

.newsletter input:not([type=submit]) {
	background: #efeeee;
	border: none;
	border-radius: 5px;
    font-size: 1.125rem; /*18*/
    font-family: inherit;
    height: 42px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
}

.newsletter input[type=submit] {
	margin: 0 auto;
}

/***Main Footer***/

footer {
	background: #004799;
	color: rgba(255, 255, 255, 0.6);
	padding: 50px 0 0;
}

footer .container {
	max-width: 1285px;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	list-style: none;
}

footer a {
	color: rgba(255,255,255,.6);
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/*Columns*/

footer .footer-logo,
footer .column {
	width: 32%;
	position:relative;
}
footer .column{
	z-index:1;
}

footer .footer-logo {
	align-self: center;
}

footer h3 {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0 0 25px;
	text-transform: uppercase;
}

footer .column li {
	font-size: 1rem;
	margin-bottom: 15px;
}

footer .column p {
	font-size: 1rem;
	line-height: 1.6; /*25.6*/
}

/*Copyright*/

footer .copyright {
	border-top: 1px solid rgba(255,255,255,.1);
	margin-top: 50px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
}

footer .copyright ul,
footer .copyright li,
footer .copyright p {
	color: rgba(255,255,255,.6);
	display: inline-block;
	font-size: .875rem; /*14*/
	text-transform: uppercase;
}

footer .copyright li {
	margin-right: 15px;
}

/*Scroll Top*/

.scroll-top {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	bottom: 75px;
	color: #000;
	display: none;
	height: 45px;
	position: fixed;
	right: 40px;
    width: 45px;
    text-align: center;
    z-index: 10;
}

.scroll-top.fixed {
	display: block;
}

.scroll-top:after {
	content: "\f106";
    display: inline-block;
    font: 28px/39px FontAwesome;
}

.scroll-top:hover {
	background: #1aada3;
	border-color: #1aada3;
	color: #fff;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
/* 	background: no-repeat center #006bb7; */
	background-size: cover;
	align-items: center;
	display: flex;
	height: 674px;
	justify-content: center;
/* 	margin-top: 100px; */
	margin-top:-20px;
	position: relative;
}

.hero h1,
#n2-ss-2 h1{
	background: rgba(0,107,183,.8);
	-webkit-clip-path: polygon(8% 0, 80% 0%, 100% 0, 100% 69%, 92% 100%, 20% 100%, 0 100%, 0 30%);
	-moz-clip-path: polygon(8% 0, 80% 0%, 100% 0, 100% 69%, 92% 100%, 20% 100%, 0 100%, 0 30%);
	clip-path: polygon(8% 0, 80% 0%, 100% 0, 100% 69%, 92% 100%, 20% 100%, 0 100%, 0 30%);
	color: #fff;
	font-size: 4.65rem; /*73.6*/
	font-weight: 400;
	letter-spacing: .8px;
	margin: 0;
	padding: 24px 81px;
	text-align: center;
	text-transform: uppercase;
	width:fit-content;
	margin:0 auto;
}

.hero h1 span,
#n2-ss-2 h1 span{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 6.8px;
	line-height: 1.5;
}

.hero h1 span:before,
.hero h1 span:after,
#n2-ss-2 h1 span:before,
#n2-ss-2 h1 span:after {
	background: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	margin-right: 15px;
	vertical-align: 6px;
	width: 75px;
}

.hero h1 span:after,
#n2-ss-2 h1 span:after{
	margin: 0 0 0 15px;
}


/***Column Callouts***/

.column-callouts {
	padding: 50px 0 35px;
}

.column-callouts h2 {
	text-align: center;
	width: 100%;
}

.column-callouts .column {
	background: #f2f1f3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 50px;
	padding-bottom: 50px;
	width: 31.6666%; /*475*/
}

.column-callouts h3 {
	margin: 50px 0 15px;
	text-align: center;
}

.column-callouts h3,
.column-callouts p {
	padding: 0 25px;
	width: 100%;
}

.column-callouts p {
	margin: 0 0 50px;
}

.column-callouts .btn {
	margin: 0 auto;
}

/***Parallax Content***/

.parallax-content {
	background: fixed no-repeat center;
	background-size: cover;
	color: #fff;
	margin-bottom: 60px;
	padding: 80px 0 70px;
	position: relative;
	text-align: center;
}

.parallax-content.alt {
	margin-bottom: 0;
}

.parallax-content:before {
	background: rgba(49,91,178,.88);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.parallax-content.alt:before {
	background: rgba(205,192,140,.88);
}

.parallax-content .container {
	max-width: 860px;
}

.parallax-content.alt .container {
	max-width: 940px;
}

.parallax-content h2 {
	color: #fff;
	font: 300 3rem/1.39 'Slate W01 Light', Verdana, Arial; /*48/67*/
	margin: 0 0 20px;
}

.parallax-content h3 {
	color: #fff;
	font-size: 1.25rem; /*20*/
	font-weight: bold;
	letter-spacing: 1px;
	margin: 50px 0 20px;
}

.parallax-content p {
	font: 300 1.5rem/1.5833 'Slate W01 Light', Verdana, Arial; /*24/38*/
	margin: 0 0 20px;
}

.parallax-content.alt p {
	font: 1.5rem/1.5833 'Slate W01', Verdana, Arial; /*24/38*/
	margin: 0 0 20px;
}

/***Latest News***/

.latest-posts {
	margin-bottom: 75px;
}

.latest-posts h2 {
	margin: 0 0 60px;
	text-align: center;
	width: 100%;
}

.latest-posts .post {
	border-bottom: 15px solid #6aa3d9;
	background: #f2f1f3;
	padding: 30px 30px;
	width: 48.53%; /*728*/
}

.latest-posts .post:hover {
	border-color: #006bb7;
}

.latest-posts .post h3 {
	margin: 0 0 15px;
}

.latest-posts .post p {
	margin: 0 0 30px;
}

.latest-posts .post .post-date {
	color: #babebe;
	display: block;
	font-size: 1.25rem; /*20*/
	font-weight: bold;
	margin-bottom: 5px;
}

.latest-posts .post a {
	font-size: 1.25rem; /*20*/
	text-transform: uppercase;
}

.latest-posts .post a span {
	margin-left: 10px;
	vertical-align: middle;
}

.latest-posts .btn {
	margin: 76px auto 0;
}

/***Testmonial***/

.testimonial {
	margin-bottom: 75px;
	text-align: center;
}

.testimonial .container {
	max-width: 1240px;
}

.testimonial blockquote {
	quotes: "\201C""\201D""\2018""\2019";
	margin: 0;
	padding: 0 85px;
	position: relative;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
    color: #ccc;
    content: open-quote;
    left: 20px;
    font: 7em/.1em "Times New Roman", serif;
    position: absolute;
    top: 60px;
}

.testimonial blockquote:after {
	bottom: 20px;
    content: close-quote;
    left: auto;
    right: 20px;
    top: auto;
}

.testimonial blockquote p {
	color: #006bb7;
	font: 300 2rem/1.0625 'Slate W01 Light', Verdana, Arial; /*32/34*/
	margin: 0 0 25px;
}

.testimonial cite {
	color: #006bb7;
	font-size: 1rem;
	font-weight: bold;
	font-style: normal;
}

/***Sustainable Banner***/

.sustainable-banner {
	background: #6c712f;
	color: #fff;
	float: left;
	font-size: 1.125rem;
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.sustainable-banner:hover {
	color: rgba(205,192,140,1);
}

.sustainable-banner img {
	display: inline-block;
	margin: 0 40px;
}

.sustainable-banner i {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

/***Page Hero***/

.page-hero {
	background: no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 1.0625rem; /*17*/
/* 	margin: 102px 0 60px; */
	margin: 102px 0 5px;
/* 	padding: 82px 0; */
	padding: 52px 0;
	text-align: center;
}

.page-hero h1 {
	color: #fff;
	font: 700 3.125rem 'Slate W01 Bold', Verdana, Arial; /*50*/
	letter-spacing: 3px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.page-hero a {
	color: #fff;
}

.page-hero a:hover {
	color: #fff;
	text-decoration: underline;
}

/***Page Content***/

.page-content {
	padding-bottom: 110px;
	text-align: center;
}

.page-content .container {
	max-width: 1340px;
}

.page-content h2 {
	color: #525252;
	font-size: 2.625rem; /*42*/
	text-transform: none;
}

.page-content p,
.page-content ul,
.page-content ol {
	font-size: 1.5rem; /*24*/
	line-height: 1.5;
	margin: 0 auto 40px;
	max-width: 850px;	
}

.page-content ul,
.page-content ol {
	max-width: 553px;
}

.page-content ul li {
	font-size: 1.25rem; /*20*/
	line-height: 1.8;
	list-style: none;
	position: relative;
	text-align: left;
}

.page-content ul li:before {
	content: "\f105";
    color: #1aada3;
    font-family: FontAwesome;
    left: -20px;
    opacity: .7;
    position: absolute;
    top: 0;
}

.page-content .gallery {
	align-items: flex-start;
	margin: 50px auto 0;
	max-width: 940px;
}

.page-content .gallery img {
	margin-bottom: 20px;
	width: 48%;
}

/***************************************************************************************************************************************************************************************/

/*PRODUCT ARCHIVES / CATEGORY TAXONOMIES STYLES*/

/***************************************************************************************************************************************************************************************/

/***Category Grid***/

.category-grid {
/* 	margin-top: 30px; */
	margin-top:0px;
}

.category-grid .flex-container {
	justify-content: flex-start;
	max-width: 1190px;
}

.category-grid .category-link {
	color: #006bb7;
	font-size: 1.75rem; /*28*/
	line-height: 1.4;
	margin-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
	width: 31.47%; /*362*/
}

.category-grid .category-link:nth-of-type(3n+2) {
	margin: 0 2.78% 80px;
}

.category-grid .category-link .image {
	background: #006bb7;
	overflow: hidden;
}

.category-grid .category-link img {
	transition: all .5s ease;
}

.category-grid .category-link:hover img {
	opacity: .2;
	transform: scale(1.05);
}

/***Multi Products Layout***/

.multi-product-listings .intro {
	margin: 0 0 75px;
	text-align: center;
}

.multi-product-listings .intro p {
	font-size: 1.5rem; /*24*/
	margin: 0 0 20px;
}

.multi-product {
	align-items: flex-start;
	margin-bottom: 100px;
}

.multi-product img {
	width: 33.333%; /*500*/
}

.multi-product .product-info {
	width: 58.333%; /*875*/
}

.multi-product .product-chart,
.product-full-table .product-chart {
	margin-bottom: 25px;
	width: 100%;
	table-layout:fixed;
}

.multi-product .product-chart caption,
.product-full-table .product-chart th {
	background: #006bb7;
	color: #fff;
	font-size: 1.3125rem; /*21*/
	font-weight: bold;
	padding: 8px 20px;
	text-align: left;
}

.multi-product .product-chart th {
	background-color: #ececec;
	color: #006bb7;
	font-size: 1.125rem; /*18*/
	font-weight: bold;
	padding: 15px 12px;
	text-align: center;
}

.multi-product .product-chart td:first-child,
.product-full-table .product-chart td:first-child {
    color: #6e6e6e;
}

.multi-product .product-chart td,
.product-full-table .product-chart td {
	border-bottom: 1px solid #E6E6E6;
	color: #6e6e6e;
	font-size: 1.125rem;
	font-weight: normal;
	letter-spacing: 0;
	padding: 15px 12px;
	text-align: center;
	width: auto;
}

.multi-product .product-chart tr:nth-of-type(odd) td,
.product-full-table .product-chart tr:nth-of-type(even) td {
	background: #f9f9f9;
}

.multi-product .product-info p {
	font-size: 1.5rem; /*24*/
	padding: 0 10px;
}

.multi-product .product-info .btn {
	margin-top: 40px;
}

/***Pagination***/

.wp-pagenavi {
	margin: 40px 0;
	text-align: center;
	width: 100%;
}

.wp-pagenavi * {
	display: inline-block;
	font-size: 1rem;
	line-height: 32px;
	margin-right: 3px;
	text-align: center;
	width: 34px;
}

.wp-pagenavi .page {
	border: 1px solid transparent;
	border-bottom: 1px solid #B1B1B1;
	color: #000;
}

.wp-pagenavi .page:hover {
	border: 1px solid #B1B1B1;
}

.wp-pagenavi .current {
	background-color: #000;
    border-color: #000;
    color: #fff;
}

/***************************************************************************************************************************************************************************************/

/*SINGLE PRODUCT - IMAGE / CHART STYLES*/

/***************************************************************************************************************************************************************************************/

.product-image-graph {
	margin-bottom: 100px;
}

.product-image-graph .container {
	max-width: 1180px;
}

/***Product Nav***/

.product-nav {
	margin-bottom: 50px;
	width: 100%;
}

.product-nav a {
	color: #000;
	display: inline-block;
	font-size: 24px;
}

.product-nav a:hover {
	color: #006bb7;
}

/***Product Carousels***/

.product-images {
	width: 48.42%; /*552*/
}

.main-slider {
	margin-bottom: 20px;
}

.main-slider a {
	display: none;
}

.main-slider a:first-child {
	display: block;
}

.slick-track {
	margin: 0 !important;
}

.thumb-slider .slick-list {
	padding: 0 !important;
}

.thumb-slider .slick-slide {
	cursor: pointer;
	margin: 0 10px;
}

/***Single Product Table***/

.product-chart {
	width: 46.22%; /*527*/
}

.product-chart th {
	background: #006bb7;
	color: #fff;
	font-size: 1.3125rem; /*21*/
	font-weight: normal;
	padding: 8px 20px;
	text-align: left;
}

.product-chart td {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.125rem;
	padding: 5px 20px;
	width: 50%;
}

.product-chart tr:nth-of-type(even) td {
	background: #ececec;
}

.product-chart td:first-child {
	color: #006bb7;
}

.product-chart tfoot p {
	color: #5f5f5f;
	font-size: .875rem;
	font-style: italic;
	font-weight: normal;
}

/***************************************************************************************************************************************************************************************/

/*SINGLE PRODUCT - FULL TABLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Table Styles***/

.product-full-table {
	margin-bottom: 175px;
}

.product-full-table .product-chart th.mobile {
	display: none;
}

.product-full-table .product-chart th:not(:first-child) {
	text-align: center;
}

.product-full-table .product-chart tr:nth-of-type(odd) td {
	background: #ececec;
}

.product-full-table .product-chart td:first-child {
	text-align: left;
}

/***Related Categories***/

.related-categories h2 {
	margin: 0 0 35px;
	text-align: center;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*BLOG ARCHIVE*/

/***************************************************************************************************************************************************************************************/

.blog-content .container,
article .container {
	max-width: 1180px;
}

.blog-content .post {
	margin-bottom: 70px;
	text-align: center;
}

.post-meta {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.blog-content .post .post-meta img {
	transition: all .5s ease;
}

.blog-content .post:hover .post-meta img {
	opacity: .6;
    transform: scale(1.1);
}

.post-meta .post-date {
	background: #fff;
	box-shadow: 0 0 9px rgba(0,0,0,.1);
	color: #1B1919;
	font-size: .75rem; /*12*/
	font-weight: 700;
	left: 10px;
	letter-spacing: .5px;
	padding: 4px 0 8px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	width: 53px;
	z-index: 2;
}

.post-meta .post-date span {
	display: block;
	font-size: 1.5rem; /*24*/
	font-weight: 400;
	padding-bottom: 4px; 
}

.categories-list {
	background: #006bb7;
	bottom: 0;
	font-size: .75rem; /*12*/
	left: 50%;
	padding: 5px 10px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.categories-list a {
	color: #fff;
}

.categories-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.blog-content .post h2,
article h2 {
	color: #1B1919;
	font-size: 2rem; /*32*/
    letter-spacing: .3px;
	line-height: 1.2; /**/
	margin: 0 0 20px;
	text-transform: none;
}

.blog-content .post h2 a {
	color: #1B1919;
}

.blog-content .post h2 a:hover {
	color: #006bb7;
}

.blog-content .post p {
	font-size: 1.125rem; /*18*/
	line-height: 1.7;
	margin: 0 0 15px;
}

.blog-content .post .read-more {
	border-bottom: 1px solid #B5B5B5;
	color: #6D6D6D;
	display: inline-block;
	font-size: .875rem; /*14*/
	letter-spacing: .3px;
	line-height: 1.285; /*18*/
}

.blog-content .post .share-post {
	margin: 22px 0 0;
	padding: 0;
}

.blog-content .post .share-post li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
}

.blog-content .post .share-post a {
	background: #efefef;
	border-radius: 100%;
	color: #8f8f8f;
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}

/***************************************************************************************************************************************************************************************/

/*BLOG SINGLE*/

/***************************************************************************************************************************************************************************************/

/***Post Content***/

article .post-meta {
	text-align: center;
}

article h2 {
	text-align: center;
}

article p,
article ul,
article ol {
	font-size: 1.125rem; /*18*/
	line-height: 1.8;
	margin: 0 0 18px;
}

article h3 {
	font-size: 1.5rem;
}

article blockquote {
	border-left: 5px solid #006bb7;
	margin: 30px 0;
	padding: 0 0 0 50px;
}

article blockquote p {
	font-size: 1.5rem;
	font-style: italic;
	margin: 0;
}

/***Related Products***/

article .category-grid {
	margin: 40px 0;
}

article .category-grid h3,
.related-posts h3 {
	color: #1B1919;
	font-size: 1.625rem; /*26*/
	letter-spacing: .5px;
	margin: 0 0 35px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

article .category-grid h3:after,
.related-posts h3:after {
	background-color: #1aada3;
	content: "";
	display: block;
	height: 2px;
	margin: 10px auto 0;
    width: 30px;
}

/***Page Nav***/

.post-nav {
	background: #F7F7F7;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
	padding: 15px 25px;
	width: 100%;
}

.post-nav a {
	color: #202020;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
}

.post-nav a:hover {
	color: #006bb7;
}

.post-nav .prev a:before,
.post-nav .next a:after {
	font-family: FontAwesome;
}

.post-nav .prev a:before {
	content: "\f104";
    margin-right: 10px;
}

.post-nav .next a:after {
	content: "\f105";
    margin-left: 10px;
}

/***Related Categories***/

.related-posts .post {
	width: 48%;
}

.related-posts .post h4 {
	font-size: 1.375rem; /*22*/
	font-style: normal;
	margin: 0 0 15px;
}

.related-posts .post h4 a {
	color: #1B1919;
}

.related-posts .post h4 a:hover {
	color: #006bb7;
}

.related-posts .post p {
	font-size: .875rem;
}

/***************************************************************************************************************************************************************************************/

/*CONTACT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.contact-info {
	margin-bottom: 105px;
}

.contact-info .container {
	max-width: 690px;
}

.contact-info p {
	font-size: 1.5rem;
	margin: 0 auto 35px;
	max-width: 375px;
	padding-left: 78px;
	position: relative;
}

.contact-info p:before {
	font: 48px 'FontAwesome';
	left: 10px;
	position: absolute;
	top: 5px;
}

.contact-info .contact-address:before {
	content: "\f041";
}

.contact-info .contact-details:before {
	content: "\f003";
	font-size: 38px;
}

.contact-info address {
	font-style: normal;
}

/***Contact Form***/

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7-form .column {
	margin-bottom: 25px;
	width: 48%;
}

.wpcf7-form .column.full {
	width: 100%;
}

.wpcf7-form .btn-row {
	text-align: center;
}

.wpcf7-form label {
	color: #1B1919;
	display: block;
	font-size: .875rem; /*14*/
	margin-bottom: 5px;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
.wpcf7-form select,
.searchform.alt input[type=text] {
	background-color: #efeeee;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #5f5f5f;
	font-family: inherit;
	font-size: 1.125rem; /*18*/
	height: 38px;
	line-height: 18px;
	padding: 0 15px;
	width: 100%;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.searchform.alt input[type=text]:focus {
	border-color: #006bb7;
	outline: none;
}

.wpcf7-form textarea {
	height: 290px;
	padding: 15px;
}

/***Google Map***/

.google-map {
	float: left;
	height: 635px;
	margin-bottom: 40px;
	width: 100%;
}

.google-map iframe {
	height: 100%;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*CAREERS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.tabs-container {
	padding-bottom: 50px;
}

.tabs-container .flex-container {
	flex-wrap: nowrap;
	max-width: 1210px;
}

/***Tabs Nav***/

.tab-nav {
	flex-shrink: 0;
	margin: 0 20px 0 0;
	padding: 0;
	width: 190px;
}

.tab-nav li {
	margin-bottom: 1px;
	list-style: none;
}

.tab-nav li a {
	background-color: #fafafa;
	border-radius: 5px;
	color: #325ab2;
	display: block;
	font-size: 1.3125rem; /*21*/
	padding: 14px 20px;
}

.tab-nav li.active a {
	background: #fff;
	cursor: default;
}

/***Tabs Content***/

.tabs {
	width: 80.59%; /*943px*/
}

.tabs h2 {
	font-size: 2rem;
	margin: 0 0 20px;
	text-transform: none;
}

.tabs h3,
.tabs p {
	color: #5f5f5f;
	font-size: 1.5rem; /*24*/
	font-weight: bold;
	line-height: 1.5;
	margin:  0 0 20px;
}

.tabs p {
	font-weight: normal;
}

.tabs .wpcf7-form input[type=text], 
.tabs .wpcf7-form input[type=email], 
.tabs .wpcf7-form textarea, 
.tabs .wpcf7-form select {
	max-width: 350px;
}

.wpcf7 .row {
	margin-bottom: 20px;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*SEARCH RESULTS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Form***/

.search-content .searchform {
	margin-bottom: 50px;
}

.searchform.alt input[type=text] {
	max-width: 350px;
}

.searchform.alt input[type=submit] {
	height: 38px;
	line-height: auto;
	margin-left: 10px;
	padding: 0 15px;
}

/***Results***/

.search-content ul {
	margin: 0;
	padding: 0;
}

.search-content li {
	font-size: 1.125rem;
	list-style: none;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.search-content li a {
	color: #1B1919;
}

.search-content li a:hover {
	color: #006bb7;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 87.5em) {
	
	/***Header***/
	
	#menu-main > li > a {
		font-size: 1rem;
		padding: 36px 5px 34px;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1100*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 68.75em) {
	
	body:after {
		background-color: rgba(0,0,0,.7);
		content: " ";
		height: 100%;
   	 	left: 0;
   	 	opacity: 0;
   	 	position: fixed;
   	 	top: 0;
    	transition: all .3s ease;
    	visibility: hidden;
    	width: 100%;
    	z-index: 18;
	}
	
	body.menu-opened:after {
		opacity: 1;
		visibility: visible;
	}

	/***Header***/
	
	header {
		padding: 20px 0;
		z-index: 19;
	}
	
	header .logo {
		width: 277px;
	}
	
	header .mobile-menu {
		color: #fff;
		font-size: 1.5rem;
	}
	
	header .mobile-menu, 
	header.active .mobile-menu .fa-times {
		display: block;
	}
	
	header .mobile-menu .fa-times,
	header.active .mobile-menu .fa-bars,
	header .open-search-popup,
	#menu-main .sub-menu li.menu-item-has-children:after {
		display: none;
	}
	
	header nav.main-nav {
		background: #006bb7;
		height: calc(100% - 64px);
		overflow: auto;
		padding: 10px 0;
		position: fixed;
		right: 0;
		transition: all .5s ease;
		transform: translate3d(460px,0,0);
		top: 64px;
		width: 270px;
	}
	
	header.active nav {
		transform: translate3d(0,0,0);
	}
	.top-nav {
		display:none;
	}
	.mobile-nav {
		display:block;
	}
	/*Search Form*/
	
	header .searchform {
		display: block;
		margin-bottom: 10px;
		padding: 0 10px;
		position: relative;
	}
	
	header .searchform input[type=text] {
		background: rgba(255,255,255,.1);
		border: none;
		border-radius: 5px;
		color: #fff;
		font-family: inherit;
		font-size: 1rem;
		padding: 14px 50px 14px 18px;
		width: 100%;
	}
	
	header .searchform ::-webkit-input-placeholder { 
		color: #fff;
		opacity: .8; 
	}
	
	header .searchform ::-moz-placeholder { 
		color: #fff;
		opacity: .8; 
	}
	
	header .searchform :-ms-input-placeholder {
		color: #fff;
		opacity: .8; 
	}
	
	header .searchform button {
		background: none;
		border: none;
		color: #fff;
		font-size: 1.25rem; /*20*/
		height: 100%;
		position: absolute;
		right: 10px;
		top: 0;
		transition: opacity .5s ease;
		width: 50px;
	}
	
	header .searchform button:hover {
		opacity: .5;
	}
	
	/*Level 1*/
	
	#menu-main {
		display: block !important;
	}
	
	#menu-main > li {
		display: block;
		margin: 0;
		width: 100%;
	}
	
	#menu-main > li > a {
		border: none;
		height: auto;
		margin: 0;
		padding: 12px 15px;
		text-align: left;
		text-transform: uppercase;
	}
	
	/*Level 2*/
	
	header li.menu-item-has-children {
		position: relative;
	}
	
	header li.menu-item-has-children .open-children {
		font-size: 26px !important;
		padding: 0 !important;
		position: absolute;
		right: 0;
		text-align: center !important;
		text-rendering: auto;
		top: 0;
	    -webkit-font-smoothing: antialiased;
	    width: 60px;
	}
	
	header li.menu-item-has-children.active > .open-children i {
		transform: rotate(-180deg);
	}
	
	#menu-main .sub-menu {
		background: #171717;
		box-shadow: none;
		display: none;
		position: static;
		width: 100%;
	}
	
	#menu-main li:hover .sub-menu {
		display: none;
	}
	
	#menu-main li.menu-item-has-children.active:hover > .sub-menu,
	#menu-main li.menu-item-has-children.active > .sub-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	#menu-main .sub-menu a {
		border: none;
		color: #fff;
		font-size: .875rem; /*14*/
		padding: 12px 15px;
		text-align: left;
		text-transform: uppercase;
	}
	
	#menu-main .sub-menu li:hover > a {
    	color: #fff;
    	font-weight: bold;
		padding-left: 15px;
    }
    
    /***Homepage***/
    
    .hero {
	    height: auto;
/* 	    margin-top: 65px; */
		margin-top:0;
	    padding: 100px 0;
    }
    
    .hero h1,
	#n2-ss-2 h1{
	    font-size: 3rem;
    }
    
    .hero h1 span,
	#n2-ss-2 h1 span{
	    font-size: 1rem;
	    letter-spacing: 3;
    }
    
    .hero h1 span:before, 
    .hero h1 span:after,
	#n2-ss-2 h1 span:before,
	#n2-ss-2 h1 span:after{
	    height: 1px;
	    width: 20px;
    }
    
    /***Default Template***/
    
    .page-hero {
	    margin: 65px 0 40px;
	    padding: 50px 0;
    }
    
    .page-hero h1 {
	    font-size: 2.5rem;
    }
    
    .page-content {
	    padding-bottom: 20px;
    }
    
    .page-content h2 {
	    font-size: 2rem;
    }
    
	.page-content p, 
	.page-content ul li, 
	.page-content ol {
		font-size: 1.125rem;
	}
	
	.page-content .gallery {
		margin-top: 50px;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 53.125em) {
	
	h2, h3 {
		font-size: 1.875rem;
	}
	
	/***Footer***/
	
	.social-footer h2 {
		font-size: 1.875rem;
	}
	
	.social-footer li a {
		font-size: 30px;
	}
	
	.newsletter .column {
		margin-bottom: 30px;
		width: 48%;
	}
	
	/***Homepage***/
	
	.hero h1,
	#n2-ss-2 h1{
	    font-size: 2rem;
	    padding: 20px;
    }
    
    .hero h1 span,
	#n2-ss-2 h1 span{
	     letter-spacing: 2px;
     }
    
    .hero h1 span:before, 
    .hero h1 span:after,
	#n2-ss-2 h1 span:before,
	#n2-ss-2 h1 span:after{
	    display: none;
    }
    
    .column-callouts {
	    padding: 40px 0 0;
    }
    
    .column-callouts .flex-container {
	    justify-content: center;
    }
    
    .column-callouts .column {
	    max-width: 475px;
	    width: 100%;
    }
    
    .parallax-content {
	    margin-bottom: 30px;
	    padding: 50px 0;
    }
    
    .parallax-content h2 {
	    font-size: 2rem;
    }
    
    .parallax-content h3 {
	    font-size: 1.125rem;
	    margin-top: 30px;
    }
    
    .parallax-content p,
    .parallax-content.alt p {
	    font-size: 1.25rem;
    }
    
    .latest-posts h2 {
	    margin-bottom: 30px;
    }
    
    .sustainable-banner img {
	    display: block;
	    margin: 0 auto 20px;
    }
    
    /***Product Categories***/
    
    .category-grid .category-link {
	    font-size: 1.125rem;
    }
    
    .multi-product-listings .intro {
	    margin-bottom: 0;
    }
    
    .multi-product-listings .intro p,
    .multi-product .product-info p {
	    font-size: 1.125rem; /*18*/
    }
    
    .multi-product {
	    margin-bottom: 50px;
    }
    
    .multi-product .product-info {
	    width: 100%;
    }
    
    .multi-product img {
	    margin: 0 auto 30px;
	    width: auto;
    }
    
    /***Single Product***/
    
    .product-image-graph {
	    margin-bottom: 50px;
    }
    
    .product-image-graph .container.flex-container {
	    justify-content: center;
    }
    
    .product-nav,
    .product-images {
	    margin-bottom: 30px;
    }
    
	.product-images {
		max-width: 522px;
		width: 100%;
	}
	
	.product-full-table {
		margin-bottom: 40px;
	}
	
	.product-chart {
		width: 100%;
	}
	
	.product-full-table .product-chart th.mobile {
		display: block;
	}
	
	.product-full-table .product-chart .secondary-header {
		display: none;
	}
	
	.product-full-table .product-chart,
	.product-full-table .product-chart tbody,
	.product-full-table .product-chart tr,
	.product-full-table .product-chart td {
		display: block;
	}
	
	.product-full-table .product-chart tr {
		margin-bottom: 30px;
	}
	
	.product-full-table .product-chart td {
		align-items: center;
		display: flex;
		text-align: left !important;
		width: 100%;
	}
	
	.product-full-table .product-chart td:before {
		display: inline-block;
		font-weight: bold;
		width: 100px;	
	}
	
	.product-full-table .product-chart td:nth-of-type(1)::before {
		content: "Part #: ";
	}
	
	.product-full-table .product-chart td:nth-of-type(2)::before {
		content: "Width: ";
	}
	
	.product-full-table .product-chart td:nth-of-type(3)::before {
		content: "Length: ";
	}
	
	.product-full-table .product-chart td:nth-of-type(4)::before {
		content: "Core Size: ";
	}
	
	.product-full-table .product-chart td:nth-of-type(5)::before {
		content: "RLS/CS: ";
	}

	.product-full-table .product-chart td:nth-of-type(6)::before {
		content: "Wt.: ";
	}

	.product-full-table .product-chart td:nth-of-type(7)::before {
		content: "Cube: ";
	}
	
	.product-full-table .product-chart td:nth-of-type(8)::before {
		content: "CS/PLT: ";
	}
	
	/***Careers***/
	
	.tab-nav li a {
		font-size: 1.125rem;
	}
	
	.tabs h2 {
		font-size: 1.875rem;
	}
	
	.tabs h3,
	.tabs p {
		font-size: 1.25rem;
	} 

	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 40.625em) {
	
	/***Header***/
	
	header .logo {
		max-width: 70%;
	}
	
	/***Footer***/
	
	footer .footer-logo {
		display: none;
	}
	
	footer .column {
		width: 48%;
	}
	
	/***Homepage***/
    
    .hero {
	    overflow: hidden;
	    padding: 50px 0;
    }
    
    .latest-posts .post {
	    margin-bottom: 30px;
	    width: 100%;
    }
    
    .latest-posts .btn {
	    margin-top: 0;
    }
    
    .testimonial {
	    margin-bottom: 30px;
    }
    
    .testimonial blockquote {
	    padding: 0 10px;
    }
    
    blockquote:before, 
    blockquote:after {
	    font-size: 4rem;
	    left: 0;
	    opacity: .5;
	    top: 20px;
    }
    
    blockquote:after {
	    bottom: 0;
	    left: auto;
	    right: 0;
	    top: auto;
	}
	
	.testimonial blockquote p {
		font-size: 1.5rem;
		position: relative;
	}
	
	/***Default Template***/
	
	.page-hero h1 {
		font-size: 2rem;
		letter-spacing: 1px;
	}
	
	.page-content h2 {
		font-size: 1.875rem;
	}
	
	.page-content .gallery img {
		margin: 0 auto 20px;
		width: auto;
	}
	
	/***Product Categories***/
	
	.category-grid .flex-container {
		justify-content: space-between;
	}
    
    .category-grid .category-link {
	    width: 48%;
    }
    
    .category-grid .category-link:nth-of-type(3n+2) {
	    margin: 0 0 80px;
    }
    
    /***Blog Single***/
    
    .related-posts .post {
	    width: 100%;
    }
    
    /***Contact Form***/
    
    .contact-info {
	    margin-bottom: 50px;
    }
    
    .wpcf7-form .column {
	    width: 100%;
    }
    
    .google-map {
	    height: 250px;
    }
    
    /***Search***/
    
    .searchform.alt {
	    text-align: center;
    }
    
    .searchform.alt input[type=text] {
	    max-width: 100%;
	    margin-bottom: 15px;
	    width: 100%;
    }
    
    /***Careers***/
    
    .tabs-container .flex-container {
	    flex-wrap: wrap;
    }
	
	.tab-nav {
		margin: 0 0 30px;
		width: 100%;
	}
	
	.tabs {
		width: 100%;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 25em) {
	
	/***Footer***/
	
	.newsletter .column {
		width: 100%;
	}
	
	footer .column {
		margin-bottom: 40px;
		text-align: center;
		width: 100%;
	}
	
	footer .copyright {
		margin: 0;
	}
	
	/***Product Categories***/
    
    .category-grid .category-link {
	    font-size: 1rem;
    }
    
    /***Contact***/
    
    .contact-info p {
	    font-size: 1.25rem;
	    padding: 0;
    }
    
    .contact-info p:before {
	    display: none;
    }
}

/* AE Custom */
.top-nav {
	background:#fff; 
}
.top-nav .menu {
	text-align:right;
	max-width:95%;
	margin:0 auto;
	padding:5px 15px 10px;
}
.top-nav li {
	display:inline-block;
	margin:0 10px;
}
.top-nav li a {
	font-size:14px;
}
header .top-nav nav {
	
}

.call-to-action{
   /* margin-left: auto; */
   background-color:white !important;
   font-size: 24px !important;
}
.call-to-action-button {
	padding: 10px;
/* 	background-color: #0078c1; */
/*     border: 1px solid #0078c1; */
	background-color: #003da5;
	border: 1px solid #003da5;
    color: #ffffff;
	font: 24px 'Slate W01', Verdana, Arial, sans-serif;
  }


/* GF styles */
.gform_button {
	background:#6aa3d9;
	color:#fff;
	border:0;
	border-radius:7px;
}
.gform_button:hover,
.gform_button:focus {
	background:#305cb1;
}

/* Footer social */
footer .social li {
	display:inline-block;
	margin-right: 15px;
    font-size: 24px;
}

@media (min-width:768px) {
	footer ul.social {
		position:absolute;
		bottom:0;
	}
}

.top-nav {
    background: white;
}

.top-nav .menu {
    text-align: right;
    max-width: 95%;
    margin: 0 auto;
    padding: 5px 15px 10px;
}

.top-nav li {
    display: inline-block;
    margin: 0 10px;
}

.top-nav li a {
    font-size: 14px;
}

.top-text p,
.bottom-text p{
	font-size:1.5rem;
	padding: 0 10px;
}



/* related-products */
.related-products{
	max-width: 1190px;
}

.related-products h3{
	display: block;
    margin: 0 auto 30px auto;
    color: black;
}

.realted_product_image{
	height: 200px;
	width: auto;
	background-size: cover!important;
	background-position: center!important;
}

.related-products-item{
	padding: 0 20px;
	text-align: center;
	color: #006bb7;
}

.glider-dot:hover, .glider-dot:focus, .glider-dot.active {
    background: #006bb7;
}


.glider-prev{
	display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    left: -50px;
    font-size: 0!important;
}

.glider-next{
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
     right: -50px;
     font-size: 0!important;
}



.glider-prev:before{
	content: "\f177";
	color: black;
    font-size: 26px;
}

.glider-next:before{
    content: "\f178";
    color: black;
    font-size: 26px;

}

.glider-next:before:hover{
    color: #006bb7;

}
.glider-next:hover{
    content: "\f178";
    color: white;
}

.glider-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
    color: white!important;
    font-size: 0!important;
}


@media only screen and (max-width: 1140px) {
button.glider-prev,
button.glider-next {
    display: none;
}
}

.bc-categories {
	max-width:1380px;
    margin: 0px auto 0px;
    padding: 0 20px 30px 20px;
	text-align:left;
}
section.multi-product-listings > .bc-categories{
	text-align:left;
}
body.archive section.category-grid > div.bc-categories,
body.archive section.multi-product-listings > div.bc-categories{
	margin-bottom:18px;
}
body.blog section.blog-content > div.bc-categories {
    padding-bottom: 50px;
}
.page-id-843 .page-content {
    text-align: left;
}
.page-id-843 .page-content p {
    margin: 0;
    padding-bottom: 25px;
}
.page-id-843 .page-content ul {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0;
	margin-left:0;
    max-width: 850px;
	margin-bottom: 16px;
}
/* Homepage Hero Buttons */
body.home section.hero{
	flex-direction:column;
}
section.hero div.btn-container{
	margin-top:12px;
}
a.btn.btn-dark{
	background-color:#083254;
	color:#FFF;
}
a.btn.btn-dark:hover,
a.btn.btn-dark:focus{
	color:#083254;
	background-color:#FFF;
}
a.btn.btn-white{
	color:#305cb1;
	background-color:#FFF;
}
a.btn.btn-white:hover,
a.btn.btn-white:focus{
	color:#FFF;
	background-color:#305cb1;
}
/* Sandwich Slider Fix */
div.realted_product_image.sandwich{
	background-size:contain!important;
	height:225px;
}
div.realted_product_image.fix-height{
	height:225px;
}
div.realted_product_image[style='background:url(https://test.formplastics.com/wp-content/uploads/2018/01/5072-1.jpg;']{
	background-size:contain!important;
}

/* Portion Control Trays Related Image Sliders */
@media(min-width:767px){
	.postid-528 div.realted_product_image,
	.postid-526 div.realted_product_image,
	.postid-530 div.realted_product_image,
	.postid-956 div.realted_product_image,
	.postid-532 div.realted_product_image,
	.postid-804 div.realted_product_image,
	.postid-534 div.realted_product_image,
	.postid-536 div.realted_product_image,
	.postid-538 div.realted_product_image,
	.postid-540 div.realted_product_image,
	.postid-542 div.realted_product_image,
	.postid-544 div.realted_product_image,
	.postid-548 div.realted_product_image,
	.postid-751 div.realted_product_image,
	.postid-552 div.realted_product_image,
	.postid-752 div.realted_product_image,
	.postid-569 div.realted_product_image,
	.postid-571 div.realted_product_image{
		height:215px;
	}
}
/* Platters / BOX LUNCH, MOW & SPECIALTY TRAYS Related Image Sliders */
.postid-723 div.realted_product_image,
.postid-1580 div.realted_product_image,
.postid-725 div.realted_product_image,
.postid-727 div.realted_product_image,
.postid-728 div.realted_product_image,
.postid-730 div.realted_product_image{
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
@media(max-width:600px){
	.term-9.paged-3 a.category-link > .image > img{
		max-height:120px;
	}
	.term-12 a.category-link > .image > img,
	.term-8 a.category-link > .image >img{
		height:120px!important;
	}
}
@media(max-width:410px){
	div.realted_product_image.sandwich{
		height:190px;
	}
	div.realted_product_image.fix-height {
    	background-size: contain !important;
    	height: 190px;
	}
	.postid-755 div.realted_product_image.fix-height{
		background-size:cover!important;
/* 		height:225px; */
	}
	.term-12.paged-3 a.category-link > .image > img,
	.term-12.paged-2 a.category-link > .image > img,
	.term-12 a.category-link > .image > img[src="https://test.formplastics.com/wp-content/uploads/2018/01/6047.jpg"]{
		object-fit:fill;
	}
}
section.intro-text {
    padding: 20px 0 0 0;
}