/*
Theme Name: D&S Machinery
Theme URI: http://underscores.me/
Author: Visco Design
Author URI: http://www.viscodesign.com
Description: Custom designed and built theme
Version: 1.0.0
License: Copyright Visco Design
License URI: http://www.viscodesign.com
Text Domain: dsmachinery
Tags:

D&S Machinery is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Structure
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #404040;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.5;
}
h1 {
	font: 400 normal 2.5em/1.3em 'Dosis', Helvetica, sans-serif;
	color: #ed1b24;
	margin: 0 0 1em 0;
}
h2 {
	font: 700 normal 1.8em/1.2em 'Dosis', Helvetica, sans-serif;
	color: #222;
	margin: 0 0 0.5em 0;
}
h3 {
	font: 700 normal 1.4em/1.1em 'Dosis', Helvetica, sans-serif;
	color: #0551a5;
	margin: 0 0 0.25em 0;
}
h4,
h5,
h6 {
}

p {
	margin: 0.25em 0 0.75em 0;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font: 400 italic 1em Georgia, Times, serif;
	color: #777;
	margin: 1.5em 0;
	padding: 0.5em 2em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*	2.1 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0 0 1em 1.5em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li {list-style:none;}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;

}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*	2.2 Misc
--------------------------------------------------------------*/
.fa {
	margin: 0.25em;
}
a.read-more {
	color: #fff;
	padding: 0.35em 0.75em;
	background: #ed1b24;
}
a.read-more:hover,
a.read-more:visited {
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------------------------------------
3.0 Structure
--------------------------------------------------------------*/

/*	3.1 Header
--------------------------------------------------------------*/
.site-header {
	background: #eee;
	min-height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.site-branding {
	max-width: 1080px;
	min-height: 70px;
	margin: 0 auto;
	padding: 1em 0;
}
.site-header .home-link {
	display: inline-block;
	margin: 0;
	width: 200px;
	max-width: 200px;
	min-height: 108px;
	padding: 0;
	text-decoration: none;
}
.site-description {
	clear: none;
	display: inline-block;
	font: 400 normal 1.2em 'Dosis', 'Open Sans', Helvetica, sans-serif;
	color: #111;
	margin: 0 auto;
	max-width: 400px;
	vertical-align: middle;
}
.brand-page-logo {
	margin: 0 auto;
}

/*	3.2 Slidedeck
--------------------------------------------------------------*/
.slider-container {
	max-width: 1080px;
	margin: 1em auto;
}

/*	3.3 Page Thumbnails
--------------------------------------------------------------*/
.page-banner {
	width: 100%;
	max-width: 1080px;
	height: 75px;
	overflow: hidden;
	margin-bottom: 1em;
}

/*	3.4 Content
--------------------------------------------------------------*/
.site-content {
	padding: 0em 5%;
}
.content-area {
	max-width: 1080px;
	margin: 0 auto;
}

/*	3.5 Google Maps
--------------------------------------------------------------*/
.location {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.google-map {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
}

/*	3.6 Twitter Timelines
--------------------------------------------------------------*/
.twitter-timeline {
	width: 100% !important;
	min-width: 300px;
	max-width: 520px;
	height: 500px;
	min-height: 400px;
	max-height: 500px;
	margin: 0;
	padding: 0;
}

/*	3.7 Custom Pages
--------------------------------------------------------------*/
/*	Landini Pages	*/
.page-template-page-templateslandini-php h1,
.page-template-page-templateslandini-php a,
.term-landini-tractors h1 {
	color: #0092d7;
}
.page-template-page-templateslandini-php ul li ul li a:hover {
	color: #0092d7;
}
.page-template-page-templateslandini-php .nav-menu .current_page_item > a,
.page-template-page-templateslandini-php .nav-menu .current_page_ancestor > a,
.page-template-page-templateslandini-php .nav-menu .current-menu-item > a,
.page-template-page-templateslandini-php .nav-menu .current-menu-ancestor > a,
.term-landini-tractors .nav-menu .current_page_item > a,
.term-landini-tractors .nav-menu .current_page_ancestor > a,
.term-landini-tractors .nav-menu .current-menu-item > a,
.term-landini-tractors .nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-weight: 400;
	background: #0092d7;
}

/*	McCormick Pages	*/
.page-template-page-templatesmccormick-php h1,
.page-template-page-templatesmccormick-php a,
.term-mccormick-tractors h1 {
	color: #ef3e33;
}
.page-template-page-templatesmccormick-php ul li ul li a:hover {
	color: #ef3e33;
}
.page-template-page-templatesmccormick-php .nav-menu .current_page_item > a,
.page-template-page-templatesmccormick-php .nav-menu .current_page_ancestor > a,
.page-template-page-templatesmccormick-php .nav-menu .current-menu-item > a,
.page-template-page-templatesmccormick-php .nav-menu .current-menu-ancestor > a,
.term-mccormick-tractors .nav-menu .current_page_item > a,
.term-mccormick-tractors .nav-menu .current_page_ancestor > a,
.term-mccormick-tractors .nav-menu .current-menu-item > a,
.term-mccormick-tractors .nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-weight: 400;
	background: #ef3e33;
}

/*	3.8 Products
--------------------------------------------------------------*/
/*	Listings	*/
.product-wrapper {
	max-width: 100%;
	margin: 0;
	padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tax-product_category .type-product {
	display: inline-block;
	float: left;
	width: 49%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 8px;
	margin-right: 1%;
}
.tax-product_category .type-product:hover {
	background: #f3f3f3;
}
.tax-product_category .entry-thumbnail {
	max-width: 100%;
	margin: 0;
}
.tax-product_category .type-product h1 {
	font-size: 1em;
	font-weight: 400;
	padding: 0.15em 0.25em;
}
.product-variations {
	clear: left;
	font-size: 0.8em;
	background: #ddd;
	margin: 0;
	padding: 0.25em;
}
a.product-link {
	font-size: 0.8em;
	font-weight: 700;
	color: #111;
	text-transform: uppercase;
}
.term-landini-tractors .type-product h1 {
	background: #0092d7;
}
.term-landini-tractors .type-product h1 a {
	color: #fff;
}
.term-landini-tractors .type-product .entry-content a:hover {
	color: #0092d7;
}
.term-mccormick-tractors .type-product h1 {
	background: #ef3e33;
}
.term-mccormick-tractors .type-product h1 a {
	color: #fff;
}
.term-mccormick-tractors .type-product .entry-content a:hover {
	color: #ef3e33;
}

/*	Full Products	*/
.custom-tax-landini-tractors h1,
.custom-tax-landini-tractors h3 {
	color: #0092d7;
}
.custom-tax-mccormick-tractors h1,
.custom-tax-mccormick-tractors h3 {
	color: #ef3e33;
}
.product-brochure {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 1.5em;
	border: 1px solid #ddd;
	color: #888;
	text-align: center;
}
.custom-tax-landini-tractors .product-brochure a {
	transition: background-color 0.5s ease;
	background-color: #0092d7;
	border: none;
	border-bottom: 3px solid #222;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
.custom-tax-mccormick-tractors .product-brochure a {
	transition: background-color 0.5s ease;
	background-color: #ef3e33;
	border: none;
	border-bottom: 3px solid #222;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
/*
.product-brochure a:after {
	font-family: "dashicons";
	content: "\f316";
}
*/
.product-brochure a:hover {
	color: #fff;
	background-color: #555;
}
.term-landini-tractors .product-brochure a {
	display: block;
	color: #fff;
	background: #0092d7;
}

.product-more-info {
	border: 1px solid #ddd;
}

/*	3.9 Footer
--------------------------------------------------------------*/
.site-footer {
	background: #222;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ddd;
}
.site-footer h3 {
	color: #444;
	margin-bottom: 1em;
}
.site-footer a {
	color: #fff;
}
.site-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer ul li a {
	color: #fff;
}
#footer-widget-area {
	width: 90%;
	max-width: 1080px;
	margin: 2em auto;
}
#footer-widget-area .widget {
	width: 100%;
}
#footer-widget-area .widget h3 {
	font-weight: 400;
}
.site-info {
	background: #0551a5;
	width: 100%;
	margin: 0;
	padding: 2em 5%;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
}
.viscodesign {
	color: rgba(255,255,255,0.2);
	font-size: 90%;
	text-transform: uppercase;
	clear: both;
	margin-top: 1em;
}
.viscodesign a,
.viscodesign a:visited {
	color: rgba(255,255,255,0.2);
}
.viscodesign a:hover {
	color: inherit;
	text-decoration: none;
}

/*	3.10 Social Icons
--------------------------------------------------------------*/
.social-icon {
	margin: 0.1em;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	transition: all 0.5s ease;
}
.social-icon:hover {
	background-color: rgba(255,255,255,0.25);
}
.fa-facebook.social-icon {
	background-color: #405d9e;
}
.fa-twitter.social-icon {
	background-color: #27aae1;
}
.fa-youtube.social-icon {
	background-color: #ed1c24;
}


/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button.menu-toggle {
	border: none;
	border-radius: 0;
	background: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font: 700 normal 1em/1em Helvetica, Arial, sans-serif;
	color: #0551a5;
	padding: 0.5em 5%;
	text-transform: uppercase;
	box-shadow: none;
	text-shadow: none;
	vertical-align: middle;
}
button.menu-toggle:before {
	font-family: FontAwesome;
	content: "\f0c9";
	margin-right: 0.5em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: none /* inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: none /* inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: none /* inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #ed1b24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #ed1b24;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 5%;
	height: 35px;
	position: relative;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation li a {
	font: 400 normal 1.1em 'Dosis', 'Open Sans', Helvetica, sans-serif;
	color: #888;
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.main-navigation li:hover > a,
.main-navigation li a:hover {
	color: #222;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 35px;
	left: -999em;
	z-index: 99999;
	background: #eee;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	font-size: 100%;
	color: #111;
	margin: 0;
	width: 220px;
	text-align: left;
}
.main-navigation ul ul li {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	color: #ed1b24;
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #ed1b24;
	font-weight: 700;
	background: #fff;
}

/* Mobile Menu */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation.toggled .nav-menu {
	width: 100%;
	border: 1px solid #ddd;
}
.main-navigation.toggled li {
	width: 100%;
	border-right: none;
	border-top: 1px solid #ddd;
	background: #fff;
}
.main-navigation.toggled li a {
	text-align: left;
	padding: 0.5em 5%;
}
.main-navigation.toggled .current_page_item > a,
.main-navigation.toggled .current-menu-item > a,
.main-navigation.toggled .current_page_ancestor > a {
	background: #ed1b24;
	color: #fff;
	font-weight: 700;
}
/* End Mobile Menu */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-top: 3px solid #222;
	border-bottom: 1px solid #ddd;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	padding: 1em 0;
	border-right: 1px solid #ddd;
}
.post-navigation .nav-previous:before {
	content: '\f053';
	font-family: 'FontAwesome';
	color: #aaa;
	margin-right: 1.5em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	padding: 1em 0;
	width: 50%;
}
.post-navigation .nav-next:after {
	content: '\f054';
	font-family: 'FontAwesome';
	color: #aaa;
	margin-left: 1.5em;
}

/*	Landini Menu	*/
.landini-menu {
	background: #0092d7;
}
.landini-menu ul {
	list-style-type: none;
	background: #0092d7;
	margin: 0 auto;
	padding: 0.5em 0;
	max-width: 1080px;
	width: 100%;
}
.landini-menu ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.landini-menu ul li:last-child {
	border-right: none;
}
.landini-menu ul li a {
	color: #fff;
	max-width: 150px;
	display: block;
	margin: 0.25em 0.5em;
	padding: 0.25em 0.5em;
	font-size: 80%;
}

/*	McCormick Menu	*/
.mccormick-menu {
	background: #ef3e33;
}
.mccormick-menu ul {
	list-style-type: none;
	background: #ef3e33;
	margin: 0 auto;
	padding: 0.5em 0;
	max-width: 1080px;
	width: 100%;
}
.mccormick-menu ul li {
	display: inline-block;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.mccormick-menu ul li:last-child {
	border-right: none;
}
.mccormick-menu ul li a {
	color: #fff;
	max-width: 150px;
	display: block;
	margin: 0.25em 0.5em;
	padding: 0.25em 0.5em;
	font-size: 80%;
}

/*	Back To Top	*/
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	display: none;
}
.back-to-top a {
	color: #111;
	transition: background-color 0.5s ease;
	background-color: rgba(210, 210, 210, 0.75);
	text-decoration: none;
	font-size: 1em;
	padding: 0.75em;
}
.back-to-top .fa {
	margin: 0;
}
.back-to-top a:hover {
	color: #fff;
	background-color: #ed1b24;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*	Sidebar	*/
#secondary {
	float: right;
	max-width: 28%;
	margin-left: 2%;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.footer-search input.search-submit {
	display: none;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.25em;
	padding: 10px 0;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content {
	margin: 1.5em 0 0;
}
.entry-summary {
	margin: -10px 0 1.5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #bbb;
}
.entry-header {
	clear: left;
	margin-bottom: 2em;
	margin-right: 2em;
	margin-top: 1.5em;
}
.entry-thumbnail {
	float: left;
}
.entry-thumbnail img {
	display: block;
	margin: 0 2em 2em 0;
}
.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}
h1.entry-title.post-summary {
	clear: none;
	font-size: 2em;
}
.entry-title a {
	color: #141412;
}
.entry-title a:hover {
	color: #ed1b24;
}
.entry-content blockquote {
	font-size: 1.25em;
}
.entry-footer {
	margin: 1em 0;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #999;
}
.entry-footer a {
	font-weight: 700;
	color: #000;
}
.cat-links {
	margin-right: 1em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Media Queries
--------------------------------------------------------------*/

/* 480px breakpoint */
@media only screen and (min-width: 480px) {

.page-banner {
	height: 100px;
}


}

/* Max 599px breakpoint */
@media only screen and (max-width: 599px) {

.tax-product_category .type-product:nth-child(2n+2) {
	margin-right: 0;
}

}

/* 600px breakpoint */
@media only screen and (min-width: 600px) {

.site-header .home-link {
	float: left;
	margin: 0 2em 0 0;
}
.brand-page-logo {
	float: right;
	margin: 0 0 1em 2em;
}
.page-banner {
	height: 150px;
}
.tax-product_category .type-product {
	width: 32%;
}
.product-brochure {
	float: right;
	width: auto;
	margin: 0 0 1em 2em;
}
.location {
	float: right;
	width: 50%;
}
.google-map {
	height: 400px;
}
#footer-widget-area .widget {
	float: left;
	width: 49%;
	margin-left: 2%;
}
#footer-widget-area .widget:nth-child(even) {
	margin-left: 0;
}

}

/* 600px - 799px breakpoint */
@media only screen and (min-width: 600px and max-width: 799px) {

.tax-product_category .type-product:nth-child(3n+3) {
	margin-right: 0;
}

}

/* 800px breakpoint */
@media only screen and (min-width: 800px) {

.menu-toggle {
	display: none;
}
.main-navigation {
	padding: 0;
}
.main-navigation ul {
	display: block;
}
.main-navigation li {
	width: auto;
}
.main-navigation a {
	padding: 0.75em;
}
.page-banner {
	height: 250px;
}
.product-wrapper {
	max-width: 70%;
}
.tax-product_category .type-product {
	width: 24%;
}
.tax-product_category .type-product:nth-child(4n+4) {
	margin-right: 0;
}
#footer-widget-area .widget {
	float: left;
	width: 24%;
	margin-left: 1%;
}
#footer-widget-area .widget:nth-child(1) {
	margin-left: 0;
}


}

/* 1000px breakpoint */
@media only screen and (min-width: 1000px) {

.page-banner {
	height: 350px;
}


}

/* 1200px breakpoint */
@media only screen and (min-width: 1200px) {


}






.add-to-cart-button {
background: #0652A5;
color: #000000;
font-size: 1.5em;
font-weight: bold;
margin: 0;

}



#it-exchange-store .it-exchange-products li {
        margin: 20 !important;
        padding: 0 !important;
        width: 30% !important;
        clear: none !important;
	line-height: 10px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: grey !important;
	

	
	
}

#it-exchange-store .it-exchange-products li:nth-child(3n+1) {
	margin-left: 2%;
	
	 

        
}

#it-exchange-store .it-exchange-products li:nth-child(2n+1) {
	margin-left: 2%;
	margin-right: 2%;

}

#it-exchange-store .it-exchange-featured-image {
	size: large;	
	height: 200px;
 	width: auto;
	top: 20px !important;
	left:12% !important;
	position: relative !important;
	height:290px !important;

}


#it-exchange-store .it-exchange-product-title {
	margin: .5em 0em 1em;

}





#button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-size: 1rem;
	padding: .7em 3em .5em;
	font-weight: bold;
	margin-top: .5em;
}