/*
	Theme Name: Forklift Training Systems Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For Forklift Training Systems
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing --------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing --------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements --------------------------------------------- */
html {
	font-size: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #222;
}
body {
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.home .featured-content img,
.button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}
::-moz-selection {
}
::selection {
}
a {
	color: #0073df;
}
a img {
}
a:hover {
}
p {
}
strong {
}
ol,
ul {
}
blockquote,
blockquote::before {
}
blockquote {
}
blockquote::before {
}
.entry-content code {
}
cite {
}
.training img {
	width: 100%;
}

/* Headings --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}
h1 {
	margin-top: 0;
}
h2 {
}
h3 {
}
h4 {
	margin-top: 0;
}
h5 {
}
h6 {
}

/* Objects --------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms --------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #222;
	font-size: 14px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="radio"] {
	height: 15px;
	width: 25px;
	line-height: 20px;
	padding: 0;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
div.woocommerce a.button,
div.woocommerce button.button,
div.woocommerce input.button,
section.woocommerce a.button,
section.woocommerce button.button,
section.woocommerce input.button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-checkout #payment input#place_order.button {
	background-color: #0073df;
	border-radius: 2px;
	border: solid 3px #0073df;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 25px;
	height: auto;
	min-height: 45px;
	line-height:41px;
	padding-top:0;
	padding-bottom:0;
	text-transform: uppercase;
	width: auto;
	font-weight: 900;
	font-size: 12px;
	text-decoration: none;
}
.button.gold,
.entry-content .button.gold,
div.woocommerce a.button.gold,
div.woocommerce button.button.gold,
div.woocommerce input.button.gold,
section.woocommerce a.button.gold,
section.woocommerce button.button.gold,
section.woocommerce input.button.gold,
body.woocommerce a.button.gold,
body.woocommerce button.button.gold,
body.woocommerce input.button.gold,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.wc-forward,
body.woocommerce-checkout #payment input#place_order.button {
	background-color: #F8C000;
	border: solid 3px #F8C000;
}
.button,
.entry-content .button {
	display: inline-block;
}
.bigbutton {
	margin-bottom: 12px;
}
.training .button {
	display: block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
div.woocommerce a.button:hover,
div.woocommerce button.button:hover,
div.woocommerce input.button:hover,
section.woocommerce a.button:hover,
section.woocommerce button.button:hover,
section.woocommerce input.button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-checkout #payment input#place_order.button:hover {
	background-color: transparent;
	color: #0073df;
}
.button.gold:hover,
.entry-content .button.gold:hover,
div.woocommerce a.button.gold:hover,
div.woocommerce button.button.gold:hover,
div.woocommerce input.button.gold:hover,
section.woocommerce a.button.gold:hover,
section.woocommerce button.button.gold:hover,
section.woocommerce input.button.gold:hover,
body.woocommerce a.button.gold:hover,
body.woocommerce button.button.gold:hover,
body.woocommerce input.button.gold:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.wc-forward:hover,
body.woocommerce-checkout #payment input#place_order.button:hover {
	background-color: transparent;
	color: #F8C000;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms --------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Tables --------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th,
td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 0;
	padding: 0.6rem 0;
}

/* Site Containers --------------------------------------------- */
.site-container {
}
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1400px;
}
.site-inner {
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}
.home .site-inner {
	padding: 0;
	max-width: 100%;
}

/* 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: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content --------------------------------------------- */
.content,
#container {
	float: right;
	width: 70%;
}
.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: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar --------------------------------------------- */
.sidebar-primary {
	float: left;
	width: 25%;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin:0;
}

.sidebar-primary p.trainer img{
	float:none;
	} strong{
	display:block;
}
.sidebar-primary p.trainer img{
	float:none;
}

/* WordPress --------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*
Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height: 60px;
}
.site-header .widget-area {
	width: 50%;
	float: right;
	height: 60px;
}
.widget-area .left,
.widget-area .right {
	display: block;
	height: 60px;
}
.widget-area .left {
	float: right;
}
.widget-area .left a {
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #222;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-right: 35px;
}
.widget-area .left a:hover {
	color: #0073df;
}
.widget-area .right {
	float: right;
	width: 350px;
}
.widget-area #phone {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	float: left;
}
.widget-area #phone a {
	color: #0073df;
	text-decoration: none;
	font-size: 22px;
	font-weight: 900;
}
.widget-area #chat {
	background-color: #e4e4e4;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
	margin-top: 10px;
	line-height: 40px;
	color: #222;
	display: block;
	float: right;
	border-radius: 3px;
}
.widget-area #chat a {
	color: #222;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.widget-area #chat .off {
	color: #87080A;
}
.widget-area #chat .on {
	color: #5FC420;
}

/* Title Area --------------------------------------------- */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	width: auto;
}
.site-title a {
	width: 425px;
	height: 45px;
	margin-top: 7.5px;
	display: block;
	background-image: url(images/logo.png);
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Primary Navigation --------------------------------------------- */
.nav-primary {
	width: 100%;
	height: 60px;
	background-color: #222;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
}
.nav-primary ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 8%;
	display: block;
	float: left;
	height: 60px;
}
.nav-primary ul li.small {
	width: 6%;
}
.nav-primary ul li.medium {
	width: 10%;
}
.nav-primary ul li.large {
	width: 12%;
}
.nav-primary ul li.x-large {
	width: 20%;
}
.nav-primary ul li.search {
	width: 35%;
	float: right;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}
.nav-primary ul li.small a {
	text-align: left;
}
.nav-primary ul li a:hover {
	color: #0073df;
}
.nav-primary ul li.search form {
	width: 85%;
	float: right;
	background-color: #333;
	border-radius: 20px;
	height: 40px;
	margin-top: 10px;
	box-shadow: 0 1px 1px 1px #111 inset;
}
.nav-primary ul li.search label {
	margin-left: 20px;
	width: 75%;
	float: left;
}
.nav-primary ul li.search label input {
	height: 40px;
	background-color: transparent;
	padding: 0;
	border: none;
	box-shadow: 0px 0px 0px #333 inset;
	color: #999;
}
.nav-primary ul li.search input[type="submit"] {
	float: right;
	height: 40px;
	margin: 0;
	width: 40px;
	position: relative;
	background-color: transparent;
	text-indent: -999999px;
	display: block;
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav-primary .sub-menu .current-menu-item > a {
}
.nav-primary .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 400px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #f9f9f9;
	border-left: solid 1px #222;
	border-right: solid 1px #222;
}
.nav-primary .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 40px;
	border-bottom: solid 1px #222;
}
.nav-primary .sub-menu li a {
	padding: 0;
	position: relative;
	width: 100%;
	display: block;
	line-height: 20px;
	text-align: left;
	color: #222;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-primary .sub-menu li a:hover {
	background-color: #0073df;
	color: #fff;
}
.nav-primary .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.nav-primary .menu-item:hover {
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.showmenu,
.nav-primary ul li.mobile,
.mobile-menu {
	display: none;
}

/* Home Page --------------------------------------------- */
#home-slider {
	height: 550px;
	width: 100%;
	overflow: hidden;
}
#home-slider .slider {
	height: 550px;
	width: 100%;
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#home-slider .slider .wrapper {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	padding-top: 300px;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
	color: #fff;
}
#home-slider .slider .wrapper h2 {
	font-size: 55px;
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px #000;
}
#home-slider .slider .wrapper span {
	display: block;
	line-height: 24px;
	margin-bottom: 20px;
	text-shadow: 1px 1px #000;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#home-slider #slider1 {
	background-image: url(images/slider-1.jpg);
}
#home-slider #slider2 {
	background-image: url(images/slider-2.jpg);
}
#home-slider #slider3 {
	background-image: url(images/slider-3.jpg);
}
#home-slider #slider4 {
	background-image: url(images/slider-4.jpg);
}
#training-services {
	padding-top: 55px;
	padding-bottom: 55px;
}
#training-services section {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	width: 25%;
	display: block;
	float: left;
	height: 250px;
	border: solid 12px #ccc;
	position: relative;
}
#training-services section:nth-child(1) {
	background-image: url(images/forklift-train-the-trainer-thumb.jpg);
	margin-right: 12.5%;
}
#training-services section:nth-child(2) {
	background-image: url(images/forklift-operator-training-thumb.jpg);
	margin-right: 12.5%;
}
#training-services section:nth-child(3) {
	background-image: url(images/forklift-damage-thumb.jpg);
}
#training-services h3,
#training-services a {
	background-color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size: 16px;
	display: block;
	line-height: 25px;
}
#training-services h3 {
    bottom: 25px;
    color: #fff;
    text-transform: uppercase;
	margin: 0;
}
#training-services a {
    bottom: 0;
    color: #0073df;
	text-decoration: none;
}
#featured-products {
	background-color: #333;
	padding-top: 55px;
	padding-bottom: 55px;
}
#featured-products h4 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 900;
}
#featured-products ul {
	padding: 0;
	margin: 0;
}
#featured-products li {
	width: 48%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float: left;
	background-color: #222;
	padding: 20px;
	margin-bottom: 20px;
	color: #ccc;
	min-height: 160px;
}
#featured-products li:nth-child(1),
#featured-products li:nth-child(3),
#featured-products li:nth-child(5),
#featured-products li:nth-child(7),
#featured-products li:nth-child(9) {
	clear: right;
}
#featured-products .woocommerce ul.product_list_widget li img {
	float: none;
	width: 115px;
	height: auto;
}
#featured-products .product-image {
	width: 115px;
	height: 115px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
	background-color: #fff;
}
#featured-products .product-details {
	margin-left: 130px;
	width: auto;
}
#featured-products .product-details .product-title a {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.woocommerce ul.product_list_widget li a.button {
	background-color: #F8C000;
	border: solid 3px #F8C000;
	display: block;
	width: 170px;
	text-align: center;
	color: #222;
	margin-top: 6px;
	line-height: 39px;
}
.woocommerce ul.product_list_widget li a.button:hover {
	background-color: transparent;
	color: #F8C000;
}
#home-content {
	padding-top: 55px;
	padding-bottom: 55px;
	text-align: center;
}
#home-content h4 {
	font-size: 40px;
	color: #222;
	margin-bottom: 15px;
}

/* COVID Message */
.message {
	background-color:#F8C000;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
}

/* Content ---------------------------------------------------------------------------------------------------- */
img.profile {
	border: 8px solid #ebebeb;
    border-radius: 73px;
    float: left;
    height: 130px;
    margin-right: 20px;
    width: 130px;
}

/* Training ---------------------------------------------------------------------------------------------------- */
a.greybutton {
    background-color: #f1f1f1;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-right: 1%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
    width: 32.3334%;
	text-decoration: none;
}
a.greybutton:hover {
	color: #fff;
	background-color: #0073df;
}
body.training #jumpers a.button {
	background-color: #0073df;
	color: #fff;
}
body.training #jumpers a.button:hover {
	background-color: transparent;
	color: #0073df;
}
body.training a.button {
	background-color: transparent;
	color: #0073df;
	width: 100%;
	margin-bottom: 10px;
}
body.training a.button:hover,
body.training.training-registration a.button {
	background-color: #0073df;
	color: #fff;
}
body.training.training-registration a.button {
	margin-top: 0;
	margin-bottom: 25px;
}
body.training.training-registration a.button:hover {
	background-color: transparent;
	color: #0073df;
}
body.training .training-location {
	padding: 20px;
	background-color: #ECECEC;
	margin-bottom: 25px;
}
.registration a {
	display: block;
	margin-top: 8px;
	background-color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	border-radius: 2px;
}
.registration a::after {
	content: "Register";
	display: block;
	position: absolute;
	height: 26px;
	line-height: 26px;
	right: 0px;
	top: 0px;
	background-color: #0073df;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	border: solid 2px #0073df;
}
.registration a:hover {
	background-color: #0073df;
	color: #fff;
}
.registration a.mobile-elevating-work-platform-train-the-trainer-zoom-online-class,
.registration a.forklift-train-the-trainer-zoom-online-class{
	color: #00B87A;
}
.registration a.mobile-elevating-work-platform-train-the-trainer-zoom-online-class::after,
.registration a.forklift-train-the-trainer-zoom-online-class::after{
	background-color: #00B87A;
	border: solid 2px #00B87A;
}
.registration a.mobile-elevating-work-platform-train-the-trainer-zoom-online-class:hover,
.registration a.forklift-train-the-trainer-zoom-online-class:hover{
	background-color: #00B87A;
	color: #fff;
}
.registration a.forklift-train-the-trainer-cleveland-akron{
	color: red;
}
.registration a.forklift-train-the-trainer-cleveland-akron::after{
	background-color: red;
	border: solid 2px red;
}
.registration a.forklift-train-the-trainer-cleveland-akron:hover{
	background-color: red;
	color: #fff;
}
body.training img {
	width: 100%;
}

/* Category ---------------------------------------------------------------------------------------------------- */
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
	width: 25%;
	margin-right: 8%;
	min-height: 400px;
}
body.woocommerce ul.products li.product .image,
body.woocommerce-page ul.products li.product .image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
body.woocommerce ul.products li.product .image img,
body.woocommerce-page ul.products li.product .image img {
	height: 100%;
	width: auto;
	max-width: auto;
	min-width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
body.woocommerce ul.products li.product a.button,
body.woocommerce-page ul.products li.product a.button,
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt {
	background-color: #F8C000;
	border-color: #F8C000;
	color: #222;
}
body.woocommerce ul.products li.product a.button:hover,
body.woocommerce-page ul.products li.product a.button:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover {
	background-color: transparent;
	color: #F8C000;
}
body.woocommerce ul.products li.product h3 {
	color: #222;
	font-size: 16px;
}
body.woocommerce ul.products li.product .price {
	color: #0073df;
	font-size: 16px;
	font-weight: bold;
}
body.woocommerce span.onsale {
	background-color: #0073df;
}
body.woocommerce ul.products li.product .onsale {
    display: none;
}
.product_meta span.sku_wrapper,
.product_meta span.posted_in {
	display: block;
	color: #999;
}
.product_meta span.sku_wrapper a,
.product_meta span.posted_in a {
	color: #999;
}
.product select {
	color: #222;
}
input#purchase_order {
	display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	width: 50%;
}
.woocommerce p.woocommerce-result-count {
	height: 45px;
}
.woocommerce .woocommerce-ordering {
	height: 75px;
}

/* Product Page ---------------------------------------------------------------------------------------------------- */
body.woocommerce #content div.product div.thumbnails a,
body.woocommerce div.product div.thumbnails a,
body.woocommerce-page #content div.product div.thumbnails a,
body.woocommerce-page div.product div.thumbnails a {
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 5%;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	display: inline-block;
}
body.woocommerce #content div.product div.thumbnails a.last,
body.woocommerce div.product div.thumbnails a.last,
body.woocommerce-page #content div.product div.thumbnails a.last,
body.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 5%;
}
body.woocommerce-page #content div.product div.thumbnails a.first,
body.woocommerce-page #content div.product div.thumbnails::after,
body.woocommerce #content div.product div.thumbnails a.first,
body.woocommerce div.product div.thumbnails a.first,
body.woocommerce-page #content div.product div.thumbnails a.first,
body.woocommerce-page div.product div.thumbnails a.first {
	clear: none;
}
body.woocommerce #content div.product div.thumbnails a img,
body.woocommerce div.product div.thumbnails a img,
body.woocommerce-page #content div.product div.thumbnails a img,
body.woocommerce-page div.product div.thumbnails a img {
	opacity: 0.7;
}
body.woocommerce #content div.product div.thumbnails a img:hover,
body.woocommerce div.product div.thumbnails a img:hover,
body.woocommerce-page #content div.product div.thumbnails a img:hover,
body.woocommerce-page div.product div.thumbnails a img:hover {
	opacity: 1.0;
}
.woocommerce div.product h1.product_title {
	margin-bottom: 0;
}
body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
	color: #0073df;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
}
body.woocommerce div.product p.price span,
body.woocommerce div.product span.price span {
	font-size: 18px;
}
body.woocommerce .quantity .qty {
	width: 90px;
	padding-left: 10px;
	text-align: left;
}
body.woocommerce #respond input#submit.alt.disabled,
body.woocommerce #respond input#submit.alt.disabled:hover,
body.woocommerce #respond input#submit.alt:disabled,
body.woocommerce #respond input#submit.alt:disabled:hover,
body.woocommerce #respond input#submit.alt[disabled]:disabled,
body.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
body.woocommerce a.button.alt.disabled,
body.woocommerce a.button.alt.disabled:hover,
body.woocommerce a.button.alt:disabled,
body.woocommerce a.button.alt:disabled:hover,
body.woocommerce a.button.alt[disabled]:disabled,
body.woocommerce a.button.alt[disabled]:disabled:hover,
body.woocommerce button.button.alt.disabled,
body.woocommerce button.button.alt.disabled:hover,
body.woocommerce button.button.alt:disabled,
body.woocommerce button.button.alt:disabled:hover,
body.woocommerce button.button.alt[disabled]:disabled,
body.woocommerce button.button.alt[disabled]:disabled:hover,
body.woocommerce input.button.alt.disabled,
body.woocommerce input.button.alt.disabled:hover,
body.woocommerce input.button.alt:disabled,
body.woocommerce input.button.alt:disabled:hover,
body.woocommerce input.button.alt[disabled]:disabled,
body.woocommerce input.button.alt[disabled]:disabled:hover {
	background-color: #ccc;
	border-color: #999;
	line-height: 39px;
	padding-top: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: none !important;
	border: none !important;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-top: solid 4px #999;
	color: #999;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: transparent;
	border-radius: 0;
	display: block;
	float: left;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #222;
	color: #222;
}
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: none;
}
body.woocommerce div.product p.price ins,
body.woocommerce div.product span.price ins {
	text-decoration: none;
}
body.woocommerce .woocommerce-message {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.75);
	left: 0;
	top: 0;
	z-index: 9999999;
	padding: 0 !important;
}
body.woocommerce .woocommerce-message .wrap {
	width: 50%;
	max-width: 800px;
	height: auto;
	background-color: #fff;
	padding: 20px;
	margin-top: 100px;
	border-radius: 3px;
}
body.woocommerce .woocommerce-message .wrap .button {
	margin-left: 6px;
}
.related {
}
.description-text {
	height: auto;
	margin-bottom: 50px;
	position: relative;
}
.description-text .wrap {
	overflow: hidden;
	height: 125px;
}
.description-text a.more {
	line-height: 34px;
	height: 40px;
	border: solid 3px #0073df;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	bottom: -50px;
	left: 0;
}
.woocommerce div.product div.summary iframe {
	max-width: 100%;
}

/* Related Products ---------------------------------------------------------------------------------------------------- */
body.woocommerce ul.products,
body.woocommerce ul.products li.first,
body.woocommerce ul.products::after {
	clear: none;
}

/* Cart ---------------------------------------------------------------------------------------------------- */
body.woocommerce-cart .content .left {
	width: 60%;
	margin-right: 5%;
	float: left;
}
body.woocommerce-cart .content .right {
	width: 35%;
	float: right;
}
body.woocommerce .cart-collaterals .cart_totals,
body.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 280px;
}
body.woocommerce-cart .quantity .qty {
	width: 90px;
}

/* Checkout ---------------------------------------------------------------------------------------------------- */
body.woocommerce-checkout .content .left {
	width: 48%;
	margin-right: 2%;
	float: left;
}
body.woocommerce-checkout .content .right {
	width: 48%;
	margin-left: 2%;
	float: right;
	padding: 20px;
	background-color: #e4e4e4;
}
body.woocommerce-checkout .col2-set .col-1,
body.woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}
body.woocommerce-checkout table.shop_table {
	background-color: #fff;
}
body.woocommerce-checkout table.shop_table td {
	width: 50%;
}
body.woocommerce-checkout td.product-name dl.variation dd,
body.woocommerce-checkout td.product-name dl.variation dt,
body.woocommerce-cart td.product-name dl.variation dt,
body.woocommerce-cart td.product-name dl.variation dd {
	margin: 0;
	display: block;
	float: left;
}
body.woocommerce-checkout td.product-name dl.variation dd,
body.woocommerce-cart td.product-name dl.variation dd {
	padding: 0;
}
body.woocommerce-checkout td.product-name dl.variation dd p,
body.woocommerce-cart td.product-name dl.variation dd p {
	margin: 0;
}
.woocommerce table.shop_table tfoot th {
	vertical-align: top;
}
body.woocommerce-cart td.product-name dl.variation,
body.woocommerce-checkout td.product-name dl.variation {
	font-size: 12px;
	color: #666;
	margin-left: 25px;
}
body.woocommerce-cart .woocommerce td.product-name dl.variation dt,
body.woocommerce-checkout .woocommerce td.product-name dl.variation dt,
body.woocommerce-cart .woocommerce td.product-name dl.variation dd,
body.woocommerce-checkout .woocommerce td.product-name dl.variation dd {
	height: 15px;
	line-height: 15px;
}
.woocommerce table.shop_table td {
	vertical-align: top !important;
}
body.woocommerce div.product form.cart .button{
	padding-bottom:0;
}
body .woocommerce #payment #place_order,
body.woocommerce-page #payment #place_order{
	background-color:#F8C000;
	border: solid 3px#F8C000;
	color:#fff;
	width:100%;
}
body .woocommerce #payment #place_order:hover,
body.woocommerce-page #payment #place_order:hover{
	background-color:transparent;
	color:#F8C000;
}

/* Sidebars ---------------------------------------------------------------------------------------------------- */
.sidebar h4 {
	font-size: 22px;
	margin: 0;
}
.sidebar p:last-child {
}
.sidebar li {
	list-style-type: none;
}
.sidebar li a {
	text-decoration: none;
	color: #222;
}
.sidebar ul > li:last-child {
}
.sidebar .widget {
	margin-bottom: 12px;
}
.sidebar .widget_shopping_cart {
	background-color: #e4e4e4;
	padding: 10px;
}
.sidebar .widget_shopping_cart a.button {
	width: 48%;
	text-align: center;
	padding: 0;
}
.sidebar .widget_shopping_cart a.button.wc-forward {
	background-color: #999;
	border-color: #999;
	margin-right: 1%;
	color: #fff;
}
.sidebar .widget_shopping_cart a.button.wc-forward:hover {
	background-color: transparent;
	color: #222;
	border-color: #222;
}
.sidebar .widget_shopping_cart a.button.checkout.wc-forward {
	background-color: #0073df;
	border-color: #0073df;
	color: #fff;
}
.sidebar .widget_shopping_cart a.button.checkout.wc-forward:hover {
	background-color: transparent;
	color: #0073df;
}
.sidebar .widget_shopping_cart a.button.wc-forward.expand-cart {
	display: none;
}
.sidebar .widget_nav_menu ul,
.sidebar .widget_product_categories ul {
	padding: 0;
}
.sidebar .widget_nav_menu ul li,
.sidebar .widget_product_categories ul li {
	height: auto;
	min-height: 35px;
	margin-bottom: 4px;
	padding-top: 5px;
	background-color: #e4e4e4;
}
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_product_categories ul li a {
	height: auto;
	width: 100%;
	display: block;
	padding-left: 12px;
}
.sidebar .widget_nav_menu ul li:hover,
.sidebar .widget_product_categories ul li:hover {
	background-color: #0073df;
}
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget_product_categories ul li a:hover {
	color: #fff;
}
.sidebar .woocommerce ul.cart_list li dl,
.sidebar .woocommerce ul.product_list_widget li dl {
	display: none;
}

/* Footer Widgets ---------------------------------------------------------------------------------------------------- */
#resources {
	padding-top: 55px;
	padding-bottom: 55px;
	background-color: #f1f1f1;
}
#resources .title {
	font-size: 40px;
	color: #222;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.resource-button {
    background-color: #b7b7b7;
    color: #272727;
    float: left;
    font-size: 22px;
	line-height: 25px;
    font-weight: bold;
    height: auto;
	min-height: 130px;
    margin-left: 0.5%;
	margin-right: 0.5%;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 24%;
}
.resource-button a {
    background-image: url(images/arrow-button.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
    display: block;
    height: 36px;
	position: absolute;
	bottom: 10px;
    left: 5%;
    text-indent: -9999px;
    width: 90%;
}
#footer-cta {
	padding-top: 55px;
	padding-bottom: 55px;
}
#footer-cta span {
	font-size: 36px;
	text-align: center;
	line-height: 40px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#footer-cta #left {
	float: left;
	margin-left: 15%;
	width: 25%;
	color: #0073df;
	font-size: 22px;
}
#footer-cta #right {
	float: right;
	width: 45%;
	margin-right: 15%;
}
#footer-cta #right input {
	width: 65%;
	margin-right: 2%;
	float: left;
	display: block;
}
#footer-cta #right input[type="submit"] {
	float: right;
	width: 30%;
}
.quote {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #777;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-style: italic;
}
.quote span {
	font-size: 13px;
	display: block;
	font-weight: bold;
}


/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #222;
	color: #e4e4e4;
	padding-top: 55px;
	padding-bottom: 25px;
}
.site-footer .footer-left {
	width: 33%;
	margin-right: 2%;
	float: left;
}
ul#menu-social-media {
	padding: 0;
	margin: 0;
}
ul#menu-social-media li {
	width: 33px;
	height: 33px;
	display: inline-block;
}
ul#menu-social-media li a {
	display: block;
	text-indent: -99999px;
	background-image: url(images/social-media-sprite.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 33px;
	opacity: 0.7;
}
ul#menu-social-media li.youtube a {
	background-position: right center;
}
ul#menu-social-media li a:hover {
	opacity: 1.0;
}
.site-footer .footer-right {
	width: 65%;
	float: right;
	padding-top: 35px;
}
a.footer-logo {
	display: block;
	width: 350px;
	height: 50px;
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	text-indent: -99999px;
}
.site-footer a {
	text-decoration: none;
	color: #e4e4e4;
}
.site-footer a:hover {
}
.site-footer ul li {
	list-style-type: none;
	padding: 0;
}
.site-footer ul li.parent {
	width: 33.3334%;
	float: left;
	height: 150px;
	font-size: 16px;
	font-weight: bold;
}
.site-footer ul li.parent ul {
	padding: 0;
}
.site-footer ul li.parent li {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.site-footer ul li.parent li a {
	color: #e4e4e4;
}
.site-footer ul li.parent li a:hover {
	color: #0073df;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.sub-footer {
	background-color: #111;
	color: #666;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
}
.sub-footer p {
	margin: 0;
}
.sub-footer a {
	text-decoration: none;
	color: #666;
}
.sub-footer a:hover {
	color: #fff;
}
.sub-footer ul {
	padding: 0;
	margin: 0;
}
.sub-footer li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
}
.sub-footer li a {
	padding-left: 5px;
	padding-right: 5px;
}

/* Media Queries ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1490px) {
	.site-inner,
	.wrap {
		max-width: 96%;
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.home .site-inner {
		max-width: 100%;
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	#home-slider .slider .wrapper span {
		width: 70%;
	}
	#training-services section {
		width: 30.3334%;
	}
	#training-services section:nth-child(1),
	#training-services section:nth-child(2) {
		margin-right: 4.5%;
	}
	#footer-cta #left {
		width: 30%;
		margin-left: 10%;
	}
	#footer-cta #right {
		width: 50%;
		margin-right: 10%;
	}
}

@media only screen and (max-width: 1220px) {
	.site-header .widget-area {
		width: 55%;
	}
	.widget-area .right {
		width: 300px;
	}
	.widget-area #phone a {
		font-size: 20px;
	}
	.widget-area #chat {
		padding-left: 10px;
		padding-right: 10px;
	}
	.nav-primary ul li {
		width: 9%;
	}
	.nav-primary ul li.small {
		width: 7%;
	}
	.nav-primary ul li.medium {
		width: 11%;
	}
	.nav-primary ul li.large {
		width: 15%;
	}
	.nav-primary ul li.x-large {
		width: 23%;
	}
	.nav-primary ul li.search {
		width: 25%;
	}
	.nav-primary ul li.search label {
		width: 65%;
	}
	#home-slider,
	#home-slider .slider {
		height: 450px;
	}
	#home-slider .slider .wrapper {
		padding-top: 200px;
	}
	#home-slider .slider .wrapper span {
		width: 90%;
	}
	.resource-button {
		width: 49%;
		margin-bottom: 12px;
	}
	#footer-cta #left {
		width: 38%;
		margin-left: 2%;
	}
	#footer-cta #right {
		width: 58%;
		margin-right: 2%;
	}
	a.greybutton {
		width: 49%;
	}
}

@media only screen and (max-width: 1120px) {
	.content, #container {
		width: 55%;
	}
	.sidebar-primary {
		width: 40%;
	}
	body.woocommerce #content div.product div.images,
	body.woocommerce div.product div.images,
	body.woocommerce-page #content div.product div.images,
	body.woocommerce-page div.product div.images,
	body.woocommerce #content div.product div.summary,
	body.woocommerce div.product div.summary,
	body.woocommerce-page #content div.product div.summary,
	body.woocommerce-page div.product div.summary {
		width: 85%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1023px) {
	#home-slider,
	#home-slider .slider {
		height: 400px;
	}
	#home-slider .slider .wrapper {
		padding-top: 160px;
	}
	#home-slider .slider .wrapper span {
		width: 96%;
	}
	#home-slider .slider .wrapper h2 {
		font-size: 45px;
	}
	#home-content img {
		max-width: 100%;
	}
	.content iframe {
		max-width: 100%;
		height: 300px !important;
	}
}

@media only screen and (max-width: 990px) {
	.site-header {
		height: auto;
	}
	.site-header .wrap {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}
	.title-area {
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	.site-title {
		margin-left: auto;
		margin-right: auto;
		width: 425px;
		position: relative;
	}
	.site-header .widget-area {
		width: 50%;
		background-color: #e4e4e4;
		padding-right: 25px;
	}
	.widget-area #chat {
		background-color: #fff;
	}
	.widget-area .right {
		width: 300px;
	}
	.widget-area .left {
		display: none;
	}
	.mobile-menu {
		height: 60px;
		width: 50%;
		float: left;
		background-color: #e4e4e4;
		display: block;
		padding-left: 25px;
	}
	.showmenu {
		display: block;
		background-image: url(images/mobile-menu.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center left;
		height: 30px;
		width: 30px;
		position: relative;
		font-weight: bold;
		padding-left: 35px;
		line-height: 30px;
		float: left;
		margin-top: 15px;
		cursor: pointer;
	}
	.nav-primary ul li.mobile {
		display: block;
	}
	.nav-primary {
		height: 100vh;
		width: 80%;
		position: fixed;
		right: -80%;
		top: 0;
		z-index: 9999999;
		overflow: scroll;
	}
	.nav-primary .wrap {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.nav-primary ul li,
	.nav-primary ul li.small,
	.nav-primary ul li.medium,
	.nav-primary ul li.large,
	.nav-primary ul li.x-large,
	.nav-primary ul li.search {
		width: 100%;
		height: auto;
		min-height: 50px;
		float: none;
		border-top: solid 1px #000;
	}
	.nav-primary ul li a,
	.nav-primary ul li.small a,
	.nav-primary ul li.medium a,
	.nav-primary ul li.large a,
	.nav-primary ul li.x-large a {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		padding-left: 12px;
	}
	.nav-primary ul li a:hover,
	.nav-primary ul li.small a:hover,
	.nav-primary ul li.medium a:hover,
	.nav-primary ul li.large a:hover,
	.nav-primary ul li.x-large a:hover {
		color: #fff;
		background-color: #0073df;
	}
	.nav-primary ul li.search form {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.nav-primary .sub-menu {
		display: none;
		left: auto;
		opacity: 1;
		position: relative;
		width: 100%;
		height: auto;
		border-left: solid 1px #222;
		border-right: solid 1px #222;
	}
	.nav-primary ul.sub-menu li {
		height: auto;
		min-height: 20px;
		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.nav-primary ul.sub-menu li a {
		height: auto;
		min-height: 20px;
		line-height: 20px;
	}
	.nav-primary .sub-menu li:hover {
		background-color: #0073df;
	}
	.nav-primary .sub-menu li a:hover {
		color: #fff;
	}
	#training-services section,
	#training-services section:nth-child(1),
	#training-services section:nth-child(2) {
		width: 60%;
		margin-left: 20% !important;
		margin-right: 20% !important;
		background-size: 100% auto;
		margin-bottom: 20px;
	}
	.content, #container {
		width: 60%;
	}
	.sidebar-primary {
		width: 35%;
	}
	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product,
	body .woocommerce.columns-2 ul.products li.product {
		width: 42%;
		clear: none;
		min-height: 425px;
	}
	body.woocommerce ul.products li.product .image,
	body.woocommerce-page ul.products li.product .image,
	body.woocommerce ul.products li.product .image img,
	body.woocommerce-page ul.products li.product .image img,
	body .woocommerce.columns-2 ul.products li.product img {
		height: auto;
	}
	body.woocommerce-cart .content .left,
	body.woocommerce-cart .content .right,
	body.woocommerce-checkout .content .left,
	body.woocommerce-checkout .content .right {
		width: 100%;
		float: none;
		margin: 0;
	}
	#footer-cta span {
		width: 96%;
	}
	#footer-cta #left {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		text-align: center;
	}
	#footer-cta #right {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.site-footer .footer-left,
	.site-footer .footer-right {
		width: 96%;
		float: none;
		margin-left: 2%;
	}
	.site-footer .footer-left {
		text-align: center;
	}
	a.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.menu-social-media-container {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	a.greybutton {
		width: 100%;
		margin-right: 0;
	}
	.content iframe {
		height: 280px !important;
	}
}

@media only screen and (max-width: 800px) {
	#home-slider {
		height: 80vh;
		width: 400%;
		overflow: visible;
		margin-left: -100%;
	}
	#home-slider .slider {
		background-position: center top;
		background-size: auto 100%;
		display: block;
		float: left;
		margin-right: 0;
		height: 100%;
		width: 25%;
		position: relative;
	}
	#home-slider .slider:nth-child(2) {
		margin-left: auto;
	}
	#home-slider .slider .wrapper {
		height: 300px;
		padding-top: 0;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#home-slider .slider .wrapper h2 {
		font-size: 40px;
	}
	#training-services {
		display: none;
	}
	#featured-products li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.content, #container {
		width: 100%;
		float: none;
		margin-top: 150px;
	}
	.cart-empty .content, .cart-empty #container {
		margin-top: 0px;
	}
	body.woocommerce #content div.product div.images,
	body.woocommerce div.product div.images,
	body.woocommerce-page #content div.product div.images,
	body.woocommerce-page div.product div.images,
	body.woocommerce #content div.product div.summary,
	body.woocommerce div.product div.summary,
	body.woocommerce-page #content div.product div.summary,
	body.woocommerce-page div.product div.summary {
		width: 100%;
	}
	.woocommerce-cart .content,
	.woocommerce-checkout .content {
		margin-top: 0 !important;
	}
	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		width: 100%;
		float: none;
		position: absolute;
		top: 150px;
		left: 0px;
	}
	.sidebar-primary .widget_nav_menu,
	.sidebar-primary .widget_product_categories,
	.sidebar-primary ul.cart_list,
	.sidebar-primary p.total {
		display: none;
	}
	.sidebar .widget_shopping_cart a.button {
		width: 32%;
	}
	.sidebar .widget_shopping_cart a.button.wc-forward.expand-cart {
		background-color: transparent;
		color: #999;
		display: inline-block;
	}
	.sidebar .widget_shopping_cart a.button.wc-forward.expand-cart:hover {
		color: #222;
	}
	body.page-template-page_zoom.sidebar-content .sidebar-primary{
		display:none;
	}
	.registration a {
		padding-bottom: 30px;
		height: auto;
		min-height: 30px;
		margin-bottom: 40px;
	}
	.registration a::after {
		left: 0;
		bottom: 0;
		top: auto;
	}
}

@media only screen and (max-width: 680px) {
	.title-area {
		width: auto;
		float: left;
	}
	.site-title {
		margin-left: 25px;
	}
	.mobile-menu {
		background-color: transparent;
		float: none;
		height: 30px;
		padding-left: 0;
		position: absolute;
		right: 25px;
		top: 30px;
		width: auto;
	}
	.showmenu {
		width: auto;
		margin-top: 0;
	}
	.site-header .widget-area {
		display: none;
	}
	#home-slider .slider .wrapper h2 {
		font-size: 32px;
	}
	#home-slider .slider .wrapper {
		font-size: 20px;
	}
	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		top: 90px;
	}
	.resource-button {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer-cta span {
		font-size: 24px;
		line-height: 28px;
	}
	.sub-footer {
		font-size: 16px;
	}
	.sub-footer li {
		display: block;
		margin-bottom:18px;
	}
	.sub-footer li a {
		display: block;
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 580px) {
	.site-header {
		border-bottom: solid 1px #ccc;
	}
	.mobile-menu {
		right: 10px;
		top: 25px;
	}
	.showmenu {
		width: 30px;
		text-indent: -9999px;
	}
	#home-slider {
		height: 500px;
	}
	#home-slider .slider {
		background-size: auto 50%;
	}
	#home-slider .slider .wrapper {
		height: 250px;
	}
	#home-slider .slider .wrapper span {
		color: #222;
		text-shadow: 0px 0px #000;
	}
	#home-slider .slider .wrapper h2 {
		color: #222;
		text-shadow: 0px 0px #000;
	}
	body.woocommerce ul.products li.product,
	body.woocommerce-page ul.products li.product,
	body.woocommerce ul.products[class*="columns-"] li.product,
	body.woocommerce-page ul.products[class*="columns-"] li.product{
		width: 96%;
		clear: none;
		min-height: 425px;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
	}
	body.woocommerce ul.products li.product .image,
	body.woocommerce-page ul.products li.product .image {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	body.woocommerce ul.products li.product a.button,
	body.woocommerce-page ul.products li.product a.button,
	body.woocommerce #respond input#submit.alt,
	body.woocommerce a.button.alt,
	body.woocommerce button.button.alt,
	body.woocommerce input.button.alt {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	body.woocommerce #content div.product div.thumbnails a,
	body.woocommerce div.product div.thumbnails a,
	body.woocommerce-page #content div.product div.thumbnails a,
	body.woocommerce-page div.product div.thumbnails a {
		width: 30%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.woocommerce div.product form.cart div.quantity {
		width: 25%;
	}
	body.woocommerce .quantity .qty {
		width: 100%;
	}
	.woocommerce div.product form.cart .button {
		padding-left: 0;
		padding-right: 0;
		width: 65%;
		margin-left: 5%;
	}
	.sidebar .widget_shopping_cart a.button {
		width: 31.5%;
	}
	.content img {
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 16px !important;
	}
}

@media only screen and (max-width: 480px) {
	.site-header {
		height: 55px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background-color: #fff;
		width: 100%;
	}
	.site-title {
		margin-left: 15px;
	}
	.site-title a {
		width: 300px;
	}
	.mobile-menu {
		top: 15px;
	}
	#home-slider {
		margin-top: 55px;
		height: 500px;
	}
	#home-slider .slider .wrapper h2 {
		font-size: 26px;
	}
	#featured-products .product-image {
		width: 100%;
		height: auto;
	}
	#featured-products .woocommerce ul.product_list_widget li img {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: auto;
	}
	#featured-products .product-details {
		margin-left: 0;
		text-align: center;
	}
	.woocommerce ul.product_list_widget li a.button {
		margin-left: auto;
		margin-right: auto;
	}
	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		top: 60px;
	}
	.woocommerce-cart .content,
	.woocommerce-checkout .content {
		margin-top: 60px !important;
	}
	body div.ginput_complex.ginput_container.gf_name_has_2 span,
	body .gform_wrapper .ginput_complex .ginput_left,
	body .gform_wrapper .ginput_complex .ginput_right {
		width: 100%;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	body .gform_wrapper .ginput_complex .ginput_right select,
	body .gform_wrapper .ginput_complex select {
		width: 98%;
	}
	div.gform_wrapper .gform_footer input[type="submit"] {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		border-bottom: 1px solid #d3ced2;
	}
	#footer-cta #right input,
	#footer-cta #right input[type="submit"] {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
		float: none;
	}
	.site-footer ul li.parent {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		height: auto;
		margin-bottom: 20px;
		font-size: 22px;
	}
	.site-footer ul li.parent li {
		font-size: 18px;
		margin-top:12px;
	}
	.content iframe {
		height: 200px !important;
	}
	.cart-empty .content, .cart-empty #container {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 380px) {
	.site-title a {
		width: 250px;
		margin-top: 12px;
	}
	#home-slider .slider {
		background-size: auto 40%;
	}
	#home-slider .slider .wrapper {
		height: 250px;
		font-size: 16px;
	}
	#home-slider .slider .wrapper h2 {
		font-size: 22px;
	}
}
