/*
Theme Name: change
Theme URI: #
Author: #
Author URI: #
Description: 
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: change
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Layout
# Header
# Typography
# Elements
# Search Overlay
# Buttons
# Forms
# Navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Contact Form 7
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Sliders
# Woocommerce
# Visual Composer Elements
# Responsive Specific
# Cart Popup
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#clearfix{
	
	clear:both;	
}

*:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.preloader {
	display:block;
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999999;
	background:white;
/* this is important so it's not transparent */
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 51%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div,
#fancybox-loading div:after,
#fancybox-loading div:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 13.0px 7.5px;
  border-color: transparent transparent #D6D6D6 transparent;
  animation: pulse 1.5s ease-in-out infinite;
}

#fancybox-loading {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #000 transparent transparent transparent;
}
#fancybox-loading div {
  position: absolute;
  top: -28px;
  left: -7px;
  animation-delay: .5s;
}
#fancybox-loading div:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -16px;
  animation-delay: .5s;
}
#fancybox-loading div:after {
  content: '';
  position: absolute;
  top: 16px;
  right: -16px;
  animation-delay: .1s;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.top-bar{
	
	position:relative;
	max-width:1000px;
	margin:auto;
	z-index:2;
	padding:10px 0;
	
}

.top-bar-info{
	position: absolute;
	float:left;
	
}
.site-header{
	position:relative;
	max-width:1000px;
	margin:auto;
	z-index:1;
	top: -40px;
	
}

.site-content{
	max-width:1000px;
	margin:auto;
	margin-top:-30px;
}

.menu-main-menu-container{
	position: relative;
    left: -15px;
}



.blog .content-area, .single .content-area, .archive .content-area {
	float: left;
	margin: 70px -30% 0 0;
	width: 100%;
}
.blog .site-main, .single .site-main, .archive .site-main {
	margin: 0 30% 0 0;
}
.blog .site-content .widget-area, .archive .site-content .widget-area, .single .site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 30%;
	padding: 70px 40px;
}
.blog .site-footer, .single .site-footer {
	clear: both;
	width: 100%;
}

.site-footer{
	max-width:1000px;
	margin:auto;
	text-align:left;
}

.site-footer .col{
	display:inline-block;
	width:24%;
	padding:20px;
	min-height:200px;
	vertical-align: top;	
	
}

.lower-footer{
	max-width:1000px;
	margin:auto;
	border-top:1px solid #E4E4E4;
}

.site-footer ul {
    margin: 0.75em 0;
    padding: 0 1em 0 2em;
    list-style: none;
}
.site-footer li:before {
    content: "";
    border-color: transparent #B6B6B6;
    border-style: solid;
    border-width: 0.15em 0 0.15em 0.35em;
    display: block;
    /* height: 0; */
    width: 0;
    left: -1em;
    top: 14px;
    position: relative;
}

.site-footer li {
    margin-left:0px;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.site-footer li:hover {
    margin-left:3px;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.site-footer i{
	font-size: 16px;
    margin-right: 10px;
    margin-top: 15px;
    color: #DDD;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.site-footer i:hover{
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
    color: black;
	
}

.lower-footer .leftcol{
	display:inline-block;
	width:48%;
	line-height:20px;
	padding:30px 0;
	min-height:80px;
	vertical-align: top;	
	
}

.lower-footer .rightcol {
	display:inline-block;
	padding-top:20px;
	width:48%;
	line-height:80px;
	padding:0;
	min-height:80px;
	vertical-align: top;	
    float: right;
    text-align: right;
    /* padding: 0; */
    /* margin: 0; */
}
.lower-footer .rightcol img {
	
	padding-top:20px;
	
}

.height250{
	height:250px;
	-webkit-box-shadow:inset 0px 0px 0px 10px #fff;
    -moz-box-shadow:inset 0px 0px 0px 10px #fff;
    box-shadow:inset 0px 0px 0px 10px #fff;
}

.height500{
	height:500px;
}

.single-product .widget-area, .woocommerce.archive .widget-area, .search .widget-area{
	display:none;
}

.error404, .search-no-results{
	text-align:center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo{
	
	position:relative;
	top:40px;

}

.logo img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky-logo{
	float:left;
	
}


.sticky-header{	
	height:100px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:white;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.sticky-header-container{
	max-width:1000px;
	margin:auto;
	height:100px;
	border-bottom:1px solid rgb(236, 236, 236);
}

.sticky-header.hidden{
	height:100px;
	width:100%;
	position:fixed;
	top:-100px;
	left:0;
	z-index:3;
	background:white;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.search-button{
	display: inline-block;
    font-size: 13px;
    padding-left: 15px;
    border-left: 1px solid #D7D6D6;
    line-height: 15px;
    margin-top: 2px;
    color: #8F8F8F;
        margin-left: -20px;
	
}
.search-button i{
	color: #8F8F8F;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.search-button i:hover{
	color: black;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.top-navigation .cart-contents, .sticky-top-navigation .cart-contents{
	margin-right:14px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 13px;
	
	line-height: 1.5;
}

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

h1{
	text-align:center;
}

p {
	margin-bottom: 1.5em;
}

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


q {
  quotes: "“" "”" "‘" "’";
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  
}
blockquote:before {
  color: #ccc;
  content: '“';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


blockquote p {
  display: inline;
}

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

a {
	text-decoration:none;
	color:inherit;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;

}

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

a:hover{
	color:black;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	
}



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

*,
*: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. */
}





hr, .vc_sep_line {
	background: rgba(235, 235, 235, 0.47);
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 550, from(rgba(201, 201, 201, 0.73)), to(rgba(255, 255, 255, 0.98)))!important;
	max-width:1000px;
	margin:auto;
	border: 0!important;
	height: 1px;
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.blog hr{
	
	margin-top:50px!important;
	margin-bottom:60px!important;
	
}



ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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



dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Search Overlay
--------------------------------------------------------------*/

.closeicon {
	position: absolute;
	right: 3%;
	top: 3%;
	width: 32px;
	height: 32px;
	opacity: 1;
	cursor: pointer;
}
.closeicon.small {
	-ms-transform: scale(0.6); /* IE 9 */
	-webkit-transform: scale(0.6); /* Safari */
	transform: scale(0.6);
}
.closeicon:hover {
	opacity: 1;
}
.closeicon:before, .closeicon:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 1px;
	background-color: white;
}
.closeicon:before {
	transform: rotate(45deg);
}
.closeicon:after {
	transform: rotate(-45deg);
}

.search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, 0.92);
	z-index: 10000000000;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.search-overlay.hidden {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(31, 28, 37, 0.92);
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
	transform: scale(0.8);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
}
.search-overlay .search-label {
	font-family: Lato, sans-serif;
	font-size: 24px !important;
	letter-spacing: 2px;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	top: 6px;
}
.search-overlay .search_field {
	background: none;
	border: 0;
	border-bottom: 1px solid white;
	width: 30%;
	color: white;
	padding-left: 20px;
}
.search-overlay .search_submit {
	height: 50px;
    line-height: 30px;
    display: inline-block;
    width: 20px;
    background: none;
    position: relative;
    left: -40px;
    margin: 0;
    padding: 0;
    text-align: center;
    outline: 0;
    border: 0!important;
    text-decoration: none;
    background-color: transparent;
    color: white!important;
    font-family: 'FontAwesome', sans-serif;
    font-size: 28px!important;
    font-weight: 300!important;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.search_submit a:hover, .search_submit a, .search-overlay .search_submit:hover {
	background: none!important;
}
.fullscreen-search {
	width: 100%;
	text-align: center;
	display: inline-block;
	position: fixed;
	top: 40%;
	left:0;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/



.luxi-button, button, .wc-backward, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce .wishlist_table td.product-add-to-cart a, .checkout-button{
	padding:10px 60px!important;
	background:none!important;
	
	border: 1px solid rgba(128, 128, 128, 0.33)!important;
	color:black!important;
	font-weight:300!important;
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
  	transition: all 0.6s;
}

.luxi-button:hover, button:hover, .wc-backward:hover, input[type="button"]:hover, .checkout-button:hover, input[type="reset"]:hover, input[type="submit"]:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .add_to_cart_button:hover{
	background:#F9F8EF!important;
	color:black;	
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
  	transition: all 0.6s;
}


.luxi-button-white{
	padding:10px 60px!important;
	background:white!important;
	
	border: 1px solid rgba(128, 128, 128, 0.33)!important;
	color:black!important;
	font-weight:300!important;
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
  	transition: all 0.6s;
}

.luxi-button-white:hover{
	background:white!important;
	color:black;	
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
  	transition: all 0.6s;
}

.search-overlay .search_submit:hover{
	background:none!important;
}

.search-overlay .search_field:focus{
	background: none;
    border: 0;
    border-bottom: 1px solid white;
    width: 30%;
    color: white!important;
    outline: none;
    padding-left: 20px;
    font-weight: 300;
	
}

.centered{
	text-align:center;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	
	background: #e6e6e6;
	font-size: 12px;
	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: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 {
	
	
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding:7px;
	width: 100%;
	
}

.comment-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]{
	
	width:100%;
	padding:7px;
	
	
}

.comment-reply-title{
	
	    text-align: center;
    margin-top: 40px;
	
}

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

.qty, .input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid rgba(128, 128, 128, 0.43)!important;
     background: #FAFAFA;
    height: 40px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qty{
	background:white!important;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
    width: 30px;
    height: 35px;
    line-height: 35px;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin: 0; 
	
}




input[type=number] {
    -moz-appearance:textfield;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border-radius:0!important;
}

.input-number-decrement{
	border-right:0!important;
}

.input-number-increment{
	border-left:0!important;
}

.reset_variations{
	display:none!important;
}

select {
    max-width: 100%;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #5f5f5f;
    height: 35px;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/arrow_down.png")!important;
    background-repeat: no-repeat;
    background-position: 98%;
    background-position: calc(100% - 10px);
	    outline: none;
}

.woocommerce div.product form.cart .variations td{
	vertical-align:middle!important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
}

.yith-wcqv-wrapper .wp-post-image{
	
}


.third {
	width: 33.33%;
	float: left;
	padding-right:10px;
	margin-bottom:25px;

}

.third:last-child {
	padding-right:0;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #999;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #999;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #999;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

.post-password-form input[type="submit"]{
	margin-top:20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


.top-navigation {
	margin: auto;
	text-align: right;
	position:relative;
	z-index:2;
	list-style: none;
	cursor: pointer;
	
}



.top-navigation li {
	display: inline;
	position: relative;
	margin: 0 10px;
}
.top-navigation li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	left :0;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.top-navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 40px;
	margin-top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.top-navigation li ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px!important;
	margin-top: 20px;
	left: 221px;
	min-width: 200px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.top-navigation li ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding:10px 20px;
}
.top-navigation li ul li a {
	font-size: 12px;
	color: white;
	
}
.top-navigation ul li {
}
.top-navigation a {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.top-navigation a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.top-navigation li ul li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.top-navigation li ul li a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}






.sticky-top-navigation {
	margin: auto;
	display:inline-block;
	float: right;
	position:relative;
	top:30px;
	text-align: right;
	z-index:2;
	list-style: none;
	cursor: pointer;
	padding-top:10px;
	width:480px;
	
}



.sticky-top-navigation li {
	display: inline;
	position: relative;
	margin: 0 10px;
}
.sticky-top-navigation li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	left: 0px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.sticky-top-navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 40px;
	margin-top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-top-navigation li ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px!important;
	margin-top: 20px;
	left: 201px;
	min-width: 200px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.sticky-top-navigation li ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding:10px 20px;
}
.sticky-top-navigation li ul li a {
	font-size: 12px;
	color: white;
	
}
.sticky-top-navigation ul li {
}

.top-navigation li ul li a, .sticky-top-navigation li ul li a {
	font-size:10px!important;
	color: white!important;
	margin-left:0;
	
}
.sticky-top-navigation a {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-top-navigation a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-top-navigation li ul li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-top-navigation li ul li a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}



.main-navigation {
	margin: auto;
	
    border-bottom: 1px solid #E4E4E4;
	text-align: center;
	position:relative;
	z-index:1;
	
	list-style: none;
	cursor: pointer;
	padding-top: 50px;
    padding-bottom: 50px;
    margin-left:-35px;
}

.main-navigation li ul:before {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;	
	border-bottom: 15px solid black;
	
}

.main-navigation li {
	display: inline;
	position: relative;
	padding: 0 13px;
	border-right:1px solid rgba(128, 128, 128, 0.48);
}

.main-navigation li:last-child {
	
	border-right:0;
}
.main-navigation li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index:999999999;
	top: 60px;
	left :0;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.main-navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 40px;
	margin-top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.main-navigation li ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px!important;
	margin-top: 20px;
	left: 201px;
	min-width: 200px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.main-navigation li ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding:10px 20px;
}
.main-navigation li ul li a {
	font-size:10px!important;
	color: white!important;
	margin-left:0;
	
}

.main-navigation li ul li a:hover {
	font-size:10px!important;
	color: white!important;
	margin-left:5px;
	
}
.main-navigation ul li {
}
.main-navigation a {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.main-navigation a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.main-navigation li ul li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.main-navigation li ul li a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.main-navigation li ul li > a:after {
	content: '>';
	font-size:8px;
	float: right;
	padding: 0;
}
.main-navigation > li ul li > a:after {
	content: '';
	padding: 0px;
}
.main-navigation li ul li > a:only-child:after {
	content: '';
	padding: 0px;
}






.sticky-navigation {
	display: inline-block;
    position: relative;
    top: 25px;
	margin: auto;
	text-align: left;	
	z-index:1;
	list-style: none;
	cursor: pointer;
	padding-top:10px;
	width:420px;
	
}
.sticky-navigation li {
	display: inline;
	position: relative;
	padding: 0 13px;
	border-right:1px solid rgba(128, 128, 128, 0.48);
}

.sticky-navigation li:last-child {
	
	border-right:0;
}
.sticky-navigation li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 60px;
	left :0;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.sticky-navigation li:hover > ul {
	visibility: visible;
	opacity: 1;
	position: absolute;
	top: 40px;
	margin-top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-navigation li ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px!important;
	margin-top: 20px;
	left: 201px;
	min-width: 200px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}
.sticky-navigation li ul li {
	display: block;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding:10px 20px;
}
.sticky-navigation li ul li a {
	font-size: 10px!important;
	color: white!important;
	margin-left:0;
	
}

.sticky-navigation li ul li a:hover {
	font-size: 10px!important;
	color: white!important;
	margin-left:5px;
	
}

.sticky-navigation a {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-navigation a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-navigation li ul li a {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.sticky-navigation li ul li a:hover {
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.sticky-navigation li ul li > a:after {
	content: '>';
	font-size:8px;
	float: right;
	padding: 0;
}
.sticky-navigation > li ul li > a:after {
	content: '';
	padding: 0px;
}
.sticky-navigation li ul li > a:only-child:after {
	content: '';
	padding: 0px;
}




/*--------------------------------------------------------------
	Mobile Menu
--------------------------------------------------------------*/


.mobile-menu .menu-main-menu-container {
	padding: 0;
}
.mobile-menu .menu {
	margin: auto;
	padding-top: 10%;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: auto;
}
.mobile-menu.menu-overlay {
	width: 100%;
	position: relative;
	top: -18px;
	display: block;
	background: rgba(0, 0, 0, 0.9);
	z-index: 100000;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.mobile-menu.menu-overlay.hidden {
	display: none;
	position: relative;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.mobile-menu .menu a {
	display: block;
	padding: 10px;
	
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.mobile-menu .menu li:hover {
	background: black;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-ms-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}
.mobile-menu .menu li ul.hidden, .mobile-menu .menu li ul li ul.hidden {
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	transition: max-height 1s ease;
	max-height: 700px;
	margin: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.mobile-menu .menu li ul, .mobile-menu .menu li ul li ul {
	-webkit-transition: max-height 1s ease;
	-moz-transition: max-height 1s ease;
	-ms-transition: max-height 1s ease;
	-o-transition: max-height 1s ease;
	transition: max-height 1s ease;
	max-height: 0px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.mobile-menu .menu li ul li {
	display: block;
	text-align: left;
	margin: 0!important;
	padding: 5px 0px;
}
.mobile-menu .menu li ul li:first-child {
	margin-top: 14px!important;
}
.mobile-menu .menu li ul {
}
.mobile-menu .menu li ul li a {
	font-size: 12px;
}
.mobile-menu .menu li ul li {
	text-align: left;
	padding-left: 20px;
}
.mobile-menu .menu a {
	color: white;
	font-family: 'Open Sans';
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.mobile-menu .social-block a, .slide-in-right .social-block a {
	font-size: 15px;
}
.mobile-menu .menu a:hover {
	color: #999;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.mobile-menu.overlay-logo {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	top: 15%;
}
.mobile-menu h2 {
	text-align: center;
	font-family: 'Lato';
	color: white;
	font-size: 15px;
	padding-top: 10px;
}
.mobile-menu h2:after {
	content: '';
	position: relative;
	top: 10px;
	display: block;
	margin: auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}
.mobile-menu h3 {
	text-align: center;
	font-family: 'Lato';
	color: white;
	font-size: 13px;
	padding-top: 10px;
}
.mobile-menu h3:after {
	content: '';
	position: relative;
	top: 10px;
	display: block;
	margin: auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}
.mobile-menu .social-block {
	position: absolute;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	bottom: 0;
	width: 300px;
}
.mobile-menu .social-block i {
	padding: 0 5px;
	color: rgba(255, 255, 255, 0.7);
}
.mobile-menu .close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.mobile-menu .close i {
	color: white;
	font-size: 20px;
}
.mobile-menu .menu li a:after {
	content: '';
	float: right;
	padding: 15px;
}
.mobile-menu .menu li > a:after {
	font-family: 'FontAwesome';
	font-size: 12px;
	content: '\f0d7';
	padding: 0px;
}
.mobile-menu .menu li a:only-child:after {
	content: '';
	padding: 0px;
}

.search-btn, .mobile-menu-btn, .menu-btn, .social-btn, .cart-btn {
	position: relative;
	border: 0;
	padding: 1rem;
	height: 60px;
	float: right;
	z-index: 100;
	border: none!important;
	box-shadow: none!important;
	background: none;
	z-index: 200;
	cursor: pointer;
}



.mobile-menu-btn i:hover {
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.mobile-menu-btn i {
	font-size: 18px;
	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	
}

.mobile-menu-btn {
	display: none;
}

.mobile-menu .search-button{
	display:none;
}

/*

.main-navigation li > a:after {
	content: 'v';
	font-size:6px;	
	padding: 3px;
}
.main-navigation > li > a:after {
	content: '';
	padding: 0px;
}
.main-navigation li > a:only-child:after {
	content: '';
	padding: 0px;
}

*/




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

@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 {
	
	overflow: hidden;
}

.site-main .post-navigation {
	
	overflow: hidden;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    padding: 40px 0;
}

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




.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 10px;
    min-width: 1em;
    display: block;
}


.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #fff;
	text-decoration: none;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: black!important;
	position: relative;
	background-color: white;
	padding: 10px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	margin:0!important;
}
.navigation li a:hover, .navigation li.active a {
    background-color: #EEEEEE;
    color: black!important;
}

.blog .navigation a, .search .navigation a, .archive .navigation a, .blog .navigation a:hover, .archive .navigation a:hover, .search .navigation a:hover {
	    border: 1px solid #CBCBCB!important;
}

.navigation {
	    text-align: center;
		    
}


.single-post-nav {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #E4E4E4;
	display:inline-block;
    background: #fff;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom:30px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-post-nav h3{
	
	display:inline;
	
}
 
.single-post-nav a {
    text-decoration: none;
}
 
.single-post-nav > div {
    width: 50%;
    float: left;
	padding-top:40px;
	padding-left: 20px;
	padding-right:0;
    text-align: left;
	
}
 
.single-post-nav > div:first-child {
    
	padding-right:20px;
	padding-left:0;
    text-align: left;
}


 
.single-post-nav > div h4 {
    margin: 0;
}
 
.single-post-nav > div:nth-of-type(1) img {
    float: left;
    margin-right: 16px;
}
 
.single-post-nav > div:nth-of-type(2) img {
    float: right;
    margin-left: 16px;
}


/*--------------------------------------------------------------
# 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;
	
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

.widget-area ul{
    list-style: none;
    margin-left: -40px;
    margin-bottom: 20px;
}

.widget-area li:before {
   
}

.widget-area li {
	padding:10px 4px;
    margin-left:0px;
    border-bottom: 1px solid #E3E2E2;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	cursor:pointer;
}
.widget-area li:hover {
    margin-left:3px;
    background: rgba(252, 252, 252, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.widget-area .widget{
	margin-bottom:30px;
	
}

.widget-area .widget:last-child{
	border-bottom: none;
}

.product_list_widget{
	list-style:none;
}

.product_list_widget li:before {
    content: "";
    border:none!important;
    display: block;
    /* height: 0; */
    width: 0;
    left: -1em;
    top: 14px;
    position: relative;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight:400;
}

.product_list_widget .product-title{
	    position: relative;
    top: 6px;
}

.tagcloud a{
	margin-right:10px;
}

.tagcloud a:before{
	content:'#';
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.error404 input[type="search"] {
    width: 70%;
    padding: 7px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
    /* margin-top: 20px; */
}

.search-no-results .search-field{
	margin-bottom:30px;
}

.search-results .entry-meta{
	left:0;
}


.sticky {
	display: block;
	background:#F8F8F8;
	padding:10px;
}

.taxonomy-description{
	text-align:center;
	margin-bottom:30px;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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


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


.overlap-right{
	width: 350px;
    position: relative;
    z-index: 2;
}

.image-overlap{
	width: 115%;
}

.page-title{
	text-align:center;
	
}
.term-description{
	text-align:center;
	border-bottom:1px solid rgba(128, 128, 128, 0.28);
	margin-top: -20px;
}



.date-box{
	width: 80px;
    height: 80px;
    background: black;
	margin:10px;
    position: relative;
	border:10px solid white;
    top: -60px;
	left:-20px;
    z-index: 999999;
    margin-bottom: -90px;
	text-align:center;
	color:white;
	text-transform:uppercase;
	
}

.date-box .day{
	font-size:20px;
	line-height:28px;
	
}

.date-box .month{
	
	font-size:16px;
	line-height:35px;
	
}

.date-box .month:after{
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;    
    width: 40%;
    margin: auto;
	
}

.entry-meta{
    position: relative;
	left:80px;
	padding-right:80px;
    top: 0;
}

.single .entry-meta{
    position: relative;
	left:0;
    top: 0;
}

.entry-meta i{
    margin: 0px 6px 0 10px;
	color: #CDCFCF;
}

.blog .entry-title{
	margin-top:30px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	background: white;
	padding: 20px 0;
	margin-top: 20px;
}

.comment-list{
	
	display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
	
	
	
}

.comment-list ol{
	list-style: none;
}

.comments-title{
	font-family: Lato;
    line-height: 40px;
    letter-spacing: 0.4px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 16px;
	text-align:center;
	margin-bottom: 60px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment {
	padding: 10px;
}
.comment:nth-child(even) {
	background: #F6F6F6;
}
.comment-reply-link {
	font-weight: bold;
	font-size:11px;
}
.avatar {
	float: left;
	margin-right: 20px;
	border-radius: 50%;
}
.reply {
	text-align: right;
}

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


/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	background-color: #fff;
	color: #000;
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
		
	word-spacing: 0px;
	letter-spacing: 0px;
	font-weight: 500;
	font-style: normal;
	color: #999999;
	font-size: 12px;
	padding: 9px;
	border-radius:0;
}
.wpcf7 textarea {
	height: 200px;
}
.wpcf7 input[type="email"] {
	float: right;
}
.wpcf7 input[name="your-subject"] {
	width: 100%;
}



/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/

.tparrows.tp-rightarrow:before {
    color: black!important;
    content: '\e825';
}

.tparrows.tp-leftarrow:before {
	color:black!important;
    content: '\e824';
}

.uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px!important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce .ywcps-wrapper ul.products li.product .onsale, .woocommerce ul.products li.product .onsale{
	display:none!important;
}

.ywcps-slider{
	margin-bottom:-30px!important;
}


.woocommerce .ywcps-wrapper ul.products{
	padding-bottom:0!important;
	
}


.product h3{
	text-transform:capitalize;
}

.product .price{
	margin-top:-10px;
	color:black!important;
	font-size:1em!important;
}


.ywcps-wrapper .ywcps-nav-prev{
	top:-50px!important;
	left: -30px!important;
    opacity: 1;
}

.ywcps-wrapper .ywcps-nav-next{
	top:-50px!important;
	right: -30px!important;
    opacity: 1;
}

.ywcps-wrapper:hover .ywcps-nav-prev {
	top:-50px!important;
    left: -30!important;
    opacity: 1;
}
.ywcps-wrapper:hover .ywcps-nav-next {
	top:-50px!important;
    right: -30!important;
    opacity: 1;
}

.owl-carousel{
	z-index:0!important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev, .woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
	 border:0!important;
 }
 
 .woocommerce .ywcps-wrapper .owl-item li.product {
    width: 100%!important;
	margin:0!important;
	padding:0!important;
	
}

.owl-item{
	padding:15px;
}



.outofstock .price{
	position:relative;
	top:4px!important;
}

.woocommerce ul.products li.product a img{
	margin-bottom:-10px;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    
    overflow: hidden;
	margin-bottom:0!important;
	margin: 0 0px 0 22px;
}
 


.woocommerce ul.products li.product img{
	-webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	
}

.woocommerce ul.products li.product:hover img{
	-webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.added_to_cart{
	display:none!important;
}

.vp_animate{
	opacity: 0;
	filter: alpha(opacity=00);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.showme {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}



.add_to_wishlist-tooltip, .yith-wcqv-button-tooltip, .product_type_variable-tooltip, .product_type_simple-tooltip{

	pointer-events: none;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto;
    padding: 0;
}

#yith-quick-view-content div.summary {
	margin:0!important;
}

/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/

.add_to_wishlist:before, 
.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before {
	border:1px solid #D9D9D9;
	background:white;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f08a"!important;
    line-height: 40px!important;
	font-size:14px!important;
	font-weight:800;
	color:black;
	position:absolute;
	top:0;
	left:0px;
	opacity:0.5;
	z-index:5;
	-webkit-transition: all .2s .12s ease;
	-moz-transition: all .2s .12s ease;
	-ms-transition: all .2s .12s ease;
	-o-transition: all .2s .12s ease;
	transition: all .2s .12s ease;
}

.add_to_wishlist-icon, 
.yith-wcwl-wishlistaddedbrowse-icon,
.yith-wcwl-wishlistexistsbrowse-icon {
	border:1px solid #D9D9D9;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f08a"!important;
    line-height: 40px!important;
	font-size:14px!important;
	color:black;
	position:absolute;
	top:0;
	left:0px;
	opacity:0.5;
	z-index:5;
	-webkit-transition: all .2s .12s ease;
	-moz-transition: all .2s .12s ease;
	-ms-transition: all .2s .12s ease;
	-o-transition: all .2s .12s ease;
	transition: all .2s .12s ease;
}

.add_to_wishlist-tooltip.hidden, 
.yith-wcwl-wishlistaddedbrowse-tooltip.hidden,
.yith-wcwl-wishlistexistsbrowse-tooltip.hidden {
	opacity:0;
}

.add_to_wishlist-tooltip, 
.yith-wcwl-wishlistaddedbrowse-tooltip,
.yith-wcwl-wishlistexistsbrowse-tooltip {
	border:1px solid #D9D9D9;
	background:white;
	padding:0 20px;
	height:40px;
	width: auto;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f08a"!important;
    line-height: 40px!important;
	font-size:12px!important;
	color:black;
	position:absolute;
	top:0;
	left:40px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}



.yith-wcwl-add-button.show > a,
.yith-wcwl-wishlistexistsbrowse.show > a,
.yith-wcwl-wishlistexistsbrowse.show > span,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlistaddedbrowse.show > span {
	line-height:0!important;
	font-size:0!important;

}

.yith-wcwl-add-to-wishlist{
	display:inline-block!important;
}

.yith-wcwl-add-to-wishlist{
	margin-top:0!important;
	margin-right:-4px;
}

.product.type-product .clear, .product.type-product .clear:before, .product.type-product .clear:after, .product .ajax-loading, .summary .yith-wcwl-add-to-wishlist{
	display:none!important;
}






/*--------------------------------------------------------------
# Quickview
--------------------------------------------------------------*/

.yith-wcqv-button:before {
	border:1px solid #D9D9D9;
	background:white;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f06e"!important;
    line-height: 40px!important;
	font-size:14px!important;
	color:black;
	position:absolute;
	top:40px;
	left:0px;
	opacity:0.5;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}

.yith-wcqv-button:hover:before,.yith-wcqv-button-tooltip.hidden  {
	
	opacity:0;
	
}

.yith-wcqv-button-tooltip {
	border:1px solid #D9D9D9;
	background:white;
	padding:0 20px;
	height:40px;
	width: auto;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f06e"!important;
    line-height: 40px!important;
	font-size:12px!important;
	color:black;
	position:absolute;
	top:40px;
	left:40px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}




.yith-wcqv-button-icon {
	border:1px solid #D9D9D9;
	background:white;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f06e"!important;
    line-height: 40px!important;
	font-size:14px!important;
	color:black;
	position:absolute;
	top:40px;
	left:0px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}


.yith-wcqv-button-icon:hover {
	border:1px solid #D9D9D9;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f06e"!important;
    line-height: 40px!important;
	font-size:16px!important;
	color:black;
	position:absolute;
	top:40px;
	left:0px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}



.yith-wcqv-button {
    line-height: 0!important;
    font-size: 0!important;
}





/*--------------------------------------------------------------
# Add to Cart ( in loop )
--------------------------------------------------------------*/

.button.product_type_variable:before,
.button.product_type_simple:before {
	border:1px solid #D9D9D9;
	background:white;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f07a"!important;
    line-height: 40px!important;
	font-size:14px!important;
	color:black;
	position:absolute;
	top:80px;
	left:0px;
	opacity:0.5;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}

.wishlist_table .button.product_type_variable:before,
.wishlist_table .button.product_type_simple:before,
.wishlist_table .product_type_variable-icon,
.wishlist_table .product_type_simple-icon,
.wishlist_table .product_type_variable-tooltip,
.wishlist_table .product_type_simple-tooltip {
	display:none!important;
}


.wishlist_table .button.product_type_variable,
.wishlist_table .button.product_type_simple{

	line-height: 12px!important; 
    font-size: 12px!important; 
}

.product_type_variable-icon,
.product_type_simple-icon {
	border:1px solid #D9D9D9;
	
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f07a"!important;
    line-height: 40px!important;
	font-size:14px!important;
	color:black;
	position:absolute;
	top:80px;
	left:0px;
	opacity:0.5;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}

.button.product_type_variable:hover:before,
.button.product_type_simple:hover:before,
.product_type_variable-tooltip.hidden,
.product_type_simple-tooltip.hidden  {
	
	opacity:0;
	
}

.product_type_variable-tooltip,
.product_type_simple-tooltip {
	border:1px solid #D9D9D9;
	background:white;
	padding:0 20px;
	height:40px;
	width: auto;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f07a"!important;
    line-height: 40px!important;
	font-size:12px!important;
	color:black;
	position:absolute;
	top:80px;
	left:40px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}




.button.product_type_variable-icon,
.button.product_type_simple-icon {
	border:1px solid #D9D9D9;
	height:40px;
	width: 40px;
	line-height:40px;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f07a"!important;
    line-height: 40px!important;
	font-size:16px!important;
	color:black;
	position:absolute;
	top:80px;
	left:0px;
	opacity:1;
	z-index:5;
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}


.button.product_type_variable-icon:hover,
.button.product_type_simple-icon:hover {
	
	opacity:1;
	                 
	-webkit-transition: all .2s .06s ease;
	-moz-transition: all .2s .06s ease;
	-ms-transition: all .2s .06s ease;
	-o-transition: all .2s .06s ease;
	transition: all .2s .06s ease;
}



.button.product_type_variable,
.button.product_type_simple {
    line-height: 0!important;
    font-size: 0!important;
}

.wc-proceed-to-checkout{
	text-align:center;
}


/*--------------------------------------------------------------
# Product Box Icon Effects
--------------------------------------------------------------*/


.woocommerce ul.products li.product{
	overflow:hidden;
}

.woocommerce ul.products li.product:hover .yith-wcqv-button:before{
	left:0;
	opacity:1;
	-webkit-transition: all .2s .06 ease;
	-moz-transition: all .2s .06 ease;
	-ms-transition: all .2s .06 ease;
	-o-transition: all .2s .06 ease;
	transition: all .2s .06 ease;
}

.woocommerce ul.products li.product:hover .button.product_type_simple:before,
.woocommerce ul.products li.product:hover .button.product_type_variable:before{
	left:0;
	opacity:1;
	-webkit-transition: all .2s .12s ease;
	-moz-transition: all .2s .12s ease;
	-ms-transition: all .2s .12s ease;
	-o-transition: all .2s .12s ease;
	transition: all .2s .12s ease;
}

.woocommerce ul.products li.product:hover .add_to_wishlist:before, 
.woocommerce ul.products li.product:hover .yith-wcwl-wishlistaddedbrowse:before,
.woocommerce ul.products li.product:hover .yith-wcwl-wishlistexistsbrowse:before{
	left:0;
	opacity:1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	position:static;
}



li.product.type-product{
	width:305px!important;
}

.woocommerce ul.products li.product .price {
    position: relative;
    top: -37px;
}



.accordionStyle h2{
	display:none;
}



.accordionStyle h3:first-child{
	
	margin-top:30px;
	
	
}

.accordionStyle h3{
	padding:15px 0;
	margin:0;
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	cursor:pointer;
	outline:none!important;
	letter-spacing:1px!important;
}

.accordionStyle span {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.quantity{
	
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 2em;
    margin-top: 2em;
    border: 0;
}

.woocommerce .entry-summary{
	text-align:center;
}

.woocommerce div.product form.cart .button{
	
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em;
    width: 310px;
    margin: auto;
}

.woocommerce .quantity .qty{
	height:34px;
	position:relative;
	top:-1px;
}

.product_meta{

    margin-top: 0; 
    font-size: 75%;

}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
 
    width: inherit;
}

.woocommerce h2{
	text-align:center;
	font-family: Lato;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 16px;
    letter-spacing:0;
	
	
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 5em;
}

.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
    right: 0;
    width: 20px;
    height: 30px;
    background: url(images/dx.png) no-repeat!important;
    background-position: center center;
}

.woocommerce .ywcps-wrapper .ywcps-nav-prev #default_prev {
    left: 0;
    width: 20px;
    height: 30px;
    background: url(images/sx.png) no-repeat!important;
    background-position: center center;
}

.ypop-wrapper a.close {
    background-image: url(images/popclose.png)!important;
    background-color: #fff!important;
    background-position: center center;
    background-repeat: no-repeat;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    background: #e6e6e6;
    box-shadow: none!important;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    
}

.yith_magnifier_gallery li {
   
    width:70px!important;
	padding:3px!important;
}

.single-product.woocommerce .thumbnails{
	
	padding:10px;
	z-index:999;
}

.single-product.woocommerce .thumbnails #slider-next, .single-product.woocommerce .thumbnails #slider-prev{
	
	visibility:hidden!important;
}

.yith_magnifier_loading {
	display:none!important;
}

.yith_magnifier_zoom_magnifier {
	
	border:none!important;
	
}

.yith_magnifier_thumbnail{
	opacity:0.7;
}

.yith_magnifier_thumbnail:hover{
	opacity:1;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	
	margin-bottom:-50px;
}



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    
    background: none!important;
    font-weight: normal;
    color: #555555;
	font-family:inherit!important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


.ui-state-active .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_888888_256x240.png");
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
   
    min-height: 0;
    /* support: IE7; */
    font-size: 100%;
}

.single-product .yith-wcwl-add-button{

	display:none;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .price{
	text-align:left;
}



.woocommerce-result-count{
	
	display:none;
	
}

.archive .woocommerce-breadcrumb{
	display:none;
}

.woocommerce-ordering, .wppp-select{

    margin-top: 30px!important;
    margin-bottom: 30px!important;
	margin-left:20px;
}

.wppp-select{

    min-width:200px;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    /* visibility: hidden; */
    /* display: none; */
    height: 0;
    width: 0;
    /* content: ''; */
    color: white;
    background: none;
}


.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
	margin-left: 0;
    margin-right: 10px;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget .product-title {
    padding:20px 0;
}


.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

.woocommerce .related.products ul{
	margin-top:40px;
}

.related.products h2{
    border-top: 1px solid #E5E5E5;
    padding-top: 40px;
}

.related.products{
    margin-bottom:-50px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 10px 0 2em;
    padding: 0;
    font-size: .92em;
    color: #646464;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 10px;
    font-weight: 300;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0; 
    background-color: #91011E;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

#yith-quick-view-modal .yith-wcqv-main{
	padding:0!important;
	overflow:hidden!important;
}
#yith-quick-view-content div.summary {
    padding: 17px;
}

.woocommerce table.wishlist_table{
	font-size:100%;
}

.woocommerce-page h1{
	text-align:center;
}

#ssea-show-post-modal{

	z-index: 1000000000!important;
}

.slideout-header h2{
	color: black!important;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEAEA;
}

.slideout-header{
	background:white!important;
}

.show-post-modal .preparing{
	font-family:'Lato'!important;
	font-size:14px; 
	font-weight:normal!important;
}

.show-post-modal .closemodal, .sundaysea-slidwoo-checkout, .woocommerce .wishlist-title h2{
	display:none!important;
}



ul.products li.product{
	float:none!important;
	display:inline-block!important;
	vertical-align:top;
}

.woocommerce .products ul, .woocommerce ul.products{
	text-align:center;
}



.ypop-footer img {
    display: inline-block;
    position: relative;
    top: 5px;
    left: -5px;
}

.ypop-checkzone input.no-view+span {

    margin-right: 8px;
    margin-top: 4px;
    margin-left: 5px;
}



/*--------------------------------------------------------------
# Visual Composer Elements
--------------------------------------------------------------*/

.vc_tta-title-text{
	
	font-size: 13px;
    font-family: Questrial;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-style: normal;
    color: #707070;
}

.vc_tta.vc_general .vc_tta-panel-title > a{
	line-height:20px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	background:white!important;
	border-top:1px solid #E8E8E8!important;
	border-bottom:1px solid #E8E8E8!important;
	border-left:0!important;
	border-right:0!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
	background:none!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after{
	border:0!important;
}

.cat-grid h2{
	line-height:0;
}

.cat-grid{
	background-size: 100%;
	-webkit-transition: background-size .6s ease;
	-moz-transition: background-size .6s ease;
	-ms-transition: background-size .6s ease;
	-o-transition: background-size .6s ease;
	transition: background-size .6s ease;
}

.cat-grid:hover{
	background-size: 104%;
	-webkit-transition: background-size .6s ease;
	-moz-transition: background-size .6s ease;
	-ms-transition: background-size .6s ease;
	-o-transition: background-size .6s ease;
	transition: background-size .6s ease;
}



/*---------------*/
/***** Bubba *****/
/*---------------*/

.effect-bubba {
	background: black;
}

.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-bubba:hover img {
	opacity: 1;
	
}

.effect-bubba::before,
.effect-bubba::after {
	position: absolute;
    top: 20px;
    right: 36px;
    bottom: 60px;
    left: 36px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-bubba::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}



.effect-bubba:hover::before,
.effect-bubba:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.wpb_gmaps_widget iframe {
  
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*--------------------------------------------------------------
# Responsive Specific
--------------------------------------------------------------*/



@media screen and (max-width: 1000px) { 
		
.sticky-header, .main-navigation, .top-navigation{
	display:none;
}

.top-bar-info{
	display:block;
	text-align:center;
	width:100%;
}

.site-footer .col{
	width:48%;
}

.site-footer .col, .leftcol, .rightcol{
	padding:20px!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{

	margin:0 10px;
	margin: 0 0px 0 22px!important;

}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right:10px;
}

.mobile-menu-btn {
	display: inline;
	position: absolute;
    right: 10px;
    top:20px;
}

.hide-mobile{
	display:none;
}

.logo{

	margin-top:30px;
}

.home .site-header{
	margin-bottom: 100px;
}




	}


@media screen and (max-width: 960px) { 

.entry-content, .entry-header, .single-post-nav, #comments{
	padding:20px;
}
.entry-header{margin-top:50px;}

.site-main{
	margin:0!important;
	width:100%!important;
}

.widget-area{
   float: none!important;
    overflow: auto!important;
width:100%!important;
display:none;
}		


}
@media screen and (max-width: 760px) { 
		

.overlap-right{
	width: 100%;
    position: relative;
    z-index: 2;
}

.image-overlap{
	width: 100%;
}

.woocommerce .woocommerce-breadcrumb{
	margin-top:50px;
}

.products-per-page{
	display:none;
}

.orderby, .woocommerce-ordering{
	 margin-bottom:40px;
	    float:left!important;
}




	}

@media screen and (max-width: 480px) { 
		
.site-footer .col, .leftcol, .rightcol{
	width:100%!important;
}

.woocommerce-ordering, .wppp-select {
    margin-top: 30px!important;
    margin-bottom: 0px!important;
    margin-left: 20px;
}

.form-wppp-select .products-per-page{
	float:left!important;
}


	}

/*--------------------------------------------------------------
# Cart Popup
--------------------------------------------------------------*/

div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    border-radius: 0!important;
    border-color: #9a9a9a!important;
}

div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
    color: #000000!important;
    font-size: 15px!important;
}

div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping {
    color: #090909!important;
    font-size: 12px!important;
}

body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title, body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-title {
    color: #101010!important;
}

div#festi-cart-pop-up-content span.festi-cart-closed.b-close span.festi-cart-closed-button {
    color: #f4524d!important;
}

