/*!
Theme Name: wittmachine
Theme URI: http://underscores.me/
Author: Danger Close Media
Author URI: http://dangerclosegroup.com/
Description: Custom Theme for WittMachine
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: witt_machine
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.

wittmachine is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: 'Poppins', sans-serif;
	  
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: 'Teko', sans-serif;
	clear: both;
}
h2 {
  font-size: 50px;
}

p {
	margin-bottom: 1.5em;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #8b7358;
    text-decoration: none;
}

a:visited {
	color: #8b7358;
}

a:hover,
a:focus,
a:active {
	color: #8b7358;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid #8b7358;
  border-radius: 0;
  background: transparent;
  color: #8b7358;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
    margin: 5px 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
    width: 100%;
}

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;
}

select {
  border: 1px solid #ccc;
  width: 100%;
  background: transparent;
  padding: 5px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.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;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	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: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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


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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* NAV*/
.admin-bar .site-container {
  padding-top: 32px;
}
#menu-menu-1 {
  justify-content: right;
  padding-bottom: 10px;
}
@media only screen and (max-width: 782px) {
  
  .admin-bar .site-container {
    padding-top: 46px;
  }
  
}
.navbar-brand > img {
    max-width: 99%;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav ul > li > a {
    padding: 10px 5px;
    font-size: 18px;
    color: #232e68 !important;
}
.navigation ul li:last-child {
border: 1px solid #2B4496;
padding: 10px 30px;
font-size: 14px;
color: #2b4496;
text-transform: uppercase;
}
.navbar-expand li:hover .sub-menu {
  display: block;
}
.nav-stacked li a:hover {
    background: transparent;
}
.navigation {
    margin: 30px auto;
    text-align:center;
    font-family: 'Poppins', sans-serif;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #2B4496;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: transparent;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: transparent;
color: #707070;
}



.navbar-static-top {
    border-width: 0px;
}
.navbar-nav ul li {
    display: inline-block;
}
.navbar-nav > li > a {
  color: #fff;
  padding: 5px 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  
  letter-spacing: .5px;
  text-decoration: none;
    letter-spacing: 1px;
    display: block;
}

.navbar-nav > li > a:hover {
    transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
    background:  url(assets/img/menuhover.png) no-repeat top center transparent;
    text-decoration: none;
    color: #8b7358;
   

}

.navbar-nav li a:hover > .sub-menu{
    display: block;
}
.navbar-nav ul {
    list-style: none;
    margin: 0;
}

nav.nav.navbar-nav {
    padding: 10px 0px;
}

.sub-label {
    font-size: 11px;
    line-height: 1.3em;
    color: #bbb;
    display: block;
}

.navbar {
    margin-bottom: 0px;
}
.mainmenu{
    display: block;
}
.mobilemenu{
    display: none;
}
.mainmenu ul > li:hover > ul{
    display: block !important;
    position: absolute;
     animation: opacity 700ms ease-in-out normal;
   -moz-animation: opacity 700ms ease-in-out normal;
   -ms-animation: opacity 700ms ease-in-out normal;
   -o-animation: opacity 700ms ease-in-out normal;
   -webkit-animation: opacity 700ms ease-in-out normal;
}
@keyframes opacity { 
    from { opacity:0; } 
    to { opacity: 1; } 
}
@-moz-keyframes opacity { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}
@-ms-keyframes opacity { 
    from {opacity:0; } 
    to { opacity: 1; } 
}
@-o-keyframes opacity { 
    from {opacity:0; } 
    to { opacity: 1; } 
}
@-webkit-keyframes opacity { 
    from { opacity:0; } 
    to { opacity: 1; } 
}
.sub-menu {
    border: none;
    border-radius: 0;
   display:none;
    text-align:left !important;
    padding:0;
    margin:0;


}
.navbar-nav > li > a:hover .sub-menu{
    display: block;
}
.learnmoretop {
    margin-left: 25px;
    border: 1px solid #fff;
    padding: 3px 15px;
    border-radius: 50px;
}
#closexButton {
    background: transparent;
    color: #fff;
    border: none;
    content: '\f00d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
}
.sub-menu ul.sub-menu {
    /* float: right; */
    margin-left: 240px;
    margin-top: -40px;
}

ul.sub-menu li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.sub-menu {
    background: #8b7358 !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 14px;
    z-index: 100000;
    position: absolute;
    width: 300px;
  transition: all 1s ease-in;
     padding: 15px;
}

ul.sub-menu li a {
   color: #fff !important;
line-height: 1.5;
font-size: 16px;
     font-family: 'Poppins', sans-serif;
}
.woocommerce-pagination {
  clear: both;
}
.page-numbers {
  display: flex;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.button.wc-backward {
  background: #8b7358;
  color: #fff;
  padding: 5px;
}
.page-numbers li {
  width: 5%;
  list-style: none;
  background: #8b7358;
  margin-right: 10px;
  text-align: center;
}
.page-numbers li a {
  color: #fff;
  text-align: center;
}
.announce {
  background: #8b7358;
  color: #fff;
  padding: 5px 100px;
  text-align: center;
}
.testboxinner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px #ccc;
  display: block;
  padding: 20px;
  min-height: 350px;
    margin-bottom: 20px;
}
.announce a{
    color:yellow;
}
.product-template-default .product{
    box-shadow: none;
}
#tab-description,
#tab-additional_information,
#tab-reviews{
  text-align: left;
}
#woocommerce-product-search-field {
  width: 50%;
}
.woocommerce-product-search {
  padding-top: 30px;
}
.product {
  padding: 20px;
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  text-align: center;
}
.single .product {
  text-align: left;
}
.widget-title {
  font-size: 30px;
}
ul.products li.product img {
  display: block;
  margin: 0 auto;
}
.page-numbers.current {
  color: #fff;
}
ul.sub-menu li:hover {
    color: #304391 !important;
    width: 100%;
    padding: 10px 0;
}
.menuarea {
    padding: 0;
}
ul.sub-menu li a:hover{
    color: #000 !important;
    text-decoration: none;
  
}
.nav li.has-children > a:after {
 color: #222;
 content: ' ▼';
 font-size: 10px;
 vertical-align: 1px;
}
.nav li li.has-children > a:after {
 color: #222;
 content: ' ►';
 font-size: 10px;
 vertical-align: 1px;
}
.logo {
  position: relative;
  z-index: 1000;
}
.logoback {
  background: #fff;
  display: block;
  border-radius: 50%;
  margin-top: -55px;
  border: 4px solid #000;
}

#homehero {
 position: relative;
  min-height: 700px;
 margin-top:-195px;
}
.home #masthead {
background: transparent;
  padding: 0;
}
#masthead{
background: url(assets/img/headerback.webp) no-repeat center center;
    background-size: auto;
  background-size: cover;
  padding: 10px 0 0;
}
.salebanner {
  display: block !important;
  padding-top: 50px;
}
.storemenu {
  text-align: right;
  width: 35%;
  float: right;
  padding-bottom: 20px;
}
#menu-store li a {
  font-size: 14px;
  text-transform: capitalize;
  text-align: right;
}
.headerphone, .footerphone {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
.topheader {
  position: relative;
  z-index: 1000;
}
.mainmenu {
  clear: both;
  border-top: 1px solid rgba(255,255,255,.2);
  margin-top: 20px;
}
.splitmenu {
  background: #111;
  border-top: 2px solid #7b6344;
  border-bottom: 2px solid #7b6344;
	position: relative;
  z-index: 1000;
}
.phoneright {
  text-align: right;
  padding-top: 30px;
}
#innerhero{
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);  
    position: relative;
}
#innerhero.defaulthero{
    background: url(assets/img/innerhero.jpg) no-repeat top center;
    background-size: cover;
}
.innerheader {
  background: #444;
    
}
.innerheader .logo img {
  width: 35%;
}
.homeheroarea {
  text-align: center;
  position: relative;
}
.homeheroarea h1 {
  color: #fff;
  padding-top: 100px;
  font-size: 90px;
padding-top: 200px;
	margin: 0;
}
#innerhero h1{
    padding: 150px 0;
    
}
.herotext {
  display: block;
  color: #fff;
  font-size: 24px;
}
.herobtn {
  background: #8b7358;
  color: #fff;
  margin: 30px auto 0;
  display: block;
  width: 80%;
  text-align: center;
  font-size: 24px;
  padding: 5px;
}
.fbright {
  text-align: right;
}
.site-footer{
    background: url(assets/img/footer.jpg) no-repeat top center;
    background-size: cover;
    min-height: 500px;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
	border-top: 5px solid #333;
color: #fff;
}
.site-footer a{
    color:#fff;
}
#colophon {
  padding-top: 100px;
	
}
.info {
  padding-bottom: 30px;
  display: block;
}
.social {
  display: flex;
  font-size: 24px;
}
.social li {
  margin: 0 20px;
}
#colophon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#colophon ul li{
    padding: 3px 0;
}
#colophon h3 {
  font-size: 24px;
  padding-bottom: 15px;
}
.site-info {
  margin-top: 100px;
  padding: 30px 0;
	background: #333;
}
.single-product div.product .woocommerce-product-gallery {
  width: 50%;
}
.summary.entry-summary {
  float: right;
  width: 50%;
}
.woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
  padding-top: 50px;
}
#about{
    background: url(assets/img/crosshairs.png) no-repeat top left;
    background-attachment: fixed;
    padding: 170px 0 70px;
}
.productbox {
  display: block;
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  margin-bottom: 30px;
}
.productimg {
  display: block;
  min-height: 306px;
}
.productinfo {
  background: url(assets/img/productback.webp) no-repeat center center;
    background-size: auto;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.producttitle {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 29px;
  line-height: 1;
  min-height: 60px;
}
.productprice {
  display: block;
  text-align: right;
  font-size: 24px;
  font-family: 'Teko', sans-serif;
}
.sectiontitles {
  padding-bottom: 30px;
}
.aboutimg{
    display: block;
   
    
}
#specialbanner {
  margin-top: 75px;
	background: #e36a06;
}
#categories {
  background: #f1f1f1;
  padding: 50px 0;
}
#categories h2{
    text-align: center;
    padding-bottom: 30px;
}

.categoryimg {
  display: block;
  text-align: center;
}
.categorybox {
  display: block;
  padding: 150px 20px 20px;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.categorybox h3 {
  color: #fff;
  font-size: 42px;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.whiteoutlinebtn {
  display: block;
  border: 2px solid #fff;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 15px;
  width: 50%;
}
.ctext {
  display: block;
  color: #fff;
  font-size: 20px;
}
.catprod{
display: block;
position: relative;
max-width: 200px;
margin-top: -100px;
margin-left: -30px;
 
}
.videoContainer {
position: absolute;
width: 100vw;
  height: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
    overflow: hidden;
}
#bgvideo {
  width: 100%;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
  background-color: #fff !important;
  clear: both;
  border: 1px solid #8b7358;
  padding: 5px;
  margin-top: 10px;
  border-left: 4px solid #8b7358;
}
.checkout-button.button.alt.wc-forward {
  background: #8b7358;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  display: block;
  text-align: center;
}
.woocommerce-error {
  background-color: #fff;
  color: #444;
}
.col-1, .col-2 {
  width: 100% !important;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
   background-color: #fff;
  clear: both;
  border: 1px solid #8b7358;
  padding: 5px;
  margin-top: 10px;
  border-left: 4px solid #8b7358;
  clear: both;
}
#catvideo iframe {
/* optional */
width: 100%;
height: 560px;
}
#homehero iframe {
/* optional */
width: 100%;
height: 100%;
}
.videooverlay {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
 height: 85.75vh;
}
@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.catprod  {
  border-radius: 20px;
  box-shadow: 0 1px 7px #ccc;
    background: #fff;
    display: block;
    height: 200px;
    width: 200px;
    padding: 20px;
}
.catlinkarea{
     
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.catlinkarea:hover{
    background: rgba(0,0,0,0.5); 
}
.catname {
    background: rgba(0,0,0,0.5);
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 20px 40px;
 
}

.catlink {
  display: block;
width:80%;
  background: #8b7358;
  color: white;
  padding: 5px 30px;
}

#testimonials {
    background: url(assets/img/testback.jpg) no-repeat top center;
    background-size: cover;
    padding: 200px 0;
    color:#fff;
    font-size: 24px;
    text-align: center;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

.testtext {
  display: block;
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-style: italic;
  min-height: 192px;
}
.testname {
  font-size: 24px;
  display: block;
  font-weight: bold;
}
#faqs{
    background: url(assets/img/faqback.png)no-repeat top left;
    background-attachment:fixed;
}
#faqs .container{
    padding: 70px 0;
}
#catintro {
  padding: 100px 0 50px;
  text-align: center;
}
#products {
  background: #f1f1f1;
  padding: 40px 0;
  text-align: center;
}
.productsarea li .woocommerce-loop-product__title {
  min-height: 120px;
}
.intro {

    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;

}
summary {
  display: list-item;
  background: #8b7358;
  margin: 10px 0;
  padding: 10px;
  color: #fff;
}
.faqright {
  padding-top: 150px;
}
.prodimg {
  position: absolute;
  bottom: -100px;
  left: 100px;
  max-width: 300px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 7px #ccc;
  border-radius: 10px;
}
#catintro .herobtn {
  width: 30%;
}
#catvideo {
  padding: 50px 0;
  text-align: center;
  color: #fff;
    background-attachment: fixed !important;
}
.ctestright {
  width: 40%;
  float: right;
  text-align: right;
    padding: 0 100px;
}

.ctestleft {
 
  text-align: center;
  line-height: 2;
}
.ctestleft .outlinebtn{
    margin: 0 auto;
}
.ctestright img {
  width: 50%;
}
.woocommerce-loop-product__title {
  min-height: 120px;
}
#cattest{
    padding: 50px 0;
    background: #f1f1f1;
}
.specinfo {
  display: block;
  line-height: 2;
  font-size: 20px;
}
.ctest {
  display: block;
  padding: 30px;
}
.outlinebtn {
  display: block;
  border: 2px solid #8b7358;
  text-align: center;
  font-size: 24px;
  width: 30%;
  padding: 10px;
}
.outlinebtn.whitebtn{
    border: 2px solid #fff;
    color:#fff;
    width: 100%;
}
#cattest h2 {
  text-align: center;
  padding-bottom: 40px;
}
.woocommerce-loop-product__title {
  font-size: 24px;
    padding: 15px 0;
}
#maincontent {
  padding: 50px 0;
}
.woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce-mini-cart{
    padding:0;
    margin: 0;
    list-style: none;
}
.woocommerce-mini-cart li{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.woocommerce-mini-cart__buttons.buttons a {
  margin-right: 10px;
  border: 1px solid;
  padding: 5px;
}
.woocommerce-mini-cart img {
  display: none;
}
.button.product_type_simple.add_to_cart_button,
.single_add_to_cart_button.button.alt,
.button.product_type_variable.add_to_cart_button {
  background: #8b7358;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-top: 15px;
}
#gallery {
  padding: 50px 0;
  background: #f1f1f1;
}
#mainarea {
  padding: 50px 0;
}
#gallery ul {
  list-style: none;
  display: flex;
}
#gallery ul li {
  padding: 30px 10px;
}
.lefttopspec, .leftbtmspec, .rightmidspec {
  min-height: 600px;
}
.righttopspec, .rightbtmspec, .leftmidspec{
    padding:100px 150px 0;
}
#shopcta{
    padding: 40px 0;
    background: #8b7358;
    color:#fff;
}
#blogarea {
  padding: 100px 0;
}
.postblock {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 7px #ccc;
}
.postimage {
  display: block;
  max-height: 185px;
  overflow: hidden;
  margin-bottom: 30px;
}
.day {
  display: block;
}
.postfeedtitle {
  font-size: 20px;
  padding-bottom: 15px;
  display: block;
}
.postfeedexcerpt {
  display: block;
  min-height: 192px;
}
.postfeedexcerpt p{
    margin-bottom: 0;
}
#recent-posts-2 ul,
.product-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-product-details__short-description ul {
  margin: 0;
  padding: 0;
}
.testbox {
  background: rgba(0, 0, 0, .4);
  display: block;
  padding: 20px;
  border-radius: 10px;
    margin-bottom: 20px;
}
#recent-posts-2 ul li,
.product-categories li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.mobileonly{
    display: none;
}
.middeskonly{
    display: flex;
}
.midmobileonly{
    display: none;
}
@media screen and (max-width: 1686px){
	.videooverlay {
 
  height: 75.5vh;
}
}
@media screen and (max-width: 1600px){
    #bgvideo {
  margin-top: -25px;
}
  
}
@media screen and (max-width: 1500px){
    #bgvideo {
  margin-top: -75px;
}
}
@media screen and (max-width: 1440px){
    #bgvideo {
  margin-top: -105px;
}

}
@media screen and (max-width: 1368px){
	#homehero {
  position: relative;
  min-height: 600px;
  margin-top: -195px;
}

    .videooverlay {
    height: 64.75vh;
  }
    .navbar-nav > li > a {
  padding: 5px 8px 0;
    }
    .righttopspec, .rightbtmspec, .leftmidspec {
  padding: 50px 150px 0;
}
}
@media screen and (max-width: 1280px){
    #categories{
        margin-top: 0;
    }
    .righttopspec, .rightbtmspec, .leftmidspec {
  padding: 50px 50px 0;
}
    .videoContainer {

  display: none;
}
    .videooverlay {
  display: none;
}
    #homehero {
  min-height: auto;
  padding: 0 0 100px;
		box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
}
@media screen and (max-width: 1186px){
    .container, .container-lg, .container-md, .container-sm {
  max-width: 95%;
}
    @media screen and (max-width: 1024px){
        .catname{
            font-size: 20px;
        }
        .herobtn {
  font-size: 20px;
        }
    }
    @media screen and (max-width: 992px){
		.splitmenu {

  height: 50px;
}
		#categories{
			display: none;
		}
        .categoryimg img {
  max-height: 600px;
}
		.copyright, .fbright{
			text-align: center;
		}
           .switch{
    display: flex;
    flex-direction: column-reverse;
} 
        .righttopspec, .rightbtmspec, .leftmidspec {
  padding: 50px;
}
        ul.products.columns-5 li.product,
        ul.products.columns-4 li.product,
        ul.products.columns-3 li.product{
  width: 100% !important;
}
	  .logo {
      text-align: center;
      width: 33%;
    }	
		.searchbox {
  width: 33%;
  margin-top: -78px;
  z-index: 10001;
}
		.phoneright {
  text-align: left;
  padding-top: 0;
  width: 33%;
  margin-top: -40px;
  z-index: 1000;
}
  .logoback {
margin: -55px auto 0;
  height: 150px;
  width: 150px;
}      
  .splitmenu {

  height: 50px;
}
.logo {
  text-align: center;
}
   .homeheroarea h1 {
      padding-top: 150px;
    }
        #homehero {
  min-height: auto;
  padding-bottom: 30px;
}
        #about {

  padding: 40px 0;
}
.leftcat {
  width: 45%;
  margin-bottom: 30px;
  padding: 0 30px;
}
        .testtext{
            min-height: auto;
        } 
        .herobtn{
            width: 100%;
        }
    }
	@media screen and (max-width: 848px){
		#woocommerce-product-search-field {
  width: 70%;
}
		  .searchbox {
      margin-top: 0;
    }
		  .phoneright {
      padding-top: 30px;
margin-top: 0;
		}
	}
    @media screen and (max-width: 768px){
        .categorybox {
  min-height: 300px;
  position: relative;
			margin-bottom: 30px;
}
        .prodimg {

  left: 30%;
        }
  
        .leftcat {
  width: 100%;

}
        .lefttopspec, .leftbtmspec, .rightmidspec {
  min-height: auto;
}
        .middeskonly{
    display: none;
}
		#salearea .salebanner {
  padding: 0;
}
.midmobileonly{
    display: block;
}
        .catinfo {
  display: inline-block;
  width: 50%;
            vertical-align: middle;
}
        .categoryimg {
  display: inline-block;
  text-align: center;
  width: 45%;
}
        .catprod {

  margin: 0 auto;
}
        .catname {

  text-align: center;
}
        .catlink {
text-align: center;
  margin: 0 auto;
}
        .herotext {

  font-size: 20px;
}
        .herobtn {
  font-size: 18px;
}
        h2 {
  font-size: 42px;
}
        .mobileonly{
            display: block;
        }
        .deskonly{
            display: none;
        }

  .slick-dots {
 position: absolute;
bottom: -30px;
width: 35%;
margin: 0 auto;
left: 40%;
}
.slick-dots li {
    display: inline-block;
    padding: 0 15px;
}
.dot {
    width: 20px;
    height: 20px;
    display: block;
    background: #8b7358;
    border: 1px solid #8b7358;
    border-radius: 15px;
    cursor: pointer;
}
.slick-active .dot,
.dot:hover{
    background: #fff;
     border: 1px solid #fff;
}
        #testimonials {

  padding: 50px 0;
        }
    }
    @media screen and (max-width: 640px){
      .summary.entry-summary {
        float: none;
        width: 100%;
      }
   
    .slick-dots {
  width: auto;
  left: 30%;
}
     .searchbox {
  display: none;
}
		  .phoneright {
  
      width: 66%;
    }
		.homeheroarea h1 {

			font-size: 60px;
		}
    }
    @media screen and (max-width: 486px){
        #innerhero h1 {
  padding: 50px 0;
}
			.headerphone{
			font-size: 18px;
		}
        .categorybox::nth-of-type(2){
            background-position: center center !important;
        }
        .homeheroarea h1 {
  font-size: 40px;

}
          .prodimg {

  display: none;
        }
        .testtext{
            font-size: 18px;
        }
 
        h2 {
  font-size: 40px;
}
  .homeheroarea h1 {
      padding-top: 200px;
    }
  
    }
    @media screen and (max-width: 370px){
        .categoryimg{
            display: none;
        }
        .catinfo {
  display: block;
  width: 100%;
}
		.phoneright {
      text-align: right;
    }
	
    }
