/*!
Theme Name: Epic Office Furniture
Theme URI: http://underscores.me/
Author: SevenDev
Author URI: https://www.sevendev.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whiteboards and Pinboards is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(146, 146, 146);
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 300
}

h1, h2, h3, h4, h5, h6, .woobt-before-text {
	clear: both;
	color: rgb(51, 51, 51);
	font-weight: 600;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: none;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
	outline: none;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 20px 25px;
	padding: 0;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	/*margin: 1em 0;*/
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th,
table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9;
}

table th {
	text-transform: uppercase;
}

table tr th:first-child,
table tr td:first-child {
	padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
# Display
--------------------------------------------------------------*/
.flex-container{
	display: block;
}

.grid-col-2 {
	width: 100%;
}

.grid-col-3 {
	width: 100%%;
}

@media (min-width: 992px) {
	.flex-container {
		display: flex;
	}
	.grid-col-2 {
		width: 50%;
	}
	.grid-col-3 {
		width: 33.33333%;
	}
}

@media (min-width: 1500px) {
	.container{
		max-width: 1300px;
	}
}


/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.no-padding{
	padding: 0!important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    vertical-align: middle;
    background-color: transparent;
    color: rgb(51, 51, 51);
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #fff url(img/select-bg.png) no-repeat right center;
}

textarea {
	width: 100%;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  vertical-align: middle;
  background-color: transparent;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

form input[type="number"] {
  max-width: 50px;
  padding: 0 0 0 8px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
  -webkit-appearance: none;
}

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

form textarea {
  min-height: 150px;
  line-height: 1.5;
  resize: vertical;
}

input[type="checkbox"] {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #bbb;
  line-height: 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  outline: 0;
  text-align: center;
  vertical-align: middle;
  clear: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  line-height: 14px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: '\f00c';
  margin-bottom: -1px;
  color: #a51c22;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type="color"] {
  padding: 5px 10px;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  border-color: #bbb;
  outline: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  border-color: #bbb;
  outline: 0;
}

form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: 0;
}

form input[type="checkbox"],
form input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
}

form input[type="text"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="url"][disabled],
form input[type="date"][disabled],
form input[type="month"][disabled],
form input[type="time"][disabled],
form input[type="datetime"][disabled],
form input[type="datetime-local"][disabled],
form input[type="week"][disabled],
form input[type="number"][disabled],
form input[type="search"][disabled],
form input[type="tel"][disabled],
form input[type="color"][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  color: #cad2d3;
  background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  color: #777;
  /* menu text color */
  border-color: #ccc;
  background-color: #eee;
  /* menu hover bg color */
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}

form input[type="file"]:focus:invalid:focus,
form input[type="radio"]:focus:invalid:focus,
form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}

select {
  width: 100%;
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  min-height: auto;
  border: 1px solid #ddd;
  background-color: white;
  cursor: pointer;
  padding: 0 15px;
  margin: 0;
}

form select[multiple] {
  height: auto;
}

form label {
  margin-bottom: 3px;
}

form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: .3em;
  padding: .3em 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
.button:visited {
  display: inline-block;
  font-family: inherit;
  background-color: #a51c22;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 9px;
	border: 0;
	border-bottom: 2px solid #6E1014;
	border-radius: 5px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
button:focus,
.button:focus {
  outline: 0;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media (min-width: 768px) {
	.button {
	  padding: 14px 20px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #a51c22;
	text-decoration: none;
}

a:visited {
	color:  #a51c22;
}

a:hover, a:focus, a:active {
	color:  #a51c22;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul > li > a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 0 15px;
	letter-spacing: 1px;
}

.main-navigation ul > li > a:hover {
	background: rgba(255,255,255,0.2);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
	color: #a51c22;
	height: auto;
	line-height: 18px;
	text-transform: capitalize;
	font-weight: 400;
	padding: 10px 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation ul .mega-menu {
	position: inherit;
}

.main-navigation ul .mega-menu > ul {
	width: auto;
    top: auto;
    padding: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.main-navigation ul .mega-menu:hover ul {
	left: 0;
}

.main-navigation ul .mega-menu > ul li {
	margin: 5px 0;
}

.main-navigation ul .mega-menu > ul li a {
	border: 0;
}

.main-navigation ul .mega-menu > ul .mega-menu-column-title > a{
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

.main-navigation ul .mega-menu > ul ul {
	position: relative;
	box-shadow: none;
}

.main-navigation ul .mega-menu > ul ul > li {
	margin: 0;
}

.main-navigation ul .mega-menu > ul ul > li > a {
	padding: 3px 15px;
	line-height: 16px;
}

.main-navigation ul .mega-menu .menu-whiteboards {
	background: url(img/menu/whiteboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-glass-whiteboards {
	background: url(img/menu/glass-whiteboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-mobile-whiteboards {
	background: url(img/menu/mobile-whiteboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-letter-boards {
	background: url(img/menu/letterboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-projection {
	background: url(img/menu/projection.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-printed-whiteboards {
	background: url(img/menu/printed-whiteboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-pinboards {
	background: url(img/menu/pinboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-mobile-pinboards {
	background: url(img/menu/mobile-pinboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-acoustic {
	background: url(img/menu/acoustic-products.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-easels {
	background: url(img/menu/easels.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-pinboards {
	background: url(img/menu/pinboards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-custom-boards {
	background: url(img/menu/custom-boards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-room-dividers {
	background: url(img/menu/room-dividers.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-naga {
	background: url(img/menu/naga-range.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-school {
	background: url(img/menu/schools.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-accessories {
	background: url(img/menu/accessories.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-autex {
	background: url(img/menu/autex-range.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-interactive {
	background: url(img/menu/interactive.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-display-boards {
	background: url(img/menu/display-boards.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-flipcharts {
	background: url(img/menu/flipcharts.jpg) no-repeat center left;
}

.main-navigation ul .mega-menu .menu-blackboards {
	background: url(img/menu/blackboards.jpg) no-repeat center left;
}

@media (min-width: 992px) {
	.main-navigation ul .mega-menu > ul {
		width: 960px;
	}
	.main-navigation ul .mega-menu > ul li {
		width: 225px;
	}
}

@media (min-width: 1200px) {
	.main-navigation ul .mega-menu > ul {
		width: 1140px;
	}
	.main-navigation ul .mega-menu > ul li {
		width: 249px;
	}
}

@media (min-width: 1500px) {
	.main-navigation ul .mega-menu > ul {
		width: 1300px;
	}
	.main-navigation ul .mega-menu > ul li {
		width: 300px;;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets and Popups
--------------------------------------------------------------*/
.widget {
	margin: 0 0 70px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget .widget-title{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

#popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}

#eofy-popup {
	position: fixed;
	width: 100%;
	max-width: 600px;
	bottom: 15px;
	left: 15px;
	z-index: 99;
	display: none;
}

#eofy-popup .close {
	color: #fff!important;
	border-color: #fff!important;
}

#eofy-popup .close:hover {
	background: #fff;
	color: #a51c22!important;
}

#eofy-popup img {
	max-width: 600px;
	width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-content {
	padding: 50px 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
.single-project {}

.single-project .project-layout {
	margin: 0 0 80px 0;
}

.single-project .project-layout ul {}

.single-project .project-layout ul li {}

.single-project .project-layout ul li a {}

.single-project .project-image-text {}

.single-project .project-text-image {}

.single-project .project-full-width-image {}

.single-project .project-full-width-image .image-holder {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.single-project .project-full-width-image .image-holder img {
	width: 100%;
	max-width: 100%;
}

.single-project .project-full-width-text {}

.single-project .project-text-gallery {}

.single-project .project-text-gallery .rslides-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-project .project-text-gallery .rslides-nav li{
	display: inline-block;
	margin: 5px 5px 0 0 ;
}

.single-project .project-text-gallery .gallery-item {
	padding: 15px;
}

.single-project .project-text-gallery .project-products-title {
	clear: both;
	display: block;
	margin-top: 30px;
}

.single-project .project-gallery ul {
	list-style: none;
	padding: 0;
	margin: 0 -15px 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.single-project .project-gallery ul li {
	float: left;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 15px;
}

@media(min-width: 768px) {
	.single-project .project-gallery ul li {
		max-width: 50%;
		flex: 0 0 50%;
	}
}

@media(min-width: 992px) {
	.single-project .project-gallery ul li {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
	}
}


/*--------------------------------------------------------------
## Team Profiles
--------------------------------------------------------------*/
.team-profiles .team-profile-holder {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.team-profiles .team-profile-holder .team-profile-pic {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
}

.team-profiles .team-profile-holder .team-profile-bio {
	padding: 25px;
	background: rgba(165, 28, 34,0.75);
	position: absolute;
	color: #fff;
	transition: all .5s ease;
	bottom: 0;
	opacity: 0;
}

.team-profiles .team-profile-holder .team-profile-pic:hover {
	transform: scale(1.05);
}

.team-profiles .team-profile-holder .team-profile-pic:hover .team-profile-bio {
	opacity: 1;
}

.team-profiles .team-profile-holder .team-profile-name {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin: 10px 0 0 0;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Topbar
--------------------------------------------------------------*/
#top-advertising {
	display: none;
	position: relative;
	padding: 16px 0;
	background: #252525;
	text-align: center;
	color: #fff;
}

#top-advertising a {
	border: 2px solid #fff;
	padding: 3px 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: 10px;
	color: #fff;
}

#top-advertising .close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	font-size: 18px;
	width: 25px;
	height: 25px;
	line-height: 19px;
	font-weight: 400;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
	background: #fff;
	padding: 20px 0 10px 0;
}

.header .site-logo {
	max-width: 220px;
}

.header .header-icons{
	display: inline-flex;
	float: right;
}

.header .header-icons .icon {
 width: 58px;
 margin-left: 12px;
 text-align: center;
}

.header .header-icons .icon-width-large {
	width: 70px;
   }

.header .header-icons .icon a {
	line-height: 12px;
	display: block;
}

.header .header-icons .icon a .amount{
	color: #a51c22;
}

.header .header-icons .icon img {
	margin-bottom: 8px;
	width: 28px;
}

.header .header-icons .icon span {
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
}

.header .header-icons .site-header-cart img {
	margin-bottom: 0;
}

.header .header-icons .icon > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .header-phone {
	font-size: 30px;
	color: #a51c22;
	font-weight: 600;
}

.header .header-shipping {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 1px;
}

.header .header-shipping .blue {
	color: #1c4480
}

.header .header-shipping .yellow {
	color: #f79320;
	border-bottom: 2px solid #f79320;
}

.nav-menu {
	background-color: #a51c22;
}

.nav-menu .header-search-holder {
	background: rgba(255,255,255,0.2);
	border: 0px solid rgba(255,255,255,0.3);
	border-radius: 5px;
	position: relative;
}

.nav-menu .header-search-holder input[type="text"]::placeholder {
	color: rgba(255,255,255,0.5);
}

.nav-menu .header-search-holder input[type="text"] {
	color: rgba(255,255,255,1);
	background: none;
	border: 0;
	max-width: 150px;
}

.nav-menu .header-search-holder input[type="submit"] {
	background: transparent url(img/icons/search-icon.png) no-repeat center center;
	background-size: 25px;
	height: 38px;
	width: 38px;
	border: 0;
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
}

.aws-container {
	margin-top: 3px;
}

.aws-container .aws-search-field::placeholder {
	color: #fff;
}

.aws-container .aws-search-field {
    color: #fff!important;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    height: 36px;
    margin: 0 !important;
    border-radius: 25px 0 0 25px!important;
		border: 0;
		letter-spacing: 1px;
    background: rgba(255,255,255,0.2);
}

.aws-container .aws-search-field:focus {
    background: rgba(255,255,255,0.2);
}

.aws-container .aws-search-form .aws-form-btn {
	background: rgba(255,255,255,0.2);
    border: 0;
    margin: 0;
    height: 40px;
    border-radius: 0 25px 25px 0!important;
}

.aws-container .aws-search-form .aws-form-btn:hover {
	background: rgba(255,255,255,0.2);
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff;
}

.aws-container .aws-search-form .aws-search-clear {
    color: #fff;
}

.aws-container .aws-search-form .aws-search-clear span {
    line-height: 19px;
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }


/*--------------------------------------------------------------
# MOBILE NAVIGATION
--------------------------------------------------------------*/
#mobile-navigation {
	background: #242424;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
}

#mobile-navigation .nav-item a {
	color: #fff;
	letter-spacing: 1px;
}

#mobile-navigation .nav-item a i {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}

#mobile-topbar {
	background: #f3f3f3;
	color: #252525;
	font-size: 14px;
  }

  #mobile-topbar a {
	color: #252525;
	font-weight: 600;
  }

#mobile-topbar a i,
#mobile-topbar i {
	color: #a51c22;
	font-size: 16px;
	margin-right: 10px;
}

#mobile-topbar .mobile-topbar-phone {
	line-height: 32px;
	text-align: center;
}

#mobile-topbar .mobile-topbar-search {
	background: #D8D8D8;
	width: 100%;
	display: inline-block;
	line-height: 32px;
}

#mobile-topbar .mobile-topbar-search i {
	float: left;
	margin: 0 0 0 15px;
	line-height: 40px;
}

#mobile-topbar .mobile-topbar-search input {
	display: inline-block;
	width: 80%;
	background: none;
	border: 0;
}

#mobile-logo {
	padding: 10px 0 5px 0;
}

#mobile-logo img {
	width: 170px;
}

#mobile-slider {
	background: #a51c22;
	color: #fff;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	height: 54px;
}

#mobile-slider .rslides_nav {
	display: none;
}

#mobile-slider i {
	font-size: 18px;
	margin-right: 15px;
}

#mobile-slider img {
	display: inline-block;
	width: 150px;
	float: none!important;
}

.mobile-panel-opened {
	top: 172px!important;
	display: block!important;
}

#mobile-shopping-cart {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 997;
	display: none;
}

#mobile-shopping-cart .widget {
	margin-bottom: 0;
}

#mobile-shopping-cart h1.cart-popup-title {
	font-size: 22px;
}

#mobile-account-menu {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 996;
	display: none;
}

#mobile-account-menu .login-form {
    padding: 0 25px;
}

#mobile-account-menu .login-form h4 {
    text-transform: uppercase;
}

#mobile-account-menu .not-logged-in {
	padding: 0 15px;
}

#mobile-product-menu {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition: top .3s ease;
	z-index: 996;
	display: none;
}


#mobile-account-menu ul,
#mobile-product-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#mobile-account-menu ul li,
#mobile-product-menu ul li {
	display: block;
}

#mobile-account-menu ul li a,
#mobile-product-menu ul li a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	padding: 8px 25px;
	font-size: 16px;
	border-bottom: 1px dotted #e3e3e3;
	text-align: center;
}

#mobile-account-menu ul li:last-child a,
#mobile-product-menu ul li:last-child a {
	border-bottom: 0;
}

.mobile-item-active i,
.sidenav-no-scroll #sidenav-toggle i {
	color: #a51c22;
}

#off-canvas-menu {
	display: block;
    position: fixed;
    top: 0;
    left: -300px;
    max-width: 300px;
    width: 100%;
    min-height: 100vh;
	background: #fff;
    box-shadow: 10px 0 10px rgba(0,0,0,0.1);
    z-index: 99999;
    padding: 40px 0;
    transition: all .5s ease;
}

#off-canvas-menu.open {
    left: 0;
}

#off-canvas-menu .close,
.popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-weight: 400;
    color: #bbb;
    border: 1px solid rgb(187,187,187);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
}

#off-canvas-menu ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

#off-canvas-menu ul li {

}

#off-canvas-menu ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#off-canvas-menu ul li:last-child a {
	border-bottom: 0;
}

/*--------------------------------------------------------------
## Page Title
--------------------------------------------------------------*/
.page-header {
	position: relative;
	background-color: rgb(245, 245, 245);
	padding: 24px 0px;
}

.page-header .page-header-title {
	display: block;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 400;
    color: rgb(51, 51, 51);
	margin: 0 0 15px 0;
	text-align: center;
	margin-bottom: 15px;
}

.page-header .breadcrumbs{
	float: none;
	text-align: center;
	color: rgb(198, 198, 198);
	font-size: 13px;
}

.page-header .breadcrumbs p {
	margin: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.page-header .page-header-title {
		text-align: left;
		margin: 0;
	}
	.page-header .breadcrumbs{
		float: right;
		text-align: left;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-widgets {
	background-color: #DFDFDF;
	padding: 40px 0;
}

.footer-widgets .footer-widget-title{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-widgets .footer-social a {
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 5px 0;
}

.footer-widgets .footer-social a i {
    margin-right: 10px;
    font-size: 16px;
}

.footer-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widget {
	margin-bottom: 20px;
}

.footer-widget .payment-methods {
	max-width: 270px;
	width: 100%;
	margin-top: 30px;
}

.footer {
	background-color: #D8D8D8;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
}

.footer .float-right {
	float: none;
}

.footer .copyright {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.footer-widget {
		margin-bottom: 0;
	}
	.footer {
		text-align: left;
	}
	.footer .float-right {
		float: right;
	}
	.footer .copyright {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.rslides_nav{
	position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fff;
    width: 30px;
    line-height: 30px;
    height: 30px;
    z-index: 3;
    background: rgba(0,0,0,0.3);
    text-align: center;
    transform: translate(0,-50%);
}

.rslides_nav:hover,
.rslides_nav:visited,
.rslides_nav:active,
.rslides_nav:focus{
  color: #fff!important;
}

.rslides_nav.next{
  right: 15px;
}

.rslides_nav.prev{
  left: 15px;
}

.home-banner {
	background: #FFF;
	padding: 30px 0 0 0;
}

.home-banner .rslides {
	margin-bottom: 30px;
}

.home-login-holder {
	background: rgba(216,216,216,1);
	height: 237px;
	margin-bottom: 40px;
}

.home-login-holder .home-login-title {
	padding: 10px 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
}

.home-login-holder .home-login-title h4 {
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	margin: 0;
	text-transform: uppercase;
}

.home-login-holder .home-login-title .home-title-link {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.home-login-holder .home-login-title .home-title-link:hover {
	color: #a51c22
}

.home-login-holder .form {
	padding: 15px 25px 37px;
}

.home-login-holder .form p {
	margin: 5px 0;
}

.home-login-holder .form .login-username label,
.home-login-holder .form .login-password label {
	display: none;
}

.home-login-holder .form input[type="text"],
.home-login-holder .form input[type="password"] {
	border: 0;
	padding-left: 45px;
}

.home-login-holder .form input[type="text"]:focus,
.home-login-holder .form input[type="password"]:focus {
	border: 0;
}

.home-login-holder .form input[type="text"] {
	background: #fff url(img/username-bg.png) no-repeat 15px center;
	margin: 0!important;
}

.home-login-holder .form input[type="password"] {
	background: #fff url(img/password-bg.png) no-repeat 15px center;
	margin: 0!important;
}

.home-login-holder .form input[type="submit"],
.home-edhub-promo .edhub-apply-button {
	float: right;
	background: #EA9D40;
	min-width: 145px;
	width: auto;
	border: 0;
}

.home-login-holder .form input[type="submit"]:hover,
.home-edhub-promo .edhub-apply-button:hover {
	background: #DB8927;
}

.home-login-holder .form .forgot-pw-button {
	position: relative;
	top: 8px;
	color: #000;
	font-weight: 600;
}

.home-login-holder .form .forgot-pw-button:hover {
	color: #a51c22
}

.home-login-holder .form .account-options {
	display: flex;
	justify-content: space-between;
	padding: 17px 0px;
}

.home-login-holder .form .account-options a {
	background: rgba(255,255,255,0.3);
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 10px;
	line-height: 16px;
	transition: all .5s ease;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
	color: #000;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-login-holder .form .account-options a:hover {
	background: rgba(255,255,255,0.5);
}

.home-login-holder .form .account-options a img {
	width: 28px;
	display: block;
	margin: 0 auto 10px auto;
}

.home-edhub-promo {
	background: #fff url(img/office-project-background.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 30px;
}

.home-edhub-promo .overlay {
	background: rgba(0,0,0,0.47);
	padding: 25px 25px 62px;
}

.home-edhub-promo h2 {
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
}

.home-edhub-promo ul {
	color: #fff;
}

.home-popular-products {
	padding: 0;
	background: #FFF;
}

.home-popular-products h4,
.home-logos h4 {
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.home-popular-products h4::after,
.home-logos h4::after {
	content: '';
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    top: 12px;
    margin-left: 15px;
}

.home-popular-products .show-all-products {
	float: right;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.58px;
}

.home-popular-products ul.products li.product {
	width: 47%!important;
}

.home-popular-products span.onsale {
	top: 20px!important;
	right: 20px!important;
}

.home-logos {
	margin: 20px 0 80px;
}

.home-logos h4 {
	margin-bottom: 15px;
}

.home-newsletter {
	background: #fff;
	padding: 0 0 70px 0;
}

.home-newsletter .newsletter-holder {
	background: rgba(0,0,0,.05);
	padding: 30px;
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
}

.home-newsletter .newsletter-holder input[type="email"] {
	background: #fff;
	margin-top: 15px;
}

.home-newsletter h2,
.home-newsletter h4 {
	margin: 0;
}

.home-newsletter h2 {
	text-transform: uppercase;
    color: #A51B22;
    margin-top: 0px;
}

.home-newsletter input[type="submit"] {
	width: 100%;
	margin-top: 10px;
}

.home-promo-banner {
	background: #A51B22;
	padding: 30px 0 30px 0;
}

@media (min-width: 768px) {
	.home-popular-products ul.products li.product {
		width: 30.33%!important;
	}
}

@media (min-width: 992px) {
	.home-popular-products ul.products li.product {
		width: 21.96%!important;
	}
	.home-banner .rslides {
		margin-bottom: 0;
	}
	.home-newsletter h2 {
		margin-top: 14px;
	}
	.home-banner {
		padding: 30px 0;
	}
	.home-popular-products {
		padding: 30px 0 0 0;
	}
	.rslides_nav {
    font-size: 40px;
    width: 50px;
    line-height: 50px;
    height: 50px;
	}
	.home-newsletter .newsletter-holder input[type="email"] {
		margin-top: 0;
	}
	.home-login-holder {
    margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.home-popular-products ul.products li.product {
		width: 17%!important;
	}
}


/*--------------------------------------------------------------
## Home Page v2
--------------------------------------------------------------*/
.header {
	background: #A51B22;
	padding: 15px 0;
}

.header .container-fluid,
.nav-menu .container-fluid {
	max-width: 1800px;
}

.header .aws-container {
	max-width: 600px;
	margin: 0 auto;
}

.nav-menu {
	background: #C11E26;
}

.nav-menu .shipping-label {
	background: #DB8927;
  color: #fff;
  /* float: right; */
  font-size: 15px;
  padding: 4px 12px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 210px;
  transform: translate(-50px);
  margin: 0 auto;
}

.nav-menu #open-mobile-menu-navbar {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
}

.header .header-icons .icon img {
	width: auto;
}

.header .header-icons .icon span,
.header .header-icons .icon a .amount {
	color: #fff;
}

.header .header-phone {
	display: inline-flex;
  float: right;
  margin-right: 0;
}

.header .header-phone a {
	font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: url(img/icons/phone-icon.png) no-repeat left 15px;
  padding: 11px 0 0 21px;
  letter-spacing: 1px;
}

.nav-menu .mega-menu > a {
	background: rgba(255,255,255,0.1) url(img/icons/mm-drop-arrow.png) no-repeat 94% center;
  padding-right: 39px;
}

.nav-menu .mega-menu > a:hover {
	background: rgba(255,255,255,0.2) url(img/icons/mm-drop-arrow.png) no-repeat 94% center;
}

.nav-menu .mega-menu-col {
	margin-right: 20px;
}

.home-banner-new {
	/*background: url(img/epic-banner.jpg) no-repeat center top;
	padding: 50px 0 15px;*/
	position: relative;
}

/*.home-banner-new .overlay {
	background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 1%, #FFFFFF 55%);
	height: 382px;
	position: absolute;
	bottom: 0;
	width: 100%;
}*/

.home-banner-new .row {
	position: relative;
	z-index: 3;
}

.home-banner-new h1 {
	color: #222;
	text-transform: uppercase;
	margin: 0;
	line-height: 34px;
	font-weight: 500;
	font-size: 37px;
	background: #fff;
	padding: 7px 12px 2px;
	display: inline-block;
}

.home-banner-new h1:last-of-type {
	padding: 0px 12px 7px;
	margin-bottom: 50px;
}

.home-banner-new h1 span {
	color: #A51B22;
}

.home-banner-new .banner-boxes {
	margin-top: 30px;
	margin-bottom: 0px;
}

.home-banner-new .product-cat-holder {
	background: rgba(255,255,255,1);
	padding:  15px 25px;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.10);
	margin-bottom: 30px;
}

.home-banner-new .product-cat-holder h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

.home-banner-new .product-cat-holder .shop-now {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	width: 95px;
}

.home-banner-new .product-cat-holder .shop-now i {
	margin-left: 5px;
	font-size: 16px;
}

@media (min-width: 992px) {
	.home-banner-new {
		/*background: url(img/epic-banner.jpg) no-repeat center center;
		padding: 120px 0 40px;*/
	}
	.home-banner-new h1:last-of-type {
		padding: 8px 12px 7px;
		margin-bottom: 120px;
	}
	.home-banner-new .product-cat-holder {
		margin-bottom: 0;
	}
	.home-banner-new h1 {
		line-height: 40px;
		font-size: 44px;
		padding: 7px 12px 4px;
	}
	.home-banner-new .banner-boxes {
		margin-top: -80px;
    margin-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.nav-menu .shipping-label {
		float: right;
		width: 191px;
		transform: none;
		margin: 0;
		letter-spacing: 0px;
	}
}

@media (min-width: 1400px) {
	.header .header-phone {
		margin-right: 20px;
	}
	.header .header-phone a {
		font-size: 22px;
		background: url(img/icons/phone-icon.png) no-repeat left 19px;
		padding: 11px 0 0 30px;
		letter-spacing: 1px;
	}
	.header .header-icons .icon{
		margin-left: 15px;
		width: 60px;
	}
	.nav-menu .mega-menu-col {
		margin-right: 60px;
	}
	.home-banner-new .banner-boxes {
		margin-top: -140px;
		margin-bottom: 50px;
	}
	.home-banner-new .banner-boxes {
		margin-top: -140px;
		margin-bottom: 50px;
	}
}

@media (min-width: 1500px) {
	.main-navigation ul .mega-menu > ul {
			width: 1670px;
			margin-left: 15px;
	}
	.home-banner-new .banner-boxes {
		margin-top: -190px;
		margin-bottom: 50px;
	}
}

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.faq-item {
	margin: 0 15px 50px 15px;
}

.faq-item .faq-title {
	background-color: #f7f7f7;
    padding: 0.8em 20px;
    font-size: 1.077em;
    font-weight: 600;
    color: #444;
	text-transform: uppercase;
	border: 1px solid #eaeaea;
}

.faq-item .faq-content {
	border: 1px solid #eaeaea;
	border-top: 0;
	padding: 25px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog-item {
	margin: 0 15px 50px 15px;
	border: 1px solid #eaeaea;
	padding: 25px;
	transition: all .5s ease;
}

.blog-item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.blog-item .entry-title {
	font-size: 22px;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
body.single-post {
	background: #d8d8d8;
}

.blog-item {
	margin: 0 15px 50px 15px;
	border: 1px solid #eaeaea;
	padding: 25px;
	transition: all .5s ease;
}

.blog-item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.blog-item .entry-title {
	font-size: 22px;
}

.blog-holder {
	background: #fff;
}

.blog-holder .blog-content {
	padding: 25px;
}

.blog-holder .comments-area {
	padding: 25px;
}

.blog-feature-products .col-6 {
	margin-bottom: 20px;
}

.blog-feature-products .col-6 h4 {
	margin: 0;
	font-size: 14px;
  font-weight: 400;
	line-height: 17px;
	color: rgb(51, 51, 51);
}

#woocommerce_recently_viewed_products-2 {
	display: none;
}

/*--------------------------------------------------------------
## Schools and Education
--------------------------------------------------------------*/
.page-template-page-education #content-holder{
	background: #fafafa;
	padding-top: 80px;
}

.edu-panel{
	background: #fff;
	padding: 50px;
	margin-bottom: 80px;
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.04);
}

.edu-panel img{
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
	height: auto;
}

.edu-panel p{
	font-size: 19px;
	font-weight: 300;
	line-height: 24px;
}

.edu-panel .button-large{
	margin-top: 40px;
}

.edu-cta{
	margin-bottom: 80px;
}

.edu-cta h4{
	font-size: 30px;
	font-weight: 300;
	max-width: 900px;
	margin: 0 auto 20px;
	text-transform: normal;
}

.edu-cta .button{
	margin: 5px 5px;
	width: 250px;
	clear: both;
}

.teacher-application .form-group {
    margin-bottom: 20px;
}

.education-hub-image {
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    border-radius: 5px;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact-left ul {
    margin: 0;
    display: block;
    padding: 0;
}

.contact-left ul > li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.contact-left ul > li span.ct {
    margin: 0;
    float: left;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.contact-left ul > li:hover span.ct {
  background-color: #a51c22;
}

.contact-left ul > li .blog-right {
    float: left;
    margin-left: 20px;
    margin-top:0;
    margin-bottom: 0px;
}

.contact-left ul > li .blog-right span.label {
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    display: flex;
}

.contact-form  input {
  margin-bottom:5px;
}

.contact-form input[type="submit"] {
	margin-top: 10px;
	width: 100%;
}

.form h4{
	margin-top: 40px;
	font-size: 20px;
}

.form h5{
	margin-top: 30px;
}

.form .radio-inline{
	margin-right: 15px;
}

.form hr{
	margin-top: 50px;
}

.form ul{
	margin: 0;
	padding: 0 0 0 25px;
}

.form input[type='text'],
.form input[type='radio'],
.form input[type='checkbox']{
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.nav {
	margin-bottom:0;
	padding-left:0;
	list-style:none;
	margin-left:0
}

.nav > li {
	position:relative;
	display:block
	}

.nav > li > a {
	position:relative;
	display:block;
	padding:10px 15px
}

.nav > li > a:hover,.nav > li > a:focus {
	text-decoration:none;
	background-color:#eee
}

.nav > li.disabled > a {
	color:#777
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
	color:#777;
	text-decoration:none;
	background-color:transparent;
	cursor:not-allowed
}

.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {
	background-color:#eee;
	border-color:#337ab7
}

.nav .nav-divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}

.nav > li > a > img {
	max-width:none
}

.nav-tabs {
	border-bottom:1px solid #ddd
}

.nav-tabs > li {
	float:left;
	margin-bottom:-1px
}

.nav-tabs > li > a {
	margin-right:2px;
	line-height:1.42857143;
	border:1px solid transparent;
	border-radius:4px 4px 0 0
}

.nav-tabs > li > a:hover {
	border-color:#eee #eee #ddd
}

.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
	color:#555;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default
}

.nav-tabs.nav-justified {
	width:100%;
	border-bottom:0
}

.nav-tabs.nav-justified > li {
	float:none
}

.nav-tabs.nav-justified > li > a {
	text-align:center;
	margin-bottom:5px
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top:auto;
	left:auto
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display:table-cell;
		width:1%
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom:0
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right:0;
	border-radius:4px
}

.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
	border:1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom:1px solid #ddd;
		border-radius:4px 4px 0 0
	}
	.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color:#fff
	}
}

.nav-pills > li {
	float:left
}

.nav-pills > li > a {
	border-radius:4px
}

.nav-pills > li + li {
	margin-left:2px
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
	color:#fff;
	background-color:#337ab7
}

.nav-stacked > li {
	float:none
}

.nav-stacked > li + li {
	margin-top:2px;
	margin-left:0
}

.nav-justified {
	width:100%
}

.nav-justified > li {
	float:none
}

.nav-justified > li > a {
	text-align:center;
	margin-bottom:5px
}

.nav-justified > .dropdown .dropdown-menu {
	top:auto;
	left:auto
}

@media (min-width: 768px) {
	.nav-justified > li {
		display:table-cell;
		width:1%
	}
	.nav-justified > li > a {
		margin-bottom:0
	}
}

.nav-tabs-justified {
	border-bottom:0
}

.nav-tabs-justified > li > a {
	margin-right:0;
	border-radius:4px
}

.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
	border:1px solid #ddd
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom:1px solid #ddd;
		border-radius:4px 4px 0 0
	}
	.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus {
		border-bottom-color:#fff
	}
}

.tab-content > .tab-pane {
	display:none;
	padding:25px;
	border:1px solid #ddd;
	border-top:0
}

.tab-content > .active {
	display:block
}

.clearfix:before,.clearfix:after,.nav:before,.nav:after {
	content:" ";
	display:table
}

.clearfix:after,.nav:after {
	clear:both
}
