/*!
Theme Name: MM Traders
Theme URI: http://underscores.me/
Author: Puresalt Design
Author URI: http://www.puresaltdesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mmttraders_woo
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.

MM Traders 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: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

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

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 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: 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 {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

/*************/
/*start Fonts*/
/*************/
.martel{
	font-family: 'Martel Sans', sans-serif;
	/*
	200 - extra-light
	400 - regular
	700 - bold
	900 - black
	*/
}
/***********/
/*end Fonts*/
/***********/



/********************/
/*start style layout*/
/********************/
body{
	background: #f3ede2 !important; 
	font-family: 'Martel Sans', sans-serif !important;
}
#page{ /*all website areas*/}
.site-header{ /*website header*/
	margin-bottom: 75px;
}
.site-content{ /*site content main page + widget container*/}
.content-area{ /*main page area*/}
.widget-area{ /*widget area*/}
.site-footer{ /*website footer*/
	margin-top: 50px;
}
.clear{
	clear:both;
}


h1.entry-title{
	font-weight: 200;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 40px;
}
.section-title{
	font-weight: 200;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.listare-cat-title{
	font-weight: 200;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 15px;
}

aside#secondary{
	display: none;
}


input.gform_button{
	color: #ffffff !important;
	font-size: 20px !important ;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	background: #d7c49f !important;
	border: 7px solid #9b7e48 !important;
	box-shadow: none !important;
	text-align: center !important;
	padding: 5px 20px !important;
}
input.gform_button:hover{
	opacity: 0.8;
}


/******************/
/*end style layout*/
/******************/







/********************/
/*start style Header*/
/********************/
/*navigation*/
#site-navigation{ /*main menu container*/}
.main-navigation ul{ /*main ul menu*/
	display: table;
    width: 100%;
}
.main-navigation ul li{
	float: none;
	text-align: center;
	display: table-cell;
}
.main-navigation a{ /*regular item style*/
	font-size: 24px;
	color: #000;
	font-weight: 900;
	display: block;
}
.main-navigation a:hover{ /*hover item style*/
	color: #ff0000;
	text-decoration: none;
}
.main-navigation a:focus{ /*hover item style*/
	color: #ff0000;
	text-decoration: none;
	outline: none;
}
.main-navigation .current_page_item a, 
.main-navigation .current-menu-item a{ /*current item style*/
	color: #ff0000;
	text-decoration: none;
}
.main-navigation ul ul{ /*second menu level ul*/}
.main-navigation ul ul a{ /*second level item style*/}
.main-navigation ul ul li{ /*second level item container style*/}


.main-navigation ul li a{
	/*height: 115px;*/
	padding-top: 90px;
}
.main-navigation ul li.menu-home a{background: url(images/menu-home-off.png) top center no-repeat;}
.main-navigation ul li.menu-home a:hover{background: url(images/menu-home-on.png) top center no-repeat;}

.main-navigation ul li.menu-season a{background: url(images/menu-seasoning-off.png) top center no-repeat;}
.main-navigation ul li.menu-season a:hover{background: url(images/menu-seasoning-on.png) top center no-repeat;}

.main-navigation ul li.menu-tea a{background: url(images/menu-tea-coffee-off.png) top center no-repeat;}
.main-navigation ul li.menu-tea a:hover{background: url(images/menu-tea-coffee-on.png) top center no-repeat;}

.main-navigation ul li.menu-oils a{background: url(images/menu-oils-off.png) top center no-repeat;}
.main-navigation ul li.menu-oils a:hover{background: url(images/menu-oils-on.png) top center no-repeat;}

.main-navigation ul li.menu-sauces a{background: url(images/menu-sauces-off.png) top center no-repeat;}
.main-navigation ul li.menu-sauces a:hover{background: url(images/menu-sauces-on.png) top center no-repeat;}

.main-navigation ul li.menu-gourmet a{background: url(images/menu-gourmet-off.png) top center no-repeat;}
.main-navigation ul li.menu-gourmet a:hover{background: url(images/menu-gourmet-on.png) top center no-repeat;}

.main-navigation ul li.menu-drinks a{background: url(images/menu-drinks-off.png) top center no-repeat;}
.main-navigation ul li.menu-drinks a:hover{background: url(images/menu-drinks-on.png) top center no-repeat;}

.main-navigation ul li.menu-nuts a{background: url(images/menu-nuts-off.png) top center no-repeat;}
.main-navigation ul li.menu-nuts a:hover{background: url(images/menu-nuts-on.png) top center no-repeat;}
/*end navigation*/

.website-header{
	background: #e5d4b5;
	padding-top: 5px;
	padding-bottom: 30px;
}
.header-contact-col{
	padding-top: 25px;
	font-size: 18px;
	color: #ffffff;
}
.header-contact-col a{
 	color: #ffffff;
}
.header-contact-col a:hover{
  	color: #ff0000;
  	text-decoration: none;
}

.mobile-logo-row{
	display: none;
	text-align: center;
}
.logo{
  	margin-top: 23px;
  	margin-bottom: 23px;
}
.header-social-col{
	text-align: right;
}
.header-social-col a{
	color: #ffffff;
	font-size: 40px;
	margin: 0 7px;
}
.header-social-col a:hover{
	color: #ff0000;
}

.header-tools-col{
	text-align: right;
	padding-top: 10px;
}
.header-tools-col a{
	color: #ffffff;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 8px;
	display: block;
	float: right;
}
.header-tools-col a:hover,
.header-tools-col a:focus{
	color: #ff0000;
	text-decoration: none;
	outline: none;
}

.slider-container{
	border-top: 30px solid #f4f4f2;
	border-bottom: 30px solid #f4f4f2;
}

/*search form*/
.head-search-container{
	float: right;
	position: relative;
}
.head-search-container #search{
	background: #e5d4b5;
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
	padding: 0 36px 0 10px;
	border: 1px solid #ffffff;
	width: 250px;
}
.head-search-container #search:focus{
	border: 1px solid #ff0000 !important;
	outline: none !important;
}

.head-search-container #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.head-search-container #search::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.head-search-container #search:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.head-search-container #search:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.head-search-container .int-search-button{
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 99;
}

.pay-here-button{
	margin-top: 10px;
}
.pay-here-button:hover{
	opacity: 0.8;
}

.delivery-available{
	margin-top: 18px;
}
/******************/
/*end style Header*/
/******************/


/********************/
/*start style Footer*/
/********************/
.website-footer{
	background: #d7ceb3;
	padding-top: 25px;
}
.copywrite-col{
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 30px;
	font-weight: 400 !important;
	margin-top: 25px;
}
ul#menu-footer-menu{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul#menu-footer-menu li{
	float: left;
	border-right: 1px solid #ffffff;
}
ul#menu-footer-menu li a{
	font-size: 24px;
	color: #ffffff;
	font-family: 'Martel Sans', sans-serif !important;
	padding: 0 15px;
}
ul#menu-footer-menu li a:hover{
	color: #ff0000;
	text-decoration: none;
}
ul#menu-footer-menu li:first-of-type a{
	padding-left: 0px !important;
}
ul#menu-footer-menu li:last-of-type{
	border-right: none !important;
}
ul#menu-footer-menu li:last-of-type a{
	padding-right: 0px !important;
}

.footer-contact-col{
	text-align: right;
	padding-top: 5px;
}
.footer-contact-col a{
	font-size: 24px;
	color: #ffffff;
	font-family: 'Martel Sans', sans-serif;
}
.footer-contact-col a:hover,
.footer-contact-col a:focus{
	color: #ff0000;
	text-decoration: none;
	outline: none;
}
/******************/
/*end style Footer*/
/******************/





/**********************/
/*start style TPL Home*/
/**********************/
.categorie-col a img:hover{
	opacity: 0.8;
}
/********************/
/*end style TPL Home*/
/********************/



/*****************************/
/*start style Product Listing*/
/*****************************/
h1.woocommerce-products-header__title{
	font-weight: 200;
	font-size: 60px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h2.woocommerce-loop-product__title{
	font-size: 22px !important;
	color: #000;
	text-align: center;
	font-weight: 700;
	font-family: 'Martel Sans', sans-serif !important;
}
span.woocommerce-Price-amount{
	font-size: 20px !important;
	color: #000;
	text-align: center;
	font-weight: 200;
	display: block;
	font-family: 'Martel Sans', sans-serif !important;
}
a.add_to_cart_button{
	color: #ffffff !important;
	font-size: 20px !important ;
	text-transform: uppercase !important;
	font-weight: 900 !important;
	background: #d7c49f !important;
	border: 7px solid #ffffff !important;
	box-shadow: none !important;
	width: 100%;
	text-align: center !important;
	/*line-height: 40px !important;*/
	padding: 10px 0 5px 0 !important;
}
a.add_to_cart_button:hover{
	opacity: 0.8;
}
a.added_to_cart{
	color: #a88238;
	display: block !important;
	text-align: center;
}
img.attachment-woocommerce_thumbnail{
	border: 5px solid #ffffff;
}

img.card-image:hover{
	opacity: 0.8;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 1px solid #9b7e48
}
.woocommerce nav.woocommerce-pagination ul li{
	border-right: 1px solid #9b7e48;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
}
ul.page-numbers li a{
	color: #9b7e48;
}

img.prod-image-placeholder{
	    margin: 0 0 1em;
}

/***************************/
/*end style Product Listing*/
/***************************/


/***************************/
/*start style CHECKOUT Page*/
/***************************/
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2{
	width: 100%;
	float: left !important;
	clear: left !important;
}

.woocommerce-checkout .col2-set{
	float: left;
	width: 48%;
}
.woocommerce-checkout h3#order_review_heading{
	float: right;
	width: 48%;
	display: block;
	clear: none !important;
}
.woocommerce-checkout #order_review{
	float: right;
	clear: right;
	width: 48%;
}
.woocommerce-checkout h3{
	color: #ff0000 !important;
	border-bottom: 1px solid #ff0000;
}
/*************************/
/*end style CHECKOUT Page*/
/*************************/

/***********************/
/*start style CART Page*/
/***********************/
/*********************/
/*end style CART Page*/
/*********************/

/************************/
/*start style My Account*/
/************************/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
  margin-left: 0px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li a{
	color: #000000;
}
nav.woocommerce-MyAccount-navigation ul li a:hover{
	color: #ff0000;
	text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ff0000; cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
  color: #000000;
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
/**********************/
/*end style My Account*/
/**********************/


/****************************/
/*start media fluid breakout*/
/****************************/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	/*header*/
	.logo-col{
		display: none;
	}
	.mobile-logo-row{
		display: block;
	}

	.header-contact-col{
		text-align: center;
		margin-bottom: 20px;
	}
	.header-social-col{
		text-align: center;
	}
	.header-tools-col{
		text-align: center;
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.header-tools-col a{
		margin: 10px auto;
		float: none;
	}
	.main-navigation a{
		font-size: 16px;
	}
	.head-search-container{
		float: none;
	}
	.head-search-container #search{
		width: 100%;
	}

	/*footer*/
	.footer-contact-col{
		text-align: center;
		margin-top: 30px;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*general*/
	.section-title,
	h1.woocommerce-products-header__title{
		font-size:40px;
	}

	/*footer*/
	ul#menu-footer-menu li{
		float: none;
		width: 100%;
		text-align: center;
		border: none;
	}
	ul#menu-footer-menu li a{
		padding: 0px;
	}

	/*checkout*/
	.woocommerce-checkout .col2-set{
		float: left;
		clear: left;
		width: 100%;
	}
	.woocommerce-checkout h3#order_review_heading{
		float: left;
		clear: left !important;
	}
	.woocommerce-checkout #order_review{
		float: left;
		clear: left;
		width: 100%;
	}


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.main-navigation ul li{
		float: none !important;
		display: list-item !important;
	}
	.main-navigation ul li a{
		background: transparent !important;
		padding-top:10px !important;
		font-size:19px !important;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

/**************************/
/*end media fluid breakout*/
/**************************/





