/*
Theme Name: Log Home Store Custom Theme
Theme URI: http://www.grayswebdesign.com/
Author: Grays Web Design
Author URI: http://www.grayswebdesign.com/
Description: Custom Theme for Log Home Store
Version: 1.0.0
Text Domain: ttwplhs
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 24px;
	margin: 0 0 0.67em 0;
}
h2 {
	font-size: 24px;
	margin: 0 0 0.67em 0;
}
h2 img {
	margin-top: 8px;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*clearfix*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom: 1;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif;
	color: #504032;
	font-size: 16px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #0d785b;
	font-size: 30px;
	line-height: 1.2em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
p, li {
	margin-bottom: 1em;
	margin-top: 0;
	font-size: 16px;
}
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;
	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;
}
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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #999;
	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.7em;
}
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. */
}
a img {
	border: none;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
#main a.fl-button, #footer-section a.fl-button, #footer-section a.uabb-button, #main a.button, #main button, #content input.button, input[type=submit], #main a.uabb-button {
	/*box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.5) !important;*/
	font-family: 'Roboto Slab', sans-serif !important;
	background: #D08242;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
	padding: 3px 18px;
	border-radius: 0;
}
#main .fl-builder-content a.fl-button *, #footer-section a.fl-button *, #main .fl-builder-content a.fl-button:visited *, #footer-section a.fl-button:visited * {
    color: white;
}
/* transparent button*/
#main .transparent-button a.fl-button {
	/*box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.5) !important;*/
	font-family: 'Roboto Condensed', sans-serif !important;
	background: transparent !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #504032 !important;
	padding: 0;
	border: none;
	border-radius: 0;
}
#main .transparent-button a.fl-button:hover {
	text-decoration: underline;
}
#main .fl-builder-content .transparent-button a.fl-button * {
	color: #504032;
}
#main .fl-builder-content .transparent-button a.fl-button .fl-button-icon:before {
	color: #D08242;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, /*input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {

}
.header-wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	position: relative;
}
.header-right {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: white;
	float: right;
	width: calc(100% - 454px);
	text-align: right;
}
.header-right a {
}
.header-right img {
}

.header-search {
	margin: 18px 0 0 0;
	display: inline-block;
	width: 280px;
}

.header-search input {
	border: 1px solid #438369 !important;
	padding: 6px 10px 6px 10px !important;
	margin-left: 7px !important;
	width: calc(100% - 50px) !important;
}
.header-search button {
	border: 2px solid #438369;
	color: #FFFFFF;
	background: #438369;
	padding: 6px 8px;
	margin-left: 2px;
}
.site-logo {
	float: left;
	width: 454px;
}
.site-logo img {
	display: block;
}
.top-menu-social {
	margin-top: 10px;

}
.top-menu-social > a {
	display: inline-block;
}
.top-menu-social > a > img{
	display: inline-block;
	vertical-align:middle;
	position: relative;
	top: -5px;
}
.header-cart {
	color: #ffffff;
}
.header-cart-wrapper {
	margin-top: 10px;
}
.header-cart-text {
	margin-top: 10px;
}
.cart-contents {
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 10px;
	color:white !important;
}
.cart-contents:after {
    font-family:WooCommerce, sans-serif;
    content: "\e01d";
    font-size:32px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
	position: absolute;
	font-size: 11px;
	top: 0;
	right: 10px;
    color: red;
	font-weight: bold;
    padding: 1px 6px;
    line-height: 1;
    vertical-align: top;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:hover, a:focus, a:active, a:visited {
	color: #438369;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.btn, input.btn, button.btn {
	display: inline-block;
	padding: 8px 20px;
	background-color: #348537;
	color: white;
	font-size: 18px;
	font-weight: 200;
	border: none;
	cursor: pointer;
	font-family: 'Roboto Slab', sans-serif;
}
.btn-small {
	padding: 3px 10px !important;
	font-size: 14px !important;
}
a.btn:hover, input.btn:hover, button.btn:hover {
	background-color: #D08242;
	text-decoration: none;
}
.site-footer a {
	color: #fff;
}
.sep {
	padding: 0 6px;
}
.copyright a {
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
h4.page-parent {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: 'Roboto Slab', serif;
}
h1.page-title {
	font-size: 30px;
	margin-top: -5px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* top menu */
.top-menu {
	width: 310px;
	display: inline-block;
	background: #D08242;
	font-size: 16px;
	position: relative;
	padding: 5px;
}
.top-menu-container {
	border: 1px solid white;
	position: relative;
	padding: 8px 15px;
	text-align:left;
}
.top-menu-container ul {
	margin: 0;
	padding: 0 40px 0 0;
	display: inline-block;

}
.top-menu-container ul li {
	display: inline-block;
	margin-bottom: 0;

}
.top-menu-container ul li a {
	color: white;
	position: relative;
	padding: 0 10px 0 14px;

}
.top-menu-container ul li a:hover {
	text-decoration: none;

}
.top-menu-container ul li a:before {
	content: "\f04b";
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	font-size: 10px;
	padding-right: 0.5em;
	position: absolute;
	top: 0;
	left: 0;

}
.top-menu-container ul li a:hover:before {
	color: #000;
	text-decoration: none;

}

/* footer menu */
.footer-menu-wrapper {
	background: #504032;
	border-bottom: 1px solid white;
}
.footer-menu {
	max-width: 1100px;
	margin: 0 auto;
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-menu li {
	float: left;
	position: relative;
	margin-bottom: 0;
}
.footer-menu a {
	font-family: 'Roboto Condensed', serif;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 15px 7px 12px;
}

/*pipe between nav items*/
.footer-menu .menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: sans-serif;
	font-size: 18px;
}
.footer-menu ul li:first-child a:after {
	display: none;
}
/* main menu */
.menu-main-menu-container {
}
.nav-wrapper {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #ffffff;
	background: #504032;
}
.main-navigation {
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
	display: block;
	width: 100%;
	/* [disabled]padding-right: 15px; */
	padding-left: 0;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin-bottom: 0;
}
.main-navigation a {
	font-family: 'Roboto Condensed', serif;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	padding: 7px 25px 7px 22px;
}
/*pipe between nav items*/
/*.main-navigation .nav-menu > li > a:after {
	content: "|";
	position: absolute;
	left: 0;
	top: 5px;
	font-family: sans-serif;
	font-size: 18px;
}
.main-navigation ul li:first-child a:after {
	display: none;
}*/
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 34px;
	left: -999em;
	z-index: 99999;
	background: #D08242;
	/*border-radius: 0 0 10px 10px;*/
	/*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.9);*/
	min-width: 250px;
	border: 1px solid white;
}
.main-navigation > ul li:last-child > ul {
	float: left;
	position: absolute;
	top: 34px;
	left: -999em;
	z-index: 99999;
	background: #D08242;
	/*border-radius: 0 0 10px 10px;*/
	/*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.9);*/
	min-width: 250px;
	border: 1px solid white;
}
.main-navigation ul ul li{
	width: 100%;
}
.main-navigation ul ul ul {
	width:250px;
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	color: white;
	font-size: 14px;
}
.main-navigation ul ul ul a {
	width: 250px;
	padding: 5px 20px;
	margin: 0;
	font-size: 14px;
}
.main-navigation ul ul li:last-child a {
	border-bottom: none;
	/*border-radius: 0 0 10px 10px;*/
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
	 background: #504032;
}
.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	background-color: #504032;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul li:hover:last-child > ul, .main-navigation ul li:last-child.focus > ul {
	right:20px;
}
.main-navigation ul li:hover:last-child ul li > ul, .main-navigation ul li:hover:last-child ul li.focus > ul {
	top: 0;
	left: auto;
	right: 100%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
button.menu-toggle {
	background: #D08242;
	border: 1px solid white;
	color: white;
	margin: 10px;
	float: right;
	padding: 5px;
}
.main-navigation ul li.menu-item-has-children {
	position: relative;
}
.main-navigation ul li.menu-item-has-children:before {
	content: "\f0d7";
	color: white;
	font-size: 14px;
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 0.4em;
	position: absolute;
	top: 8px;
	left: 10px;
}
.main-navigation ul.sub-menu li.menu-item-has-children:before {
	content: "\f0da";
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 5px;
	left: 7px;
}
@media screen and (min-width: 700px) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
@media screen and (max-width: 800px) {
	.header-right, .site-logo {
		width: 50%;
		text-align: center;
	}
	.site-logo img {
		margin: 0 auto;
	}
}
 @media screen and (max-width: 700px) {
.menu-main-menu-container {
	clear: both;
}
.main-navigation ul li a:after {
	display: none;
}
/* start responsive menu*/
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: auto;
}
.nav-wrapper {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.main-navigation .menu {
	clear: both;
	background: #348537;
	border-top: 1px solid #ccc;
	margin-top: 1px;
	box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.4);
}
.main-navigation ul li.menu-item-has-children:before {
	content: "\f0d7";
	font-family: FontAwesome, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
	font-size: 14px;
	padding-right: 0.5em;
	position: absolute;
	top: 13px;
	left: 8px;
}
.main-navigation ul :hover > a, .main-navigation ul ul .focus > a {
	color: white;
}
.main-navigation a {
	color: white;
}
.main-navigation li {
	float: none;
}
.main-navigation ul ul {
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: -6px;
	background: rgba(52,133,55,0.7);
}
.main-navigation ul ul a {
	margin: 0;
}
.main-navigation ul ul li:last-child a {
	border-bottom: 1px solid #ccc;
	;
}
.main-navigation li a {
	padding: 15px 20px;
	margin-bottom: 5px;
}
.main-navigation li li a {
	padding-left: 40px;
}
.main-navigation li li li a {
	padding-left: 6em;
}
.main-navigation li:hover > a {
	text-decoration: underline;
}
.main-navigation ul ul, .main-navigation ul ul ul {
	position: relative;
	top: inherit;
	left: 0;
	display: block;
	float: none;
}
.main-navigation ul ul a {
	width: 100%;
}
.main-navigation ul a:hover, .main-navigation ul ul a:hover {

}
.main-navigation .current_page_ancestor {
	background: inherit;
}
.main-navigation ul ul .current_page_parent {
	color: inherit;
	background: inherit;
}
.main-navigation .current_page_item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item li:hover, .main-navigation .current_page_parent .current_page_item > a {
}
}
/*End responsive menu*/
/* article menu */
.fl-menu-expanded .sub-menu {
	padding-left: 10px;
	min-width: 100px !important;
}
.fl-menu-expanded .sub-menu li:before {
	display: none;
}
/* footer menu */
#menu-footer {
	width: 220px;
}
#menu-footer  li{
	border-bottom: 1px solid #999;
}

.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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. */
}
/*--------------------------------------------------------------
# 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;
}
.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%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.entry-content ul {
	padding: 0 10px 0 20px;
	overflow: hidden;
	margin-left: 1em;
}
.entry-content ul:not(.gform_fields) li {
	list-style: none;
}
.entry-content ul.products li {
	list-style: none;
}
.entry-content ul:not(.gform_fields):not(.products) li::before {
	color: #504032;
	content: "■";
	float: left;
	font-size: 110%;
	margin: -2px -15px;
	width: 1.8em;
}
/* =Index pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
	font-family: sans-serif;
	padding: 1em;
	background: #fff;
}
/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}
/* Give each link and the current item some padding to make them easy to click */
a.page-numbers, span.page-numbers {
	padding: .3em .7em;
	color: #333;
}
/* Link hover state */
a:hover.page-numbers {
	color: #000;
}
/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
	color: #000;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	line-height: 1.4em;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
.home .site-content {
	padding-top: 0;
}
.home .fl-node-58c498558a181 {
	display: none;
}
.page-template-full-width .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.site-main .entry-content li {
	margin-bottom: 8px;
}
.home .hentry {
	margin-bottom: 0;
}
#home-photo {
	width: 100% !important;
	height: auto;
}

/* HOME SLIDER */
.fl-slide-content-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.fl-slide-content {
	padding: 5px !important;
}
.fl-slide-text, .fl-slide-content h2 {
	font-size: 30px;
}
.fl-slide-title, .fl-slide-text > * {
    margin-bottom: 0 !important;
	text-align:left;
	padding-left: 25px !important;
}
.fl-slide-content-wrap .fl-slide-content {
	padding-bottom: 20px !important;
}
.fl-slide-bg-photo, .fl-page-module-heading, .fl-node-57661850d2d05 .fl-row-content-wrap {

}
#main .fl-slide-photo .fl-slide-photo-img {
	width: 100%;
	height: auto;
}
.fl-module-content-slider .bx-wrapper {
    margin: 0 auto;
}
#home-slider .bx-pager {
    bottom: 10px;
}
#main #home-slider .fl-slide-content h2 {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.4),1px 1px 5px rgba(0,0,0,0.4),1px 1px 9px rgba(0,0,0,0.4);
	animation: tt-slide-right 1s ease-out;
	-webkit-animation: tt-slide-right 1s ease-out;
	-moz-animation: tt-slide-right 1s ease-out;
}


@keyframes tt-slide-right {
	0% {
		opacity: 0;
		transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		transform: translateX(0%);
	}
}
@-webkit-keyframes tt-slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes tt-slide-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(-10%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}




/* END HOME SLIDER */



.blog-content-wrapper {
}
.blog-content-wrapper .page-header {
}
.blog-content-wrapper .page-header {
}
.blog-content {
	max-width: 1100px;
	margin: auto;
}
.blog-content .content-area {
	float: right;
	width: calc(100% - 236px);
	margin-left: 36px;
}
.blog-content .widget-area {
	float: left;
	width: 200px;
}
.search-main {
}
.search-main .search-div {
}
.search-main .photo-div {
}
.content-area {
	/*float: left;
	margin: 0 -290px 0 0;*/
	width: 100%;
}
.site-main {
	/*margin: 0 290px 0 0;*/
	overflow: hidden;
}
body:not(.full-width-template) .site-main {

}
.site-content .widget-area {

}
.site-content .widget-area .widget {
	/*padding: 0 20px 20px 20px;
	position: relative;*/

}
.home hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(left, rgba(223,205,179,0), rgba(223,205,179,0.99), rgba(223,205,179,0));
	clear: both;
}
.img-circle {
	border-radius: 50%
}
.entry-content ul, .entry-content ol {
	padding: 0 10px 0 20px;
	overflow: hidden;
	margin-left: 0;
}


/* woocommerce */
.cart-collaterals-left {
	width: 50%;
	float: left;
	padding-top: 40px;
}
.woocommerce-cart-form dl.variation dt {
	display: none !important;
}
.woocommerce-cart-form dl.variation {
	margin-top: 0 !important;
}


@media all and (max-width:968px){
#main ul.products li.product{
    /*width: 46%;*/
 }

}
@media all and (max-width:700px){
.top-tagline {
    width: auto;
    float: none;
    text-align: right;
    font-size: 18px;
}
.top-menu-container {
    margin-bottom: 0 !important;
}
.top-menu {
    float: none;
    background: #D08242;
    font-size: 16px;
    position: relative;
}

.blog-content .content-area {
	float: none;
	width: auto;
}
.blog-content .widget-area {
	float: none;
	width: auto;
}
}
@media all and (max-width:600px){
#main ul.products li.product{
    width: 98%;
	overflow: hidden;
	float: none;
 }

}
.shop-wrapper {
	overflow: hidden;
	max-width: 1100px;
	margin: 0 auto;
}
.shop-sidebar {
	float: left;
	width: 200px;
}
.shop-content {
	float: right;
	width: calc(100% - 236px);
	margin-left: 36px;
}
.sku_wrapper {
	display: none;
}

/* hide cat photo */
.woocommerce ul.products li.product-category a img {
	display: none !important;
}
.woocommerce ul.products li.product-category {
	border: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.woocommerce ul.products li.product-category h3{
	padding: 0 !important;
}


/*.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: 100% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
}*/
body:not(.customize-support) .fl-row-content-wrap {
    z-index: 1;
}
.archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product,
.archive .woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product {
    float: none;
    padding: 10px;
    position: relative;
    background: white;
	width: 100%;
	border: 1px solid #D08242;
	overflow: hidden;
}
.archive.woocommerce ul.products li.product .thumb-wrap,
.archive .woocommerce ul.products li.product .thumb-wrap {
	width: 35.5%;
	float: left;
	margin-right: 2%;
}
.archive.woocommerce ul.products li.product .details-wrap,
.archive .woocommerce ul.products li.product .details-wrap {
	width: 62.5%;
	float: left;
}

.archive.woocommerce ul.products li.product .thumb-wrap img,
.archive .woocommerce ul.products li.product .thumb-wrap img {
	max-height: 200px;
	width: auto;
}

.woocommerce .product_meta {
	margin-bottom: 20px;
}

.up-sells {
	clear: both;
	background: #86BBAD;
	overflow: hidden;
	padding: 17px;
	color: white;
	outline: 1px solid white;
	outline-offset: -7px;
}
.up-sells *{
	color: white;
}
.up-sells .product-details-wrapper, .up-sells .price {
	display: none !important;
}
.up-sells ul.products > li {
	margin-bottom: 0 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #D08242;
    background-color: #D08242;
	font-family: 'Roboto Slab', serif;
	margin-right: 5px;
	border-radius:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    text-decoration: none;
    color: #515151;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: white;
    text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #D08242;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 20px;
    border: 1px solid #D08242;
	border-top:none;
}


.woocommerce .products .product-details-wrapper {
	color: black;
}
.woocommerce-page .site-main {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	padding: 0 20px;
}
.woocommerce-page .widget-area {
	display: none;
}
.related.products {
	clear: both;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #992e1c;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #992e1c;
}
.woocommerce div.product div.images img, .woocommerce ul.products li.product a img, .uabb-blog-posts .uabb-post-thumbnail img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {

}
.home .woocommerce ul.products li.product h3 {
    font-size: 18px;
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	margin-top: 0;
}
.home .woocommerce ul.products li.product a img {
    margin-bottom: 0;
}
.shop-sidebar ul {
	margin: 0;
	padding: 0;
}
.woocommerce .page-numbers li:before {
	display: none;
}
.sf-field-taxonomy-product_cat {
	display: none !important;
}
@media screen and (max-width: 768px) {
.shop-sidebar {
	float: none;
	width: 100%;
	padding-right: 0;
}
.shop-content {
	float: none;
	width: 100%;
}

}
/* end woocommerce */
/*.entry-content ul li {
	list-style: none;
}
.entry-content ul li::before {
	color: #348537;
	content:  "\2022 ";
	float: left;
	font-size: 160%;
	margin: -8px -15px;
	width: 1em;
}*/
/* PAGE CONTENT */


/* END PAGE CONTENT */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	color: #fff;
	background: #92C2B6;
}
.site-info {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	color: #fff;
	font-weight: 200;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: right;
}
.site-footer a {
	color: white;
}
.brown-bar {
	background: #504032;
	padding: 5px 10px;
	border: 1px solid white;
}
.copyright {
	clear: both;
	line-height: 1.2em;
}
.siteby {
	clear: both;
	line-height: 1.2em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h3.fl-post-feed-title {
}
h3.fl-post-feed-title a {

}
.fl-post-feed-content p {
	margin: 0;
}
.fl-post-feed-header {
    margin-bottom: 0;
}
.fl-post-feed-more {
    margin-top: 0;
}
body .fl-post-feed-meta {
}
.widget ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}
.widget ul li::before {
	color: #01847f;
	content: "\f04b";
	font-family: FontAwesome, sans-serif;
	float: left;
	font-size: 10px;
	margin: -1px -15px;
	width: 1em;
}
.widget .fl-menu ul li:before {
	display: none;
}
.sticky {
	display: block;
}
.hentry {
	/*margin: 0 0 1.5em;*/
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## 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;
}
.show-mobile {
	display: none;
}
 @media screen and (max-width: 1200px) {
.p7HGM04 .p7HGM_viewport_wrapper {
	margin-left: 0 !important;
}
}
 @media screen and (max-width: 1090px) {
.site-content {
}
}
@media screen and (max-width: 900px) {
.header-widget {
	width: 100%;
	float: none;
}
.header-search-social {
	width: 100%;
	float: none;
}
}
 @media screen and (max-width: 800px) {
.fl-node-58bccacb24282 .fl-photo-align-right {
	text-align: center !important;
}
	 .fl-col-small {
		 max-width: 800px;
	 }
	 .site-info {
		 text-align: center;
	 }
 .shop-content {
	 margin-left: 0;
 }
.site-main {
	margin: 0;
}
.site-content .widget-area {
}
.footer-widgets {
	float: none;
	width: 100%;
}
.footer-social {
	float: none;
	width: 100%;
}
.home-slider-left {
	width: 100%;
	float: none;
	position: relative;
}
.home-slider-right {
	width: 100%;
	padding-left: 0;
	padding-bottom: 0;
	float: none;
	padding-top: 0 !important;
}
}
 @media screen and (max-width: 700px) {
	 .hide-mobile {
		 display: none !important;
	 }
	 .woocommerce-checkout .header-search {
		 display: none !important;
	 }
	 .site-logo, .header-right {
		 width: 100%;
		 float: none;
		 text-align: center;
	 }

	 .header-cart-wrapper {
		 display: none;
	 }

	 .header-search {
		 padding-bottom: 10px;
	 }

	 .footer-left, .footer-right {
		 width: 100%;
		 float: none;
		 text-align: left;
	 }

	 #masthead .header-widget * {
		 text-align: center !important;
	 }
 }
@media screen and (max-width: 600px) {

.show-mobile {
	display: initial;
}
body {
	font-size: 18px;
}
img.alignleft, img.alignright {
	display: block !important;
	float: none !important;
}
h1.show-mobile {
	margin: 20px 10px 0 30px !important;
	display: block;
}

.footer-right, .footer-left {
	float: none;
	width: 100%;
	padding-right: 0;
}

}
@media screen and (max-width: 400px) {
	.archive.woocommerce ul.products li.product .thumb-wrap,
	.archive .woocommerce ul.products li.product .thumb-wrap {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.archive.woocommerce ul.products li.product .details-wrap, .archive .woocommerce ul.products li.product .details-wrap {
		width: 100%;
		float: none;
	}
}
.grow {
	transition: all .1s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
}

.woocommerce-cart .button {
	margin: 10px 0 !important;
	vertical-align: middle !important;
	text-align: center;
}

.woocommerce td.product-name p.backorder_notification ,
.available-on-backorder {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #a00 !important;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}
#page button[name="calc_shipping"] {
	visibility: visible;
}
.woocommerce ul.products li.product h3 {
	font-size: 18px;
}
