/*--------------------------------------------------------------
*    5th Avenue WordPress Theme
*    by Lifeis.Design
*    Version 1.2.5
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Buttons
# Links
# Media
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
	## Sticky
	## Flex Header
	## Layout & Elements
	## Items
	## Mobile Menu
	## Menu
	## Drop down
	## Mega Menu
# Title Area
# Content
	## Content Layouts
    ## Posts and pages
	## Page layout styles

# Blog
	## Default Grid
	## Masonry
	## Posts
	## Comments
	## Author box
	## Prev / Next Posts
# Pagination
	## Default
	## Infinite scroll
	## Load more button
# Footer
# Fullscren Overlay
# Slideouts
# Shortcodes
# Login
# Other
	## Animation
	## White style
	## Reveal
	## to Top
	## Preloader
	## Dividers
        ## VC Progress bar
        ## VC Toggle
# Content helpers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
html {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
        overflow-x: hidden;
overflow-y: scroll;
max-width: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
img{
    vertical-align: middle;
}

.container{
    width:100%;
    max-width: 1170px;
}
    
@media (min-width: 992px) {
    .container-fluid,
    .container{
        padding-left: 50px;
        padding-right: 50px;
    }
}
    
.container:before, 
.container:after,
.footer-newsletter:after,
.footer-newsletter:before{
    content: " ";
    display: table;
}

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],
acronym[title]{
    text-decoration:none;
}
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;*/
        color:inherit;
}

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;
}
input[type="submit"]{
    white-space: normal;
}
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;
}

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;
        font-weight: normal;
}

label {
	/*display: block;*/
	margin-bottom: 0;
	font-weight: 500;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.av5-caption-text p,
.av5-caption-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: .85rem!important;
    line-height: 1.15rem!important;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption, .gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item:hover .gallery-caption{
    opacity: 1;
    transform: translateY(0);
}
.gallery-item .gallery-caption{
    background: #ffffff;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 15px;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 40px;*/
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.page-links {
    padding: 12px 0;
    clear: both;
    margin: 0 0 1.5em;
    text-align: center;
}
.page-links .page-number{
    padding: 7px 16px;
    border-bottom: 2px solid #333;
    margin: 4px;
    transition: all 300ms ease;
}
article .page-links .page-number{
 padding: 7px 10px;
}
.page-links > a:hover > .page-number{
    border-bottom: 2px solid #cecece;
}
.page-links > a > .page-number{
    border-bottom: 2px solid transparent;
}
.entry-content.single-page .page-links,
.entry-content.single-page .page-links{
    padding: 50px 0;
    text-align: center;
}
.single .entry-content p {
	margin-bottom: 30px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

/* password protected */
.post-password-form{
    max-width: 500px;
    margin: 60px auto;
}
.post-password-form label{
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.post-password-form input[type="submit"]{
    width: 100%;
}
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	/*font-family: Poppins, Arial, Helvetica, sans-serif;*/
        font-size: 15px;
	color: #9e9e9e;
	line-height: 1.5;
        -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
	clear: both;
	line-height:1.2em;
	font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times,serif;
	
	margin-top: 0;
	margin-bottom: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;	
}
h1, h2 ,h3, h4, h5, h6{
    word-break: break-word;
    position:relative;
}
h1 {
	font-size: 48px;
}

h2 {
        font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

p {
	margin-bottom: 1.5em;
	line-height:1.875em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
em,
i {
	font-style: italic;
}

blockquote {
        margin:0;
}
cite,
blockquote cite {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
cite:before,
blockquote cite:before {
    content: "\2014 \2009";
}
address {
	margin: 0 0 1.5em;
}

pre {
    background: #fafafa;
    padding: 23px 30px;
    line-height: 1.8em;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    color: #5f5b5b;
}

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;
}

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: "" "";
}

.single-post article .entry-content blockquote p,
blockquote p,
blockquote{
        font-size:24px;
        line-height:1.5em;
        font-weight: bold;
        font-style: normal;
	color:#b99d6b;
	text-align:center;
        margin-top: 60px;
        margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
    .single-post article .entry-content blockquote p,
    blockquote p,
    blockquote{
        font-size:34px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
/*
.single-post .page-layout--no-sidebar .limited-width blockquote,
.single-post .page-layout--no-sidebar blockquote{
	margin-left: -100px;
        margin-right: -100px;
}
*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*
ul,
ol,
ul li,
ol li {
	list-style: none;
	margin: 0;
	padding: 0;
}*/

/* Lists */
ul, ol {
    margin-left: 1.7rem; 
    margin-bottom: 35px;
}
ul.no-bullet {
    margin-left: 0; 
}
ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; 
}

/* Unordered Lists */
ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; 
}

ul.square li ul, 
ul.circle li ul, 
ul.disc li ul {
    list-style: inherit; 
}

ul.square {
    list-style-type: square;
    margin-left: 1.7rem; 
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.7rem; 
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.7rem; 
}

ul.no-bullet {
    list-style: none; 
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.7em;
}
ul li ul,
ul li ol,
ul, ol, dl {
    list-style-position: outside;
}
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%;
}

/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/
select {
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

select:hover,
select:focus,
select:active {
	-webkit-transition: all 10ms ease-in-out 0s;
	-moz-transition: all 10ms ease-in-out 0s;
	-o-transition: all 10ms ease-in-out 0s;
	transition: all 10ms ease-in-out 0s;
}

select,
.input-group .form-control,
.select2-container .select2-choice {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid;
        border-color:#d9d9d9;
	padding: 8px 35px 8px 12px;
	height: 44px;
	margin: 0 0 15px;
	background-color: #fff;
	background-image: url(../img/select.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-position: calc(100% - 12px) center;

	height: 50px;
}


.select2-container .select2-choice {
	padding: 2px 0 0 8px;
	color: inherit;
}
.select2-dropdown{
    border-radius: 0;
    padding: 5px;
    border: none;
    -webkit-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop-active {
	border-color: #c2a47d;
}

.select2-container .select2-choice .select2-arrow {
	display: none;
}
.input-group .form-control:hover,
select:hover {
	border-color: #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container .select2-choice, 
.select2-container .select2-selection,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"],
textarea {
        border-radius: 0;
	line-height: 36px;
	max-width: 100%;
	width: 100%;
	background-color: #fff;
	padding: 8px 14px;
	border: 1px solid;
        border-color:#d9d9d9;
	color: #737373;
	-webkit-appearance: none;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition-property: color, background, border-color;
        transition-property: color, background, border-color;        
        height: 50px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 48px;
        width: 34px;
}
input{
    	-webkit-appearance: none;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transition-property: color, background, border-color;
        transition-property: color, background, border-color;        
}


textarea {
	line-height: 1.5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
textarea:hover {
	border-color: #202020;
}

::-webkit-input-placeholder {
	text-overflow: ellipsis;
}

:-ms-input-placeholder {
	text-overflow: ellipsis;
}

::-moz-placeholder {
	text-overflow: ellipsis;
}

:-moz-placeholder {
	text-overflow: ellipsis;
}

::-webkit-input-placeholder {
	color: #9a9a9a;
	-webkit-transition: opacity .3s  ease;
	transition: opacity .3s  ease
}

:-ms-input-placeholder {
	color: #9a9a9a;
	transition: opacity .3s ease
}

::-moz-placeholder {
	color: #9a9a9a;
	-moz-transition: opacity .3s  ease;
	transition: opacity .3s  ease
}

:-moz-placeholder {
	color: #9a9a9a;
	-moz-transition: opacity .3s  ease;
	transition: opacity .3s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

textarea {
	/*padding-left: 3px;*/
	width: 100%;
}

/*--------------------------------------------------------------
# FLAT BORDERED FORM
--------------------------------------------------------------*/
textarea,
input:not([type="submit"]){
    border: 1px solid #dedede;
    margin-top:0;
    padding: 8px 14px;
}

input.name,
input[name="author"],
input.email,
input[name="email"],
input[type="email"],
input[name="url"],
input[type="url"],
.widget_login input[name="log"],
.widget_login input[type="password"] {
	/*padding-left: 42px;*/
	background-color: #fff;
}

.radio,
.checkbox {
	margin-top: 0;
}

input[type="radio"],
input[type="checkbox"] {
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #000;
    border-radius: 0;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin: -3px 10px 0 0;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 300ms linear;
    transition: 300ms linear;
    -webkit-transition-property: color, border-color, background;
    transition-property: color, border-color, background;
}
input[type="radio"]{
    width: 15px;
    min-width: 15px;
    height: 15px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:hover,
input[type="checkbox"]:hover{

    border-color: #000;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
    background: #000;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 9px;
	line-height: 11px;
	width: 11px;
}

input[type="checkbox"]:checked:before {
    content: '\f00c';
    /* margin: -3px 0 0 -4px; */
    margin-left: -1px;
    width: 16px;
    margin-top: 1px;
    color: #fff;
}

input[type="radio"]:checked:before {
	content: '\2022';
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	margin: 3px;
	background: #fff;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before,
input[type="radio"]:focus:before,
input[type="checkbox"]:focus:before,
input[type="radio"]:hover:before,
input[type="checkbox"]:hover:before{
    color: #fff;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
}

input[type="radio"]:checked + label:before {
	color: #82878c;
}

input[type="radio"] {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
}



/*--------------------------------------------------------------
# UNDERLINED FORM
--------------------------------------------------------------*/
.animated-bottom-bar,
.comment-respond textarea ~ label,
.comment-respond input ~ label,
.underline-input .animated-bottom-bar,
.underline-input .comment-respond textarea ~ label,
.underline-input .comment-respond input ~ label {
    display:none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.underline-input .select2-container--default .select2-search--dropdown .select2-search__field,
.underline-input .select2-container .select2-choice, 
.underline-input .select2-container .select2-selection,
.underline-input .input-group .form-control,
.underline-input select, 
.underline-input .select2-container,
.underline-input .select2-choice,
.underline-input textarea,
.underline-input input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    background-color: transparent;
    border-radius: 0;
    display:inline-block;
    width:100%;
    padding: 0;
    border-width: 2px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    transition:border-color 0.4s ease, color 0.4s ease!important; 
    -moz-transition: border-color 0.4s ease, color 0.4s ease!important; 
    -webkit-transition: border-color 0.4s ease, color 0.4s ease!important;
    background-position: calc(100% - 6px);
    height:50px;
}
@media screen and (min-width: 1025px) {
    .underline-input .quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
        padding-left: 10px;
    }
}
.underline-input .comment-respond .row{
    margin-bottom: 10px;
}

.underline-input textarea:focus,
.underline-input input:focus { outline:none; }

.underline-input textarea:focus::-webkit-input-placeholder, 
.underline-input textarea:focus:-moz-placeholder, 
.underline-input textarea:focus::-moz-placeholder,
.underline-input textarea:focus:-ms-input-placeholder,
.underline-input input:focus::-webkit-input-placeholder, 
.underline-input input:focus:-moz-placeholder, 
.underline-input input:focus::-moz-placeholder,
.underline-input input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/*--------------------------------------------------------------
# MC4WP
--------------------------------------------------------------*/

.mc4wp-form {
    width: 100%;
}
.mc4wp-form .mc4wp-form-fields input.invisible{
    display: none;
}
.av5-onload-modal .mc4wp-form .mc4wp-form-fields input{
    margin-bottom: 20px;
}
.footer-newsletter.flat-input p{
        margin-bottom: -10px;
}
.footer-newsletter.underline-input .mc4wp-form {
    margin: 40px auto;
    max-width: 960px;
}
.footer-newsletter.flat-input .mc4wp-form {
    margin: 40px auto;
    /*max-width: 500px;*/
}


.footer-newsletter input[type=submit]{
    display: inline-block;
    position: relative;
}
.av5-slide-out-modal .av5-search-slideout .icon-5ave-search-3{
    display: none;
}
.av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit,
.footer-newsletter input[type=submit]{
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    height: 50px;
    box-shadow: none;
    border-radius: 0;
}
.av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit,
.underline-input .footer-newsletter input[type=submit]{
    height: 50px;
}
.mc4wp-form input[type=submit]{
    padding: 15px 33px;
}
.av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit,
.footer-newsletter.underline-input input[type=submit] {
    color: #222;
    border-bottom: 2px solid #222222;
    background-color: transparent;
    font-weight: 600;
}

.flat-input .av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit{
    display:none;
}

.footer-newsletter.flat-input input[type=submit] {
    color: #ffffff;
    border: none;
    background-color: #c2a47d;
    margin-left: -5px;
    padding: 0 25px;
    line-height: 44px;
    box-shadow:none;
    transform: none;
}
.footer-newsletter.flat-input input[type=submit]:hover {
    box-shadow:none;
    transform: none;
}
@media only screen and (min-width:  640px){
    .footer-newsletter input[type=text], 
    .footer-newsletter input[type=email] {
        width: 70%;
        margin-top: 0;
    }
    .footer-newsletter input[type=text], 
    .footer-newsletter input[type=email]{
        margin-right: 20px;
    }
    .mc4wp-form-fields{
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media only screen and (max-width:  639px){
    .underline-input.footer-newsletter input{
        margin-bottom:20px;
    }
    .footer-newsletter input{
        margin-bottom:0;
        text-align: center;
    }
    .footer-newsletter.flat-input .mc4wp-form input[type=submit]{
        width: 100%;
    }
    .footer-newsletter.flat-input input[type=submit]{
        margin-left: 0;
    }
    .footer-newsletter .underline-input textarea, .footer-newsletter .underline-input input:not([type="submit"]){
        margin-top:0;
    }
}

/*
.mc4wp-form {
    width: 100%;
}
.footer-newsletter.underline-input .mc4wp-form {
    margin: 40px auto;
    max-width: 1120px;
}
.footer-newsletter.flat-input .mc4wp-form {
    margin: 40px auto;
    max-width: 500px;
}

@media only screen and (min-width:  640px){
    .footer-newsletter .mc4wp-form input[type=text], 
    .footer-newsletter .mc4wp-form input[type=email] {
        width: 70%;
        margin-top: 0;
    }
    .footer-newsletter .mc4wp-form input[type=text], 
    .footer-newsletter .mc4wp-form input[type=email]{
        margin-right: 20px;
    }
    .mc4wp-form-fields{
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media only screen and (max-width:  639px){
    .footer-newsletter .mc4wp-form input{
        margin-bottom:20px;
        text-align: center;
    }
    .underline-input textarea, .underline-input input:not([type="submit"]){
        margin-top:0;
    }
}

.footer-newsletter .mc4wp-form input[type=submit]{
    display: inline-block;
    position: relative;
}
.footer-newsletter .mc4wp-form input[type=submit]{
    font-size: 16px;
    font-weight: 500;
    padding: 0 30px;
    height: 44px;
    box-shadow: none;
    border-radius: 0;
}
.mc4wp-form input[type=submit]{
    padding: 15px 35px;
}
.footer-newsletter.underline-input .mc4wp-form input[type=submit] {
    color: #222;
    border-bottom: 2px solid #222222;
    background-color: transparent;
    font-weight: 600;
}

.footer-newsletter.flat-input .mc4wp-form input[type=submit] {
    color: #ffffff;
    border: none;
    background-color: #c2a47d;
    margin-left: -5px;
    padding: 0 25px;
    line-height: 44px;
}
*/

.footer-newsletter.flat-input input{
    border:0;
}
.underline-input .footer-newsletter.flat-input textarea, 
.underline-input .footer-newsletter.flat-input input:not([type="submit"]),
.footer-newsletter.flat-input textarea, 
.footer-newsletter.flat-input input:not([type="submit"]) {
    background-color: #ffffff;
    border: 0;
    margin-top:0;
    padding: 8px 16px;
}

.footer-newsletter.flat-input .white-style textarea, 
.footer-newsletter.flat-input .white-style input:not([type="submit"]){
    opacity:1;
}

.footer-newsletter.underline-input .white-style input::-webkit-input-placeholder {
	color: #ffffff;
}

.footer-newsletter.underline-input .white-style input:-ms-input-placeholder {
	color: #ffffff;
}

.footer-newsletter.underline-input .white-style input::-moz-placeholder {
	color: #ffffff;
}

.footer-newsletter.underline-input .white-style input:-moz-placeholder {
	color: #ffffff;
}
/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
button,
.button,
.entry-content .button,
.entry-content a.button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	padding: 20px 35px;
        display: inline-block;
	color: #fff;
        border-radius: 0;
        font-weight: 600;
        font-size: 14px;
	background-color: #000;
        letter-spacing: 0.03em;
        box-shadow: none;
	border: none;
	vertical-align: top;
       /* white-space: normal;*/
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.header .vc_btn3-container{
    margin-bottom: 0;
}
@media screen and (min-width: 641px){
.av5-btn-size--medium,
button.av5-btn-size--medium,
.button.av5-btn-size--medium,
.entry-content .button.av5-btn-size--medium,
.entry-content a.button.av5-btn-size--medium,
a.button.av5-btn-size--medium{
    padding: 16px 24px;
}
.av5-btn-size--small,
button.av5-btn-size--small,
.button.av5-btn-size--small,
.entry-content .button.av5-btn-size--small,
.entry-content a.button.av5-btn-size--small,
a.button.av5-btn-size--small{
    padding: 9px 14px 10px 14px;
}
.av5-btn-size--small-wide,
button.av5-btn-size--small-wide,
.button.av5-btn-size--small-wide,
.entry-content .button.av5-btn-size--small-wide,
.entry-content a.button.av5-btn-size--small-wide,
a.button.av5-btn-size--small-wide{
    padding: 12px 28px;
}
.av5-btn-size--medium-wide,
button.av5-btn-size--medium-wide,
.button.av5-btn-size--medium-wide,
.entry-content .button.av5-btn-size--medium-wide,
.entry-content a.button.av5-btn-size--medium-wide,
a.button.av5-btn-size--medium{
    padding: 16px 38px;
}
.av5-btn-size--big-wide,
button.av5-btn-size--big-wide,
.button.av5-btn-size--big-wide,
.entry-content .button.av5-btn-size--big-wide,
.entry-content a.button.av5-btn-size--big-wide,
a.button.av5-btn-size-big{
    padding: 20px 50px;
}
a.button.av5-btn--single-underline.av5-btn-size--small{
    padding: 5px 15px;
}
a.button.av5-btn--single-underline.av5-btn-size--small-wide{
    padding: 5px 25px;
}
a.button.av5-btn--single-underline.av5-btn-size--medium{
    padding: 9px 14px 10px 14px;
}
a.button.av5-btn--single-underline.av5-btn-size--medium-wide{
    padding: 12px 28px;
}
a.button.av5-btn--single-underline.av5-btn-size--big{
    padding: 16px 24px;
}
a.button.av5-btn--single-underline.av5-btn-size--big-wide{
    padding: 16px 38px;
}
.av5-btn-size--huge,
button.av5-btn-size--huge,
.button.av5-btn-size--huge,
.entry-content .button.av5-btn-size--huge,
.entry-content a.button.av5-btn-size--huge,
a.button.av5-btn-size-huge{
    padding: 25px 45px;
    font-size:16px;    
}
}
button:hover,
.button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #c2a47d;
	border-color: transparent;
        box-shadow: none;
}

button:focus,
.button:focus,
a.button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	background-color: #c2a47d;
	border-color: transparent;
}
#sb_instagram #sbi_load .sbi_load_btn.sbi_custom:hover, 
#sb_instagram .sbi_follow_btn.sbi_custom a:focus, 
#sb_instagram .sbi_follow_btn.sbi_custom a:hover,
#sb_instagram #sbi_load .sbi_load_btn:hover{
    border:none;
    box-shadow: none;
}
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.wpcf7-form .naked-form textarea,
.wpcf7-form .naked-form input{
    margin-bottom: 30px;
}
.wpcf7-form .naked-form .wpcf7-submit{
    min-width: 200px;
}
textarea.wpcf7-not-valid,
input:not([type="submit"]).wpcf7-not-valid,
textarea.error,
input:not([type="submit"]).error{
    border-color:red;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fe6c61;
    background: #fe6c61;
    color: #ffffff;
}
div.wpcf7-response-output{
    padding: 10px 20px;
    margin-left: 0;
    margin-right: 0;
}
span.wpcf7-not-valid-tip,
.av5-reviews-error-field,
label.error{
    color:red;
    font-size: 14px;
    display: block!important;
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 1.2;
}
/* shadow hover */
.buttons-primary__shadow-hover .woocommerce #respond input#submit, 
.buttons-primary__shadow-hover .woocommerce a.button, 
.buttons-primary__shadow-hover .woocommerce button.button, 
.buttons-primary__shadow-hover .woocommerce input.button,
.woocommerce.buttons-primary__shadow-hover #respond input#submit, 
.woocommerce.buttons-primary__shadow-hover a.button, 
.woocommerce.buttons-primary__shadow-hover button.button, 
.woocommerce.buttons-primary__shadow-hover input.button,
.buttons-primary__shadow-hover button,
.buttons-primary__shadow-hover .button,
.buttons-primary__shadow-hover a.button,
.buttons-primary__shadow-hover input[type="button"],
.buttons-primary__shadow-hover input[type="reset"],
.buttons-primary__shadow-hover input[type="submit"],
.av5-btn--shadow-hover-simple{
    -webkit-box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0);
}

.buttons-primary__shadow-hover .woocommerce #respond input#submit:hover, 
.buttons-primary__shadow-hover .woocommerce a.button:hover, 
.buttons-primary__shadow-hover .woocommerce button.button:hover, 
.buttons-primary__shadow-hover .woocommerce input.button:hover,
.woocommerce.buttons-primary__shadow-hover #respond input#submit:hover, 
.woocommerce.buttons-primary__shadow-hover a.button:hover, 
.woocommerce.buttons-primary__shadow-hover button.button:hover, 
.woocommerce.buttons-primary__shadow-hover input.button:hover,
.buttons-primary__shadow-hover button:hover,
.buttons-primary__shadow-hover .button:hover,
.buttons-primary__shadow-hover a.button:hover,
.buttons-primary__shadow-hover input[type="button"]:hover,
.buttons-primary__shadow-hover input[type="reset"]:hover,
.buttons-primary__shadow-hover input[type="submit"]:hover,
.av5-btn--shadow-hover-simple:hover{
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -webkit-box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0 15px 45px 0px rgba(0, 0, 0, 0.17);
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a,
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button,
.no-underline,
.wp-caption > a,
.woocommerce .av5-products-filter .av5-products-filter-area.widget_price_filter a.button,
.woocommerce .av5-products-filter .av5-products-filter-area.widget_price_filter button,
.av5-products-filter-wrap .av5-products-filter.av5-products-filter-clear > a.button,
.widget_search .search-submit,
.no-results .search-submit,
.widget_product_search .woocommerce-product-search button,
.footer-newsletter input[type=submit],
.footer-newsletter.underline-input .mc4wp-form input[type=submit],
.tinv-wishlist .product-remove button,
.tinv-wishlist .tinv-modal .tinvwl_button_close,
.tinv-wishlist .tinv-modal .tinvwl-buttons-group .tinvwl_button_close,
.woocommerce .product-bar a.button, 
.woocommerce .product-bar button.button,
.single-product .product-bar .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.single-product .product .cart .button.tinvwl_add_to_wishlist_button, 
.product .cart .tinvwl_add_to_wishlist_button,
.pswp--svg .pswp__button,
.buttons-primary__shadow-hover a.button.av5-btn--flat:not(.av5-btn--shadow-hover-simple),
.products a.button:not(.av5-btn),
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button:hover,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button:hover,
.button.av5-btn--underlined,
.button.av5-btn--single-underline,
a.button.av5-btn--underlined,
a.button.av5-btn--single-underline,
.button.av5-btn--underlined:hover,
.button.av5-btn--single-underline:hover,
a.button.av5-btn--underlined:hover,
a.button.av5-btn--single-underline:hover,
div.av5-products-filter-wrap .av5-products-filter .av5-products-filter-area button:hover,
.av5-fullscreen-search button.search-submit:hover,
.buttons-primary__shadow-hover .woocommerce form.checkout_coupon .button:hover, 
.woocommerce-cart .actions .coupon .button:hover, 
.av5_woocommerce_mini_cart_drop .woocommerce-mini-cart__buttons a.button:not(.checkout):hover, 
.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.checkout):hover,
.underline-input .widget .mc4wp-form .mc4wp-form-fields input[type=submit]:hover, 
a.button.secondary,
a.button.av5-btn-color--secondary,
.buttons-secondary__style--underlined,
a.button.secondary:hover,
a.button.av5-btn-color--secondary:hover,
.buttons-secondary__style--underlined:hover,
.woocommerce .actions > .button:hover, 
.woocommerce-cart .actions .coupon .button:hover,
.av5-slide-out-modal .av5-search-slideout .av5-search-bar .search-submit:hover, 
.buttons-secondary__style--underlined.woocommerce .woocommerce-pagination a.morescroll-button:hover,
.buttons-secondary__style--underlined .navigation.posts-navigation a.morescroll-button:hover{
    -ms-transform: none!important;
    transform:none!important;
    -webkit-transform: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

/*--------------------------------------------------------------
    UNDERLINED BUTTONS STYLE 
--------------------------------------------------------------*/
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a,
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button,
.button.av5-btn--underlined,
.button.av5-btn--single-underline,
a.button.av5-btn--underlined,
a.button.av5-btn--single-underline {
    font-weight: 600;
    letter-spacing: 0.1em;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    display: inline-block;
    transition: .3s color linear;
    box-shadow: none;
    background-color:transparent!important;
    line-height: 30px;
}
.button.av5-btn--single-underline.big,
a.button.av5-btn--single-underline.big{
    padding: 12px 30px;    
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a,
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button,
.button.av5-btn--underlined,
a.button.av5-btn--underlined{
    padding: 17px 33px;
    min-height: 50px;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.07em;
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn:after, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a:after{
    background-color: currentColor;
}
.rev_slider .button.av5-btn--underlined,
.rev_slider a.button.av5-btn--underlined{
    padding: 17px 33px!important;
    min-height: 50px!important;
    line-height: 1!important;
    font-size: 14px!important;
    letter-spacing: 0.07em!important;
    font-weight: 600!important;
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn:after, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a:after,
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button:after,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button:after,
.button.av5-btn--underlined:after,
.button.av5-btn--single-underline:after,
a.button.av5-btn--underlined:after,
a.button.av5-btn--single-underline:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    transition: .3s linear;
    transition-property: transform , color, background-color;
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn:after, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a:after,
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button:after,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button:after,
.button.av5-btn--underlined:after,
a.button.av5-btn--underlined:after{
    transition: .3s  easeInOut;
    transition-property: width, margin-left, margin-right, bottom;
    height: 2px;
}
.buttons-secondary__style--underlined #sb_instagram #sbi_load .sbi_load_btn:hover:after, 
.buttons-secondary__style--underlined #sb_instagram .sbi_follow_btn a:hover:after,
.av5-banner:hover .button.av5-btn--underlined:after,
.buttons-secondary__style--underlined.woocommerce-cart .entry-content .woocommerce .actions > .button:hover:after,
.buttons-secondary__style--underlined .related.products .av5-btn-wrap a.button:hover:after,
.button.av5-btn--underlined:hover:after,
a.button.av5-btn--underlined:hover:after{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.av5-btn-wrap{
    margin-bottom: 30px;
}
.button.av5-btn--single-underline:hover:after,
a.button.av5-btn--single-underline:hover:after{
    /*bottom: 5px;*/
    transform: translateY(-5px);
}
.av5-banner:hover .button.av5-btn--single-underline.big:after,
.button.av5-btn--single-underline.big:hover:after,
a.button.av5-btn--single-underline.big:hover:after{
    transform: translateY(-5px);
}
/* long butons */
a.button.av5-btn--underlined.long-left:after,
a.button.av5-btn--underlined.long-right:after,
.button.av5-btn--underlined.av5-btn--underlined-long:after, 
a.button.av5-btn--underlined.av5-btn--underlined-long:after,
a.button.av5-btn--single-underline.long-right,
a.button.av5-btn--single-underline.long-left,
a.button.av5-btn--underlined.long-right,
a.button.av5-btn--underlined.long-left,
.entry-content a.button.av5-btn--underlined-long,
.entry-content button.av5-btn--underlined-long,
a.button.av5-btn--underlined-long,
button.av5-btn--underlined-long{
    transition: .5s easeInOut!important;
    transition-property: all!important;
}
a.button.av5-btn--single-underline.long-right{
    padding-right: 65px;
    padding-left: 20px;
}
a.button.av5-btn--single-underline.long-left{
    padding-left: 65px;
    padding-right: 20px;
}
a.button.av5-btn--underlined.long-right,
.entry-content a.button.av5-btn--underlined-long,
.entry-content button.av5-btn--underlined-long,
a.button.av5-btn--underlined-long,
button.av5-btn--underlined-long{
    padding-right: 100px;
    padding-left: 15px;
}
a.button.av5-btn--underlined.long-left{
    padding-left: 100px;
    padding-right: 15px;
}

/* rev slider */
.rev_slider a.button.av5-btn--single-underline.long-right{
    padding-right: 65px!important;
    padding-left: 20px!important;
}
.rev_slider a.button.av5-btn--single-underline.long-left{
    padding-left: 65px!important;
    padding-right: 20px!important;
}
.rev_slider a.button.av5-btn--underlined.long-right,
.rev_slider a.button.av5-btn--underlined-long,
.rev_slider button.av5-btn--underlined-long{
    padding-right: 100px!important;
    padding-left: 15px!important;
}
.rev_slider a.button.av5-btn--underlined.long-left{
    padding-left: 100px!important;
    padding-right: 15px!important;
}
/**/
.av5-banner:hover .button.av5-btn--single-underline.long-right,
a.button.av5-btn--single-underline.long-right:hover,
a.button.av5-btn--underlined.long-right:hover,
a.button.av5-btn--underlined.av5-btn--underlined-long:hover,
.button.av5-btn--underlined.av5-btn--underlined-long:hover{
    transform: translate(5px, 0)!important;
}
.av5-banner:hover .button.av5-btn--single-underline.long-left,
a.button.av5-btn--single-underline.long-left:hover,
a.button.av5-btn--underlined.long-left:hover{
    transform: translate(-5px, 0)!important;
}
.av5-banner:hover .button.av5-btn--single-underline.long-right:after,
a.button.av5-btn--single-underline.long-right:hover:after{
    transform: translate(-12px, 0);
}
.av5-banner:hover a.button.av5-btn--underlined.long-right:after,
a.button.av5-btn--underlined.long-right:hover:after,
.button.av5-btn--underlined.av5-btn--underlined-long:hover:after, 
a.button.av5-btn--underlined.av5-btn--underlined-long:hover:after{
    width: calc(100%);
    transform: translate(-20px, 0);
    margin: 0;
}
.av5-banner:hover .button.av5-btn--single-underline.long-left:after,
a.button.av5-btn--single-underline.long-left:hover:after{
    transform: translate(12px, 0);
}
.av5-banner:hover a.button.av5-btn--underlined.long-left:after,
a.button.av5-btn--underlined.long-left:hover:after{
    transform: translate(20px, 0);
    margin: 0;
    width: calc(100%);
}
/*--------------------------------------------------------------
    OUTLINE BUTTON STYLES
--------------------------------------------------------------*/
a.button.av5-btn--outline-top,
a.button.av5-btn--outline:not(:hover){
    background-color: transparent!important;
}
a.button.av5-btn--outline-top,
a.button.av5-btn--outline{   
    position: relative;
    border:2px solid;
    border-color:#222222;
    box-shadow: none;
    /*padding: 18px 33px;*/
}
a.button.av5-btn--outline:hover{
    box-shadow: none;
}

a.button.av5-btn--outline-top:hover:after, a.button.av5-btn--outline-top:active:after {
    height: 100%;
}
a.button.av5-btn--outline-top:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #000;
}
a.button.av5-btn--outline-top:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/
a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

/*a:visited {
	color: purple;
}*/

a:hover,
a:focus,
a:active {
        color: #000000;
	text-decoration: none;
	/*color: midnightblue;*/
}
/*
a:focus {
	outline: thin dotted;
}*/
a:focus,
a:hover,
a:active {
	outline: 0;
}

:focus {
	outline: 0;
}

a,
a.av5-popup-link,
.widget_recent_entries a,
.widget_recent_comments a,
.logged-in-as a,
.about-author__description a,
.comment-content a,
.entry-content p a{
    position: relative;
}

/* --------------------------------------------
    UNDELINE HOVER
-------------------------------------------- */
.line-hover{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.line-hover:hover:after{
	background:  #222222;
	left:0;
	width:100%;
}

.line-hover:after{
	-webkit-transition: all .5s;
	transition: all .5s;
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background-color: #222222;
}
/* end undeline hover */


/*--------------------------------------------------------------
    UNDERLINED LINKS
--------------------------------------------------------------*/
/*
.title-area-wrap .categories-list li a, 
.post__meta-wrap a, 
.post__meta--after a,
.title-area-wrap .categories-list a,
.post__meta--after a{
    border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
    padding-bottom: 2px;
}
.title-area-wrap .categories-list li a:hover, 
.post__meta-wrap a:hover, 
.post__meta--after a:hover,
.title-area-wrap .categories-list a:hover,
.post__meta--after a:hover{
    border-bottom: rgba(0, 0, 0, 0) solid 1px;
}
*/
.links__style--underlined a,
.links__style--underlined-fade a{
        transition: all 600ms ease;
}
.links__style--underlined .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button),
.links__style--underlined .av5-overlay-wrap a,
.links__style--underlined .woocommerce-error a,
.links__style--underlined .woocommerce-message a,
.links__style--underlined .title-area-wrap .additional-content a,
.links__style--underlined .woocommerce-info a,
.links__style--underlined .woocommerce-product-details__short-description a,
.links__style--underlined .single-post__tags a,
/*.links__style--underlined .widget_tag_cloud a, 
.links__style--underlined .widget_product_tag_cloud a,*/
.links__style--underlined .widget_recent_comments a,
.links__style--underlined .widget_recent_entries a,
.links__style--underlined a.av5-popup-link,

.links__style--underlined .post__meta-wrap a, 
.links__style--underlined .title-area-wrap .categories-list a,
.links__style--underlined .title-area-wrap .categories-list li a,

.links__style--underlined .site-info-wrap a,
.links__style--underlined .widget.widget_text a,
.links__style--underlined .site-footer .menu-footer-container .menu a,
.links__style--underlined .site-info-wrap .menu a,

.links__style--underlined .logged-in-as a,
.links__style--underlined .about-author__description a,
.links__style--underlined .comment-content a,
.links__style--underlined .entry-content p a:not(.button){
    box-shadow: inset 0 -1px 0 0 currentColor;
    padding-bottom: 2px;
}
.links__style--underlined .post__meta--after a,
.links__style--underlined .title-area-wrap .categories-list a,
.links__style--underlined .title-area-wrap .categories-list li a{
     padding-bottom: 4px;
}
.links__style--underlined .av5-overlay-wrap a,
.links__style--underlined .woocommerce-product-details__short-description a,
.links__style--underlined .comments-area .comment-list .comment-author a{
        padding-bottom: 0;
}
.links__style--underlined .comments-area .comment-list .reply a,
.links__style--underlined .comments-area .comment-list .comment-author a,
.links__style--underlined .comments-area .comment-list .comment-metadata a,
.links__style--underlined .av5-breadcrumbs a:hover,
.links__style--underlined .woocommerce-breadcrumb a:hover{
    box-shadow: inset 0 -1px 0 0 transparent;
}
.links__style--underlined .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):hover,
.links__style--underlined .av5-overlay-wrap a:hover,
.links__style--underlined .woocommerce-error a:hover,
.links__style--underlined .woocommerce-message a:hover,
.links__style--underlined .title-area-wrap .additional-content a:hover,
.links__style--underlined .woocommerce-info a:hover,
.links__style--underlined .woocommerce-product-details__short-description a:hover,
.links__style--underlined .single-post__tags a:hover,
/*.links__style--underlined .widget_tag_cloud a:hover, 
.links__style--underlined .widget_product_tag_cloud a:hover,*/
.links__style--underlined .widget_recent_comments a:hover,
.links__style--underlined .widget_recent_entries a:hover,
.links__style--underlined a.av5-popup-link:hover,
.links__style--underlined .av5-breadcrumbs a:hover,
.links__style--underlined .woocommerce-breadcrumb a:hover,
.links__style--underlined .woocommerce-product-details__short-description a:hover,
.links__style--underlined .title-area-wrap .categories-list li a:hover, 
.links__style--underlined .post__meta-wrap a:hover, 
.links__style--underlined .post__meta--after a:hover,
.links__style--underlined .title-area-wrap .categories-list a:hover,

.links__style--underlined .site-info-wrap a:hover,
.links__style--underlined .widget.widget_text a:hover,
.links__style--underlined .site-footer .menu-footer-container .menu a:hover,
.links__style--underlined .site-info-wrap .menu a:hover,

.links__style--underlined .logged-in-as a:hover,
.links__style--underlined .about-author__description a:hover,
.links__style--underlined .comment-content a:hover,
.links__style--underlined .entry-content p a:not(.button):hover,
.links__style--underlined .comments-area .comment-list .reply a:hover,
.links__style--underlined .comments-area .comment-list .comment-author a:hover,
.links__style--underlined .comments-area .comment-list .comment-metadata a:hover{
	box-shadow: inset 0 -1px 0 0 currentColor;
}

/*--------------------------------------------------------------
    UNDERLINE LINKS FADE 
--------------------------------------------------------------*/
.links__style--underlined-fade .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button),
.links__style--underlined-fade .av5-overlay-wrap a:not(.button),
.links__style--underlined-fade .woocommerce-error a:not(.button),
.links__style--underlined-fade .woocommerce-message a:not(.button),
.links__style--underlined-fade .title-area-wrap .additional-content a:not(.button),
.links__style--underlined-fade .woocommerce-info a:not(.button),
.links__style--underlined-fade .woocommerce-product-details__short-description a,
.links__style--underlined-fade .single-post__tags a,
/*.links__style--underlined-fade .widget_tag_cloud a, 
.links__style--underlined-fade .widget_product_tag_cloud a,*/
.links__style--underlined-fade .widget_recent_comments a,
.links__style--underlined-fade .widget_recent_entries a,
.links__style--underlined-fade .woocommerce-product-details__short-description a,
.links__style--underlined-fade .title-area-wrap .categories-list li a, 
.links__style--underlined-fade .post__meta-wrap a, 
.links__style--underlined-fade .post__meta--after a,
.links__style--underlined-fade .title-area-wrap .categories-list a,

.links__style--underlined-fade .site-info-wrap a,
.links__style--underlined-fade .widget.widget_text a,
.links__style--underlined-fade .site-footer .menu-footer-container .menu a,
.links__style--underlined-fade .site-info-wrap .menu a,

.links__style--underlined-fade .logged-in-as a,
.links__style--underlined-fade .about-author__description a,
.links__style--underlined-fade .comment-content a,
.links__style--underlined-fade .entry-content p a:not(.button){
	box-shadow: inset 0 -1px 0 0 currentColor;
        padding-bottom: 2px;
}
.links__style--underlined-fade .title-area-wrap .categories-list a,
.links__style--underlined-fade .title-area-wrap .categories-list li a{
        padding-bottom: 4px
}
.links__style--underlined-fade a.av5-popup-link,
.links__style--underlined-fade .av5-breadcrumbs a:hover,
.links__style--underlined-fade .woocommerce-breadcrumb a:hover,
.links__style--underlined-fade .comments-area .comment-list .reply a:hover,
.links__style--underlined-fade .comments-area .comment-list .comment-author a:hover,
.links__style--underlined-fade .comments-area .comment-list .comment-metadata a:hover{
        box-shadow: inset 0 -1px 0 0 currentColor;
}
.links__style--underlined-fade .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):hover,
.links__style--underlined-fade .av5-overlay-wrap a:hover,
.links__style--underlined-fade .woocommerce-error a:hover,
.links__style--underlined-fade .woocommerce-message a:hover,
.links__style--underlined-fade .title-area-wrap .additional-content a:hover,
.links__style--underlined-fade .woocommerce-info a:hover,
.links__style--underlined-fade .woocommerce-product-details__short-description a:hover,
.links__style--underlined-fade .single-post__tags a:hover,
/*.links__style--underlined-fade .widget_tag_cloud a:hover, 
.links__style--underlined-fade .widget_product_tag_cloud a:hover,*/
.links__style--underlined-fade .widget_recent_comments a:hover,
.links__style--underlined-fade .widget_recent_entries a:hover,
.links__style--underlined-fade a.av5-popup-link:hover,
.links__style--underlined-fade .av5-breadcrumbs a,
.links__style--underlined-fade .woocommerce-breadcrumb a,
.links__style--underlined-fade .woocommerce-product-details__short-description a:hover,
.links__style--underlined-fade .title-area-wrap .categories-list li a:hover, 
.links__style--underlined-fade .post__meta-wrap a:hover, 
.links__style--underlined-fade .post__meta--after a:hover,
.links__style--underlined-fade .title-area-wrap .categories-list a:hover,

.links__style--underlined-fade .site-info-wrap a:hover,
.links__style--underlined-fade .widget.widget_text a:hover,
.links__style--underlined-fade .site-footer .menu-footer-container .menu a:hover,
.links__style--underlined-fade .site-info-wrap .menu a:hover,

.links__style--underlined-fade .logged-in-as a:hover,
.links__style--underlined-fade .about-author__description a:hover,
.links__style--underlined-fade .comment-content a:hover,
.links__style--underlined-fade .entry-content p a:not(.button):hover,
.links__style--underlined-fade .comments-area .comment-list .reply a,
.links__style--underlined-fade .comments-area .comment-list .comment-author a,
.links__style--underlined-fade .comments-area .comment-list .comment-metadata a{
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0);
}


/*--------------------------------------------------------------
    ANIMATED UNDERLINE LINKS
--------------------------------------------------------------*/
.links__style--underlined-left-to-right .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):after,
.links__style--underlined-left-to-right .av5-overlay-wrap a:after,
.links__style--underlined-left-to-right .woocommerce-error a:after,
.links__style--underlined-left-to-right .woocommerce-message a:after,
.links__style--underlined-left-to-right .title-area-wrap .additional-content a:after,
.links__style--underlined-left-to-right .woocommerce-info a:after,
.links__style--underlined-left-to-right .woocommerce-product-details__short-description a:after,
.links__style--underlined-left-to-right .single-post__tags a:after,
/*.links__style--underlined-left-to-right .widget_tag_cloud a:after, 
.links__style--underlined-left-to-right .widget_product_tag_cloud a:after,*/
.links__style--underlined-left-to-right a.av5-popup-link:after,
/*.links__style--underlined-left-to-right .av5-breadcrumbs a:after,
.links__style--underlined-left-to-right .woocommerce-breadcrumb a:after,*/
.links__style--underlined-left-to-right .woocommerce-product-details__short-description a:after,
.links__style--underlined-left-to-right .title-area-wrap .categories-list li a:after, 
.links__style--underlined-left-to-right .post__meta-wrap a:after, 
.links__style--underlined-left-to-right .post__meta--after a:after,
.links__style--underlined-left-to-right .title-area-wrap .categories-list a:after,

.links__style--underlined-left-to-right .site-info-wrap a:after,
.links__style--underlined-left-to-right .widget.widget_text a:after,
.links__style--underlined-left-to-right .site-footer .menu-footer-container .menu a:after,
.links__style--underlined-left-to-right .site-info-wrap .menu a:after,

.links__style--underlined-left-to-right .logged-in-as a:after,
.links__style--underlined-left-to-right .about-author__description a:after,
.links__style--underlined-left-to-right .comment-content a:after,
.links__style--underlined-left-to-right .entry-content p a:after,
.links__style--underlined-left-to-right .comments-area .comment-list .reply a:after,
.links__style--underlined-left-to-right .comments-area .comment-list .comment-author a:after,
.links__style--underlined-left-to-right .comments-area .comment-list .comment-metadata a:after{
	-webkit-transition: .5s ;
	transition: .5s width ;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
        width: 0;
	height: 1px;
}
.links__style--underlined-left-to-right .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):hover:after,
.links__style--underlined-left-to-right .av5-overlay-wrap a:hover:after,
.links__style--underlined-left-to-right .woocommerce-error a:hover:after,
.links__style--underlined-left-to-right .woocommerce-message a:hover:after,
.links__style--underlined-left-to-right .title-area-wrap .additional-content a:hover:after,
.links__style--underlined-left-to-right .woocommerce-info a:hover:after,
.links__style--underlined-left-to-right .woocommerce-product-details__short-description a:hover:after,
.links__style--underlined-left-to-right .single-post__tags a:hover:after,
/*.links__style--underlined-left-to-right .widget_tag_cloud a:hover:after, 
.links__style--underlined-left-to-right .widget_product_tag_cloud a:hover:after,*/
.links__style--underlined-left-to-right a.av5-popup-link:hover:after,
/*.links__style--underlined-left-to-right .av5-breadcrumbs a:hover:after,
.links__style--underlined-left-to-right .woocommerce-breadcrumb a:hover:after,*/
.links__style--underlined-left-to-right .woocommerce-product-details__short-description a:hover:after,
.links__style--underlined-left-to-right .title-area-wrap .categories-list li a:hover:after, 
.links__style--underlined-left-to-right .post__meta-wrap a:hover:after, 
.links__style--underlined-left-to-right .post__meta--after a:hover:after,
.links__style--underlined-left-to-right .title-area-wrap .categories-list a:hover:after,

.links__style--underlined-left-to-right .site-info-wrap a:hover:after,
.links__style--underlined-left-to-right .widget.widget_text a:hover:after,
.links__style--underlined-left-to-right .site-footer .menu-footer-container .menu a:hover:after,
.links__style--underlined-left-to-right .site-info-wrap .menu a:hover:after,

.links__style--underlined-left-to-right .logged-in-as a:hover:after,
.links__style--underlined-left-to-right .about-author__description a:hover:after,
.links__style--underlined-left-to-right .comment-content a:hover:after,
.links__style--underlined-left-to-right .entry-content p a:hover:after,
.links__style--underlined-left-to-right .comments-area .comment-list .reply a:hover:after,
.links__style--underlined-left-to-right .comments-area .comment-list .comment-author a:hover:after,
.links__style--underlined-left-to-right .comments-area .comment-list .comment-metadata a:hover:after{
	left:0;
	width:100%;
}

/*--------------------------------------------------------------
    UNDERLINE FROM BOTTOM LINKS
--------------------------------------------------------------*/
.links__style--underlined-from-bottom .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):before,
.links__style--underlined-from-bottom .av5-overlay-wrap a:before,
.links__style--underlined-from-bottom .woocommerce-error a:before,
.links__style--underlined-from-bottom .woocommerce-message a:before,
.links__style--underlined-from-bottom .title-area-wrap .additional-content a:before,
.links__style--underlined-from-bottom .woocommerce-info a:before,
.links__style--underlined-from-bottom .woocommerce-product-details__short-description a:before,
/*.links__style--underlined-from-bottom .widget_recent_comments a:before,
.links__style--underlined-from-bottom .widget_recent_entries a:before,*/
.links__style--underlined-from-bottom .single-post__tags a:before,
/*.links__style--underlined-from-bottom .widget_tag_cloud a:before, 
.links__style--underlined-from-bottom .widget_product_tag_cloud a:before,*/
.links__style--underlined-from-bottom a.av5-popup-link:before,
/*.links__style--underlined-from-bottom .av5-breadcrumbs a:before,
.links__style--underlined-from-bottom .woocommerce-breadcrumb a:before,*/
.links__style--underlined-from-bottom .woocommerce-product-details__short-description a:before,
.links__style--underlined-from-bottom .post__meta-wrap a:before, 
.links__style--underlined-from-bottom .post__meta--after a:before,
.links__style--underlined-from-bottom .title-area-wrap .categories-list a:before,
.links__style--underlined-from-bottom .title-area-wrap .categories-list li a:before, 

.links__style--underlined-from-bottom .site-info-wrap a:before,
.links__style--underlined-from-bottom .widget.widget_text a:before,
.links__style--underlined-from-bottom .site-footer .menu-footer-container .menu a:before,
.links__style--underlined-from-bottom .site-info-wrap .menu a:before,

.links__style--underlined-from-bottom .logged-in-as a:before,
.links__style--underlined-from-bottom .about-author__description a:before,
.links__style--underlined-from-bottom .comment-content a:before,
.links__style--underlined-from-bottom .entry-content p a:before,
.links__style--underlined-from-bottom .comments-area .comment-list .reply a:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-author a:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-metadata a:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom;
}
.links__style--underlined-from-bottom .comments-area .comment-list .reply a:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-author a:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-metadata a:before{
    bottom: -4px;
}
.links__style--underlined-from-bottom .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):hover:before,
.links__style--underlined-from-bottom .av5-overlay-wrap a:hover:before,
.links__style--underlined-from-bottom .woocommerce-error a:hover:before,
.links__style--underlined-from-bottom .woocommerce-message a:hover:before,
.links__style--underlined-from-bottom .title-area-wrap .additional-content a:hover:before,
.links__style--underlined-from-bottom .woocommerce-info a:hover:before,
.links__style--underlined-from-bottom .woocommerce-product-details__short-description a:hover:before,
.links__style--underlined-from-bottom .single-post__tags a:hover:before,
/*.links__style--underlined-from-bottom .widget_tag_cloud a:hover:before, 
.links__style--underlined-from-bottom .widget_product_tag_cloud a:hover:before,*/
/*.links__style--underlined-from-bottom .widget_recent_comments a:hover:before,
.links__style--underlined-from-bottom .widget_recent_entries a:hover:before,*/
.links__style--underlined-from-bottom a.av5-popup-link:hover:before,
/*.links__style--underlined-from-bottom .av5-breadcrumbs a:hover:before,
.links__style--underlined-from-bottom .woocommerce-breadcrumb a:hover:before,*/
.links__style--underlined-from-bottom .post__meta-wrap a:hover:before, 
.links__style--underlined-from-bottom .post__meta--after a:hover:before,
.links__style--underlined-from-bottom .title-area-wrap .categories-list a:hover:before,
.links__style--underlined-from-bottom .title-area-wrap .categories-list li a:hover:before, 

.links__style--underlined-from-bottom .site-info-wrap a:hover:before,
.links__style--underlined-from-bottom .widget.widget_text a:hover:before,
.links__style--underlined-from-bottom .site-footer .menu-footer-container .menu a:hover:before,
.links__style--underlined-from-bottom .site-info-wrap .menu a:hover:before,

.links__style--underlined-from-bottom .logged-in-as a:hover:before,
.links__style--underlined-from-bottom .about-author__description a:hover:before,
.links__style--underlined-from-bottom .comment-content a:hover:before,
.links__style--underlined-from-bottom .entry-content p a:hover:before{
    opacity: 1;
    bottom: -2px;
}
.links__style--underlined-from-bottom .comments-area .comment-list .reply a:hover:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-author a:hover:before,
.links__style--underlined-from-bottom .comments-area .comment-list .comment-metadata a:hover:before{
    opacity: 1;
    bottom: 0px;
}
/*--------------------------------------------------------------
    ANIMATED UNDERLINE LINKS 2
--------------------------------------------------------------*/
.links__style--underlined-left-to-right-2 .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):before,
.links__style--underlined-left-to-right-2 .av5-overlay-wrap a:before,
.links__style--underlined-left-to-right-2 .woocommerce-error a:before,
.links__style--underlined-left-to-right-2 .woocommerce-message a:before,
.links__style--underlined-left-to-right-2 .title-area-wrap .additional-content a:before,
.links__style--underlined-left-to-right-2 .woocommerce-info a:before,
.links__style--underlined-left-to-right-2 .woocommerce-product-details__short-description a:before,
.links__style--underlined-left-to-right-2 .single-post__tags a:before,
/*.links__style--underlined-left-to-right-2 .widget_tag_cloud a:before, */
/*.links__style--underlined-left-to-right-2 .widget_product_tag_cloud a:before,*/
.links__style--underlined-left-to-right-2 .comments-area .comment-list .reply a:before,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-author a:before,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-metadata a:before,
.links__style--underlined-left-to-right-2 a.av5-popup-link:before,
/*.links__style--underlined-left-to-right-2 .av5-breadcrumbs a:before,
.links__style--underlined-left-to-right-2 .woocommerce-breadcrumb a:before,*/
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list li a:before, 
.links__style--underlined-left-to-right-2 .post__meta-wrap a:before, 
.links__style--underlined-left-to-right-2 .post__meta--after a:before,
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list a:before,
.links__style--underlined-left-to-right-2 .post__meta--after a:before,

.links__style--underlined-left-to-right-2 .site-info-wrap a:before,
.links__style--underlined-left-to-right-2 .widget.widget_text a:before,
.links__style--underlined-left-to-right-2 .site-footer .menu-footer-container .menu a:before,
.links__style--underlined-left-to-right-2 .site-info-wrap .menu a:before,

.links__style--underlined-left-to-right-2 .logged-in-as a:before,
.links__style--underlined-left-to-right-2 .about-author__description a:before,
.links__style--underlined-left-to-right-2 .comment-content a:before,
.links__style--underlined-left-to-right-2 .entry-content p a:before{
    content: '';
    background: #6b787f;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    opacity:0.5;
}
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list li a:before{
        bottom: -4px;
}
.links__style--underlined-left-to-right-2 .comments-area .comment-list .reply a:before,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-author a:before,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-metadata a:before{
    bottom: 0px;
}
.links__style--underlined-left-to-right-2 .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):after,
.links__style--underlined-left-to-right-2 .av5-overlay-wrap a:after,
.links__style--underlined-left-to-right-2 .woocommerce-error a:after,
.links__style--underlined-left-to-right-2 .woocommerce-message a:after,
.links__style--underlined-left-to-right-2 .title-area-wrap .additional-content a:after,
.links__style--underlined-left-to-right-2 .woocommerce-info a:after,
.links__style--underlined-left-to-right-2 .woocommerce-product-details__short-description a:after,
.links__style--underlined-left-to-right-2 .single-post__tags a:after,
/*.links__style--underlined-left-to-right-2 .widget_tag_cloud a:after, 
.links__style--underlined-left-to-right-2 .widget_product_tag_cloud a:after,*/
.links__style--underlined-left-to-right-2 a.av5-popup-link:after,
/*.links__style--underlined-left-to-right-2 .av5-breadcrumbs a:after,
.links__style--underlined-left-to-right-2 .woocommerce-breadcrumb a:after,*/
.links__style--underlined-left-to-right-2 .woocommerce-product-details__short-description a:after,
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list li a:after, 
.links__style--underlined-left-to-right-2 .post__meta-wrap a:after, 
.links__style--underlined-left-to-right-2 .post__meta--after a:after,
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list a:after,

.links__style--underlined-left-to-right-2 .site-info-wrap a:after,
.links__style--underlined-left-to-right-2 .widget.widget_text a:after,
.links__style--underlined-left-to-right-2 .site-footer .menu-footer-container .menu a:after,
.links__style--underlined-left-to-right-2 .site-info-wrap .menu a:after,

.links__style--underlined-left-to-right-2 .logged-in-as a:after,
.links__style--underlined-left-to-right-2 .about-author__description a:after,
.links__style--underlined-left-to-right-2 .comment-content a:after,
.links__style--underlined-left-to-right-2 .entry-content p a:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .reply a:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-author a:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-metadata a:after{
    content: '';
    height: 1px;
    width: 100%;
    background: currentColor;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .4s -webkit-transform cubic-bezier(.77,0,.175,1);
    transition: .4s transform cubic-bezier(.77,0,.175,1);
}
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list li a:after{
        bottom: -4px;
}
.links__style--underlined-left-to-right-2 .comments-area .comment-list .reply a:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-author a:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-metadata a:after{
    bottom: 0px;
}
.links__style--underlined-left-to-right-2 .tinv-wishlist a:not(.button):not(.tinvwl_add_to_wishlist_button):hover:after,
.links__style--underlined-left-to-right-2 .av5-overlay-wrap a:hover:after,
.links__style--underlined-left-to-right-2 .woocommerce-error a:hover:after,
.links__style--underlined-left-to-right-2 .woocommerce-message a:hover:after,
.links__style--underlined-left-to-right-2 .title-area-wrap .additional-content a:hover:after,
.links__style--underlined-left-to-right-2 .woocommerce-info a:hover:after,
.links__style--underlined-left-to-right-2 .woocommerce-product-details__short-description a:hover:after,
.links__style--underlined-left-to-right-2 .single-post__tags a:hover:after,
/*.links__style--underlined-left-to-right-2 .widget_tag_cloud a:hover:after, 
.links__style--underlined-left-to-right-2 .widget_product_tag_cloud a:hover:after,*/
.links__style--underlined-left-to-right-2 .comments-area .comment-list .reply a:hover:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-author a:hover:after,
.links__style--underlined-left-to-right-2 .comments-area .comment-list .comment-metadata a:hover:after,
.links__style--underlined-left-to-right-2 a.av5-popup-link:hover:after,
/*.links__style--underlined-left-to-right-2 .av5-breadcrumbs a:hover:after,
.links__style--underlined-left-to-right-2 .woocommerce-breadcrumb a:hover:after,*/
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list li a:hover:after, 
.links__style--underlined-left-to-right-2 .post__meta-wrap a:hover:after, 
.links__style--underlined-left-to-right-2 .post__meta--after a:hover:after,
.links__style--underlined-left-to-right-2 .title-area-wrap .categories-list a:hover:after,
.links__style--underlined-left-to-right-2 .post__meta--after a:hover:after,

.links__style--underlined-left-to-right-2 .site-info-wrap a:hover:after,
.links__style--underlined-left-to-right-2 .widget.widget_text a:hover:after,
.links__style--underlined-left-to-right-2 .site-footer .menu-footer-container .menu a:hover:after,
.links__style--underlined-left-to-right-2 .site-info-wrap .menu a:hover:after,

.links__style--underlined-left-to-right-2 .logged-in-as a:hover:after,
.links__style--underlined-left-to-right-2 .about-author__description a:hover:after,
.links__style--underlined-left-to-right-2 .comment-content a:hover:after,
.links__style--underlined-left-to-right-2 .entry-content p a:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


/*--------------------------------------------------------------
# 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;
}


/*--------------------------------------------------------------
# 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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	/*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;
}
.align-center{
    text-align: center;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}

/*--------------------------------------------------------------
# CLEARINGS
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after {
	content: "";
	display: table;
}
/*
.nav-links:after, 
.pagination:after, 
.comment-author:after, 
.widget-area:after, 
.widget:after, 
.comment-meta:after,*/
.clear:after,
.vc_empty_space,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget_tag_cloud .tagcloud:after {
	clear: both;
}

.no-padding{
    padding-left:0;
    padding-right:0;
}
@media (max-width: 991px){
    .no-padding-mobile{
        padding-left:0;
        padding-right:0;
    }
}



/*--------------------------------------------------------------
# WIDGETS
--------------------------------------------------------------*/
.widget ul.menu{
    margin-left: 1.1rem;
    margin-bottom: 0;
}
.widget_recent_comments > ul,
.widget_recent_entries > ul{
    padding-top: 6px;    
}
.widget_recent_comments a,
.widget_recent_entries a{
    	box-shadow: inset 0 -1px 0 0 #d9d9d9;
        padding-bottom: 2px;
}
/*
.widget.widget_product_categories li a:before
.widget.widget_product_categories li a:before,
.widget.widget_recent_comments a:after,
.widget.widget_recent_entries a:after,
.widget.widget_recent_comments a:before,
.widget.widget_recent_entries a:before{
    content:none;
}*/
.widget_recent_comments a:hover,
.widget_recent_entries a:hover{
    box-shadow: inset 0 -1px 0 0 transparent;
}
/*.widget + .widget {
    margin-top: 51px;
    font-size: 13px;
}

.widget a.title {
    font-size: 15px;
    margin-top: 1px;
    display: block;
    line-height: 16px;
}

.woo-widget a.title {
    font-size: 12px;
    margin-top: -1px;
    display: block;
    color: #737373;
    line-height: 16px;
}

.woo-widget a.title:hover {
    color: #d5ba9c;
}

.widget .picture {
    margin-right: 15px;
    min-height: 57px;
}*/

/* AV5 custom widgets */

/* underline hover */
/*.widget.AV5_Widget_Recent_Posts a.title,
.widget.AV5_Widget_Popular_Posts a.title,*/
.widget.AV5_Widget_Recent_Posts a.title,
.widget.AV5_Widget_Popular_Posts a.title{
    font-size: 15px;
}
.AV5_Widget_Recent_Posts .post-categories,
.AV5_Widget_Popular_Posts .post-categories{
    margin-bottom: 7px;
    display: inline-block;
    line-height: normal;
}
/*
.widget_recent_comments li a {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0);
}
.widget_recent_comments li a:hover {
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}*/

.widget.AV5_Widget_Recent_Posts .widget--style-default .content,
.widget.AV5_Widget_Popular_Posts .widget--style-default .content{
    overflow: hidden;
}

/* av5 recent popular posts */
.widget.AV5_Widget_Recent_Posts .widget--style-featured a.title, 
.widget.AV5_Widget_Popular_Posts .widget--style-featured a.title{
    clear: left;
    font-size:16px;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}
.widget.AV5_Widget_Recent_Posts .widget--style-featured .widget-img-wrap ,
.widget.AV5_Widget_Popular_Posts .widget--style-featured .widget-img-wrap {
    overflow: hidden;
    margin-bottom:20px;
}
.widget.AV5_Widget_Recent_Posts .widget--style-featured li:hover  .widget-img-wrap img,
.widget.AV5_Widget_Popular_Posts .widget--style-featured li:hover  .widget-img-wrap img{
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.widget.AV5_Widget_Recent_Posts .widget--style-featured .widget-img-wrap img,
.widget.AV5_Widget_Popular_Posts .widget--style-featured .widget-img-wrap img{
    width:100%;
    transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
    -webkit-transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
}
.widget .widget--style-featured .widget--excerpt{
    margin-top:15px;
    margin-bottom:15px;
    font-size:12px;
}

.widget ul li.widget_post_area .date, 
.widget_recent_entries .post-date,
.widget.AV5_Widget_Recent_Posts time{
    color: #9c9c9c;
    display: block;    
    line-height: 14px;
    font-size:12px;
}
.widget_recent_entries .post-date{
        margin-top: 5px;
}
.widget.AV5_Widget_Recent_Posts time.updated{
    display: none;
}
.widget.AV5_Widget_Recent_Posts .post-categories a,
.widget.AV5_Widget_Popular_Posts .post-categories a{
    font-size:12px;
    color: #b8956d;
    
}

.widget.AV5_Widget_Recent_Posts li,
.widget.AV5_Widget_Popular_Posts li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget.AV5_Widget_Recent_Posts > ul > li,
.widget.AV5_Widget_Popular_Posts > ul > li{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;    
}
.widget.AV5_Widget_Recent_Posts > ul > li:last-child,
.widget.AV5_Widget_Popular_Posts > ul > li:last-child{
        margin-bottom: 0;   
}
.widget.AV5_Widget_Recent_Posts .post-categories li,
.widget.AV5_Widget_Popular_Posts .post-categories li{
    float: left;
    margin-right: 10px;
    line-height:1;
    display: inline-block;
}
.widget.AV5_Widget_Recent_Posts > .widget--style-featured  a.widget--read-more-link,
.widget.AV5_Widget_Popular_Posts > .widget--style-featured  a.widget--read-more-link,
.widget .widget--excerpt,
.widget.AV5_Widget_Recent_Posts time,
/*.widget.AV5_Widget_Recent_Posts .post-categories a,
.widget.AV5_Widget_Popular_Posts .post-categories a,*/
.widget.AV5_Widget_Recent_Posts a.title,
.widget.AV5_Widget_Popular_Posts a.title{
    margin-bottom:9px;
    display: block;
}
.widget.AV5_Widget_Recent_Posts .widget-thumbnail--style-rounded li:first-child .content,
.widget.AV5_Widget_Popular_Posts .widget-thumbnail--style-rounded li:first-child .content{ 
    margin-top:0;
}
.widget.AV5_Widget_Recent_Posts .widget-thumbnail--style-rounded .content,
.widget.AV5_Widget_Popular_Posts .widget-thumbnail--style-rounded .content{ 
    margin-top:7px;
    line-height: normal;
}
.widget.AV5_Widget_Recent_Posts .post-categories li:last-child,
.widget.AV5_Widget_Popular_Posts .post-categories li:last-child{
    margin-right: 0;
}
/*
.widget.AV5_Widget_Popular_Posts .widget--style-default li .content{
    margin-left: 95px;
}*/
.widget--style-default.widget-thumbnail--style-rounded .widget-img-wrap img{
    border-radius: 50%;
}
/*
.widget--read-more-link{
    font-size:10px;
    text-transform: uppercase;
    font-weight:800;
}
*/
.widget a.widget--read-more-link:hover{
    color:#202020;
}
.widget.AV5_Widget_Recent_Posts > .widget--style-featured > li:hover a.widget--read-more-link span, 
.widget.AV5_Widget_Popular_Posts > .widget--style-featured > li:hover a.widget--read-more-link span,
.widget a.widget--read-more-link:hover span{
    width: 30px;
}
.widget a.widget--read-more-link span{
    display: inline-block;
    content: '';
    width: 20px;
    height: 1px;
    margin-right: 14px;
    margin-bottom: 3px;
    background: rgba(0, 0, 0, 1);
    transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
    -webkit-transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
    -moz-transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
}
/*
.widget.widget_meta > ul,
.widget.widget_pages > ul,
.widget.widget_archive > ul,
.widget_categories > ul,
.widget_product_categories .product-categories{
    padding-left: 10px;
}*/
.widget.widget_rss li{
    padding-bottom: 35px;
}
.widget.widget_rss li a{
    margin-right: 15px;
}
.widget .rsswidget,
.widget .rss-date,
.widget .rssSummary{
    display: block;
    margin-bottom: 10px;
}
.rss-date:before{
    content:'';
    height:1px;
    width:30px;
    display: inline-block;
    position: relative;
    background: #cecece;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 15px;
    
}
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget.widget_meta ul,
.widget.widget_pages ul,
.widget.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul{
   margin-left: 0;
   list-style: none;
}

.widget_nav_menu li a,
.widget_product_categories li a,
.widget.widget_meta li a,
.widget.widget_categories li a,
.widget.widget_archive li a,
.widget.widget_pages li a{
    display:inline-block;
    padding: 9px 0;
    position:relative;
    color:#737373;

    
}
.site-info-wrap .menu .sub-menu li a{
    display: inline-block;
    -webkit-transition: all 240ms ease-in-out 0s;
    -moz-transition: all 240ms ease-in-out 0s;
    -o-transition: all 240ms ease-in-out 0s;
    transition: all 240ms ease-in-out 0s;
}
.site-info-wrap .menu .sub-menu li > a:after,
.widget_product_categories li a:after,
.widget.widget_nav_menu li a:after,
.widget.widget_meta li a:after,
.widget.widget_categories li a:after,
.widget.widget_archive li a:after,
.widget.widget_pages li a:after{
    display: block;
    content: '';
    width: 8px;
    height: 1px;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -1px;
    /*top: calc(50% - 1px);*/
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 240ms ease-in-out 0s;
    -moz-transition: all 240ms ease-in-out 0s;
    -o-transition: all 240ms ease-in-out 0s;
    transition: all 240ms ease-in-out 0s;
}
.site-info-wrap .menu .sub-menu li > a:after,
.widget.widget_nav_menu li > ul a:after,
.widget_product_categories li > ul a:after{
    background: #d9d9d9;
    left: -18px;
}
.site-info-wrap .menu .sub-menu li.current_page_item > a:after,
.widget_product_categories li.current-cat > a:after,
.widget.widget_categories li.current_page_item a:after,
.widget.widget_archive li.current_page_item a:after,
.widget.widget_pages li.current_page_item a:after,
.widget.widget_nav_menu li.current_page_item a:after,
.widget.widget_meta li.current_page_item a:after{
    left: -21px;
    background: rgba(32, 32, 32, 1);
    width: 12px;
}
.site-info-wrap .menu .sub-menu li > a:hover:after,
.widget_product_categories li > a:hover:after,
.widget_product_categories li.current-cat > a:hover:after,
.widget.widget_nav_menu li a:hover:after,
.widget.widget_meta li a:hover:after,
.widget.widget_categories li a:hover:after,
.widget.widget_archive li a:hover:after,
.widget.widget_pages li a:hover:after{
    background: rgba(32, 32, 32, 1);
    width: 18px;
    left: -28px;
}
.site-info-wrap .menu .sub-menu > li > a:hover,
.site-info-wrap .menu li > ul > li.current_page_item > a,
.widget_product_categories li > a:hover,
.widget_product_categories li.current-cat > a,
.widget.widget_nav_menu li.current_page_item > a,
.widget.widget_meta li.current_page_item > a,
.widget.widget_categories li.current_page_item > a,
.widget.widget_archive li.current_page_item > a,
.widget.widget_pages li.current_page_item > a,
.widget.widget_nav_menu li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover{
    color: #202020;
}
.site-info-wrap .menu li > ul > li > a:hover{
    transform: translateX(10px);
}
.widget_product_categories li > a:hover,
.widget.widget_nav_menu li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover,
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover{
        margin-left: 10px;
}
.widget.widget_meta li,
.widget.widget_categories li,
.widget.widget_archive li,
.widget.widget_pages li{
    padding:0;
    margin: 0;
}
/*
.widget.widget_nav_menu li a:after{
    left: -9px;
}*/

/***********************************************/
.widget {
    font-size:14px;
    line-height:22px;
    font-weight:500;
}
.widget {
	margin: 0 0 60px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	width: 100%;
	max-width: 100%;
}

.widget li {
	padding: 0 0 15px;
	/*margin: 0 0 15px;*/
	/*border-bottom: 1px solid #EEEEEE;*/
}


.widget_pages li{
    border:none;
}


.widget a {
	/*display: block;*/
	/*color: #202020;*/
        line-height: 1.3em;
}

.widget a:hover {
	color: #9f815b;
}

.widget .date a {
	color:#737373;
}

.widget .date a:hover {
	color: #000000;
}

.widget li > a img,
.widget li .picture,
.widget li .no-picture {
	float: left;
	margin-right: 20px;
	/*width: 75px;*/
        width: 90px;
	height: auto;
}


.widget li .picture .widget-shadow {
	border: 1px solid #e6e4e4;
	padding: 3px;
	background-color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}

.widget li .picture .widget-shadow:before {
	display: block;
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: url(../img/plus.png) no-repeat left top;
	left: 50%;
	top: 50%;
	z-index: 2;
	opacity: 0;
	margin: -4px 0 0 -4px;
	transition: all 300ms ease-in-out 0s;
}

.widget li .picture .widget-shadow:hover {
	border-color: #c2a47d;
	background-color: #c2a47d;
}

.widget li .picture .widget-shadow:hover:before {
	opacity: 1;
}

.widget-img-wrap {
	position: relative;
}

.widget li .picture .content-img-shadow {
	background-color: #000000;
	opacity: 0;
	position: absolute;
	text-align: center;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.widget li .picture a:hover .content-img-shadow {
	opacity: .4;
}

a.big-img-shadow {
	display: block;
	position: relative;
	overflow: hidden;
}

a.big-img-shadow:before {
	display: block;
	position: absolute;
	content: "";
	width: 52px;
	height: 52px;
	background: url(../img/big-plus.png) no-repeat left top;
	left: 50%;
	top: 50%;
	margin-left: -26px;
	margin-top: -26px;
	z-index: 2;
	opacity: 0;
}

a.big-img-shadow:hover:before {
	opacity: 1;
}

.widget li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.widget_recent_entries li a {
	display: inline;
        /*margin-bottom:9px;*/
}

.widget ul li.widget_post_area:last-child,
.widget_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget ul li.widget_post_area .comments {	
	font-size: 12px;
	padding-top: 3px;
}

/*.side */
.widget .widget-title,
.widget_calendar caption {
      position: relative;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 22px;
      font-weight: 700;
      font-size: 16px;
}

/* SEACH DEFAULT AND WOOCOMMERCE WIDGETS */
.no-results .search-form label,
.widget_product_search .woocommerce-product-search  label,
.widget_search .search-form label {
	display: block;
}
.no-results .search-form,
.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
	width: 100%;
	position: relative;
}
/* FOR DEFAULT STYLE ONLY
.widget_search .search-field,
.widget_product_search .woocommerce-product-search .search-field {
	padding-right: 45px;
        
}*/
.widget_product_search .woocommerce-product-search .search-field,
.widget_product_search .woocommerce-product-search label,
.widget_search .search-field,
.widget_search .search-form label{
    font-size:14px;
    line-height: 34px;
}
.widget_product_search .woocommerce-product-search .search-field{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-results .search-submit:hover i,
.error-404 .search-submit:hover i,
.widget_product_search .woocommerce-product-search .search-submit:hover i,
.widget_search .search-submit:hover i{
    /*color:#c2a47d;*/
    margin-left: 10px;
    opacity:0;
}
.no-results .search-submit i,
.error-404 .search-submit i,
.widget_product_search .woocommerce-product-search .search-submit i,
.widget_search .search-submit i{
    opacity:1;
}
.no-results .search-submit span,
.no-results .search-submit i,
.error-404 .search-submit span,
.error-404 .search-submit i,
.widget_product_search .woocommerce-product-search .search-submit span,
.widget_product_search .woocommerce-product-search .search-submit i,
.widget_search .search-submit span,
.widget_search .search-submit i{
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}
.no-results .search-submit .icon-5ave-search-3,
.error-404 .search-submit .icon-5ave-search-3,
.widget_product_search .woocommerce-product-search .search-submit .icon-5ave-search-3,
.widget_search .search-submit .icon-5ave-search-3{
    top:2px;
}
.no-results .search-submit span,
.error-404 .search-submit span,
.widget_product_search .woocommerce-product-search .search-submit span,
.widget_search .search-submit span{
    width: 18px;
    height: 2px;
    position: absolute;
    left: -6px;
    top: 20px;
    opacity:0;
 }
 .no-results .search-submit:hover span,
 .error-404 .search-submit:hover span,
 .widget_product_search .woocommerce-product-search .search-submit:hover span,
 .widget_search .search-submit:hover span{
     opacity:1;
     left: 12px;
 }
.no-results .search-submit .fa-chevron-right,
.error-404 .search-submit .fa-chevron-right,
.widget_product_search .woocommerce-product-search .search-submit .fa-chevron-right,
.widget_search .search-submit .fa-chevron-right{
    font-size: 12px;
    line-height: 24px;
    margin-left: -5px;
    height:14px;
    opacity:0;
 }
 .no-results .search-submit:hover .fa-chevron-right,
 .error-404 .search-submit:hover .fa-chevron-right,
 .widget_product_search .woocommerce-product-search .search-submit:hover .fa-chevron-right,
 .widget_search .search-submit:hover .fa-chevron-right{
     opacity:1;
     margin-left: -5px;
 }
.no-results .search-submit,
.error-404 .search-submit,
.widget_search .search-submit,
.widget_product_search .woocommerce-product-search button {
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
	z-index: 2;
	top: 0;
	right: 0;
	height: 44px;
	width: 36px;
        color: #202020;
        background-color: transparent;
        
}
.no-results .search-submit span,
.error-404 .search-submit span{
    background: currentColor;
}
/* Calendar */
.widget_calendar {
	position: relative;
	width: 100%;
}

.widget_calendar table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: center;
}
.widget_calendar table tr{
    text-align: center;
}

.widget_calendar table td {
	height: 35px;
	font-size: 12px;
	/*color: #adadad;*/
	padding: 0;
}

.widget_calendar table tr #today {
	color: #3d3d3d;
        font-weight: bold;
}
.widget_calendar tbody td a {
	display: block;
        color: #fff;
	background: #c2a47d;
        height: auto;
        width: 100%;
	line-height: 34px;
}
.widget_calendar tbody td a:hover {
    color: #fff;
}

.widget_calendar table th {
	font-weight: normal;
	color: #202020;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 7px;
}

.widget_calendar table th.current {
	color: #000;
}

.widget_calendar tfoot {
    position: absolute;
    top: -5px;
    width: 100%;
}


.widget_calendar table tfoot .pad {
	display: none;
}

.widget_calendar tfoot a {
	display: inline-block;	
	height: 31px;
	width: 31px;
	opacity: .5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
        color: transparent!important;
}

.widget_calendar tfoot #next a {
	margin-left: 4px;
}
.widget_calendar tfoot #next a,
.widget_calendar tfoot #prev a{
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget_calendar tfoot #next a:after {
    content: '\f060';
        left: 15px;
}
.widget_calendar tfoot #prev a:after {
    content: '\f061';
        left: 5px;
}
.widget_calendar tfoot #next a:after,
.widget_calendar tfoot #prev a:after {
    color: #000;
    background: transparent;
    position: absolute;

    top: 5px;
}

.widget_calendar tfoot a:hover {
	opacity: 1;
}
.widget_calendar table tfoot #prev{
    position: absolute;
    right: 0;
}
.widget_calendar table tfoot #next{
    position: absolute;
    left: 0px;
}
@media (min-width: 828px) {
	.widget_calendar table td,
	.widget_calendar table th {
		font-size: 11px;
		width: auto;
	}

	.widget_calendar table td {
		height: 35px;
		width: 35px;
		font-size: 12px;
	}

	.widget_calendar tbody td a {
		height: 35px;
		line-height: 34px;
                height: auto;
                width: 100%;
	}

	.widget_calendar table th {
		font-size: 12px;
                font-weight: bold;
	}
}
@media only screen and (min-width: 1200px) {
	.widget_calendar tbody td a {
		height: auto;
		width: 100%;
		margin: 0 auto;
                font-weight:600;
		line-height: 34px;
	}
}
/* End of Calendar widget */
/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	max-width: 100%;
}

.gallery-item{
    display: inline-block;
    /*padding: 5px;*/
}
.gallery{
    /*
    margin-left: -5px;
    margin-right: -5px;
    */
    margin-bottom: 35px;
}
.gallery-item img{
    width:100%;
    height:auto;
}
.gallery-item a{
    display: block;
    line-height: 0;
}
.gallery-item a:hover{
    opacity:0.8;
}
.gallery-columns-1 .gallery-item{
    width: 100%;
}
.gallery-columns-2 .gallery-item{
    width: 50%;
}
.gallery-columns-3 .gallery-item{
    width: 33.33333%;
}
.gallery-columns-4 .gallery-item{
    width: 25%;
}
.gallery-columns-5 .gallery-item{
    width: 20%;
}
.gallery-columns-6 .gallery-item{
    width: 16.6667%;
}
.gallery-columns-7 .gallery-item{
    width: 14.28%;
}
.gallery-columns-8 .gallery-item{
    width: 12.5%;
}
.gallery-columns-9 .gallery-item{
    width: 11.11%;
}
.widget_media_gallery img{
    width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Tag Cloud */
/*
.widget_tag_cloud a,
.widget_product_tag_cloud a {
	border: 2px solid #e6e4e4;
	color: #737373;
	font-size: 14px !important;
	display: inline-block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 4px 10px 4px 10px;
	transition: all 400ms ease-in-out 0s;
}*/
.widget_tag_cloud a:before,
.widget_product_tag_cloud a:before,
.widget_tag_cloud a:after,
.widget_product_tag_cloud a:after {
    	content: none!important;

}
/*
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	border-color: #c2a47d;
	color: #202020;
	transition: all 20ms ease-in-out 0s;
}*/

/* End of Tag Cloud */


/* Recent Comments */
/*
.widget_recent_comments li {
	border-bottom: 1px solid #ebebeb;
}*/

.widget_recent_comments li:last-child {
	margin-bottom: 0;
	border: none;
}

/* End of Recent Comments */


/* Custom Menu */

.widget_nav_menu li {
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
/*
.widget_nav_menu li:before {
	content: "";
	bottom: 2px;
	left: 1px;
	opacity: 1;
	position: absolute;
	top: 2px;
	transition: all 0.2s ease-in 0s;
	width: 4px;
	z-index: 20;
	background-color: #F2F2F2;
}

.widget_nav_menu li:hover:before {
	bottom: -1px;
	left: -3px;
	position: absolute;
	top: -1px;
	transition: all 0.1s ease-in 0s;
	width: 4px;
	background: #c2a47d;
}*/

/*.widget_nav_menu li + li {
    border-top: 1px solid #ebebeb;
}*/
/*
.widget.widget_nav_menu li a {
        margin-left: -18px;
	color: #888888;
	display: block;
	line-height: 14px;
	padding: 13px 14px 12px 18px;
}

.widget.widget_nav_menu li a:hover {
        margin-left: 0;
	background: #f9f9f9;
}*/
/*
.left-sidebar .widget_nav_menu li .animated-border {
	left: auto;
	right: 3px;
}

.left-sidebar .widget_nav_menu li:hover .animated-border {
	left: auto;
	right: -1px;
}

.right-sidebar .widget_nav_menu li .animated-border {
	right: auto;
	left: 3px;
}

.right-sidebar .widget_nav_menu li:hover .animated-border {
	right: auto;
	left: -1px;
}*/

/* End of Custom Menu */



/* Jetpack Contact Form */

.textwidget .contact-form input[type='text'],
.textwidget .contact-form input[type='email'],
.textwidget .contact-form textarea {
	width: 100% !important;
}
.contact-form label {
	margin-bottom: 0 !important;
	font-weight: normal !important;
}
.contact-form label span {
	color: #828282 !important;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	margin-bottom: 10px !important;
}
.contact-form textarea {
	height: 130px !important;
}
.contact-form p {
	margin-top: 5px;
	margin-bottom: 0;
}

/* Archive */
.widget_archive li {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

/* Meta */
.widget_meta li {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

/* Flickr */
.widget_flickr .flickr_badge_image {
	float: left;
	display: inline-block;
	margin: 0 15px 15px 0;
}
.widget_flickr .flickr_badge_image:nth-of-type(3n) {
	margin-right: 0;
}
.widget_flickr .flickr_badge_image {
	/*float: left;
    margin-right: 15px;
    width: 57px;
    height: auto;*/
	border: 1px solid #e6e4e4;
	background: #fff;
	padding: 3px;
	width: 75px;
	transition: all 300ms ease-in-out 0s;
}
.widget_flickr .flickr_badge_image a {
	display: block;
	position: relative;
}
.widget_flickr .flickr_badge_image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0;
	transition: all 300ms ease-in-out 0s;
}
.widget_flickr .flickr_badge_image a:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(../img/plus.png) no-repeat left top;
	left: 50%;
	top: 50%;
	z-index: 2;
	opacity: 0;
	margin: -4px 0 0 -4px;
	transition: all 300ms ease-in-out 0s;
}
.widget_flickr .flickr_badge_image:hover {
	background: #c2a47d;
	border-color: #c2a47d;
}
.widget_flickr .flickr_badge_image a:hover:before {
	opacity: .4;
}
.widget_flickr .flickr_badge_image a:hover:after {
	opacity: 1;
}


/* Twitter */
.widget_twitter li {
	border: none;
	padding-bottom: 0;
	margin-bottom: 24px;
}
.widget_twitter .twitter-timestamp {
	display: block;
}
.widget_twitter a {
	color: #c2a47d;
}
.widget_twitter a:hover {
	color: #737373;
}
.widget_twitter .twitter-timestamp {
	color: #b8b8b8;
}
.widget_twitter .twitter-timestamp:hover {
	color: #737373;
}
.widget_twitter li .twitter-ico {
	display: block;
	float: left;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #DADADA inset;
	background: url(../img/twitter-widget-ico.png) no-repeat 15px 40px;
	overflow: hidden;
	transition: background 0.2s ease 0s;
}
.widget_twitter li .twitter-ico i {
	display: none;
}
.widget_twitter li .twitter-ico span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 100%;
	opacity: 0;
	transition: all 400ms ease-in-out 0s;
	width: 100%;
	background: url(../img/twitter-widget-ico.png) no-repeat 15px 40px;
}
.widget_twitter .twitter-ico:hover span {
	background-color: #C2A47D;
	opacity: 1;
	transition: all 50ms ease-out 0s;
}
.widget_twitter li .twitter-ico:hover {
	background-color: #c2a47d;
}
.widget_twitter li .twitter-ico {
	display: inline-block;
	position: relative;
	margin: 4px 12px 0 0;
}
.widget_twitter li .twitter-ico span {
	border: none;
	display: block;
}
.widget_twitter li .twitter-ico,
.widget_twitter li .twitter-ico:hover span {
	background-position: 12px 13px;
}
.widget_twitter li a.twitter-ico span,
.widget_twitter li a.twitter-ico:hover span {
	background-position: 12px -15px;
}


/* Footer Twitter */
.site-footer .widget_twitter li .twitter-ico {
	box-shadow: 0 0 0 2px #404040 inset;
	background: url(../img/twitter-widget-ico-footer.png) no-repeat 12px 13px;
}

.site-footer .widget_twitter li .twitter-ico:hover {
	background-color: #c2a47d;
}

.site-footer .widget_twitter .twitter-timestamp {
	color: #737373;
}

.site-footer .widget_twitter li .twitter-timestamp:hover {
	color: #fff;
}


/* Login */

.widget_login p {
	margin-bottom: 10px;
}

.widget_login p:last-child {
	margin-bottom: 0;
}

.widget_login .login-password {
	margin-bottom: 7px;
}

.widget_login .login-remember {
	margin-bottom: 17px;
}

.widget_login .login-submit .button-primary {
	display: block;
	width: 100%;
	padding: 18px 36px;
	background: #c2a47d;
	border: none;
}

.widget_login .login-submit .button-primary:hover {
	background: #000;
}


/* Audio */

.jp-controls {
	float: left;
	margin-right: 2px;
}
.jp-play,
.jp-pause {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999em;
}
.jp-gui, .jp-pause {
	background-color: #F3F3F3;
}
.jp-play {
	background-image: url(../img/audio-play.png);
	background-size: 5px 10px;
}

.jp-play {background-color:#c2a47d;}
.jp-play:hover {background-color:#000;}

.jp-pause {
	background-image: url(../img/audio-pause.png);
	background-size: 6px 8px;
	background-color:#c2a47d;
}
.jp-gui {
	background-color: #ffffff;
}

.jp-gui {
	height: 36px;
	margin-left: 36px;
	padding: 0 17px 0 14px;
	position: relative;
	border:2px solid #d9d9d9;
	border-left:none;
}

.jp-progress {
	padding: 15px 56px 0 0;
}
.jp-volume-bar {
	cursor: pointer;
}

.jp-seek-bar, .jp-volume-bar {
	background-color: #D9D9D9;
}
.jp-seek-bar {
	width: 100% !important;
}
.jp-seek-bar {
	cursor: pointer;
	height: 2px;
}
.jp-play-bar {
	height: 2px;
}

.jp-volume {
	background: url(../img/audio-volume.png) no-repeat scroll 0 0 / 6px 10px rgba(0, 0, 0, 0);
	height: 24px;
	padding: 4px 0 0 15px;
	position: absolute;
	right: 8px;
	top: 11px;
	width: 42px;
}

.jp-play-bar, .jp-volume-bar-value {
	background-color: #3C2E25;
}

.jp-volume-bar-value {
	height: 2px;
}



/* --------------------------------------------
# HEADER
-------------------------------------------- */
/* header predefined styles */
#header.header.header--shadow-on .header-main{
	box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
}
#header.header.header--border-on .header-main{
	border-bottom: solid 1px #e0e0e0;
}
/* show menu arrows if item has children  */

.wcml-dropdown a.wcml-cs-item-toggle:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.menu--arrow-on .main-navigation ul li.menu-item-has-children:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: inherit;
	content: "\f105";
	display: block;
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);

}
.wcml-dropdown a.wcml-cs-item-toggle:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.menu--arrow-on .main-navigation>ul>li.menu-item-has-children:after {
	content: "\f107";
	font-size: 15px;
	line-height: inherit;
	display: inline-block;
	padding-left: 0.3em;
	height: 100%;
	position: initial;
        transition: all 0.6s;
}
.wcml-dropdown a.wcml-cs-item-toggle:hover:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover:after,
.menu--arrow-on .main-navigation>ul>li.menu-item-has-children:hover:after{
	color:#000;
}
.wcml-dropdown a.wcml-cs-item-toggle:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.menu--arrow-on .main-navigation>ul>li.menu-item-has-children:after{
	color:#000;
}

.main-navigation .nav-menu > li,
.header-item{
    line-height:28px;
}
#header.header .header-item.search #av5-search-drop .drop-search-wrap {
	display:table;
	width:100%;
	position:relative;
}
#av5-search-drop .drop-search-input-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding-right: 8px;
}
#header.header .header-item.search #av5-search-drop .drop-search-wrap button{
	padding: 10px 12px;
}

.av5-minimal-form input{
	border: none;
}

#header.header .flex-column.logo img{
	max-height:30px;
	width:auto;
        vertical-align: middle;
        transition: all 0.3s ease;
}
#header.header.sticky-resized.is-sticky .flex-column.logo img{
    max-height:40px;
}

/*centered header */
.header-main--style-centered .flex-column.header-right,
.header-main--style-centered .flex-column.logo{
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%;
    margin: 0;
}
/* TODO */
.text-logo{
    display: -webkit-inline-box;
    vertical-align: middle;
    margin:10px;
}

.text-logo h1.site-title{
    margin-bottom: 0;
    line-height:1;    
    font-size: 30px;
}

/* default state for alternative logo until enabled*/
.animated .alt-logo{
    animation: av5-logo .4s ease-out;
}
#header.header.header-white-style.is-sticky:not(.sticky-alt-logo) .logo.white-logo-on img.white-logo.retina,
#header.header.header-white-style .logo img.white-logo.retina,
#header.header.sticky-alt-logo.is-sticky  .logo img.alt-logo.retina,
#header.header.header-white-style:not(.is-sticky) .white-logo-on .logo img.alt-logo,
#header.header.header-white-style:not(.is-sticky) .white-logo-on .logo img.logo,
#header.header.sticky-alt-logo.is-sticky .logo img.logo,
#header.header.header-white-style.is-sticky .logo img.white-logo,
#header.header .logo img.white-logo,
#header.header .logo img.alt-logo{
	display:none;
}

#header.header.header-white-style.is-sticky:not(.sticky-alt-logo) .logo.white-logo-on img.white-logo,
#header.header.header-white-style .logo img.white-logo,
#header.header.sticky-alt-logo.is-sticky  .logo img.alt-logo{
        display:block;
}

/* Sticky Header border */

#header.header.sticky.is-sticky .header-main .header-item:not(.additional-text) {
	border-color: #e3e3e3;
}

/* HEADER LAYOUT-4 STICKY HEADER */
.header-layout-4 #header.header.sticky-resized.is-sticky .flex-column.logo{
    display:none;
}
/*
.header-layout-4 #header.header.sticky-resized.is-sticky .nav-center{
    transform: translateY(-120%);
}*/
.header-layout-4 #header.header .nav-center{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    -ms-transition: transform 0.35s cubic-bezier(0.215,0.61,0.355,1);
    transition:transform 0.35s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transition: transform 0.35s cubic-bezier(0.215,0.61,0.355,1);
}
.sticky.header-layout-4 .sticky-header-filler{
        height: 125px;
}
.menu-under-header--wrapper{
    -ms-transition:0.35s cubic-bezier(0.215,0.61,0.355,1);
    transition:0.35s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transition: 0.35s cubic-bezier(0.215,0.61,0.355,1);
    transition-property: transform, background;
    -webkit-transition-property: transform, background;
    -ms-transition-property: transform, background;
    width:100%;
    height:auto;
    background:#000;
    transform:translateY(0);

}
.is-sticky.sticky-resized .menu-under-header--wrapper{
    transform:translateY(-120%);
    background:rgba(0,0,0,0)!important;
}
.header-centered-logo .flex-column{
    z-index: 2;
}
/* --------------------------------------------
##	STICKY
-------------------------------------------- */

.sticky{
	height:auto!important;
}

#header-mobile.sticky .header-mobile-wrap,
#header.sticky .header-wrap{
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 995;
    transition:top 0.3s ease, transform 0.3s ease;
}

#header.header.is-sticky .header-main {
	background-color:#fff;
        /*-webkit-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
        box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);*/
}
#header.header.sticky-resized.is-sticky .header-main {
	height:60px;
}

#header.sticky.always-on-top .header-wrap,
#header.sticky.is-sticky .header-wrap{
    z-index: 9999;
}
.layout-passepartout #header.sticky:not(.is-sticky):not(.always-on-top) .header-wrap{
    top:30px;
}
@media screen and (max-width: 782px){
    .admin-bar #header-mobile.sticky .header-mobile-wrap{
        top:46px;
    }
}
@media screen and (min-width: 783px){
    .admin-bar #header-mobile.sticky .header-mobile-wrap{
        top:32px;
    }
}

.admin-bar #header.sticky .header-wrap{
    top:32px;
} 
.admin-bar.layout-passepartout #header.sticky:not(.is-sticky):not(.always-on-top) .header-wrap{
    top:62px;
} 

body[data-full-header="true"] #header .container{
	-ms-transition: padding 0.35s cubic-bezier(0.215,0.61,0.355,1);
	transition: padding 0.35s cubic-bezier(0.215,0.61,0.355,1);
	-webkit-transition: padding 0.35s cubic-bezier(0.215,0.61,0.355,1);
}


/* --------------------------------------------
##	FLEX HEADER
-------------------------------------------- */
.header .header-main {
	width: 100%;
	z-index: 30;
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	transition: .3s;
        transition-property: background-color, opacity, transform, height, color;
        background-color: #fff;
}
.header.header--with-hover .header-main{
    will-change: transform;
}
#header-mobile .sticky-header-filler,
#header.transparent.sticky .sticky-header-filler,
#header.transparent .sticky-header-filler,
#header:not(.sticky) .sticky-header-filler{
    display:none;
}

#header-mobile.sticky .sticky-header-filler{
    height:54px;
    display: block;
}

.title-area-filler{
    display: none;
}
body[data-transparent-header="true"] .title-area-filler{
    display: block;
    height: 40px;
}

body[data-transparent-header="true"].woocommerce div.product .product-info-background .empty-space,
.sticky .sticky-header-filler,
.header-main {
	height: 95px;
}

.flex-row {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* width: 100%;*/
}
#header-mobile .flex-row,
.header .flex-row {
	height: 100%;
}

.flex-column {
	max-height: 100%;
}

.flex-grow {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-negative: 1;
	-ms-flex-preferred-size: auto !important;
}

.header .container{
	padding-right: 40px;
	padding-left: 40px;
}
.header-left {
	margin-right: auto;
}
.header-right {
	margin-left: auto;
}
.header-center {
	margin: 0 auto;
}
.header-left .header-items-left .header-item:last-child{
    margin-right: 20px;
}
.header-main div.logo{
	margin-left: 0;
	margin-right: 30px;
}
.header-main .header-centered-logo .logo{
	margin:0;
}
.nav{
	width: 100%;
	position: relative;
	display: inline-block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-av5-core .nav{
    	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.nav-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
        
}
.nav-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-style-3 .nav{
    width:auto;
}
.header-style-3 .nav-right{
    margin-right: auto;
}
.header-style-3 .nav-left{
    margin-left: auto;
}

/* --------------------------------------------
## HEADER LAYOUT AND ELEMENTS
-------------------------------------------- */
.header-right .header-item.additional-text {
	text-align: right;
}
.header-item {
	margin:5px;
	position:relative;
}
.header-right .header-item:first-child {
	margin-left:0px;
}
.header-left .header-item:last-child {
	margin-right:0px;
}
/*
.header-centered-logo .flex-column.logo{
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    max-width: 14%;
}*/
.header-centered-logo .flex-column.logo{
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.header-centered-logo .flex-column {
    -webkit-flex-basis: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    max-width: 43%;
}
.header-centered-logo .flex-column.logo img{
    margin-left:auto;
    margin-right:auto;
}
.header-centered-logo .flex-column.logo{
    text-align: center;
}
/*
#header, #header.header .header-main {
	transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1);
}*/
.layout-passepartout #header.header:not(.always-on-top) .header-main {
    padding-left: 15px;
    padding-right: 15px;
}
#header.header.force-transparent .header-main {
    background-color:rgba(255,255,255,0);
}
body[data-transparent-header="true"] .header .header-main {
	background-color:rgba(255,255,255,0);
}

.layout-passepartout .header-wrap{
	width: 100%;
	z-index: 30;
	position: relative;
	background-size: cover;
	background-position: 50% 0;
}

body[data-full-header="true"] .topline .container,
body[data-full-header="true"] #header .container,
.full-header .container{
	max-width: 100%;
	width: 100%;
}
/*sample styles */
#header.header.header-shadow{
	box-shadow: -2px 2px 55px -20px rgba(0,0,0,0.29);
}
#header.header.header-border{
	border-bottom: #e0e0e0 solid 1px;
}

/* --------------------------------------------
## HEADER ITEMS
-------------------------------------------- */
.header-item .header-icon{
	font-size:14px;
	color:#000;
}
.header-item .wishlist_products_counter,
.header-icon{
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 300ms ease-in-out 0;
	transition: all 300ms ease-in-out 0s;
}
.topline .header-item .wishlist_products_counter,
.topline .header-item .wishlist_products_counter.no-txt{
    	line-height: normal;
}

.header-item.wishlist .wishlist-num{
	margin-left: 4px;
}

/* border and background for header items */
.header-item:not(.additional-text),
.header-main .header-item:not(.additional-text){
	cursor: pointer;
	transition: all 300ms ease-in-out 0s;
}

.header-item .hamburger-menu-icon-small span{
	background:#000;
}

.header-main .header-item.additional-text, .header-item .text, .header-main .header-item:not(.additional-text) a .text{
	color: #737373;
}
.header-main .header-item.additional-text{
	padding: 0px 12px;
}
/* Simple header icons */
.header-item:not(.additional-text) { background-color:transparent; border: none; }
.header-item:not(.additional-text):not(#slide-out-menu-btn):hover{ background-color:transparent; }
.header-item .header-icon{ font-size:18px;}
.header-item:not(.additional-text) {padding: 6px 8px; /*margin-bottom: 2px;*/}

/* --------------------------------------------
	TOPLINE
-------------------------------------------- */
#header.sticky.normal-topline:not(.is-sticky) .header-wrap{

}
/* --------------------------------------------
	HAMBURGER ICON 
-------------------------------------------- */
.hamburger-menu-icon-small {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;*/
	cursor: pointer;
}

.hamburger-menu-icon-small span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	/*-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;*/
        transition: all .5s cubic-bezier(.165,.84,.44,1);
        
}

.header-item.slide-out-menu:hover .hamburger-menu-icon-small span:nth-child(2){
    width:80%;
}
.header-item.slide-out-menu:hover .hamburger-menu-icon-small span:nth-child(3){
    width:50%;
}
.hamburger-menu-icon-small span:nth-child(1) {
	top: 0px;
}

.hamburger-menu-icon-small span:nth-child(2) {
	top: 6px;
}

.hamburger-menu-icon-small span:nth-child(3) {
	top: 12px;
}

.hamburger-menu-icon-small.open span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hamburger-menu-icon-small.open span:nth-child(2) {
	opacity: 0;
	left: 10px;
}

.hamburger-menu-icon-small.open span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* BURGER BUTTON TEXT */
.header-item.slide-out-menu .text{
    display: inline-block;
    margin-left: 7px;
    transition: color 0.6s;
}
/* TWO LINES STYLE */
.av5-menu-icon__style--twolines .hamburger-menu-icon-small{
        width: 25px;
}
.av5-menu-icon__style--twolines .hamburger-menu-icon-small span:nth-child(1){
        top: 2px;
}
.av5-menu-icon__style--twolines .hamburger-menu-icon-small span:nth-child(2){
        top: 11px;
        width: 80%;
}
.av5-menu-icon__style--twolines .hamburger-menu-icon-small span:nth-child(3){
        display: none;
}
.av5-menu-icon__style--twolines.header-item.slide-out-menu:hover .hamburger-menu-icon-small span:nth-child(2){
    width:100%;
}
.av5-menu-icon__style--twolines.header-item.slide-out-menu:hover .hamburger-menu-icon-small span:nth-child(1){
    width:80%;
}


/*--------------------------------------------------------------
## MOBILE HEADER
--------------------------------------------------------------*/
#header-mobile .logo img.retina,
.logo img.retina,
.retina {
	display: none;
}
.header-mobile--menu-left .header-left{
        margin-right: unset;
}
.header-mobile--menu-left .header-left  .slide-out-menu--mobile{
    margin-right: 12px;
    margin-left: 0;
    padding-left: 0;
}
#header-mobile .header-item:not(.additional-text){
	padding: 0 5px;
       /* margin-bottom: 2px;*/
}

/* SWITCH TO MOBILE MENU */


@media only screen and (max-width: 1279px){
        body.layout-passepartout #header-mobile .container{
            padding: 0 25px;
        }
	.mobile-header--tiny-desktop #header-mobile{
		display:block;
	}
        
        body[data-transparent-header="true"].mobile-header--tiny-desktop .title-area-filler,
	.mobile-header--tiny-desktop #header.header{
            display:none;
	}
        body[data-transparent-header="true"].mobile-header--tiny-desktop.vertical_line--show  .title-area-wrap.title-area-standart{
            padding-top: 65px;
        }
        body[data-transparent-header="true"].mobile-header--tiny-desktop  .title-area-wrap.title-area-standart{
            padding-top: 80px;
        }
        body[data-transparent-header="true"].mobile-header--tiny-desktop.woocommerce div.product .product-info-background .empty-space{
            height: 35px;
        }

}
@media only screen and (max-width: 1024px){
	.mobile-header--tablet-landscape #header-mobile{
		display:block;
	}
        body[data-transparent-header="true"].mobile-header--tablet-landscape .title-area-filler,
	.mobile-header--tablet-landscape #header.header{
		display:none;
	}

}

@media only screen and (max-width: 991px) {
	.mobile-header--tablet-portrait #header-mobile{
		display:block;
	}
        body[data-transparent-header="true"].mobile-header--tablet-portrait .title-area-filler,
	.mobile-header--tablet-portrait #header.header{
		display:none;
	}
        body[data-transparent-header="true"].mobile-header--tiny-desktop.vertical_line--show  .title-area-wrap.title-area-standart,
        body[data-transparent-header="true"].mobile-header--tablet-portrait.vertical_line--show  .title-area-wrap.title-area-standart{
            padding-top: 65px;
        }
         body[data-transparent-header="true"].mobile-header--tiny-desktop  .title-area-wrap.title-area-standart,
        body[data-transparent-header="true"].mobile-header--tablet-portrait  .title-area-wrap.title-area-standart{
                padding-top: 80px;
        }
}
@media only screen and (max-width: 768px){
        body.layout-passepartout #header-mobile .container{
                padding: 0 15px;
        }
	.mobile-header--mobile #header-mobile{
		display:block;
	}
        body[data-transparent-header="true"].mobile-header--mobile .title-area-filler,
	.mobile-header--mobile #header.header{
		display:none;
	}
}
#header-mobile #masthead-mobile{
        height: 54px;
	z-index: 999;
	position: relative;
}

#header-mobile {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	z-index: 999;
}
.mobile-header--top-bar{
	width: 100%;
	background: #f2f2f2;
	padding: 6px 10px;
}

#header-mobile .container{
	max-width: 100%;
	width: 100%;
         padding: 0 15px;
}
.header-mobile--centered .container{
    padding-left: 10px;
    padding-right: 10px;
}
.header-mobile--centered .flex-column{
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

/* MOBILE LOGO */
#header-mobile .logo img {
	/*max-height: 70px;*/
        max-height: 50px;
        vertical-align: middle;
	margin-bottom: 2px;
	width: auto;
        display: block;
	max-width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
         margin-left: auto;
        margin-right: auto;
}
.header-mobile--centered .logo{
	max-width: 40%;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
}
/* MOBILE LANGUAGE SWITCHER */
.header-item.lang-minimal .wpml-ls-flag{
    display: none;
}
#header-mobile .header-item.lang-minimal{
        padding-right: 0;
}
.header-item.lang-minimal,
.header-item.lang-minimal span{
    text-transform: uppercase;
        font-size: 17px;
}

.header-mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    padding: 0;
}
.header-mobile .wcml-dropdown a.wcml-cs-item-toggle:after, .header-mobile .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    padding-left: 0.2em;
}
.header-item.lang-minimal .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin-left: 0;
}
/*--------------------------------------------------------------
## HEADER MENU
--------------------------------------------------------------*/
.av5-menu-item-image{
    display: block;
    margin-bottom: 20px;
}
/*li.menu-item.menu-item-with-image > a:before,*/
li.menu-item.menu-item-with-image:not(.menu-image-hover) > a:after{
    content: none!important;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation > ul:not(.product_list_widget) > li > ul{
	left: -32px;
}
.main-navigation ul:not(.product_list_widget) ul ul{
    top:-20px;
}
.wcml-dropdown ul ul,
.wcml-dropdown .wcml-cs-submenu,
.wpml-ls-legacy-dropdown ul ul, 
.main-navigation ul:not(.product_list_widget) ul{
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	z-index: 99;
        padding: 35px 45px 35px 45px;
        min-width: 240px;
	background-color: #ffffff;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        -moz-animation-name: fadeIn;
        -o-animation-name: fadeIn;
        animation-name: fadeIn;        
}
.wcml-dropdown ul ul,
.wcml-dropdown .wcml-cs-submenu,
.main-navigation .wcml-dropdown ul ul,
.main-navigation .wcml-dropdown .wcml-cs-submenu,
.wcml-dropdown .wcml-cs-submenu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown ul ul{
        padding: 25px 35px 25px 35px;
        min-width: 170px;
        max-width: 250px;
}
.header-right .wcml-dropdown .wcml-cs-submenu,
.header-right .wpml-ls-legacy-dropdown ul ul,
.header-right .main-navigation > ul:not(.product_list_widget) > li > ul,
.header-right .main-navigation ul ul{
   left:initial;
   right: -15px;
}
.header__drop-downs--shadow-on .wpml-ls-legacy-dropdown ul ul,
.header__drop-downs--shadow-on .wcml-dropdown ul ul,
.header__drop-downs--shadow-on .main-navigation ul ul{
    -webkit-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
}
header:not(.header__drop-downs--shadow-on) .wpml-ls-legacy-dropdown ul ul, 
header:not(.header__drop-downs--shadow-on) .wcml-dropdown ul ul{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul ul a {
	display: inline-block;
	position: relative;
	font-size: 12px;
	color: #737373;
	text-transform: none;
        padding: 10px 0;
	border-bottom: none;
	text-align: left;
	transition: all 600ms ease-in-out!important;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
header .wcml-dropdown .wcml-cs-submenu a{
transition: all 600ms ease-in-out!important;
}
.main-navigation ul ul li:last-child {
	border-bottom: none;
}

.main-navigation ul,
.additional-navigation ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li,
.additional-navigation li{
	position: relative;
}
.main-navigation .nav-menu > li {
	padding-left: 17px;
        padding-right: 17px;
	float: left;
}
.main-navigation ul ul{
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: right bottom;
}
.main-navigation li a {
	color: #000;	
	font-size: 12px;
	/*padding-bottom: 4px;*/
}

.main-navigation li a:hover {
	color: #000;
}

.main-navigation .nav-menu > li > a{
	transition: all 0.6s
}

.main-navigation .nav-menu > li > a{
	position: relative;
	display: inline-block;
	cursor: pointer;
        padding: 10px 0;
}
.main-navigation .nav-menu > li {
        padding-top: 5px;
        padding-bottom: 5px;
            
}

.no-av5-core .main-navigation .nav-menu > li {
        padding-top: 0;
        padding-bottom: 0;
            
}
.main-navigation .nav-menu > li:hover > a:after,
.main-navigation .nav-menu > li.current_page_item > a:after,
.main-navigation .nav-menu > li > a:hover:after
.main-navigation .nav-menu > li > a:after{
        background: currentColor;
}
.av5-slide-out-modal .slide-out-menu-additional > ul,
.av5-slide-out-modal .slide-out-menu-additional > ul li{
    list-style:none;
    margin-bottom: 10px;
}
.av5-slide-out-modal .slide-out-menu-additional li.menu-item a:hover:after,
.av5-slide-out-modal .slide-out-menu-additional li.menu-item a:after,
.main-navigation ul ul a:after,
.main-navigation ul ul a:hover:after{
        background: currentColor;
}
/* UNDERLINE MENU STYLE */

.slideout-underline-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:after,
.underline-menu-style .main-navigation ul ul a:after,
.underline-menu-style .main-navigation .nav-menu > li > a:after{
	-webkit-transition: 1.5s opacity ease;
	transition: 1s opacity ease;
	content: '';
	position: absolute;
	right: 0;
	bottom: 3px;
        width: 100%;
	height: 2px;
        opacity:0;
}

.slideout-underline-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:hover:after,
.underline-menu-style .main-navigation .nav-menu > li:hover > a:after,
.underline-menu-style .main-navigation ul ul a:hover:after,
.underline-menu-style .main-navigation .nav-menu > li.current_page_item > a:after,
.underline-menu-style .main-navigation .nav-menu > li > a:hover:after{
        opacity:1;
}

/* ANIMATED UNDERLINE MENU STYLE */
.slideout-anim-underline-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:after,
.anim-underline-menu-style .main-navigation ul ul a:after,
.anim-underline-menu-style .main-navigation .nav-menu > li > a:after{
	-webkit-transition: .5s width ;
	transition: .5s width ;
	content: '';
	position: absolute;
	right: 0;
	bottom: 6px;
	/*bottom: -5px;*/
        width: 0;
	height: 1px;
}
.slideout-anim-underline-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:hover:after,
.anim-underline-menu-style .main-navigation .nav-menu > li:hover > a:after,
.anim-underline-menu-style .main-navigation ul ul a:hover:after,
.anim-underline-menu-style .main-navigation .nav-menu > li.current_page_item > a:after,
.anim-underline-menu-style .main-navigation .nav-menu > li > a:hover:after{
	left:0;
	width:100%;
}
.slideout-anim-underline-menu-style.strikethrough .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:hover:after,
.anim-underline-menu-style.strikethrough .main-navigation .nav-menu > li:hover > a:after,
.anim-underline-menu-style.strikethrough .main-navigation ul ul a:hover:after,
.anim-underline-menu-style.strikethrough .main-navigation .nav-menu > li.current_page_item > a:after,
.anim-underline-menu-style.strikethrough .main-navigation .nav-menu > li > a:hover:after{
	left:-8px;
	width:calc(100% + 16px);
}
.slideout-anim-underline-menu-style.strikethrough .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:after,
.anim-underline-menu-style.strikethrough .main-navigation ul ul a:after,
.anim-underline-menu-style.strikethrough .main-navigation .nav-menu > li > a:after{
        bottom: auto;
        top:50%;
        right:-8px;
}
/* UNDERLINE FROM BOTTOM */
.slideout-underline-from-bottom-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:after,
.underline-from-bottom-menu-style .main-navigation ul ul a:after,
.underline-from-bottom-menu-style .main-navigation .nav-menu > li > a:after{
    content: '';
    left:0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom;
}
.slideout-underline-from-bottom-menu-style .av5-slide-out-modal .slide-out-menu-additional li.menu-item a:hover:after,
.underline-from-bottom-menu-style .main-navigation .nav-menu > li:hover > a:after,
.underline-from-bottom-menu-style .main-navigation ul ul a:hover:after,
.underline-from-bottom-menu-style .main-navigation .nav-menu > li.current_page_item > a:after,
.underline-from-bottom-menu-style .main-navigation .nav-menu > li > a:hover:after{
    opacity: 1;
    bottom: 5px;
}

/* Small menu. */
/*
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

.additional-navigation {
	float: right;
	margin-left: 37px;
}

.additional-menu > li {
	float: left;
}

.additional-menu > li + li {
	margin-left: 10px;
}

.additional-menu > li > a {
	display: inline-block;
	height: 40px;
	padding: 0 18px;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out 0;
	transition: all 300ms ease-in-out 0s;
	border: 2px solid #e3e3e3;
}

.additional-menu > li > a:hover,
.additional-menu > li > a:active,
.additional-menu > li > a:focus {
	border-color: #000;
}
*/
/*
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
}

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
}

.site-main .post-navigation {
	margin-top: 38px;
	
}*/

/*--------------------------------------------------------------
## HEADER DROP DOWNS
--------------------------------------------------------------*/

#header.header .header-item.search #av5-search-drop {
    padding: 35px;
    position: absolute;
    top: 42px;
    right: -2px;
    width: 400px;
    margin: 0;
    text-align: left;
    z-index: 99;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
#header.header .header-item.cart #av5_woocommerce_mini_cart_drop_down{
    position: absolute;
    top: 70px;
    right: -2px;
    width: 400px;
    margin: 0;
    text-align: left;
    z-index: 99;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,.07);
    cursor: default;
}

#header.header .header-item.cart #av5_woocommerce_mini_cart_drop_down .mini-cart-inner{
    padding: 35px;
   /* padding-bottom: 10px;*/
    width:100%;
    display: block;
    float: left;
}

#header.header .header-item.cart .widget {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
## MEGA MENU
--------------------------------------------------------------*/
/* fullwidth menu */
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu:not(.product_list_widget) > ul{
    position: fixed;
    left: 0px;
    top: auto;
    margin-top: 5px;
    padding: 60px 70px;
    padding-right: 0;
    left: 0;
    width: calc(100vw - (100vw - 100%));
}
/*
.layout-passepartout .main-navigation .av5-fullwidth-menu.av5-multicolumn-menu:not(.product_list_widget) > ul{
    width: calc(100vw - 60px - (100vw - 100%));
    left: 30px;
}
*/
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu > ul > li {
    display: inline-block;
    margin: 0;
    float:left;
    width: 19.8%;
    min-width: 100px;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-2 > ul > li{
    width: 50%;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-3 > ul > li{
    width: 33.3%;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-4 > ul > li{
    width: 25%;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-6 > ul > li{
    width: 16.6%;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-7 > ul > li{
    width: 14.2%;
}
.main-navigation .av5-fullwidth-menu.av5-multicolumn-menu.cols-8 > ul > li{
    width: 12.5%;
}
li.menu-item.align-center > a{
    text-align: center;    
}
.main-navigation .av5-multicolumn-menu:not(.product_list_widget) > ul{
/*    padding: 40px 150px 20px 50px;*/
    background-position: bottom right;
    background-repeat: no-repeat;
/*    -webkit-background-size: contain;
    background-size: contain;*/
}
.main-navigation .av5-multicolumn-menu:not(.product_list_widget) > ul {
    position: absolute;
    margin: 0;
    padding: 40px;
    padding-left: 50px;
    padding-right: 0;
}
.main-navigation li.av5-multicolumn-menu > ul li{
/*    margin-right: 40px;*/
    padding-right: 40px;
}
.main-navigation .av5-multicolumn-menu>ul>li {
    display: table-cell;
    width: 280px;
    min-width: 280px;
}
.main-navigation .av5-multicolumn-menu ul li {
    white-space: normal;
}
.header__drop-downs--shadow-on .main-navigation .av5-multicolumn-menu ul ul.sub-menu:after{
    content: none;
}
.main-navigation .av5-multicolumn-menu ul .sub-menu {
    position: static;
    display: block;
    background: none;
    padding:0;
    width:100%;
}
.header__drop-downs--shadow-on .main-navigation .av5-multicolumn-menu ul ul.sub-menu{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wcml-dropdown ul li:focus>ul,
.wpml-ls-legacy-dropdown ul li:focus>ul,
.wcml-dropdown ul li:hover>ul,
.wpml-ls-legacy-dropdown ul li:hover>ul,
.main-navigation ul li:hover>ul {
    display: block;
}
.menu--arrow-on .main-navigation .av5-multicolumn-menu ul li.menu-item-has-children:after{
    content: '';
}
.menu--arrow-on .main-navigation .av5-multicolumn-menu ul li.menu-item-has-children li.menu-item-has-children{
display: inline-block;
}
.menu--arrow-on .main-navigation .av5-multicolumn-menu ul li.menu-item-has-children{
    border: none;
}
/*
.main-navigation .av5-multicolumn-menu li.menu-item-with-image > a,
.main-navigation .av5-multicolumn-menu ul li.menu-item-has-children > a,
.menu--arrow-on .main-navigation .av5-multicolumn-menu ul li.menu-item-has-children > a{*/
#slide-out-menu-content--mobile .sub-menu li.av5-multicolumn-menu--text-bold > a,
.main-navigation .av5-multicolumn-menu ul li.av5-multicolumn-menu--text-bold > a{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.menu-item-with-image:not(.menu-image-hover){
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-navigation .av5-multicolumn-menu ul ul li.menu-item-has-children > a {
    margin-top: 20px;
    /*margin-bottom: 5px;*/
}
/* --------------------------------------------
## MENU HOVER IMAGE
-------------------------------------------- */

.menu-image-hover > a > .av5-menu-item-image{
    position: fixed;
    left: 20px;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
}

.menu-image-hover > a:hover > .av5-menu-item-image{
   opacity: 1;
   visibility: visible;
}
.main-navigation .av5-multicolumn-menu ul li:hover {
    z-index: 100;
}
.main-navigation .av5-multicolumn-menu.menu-padding-right:not(.product_list_widget) > ul{
    padding-right: 140px;
}
/* --------------------------------------------
	TITLE AREA
-------------------------------------------- */
/*.page-title{
	padding: 60px;
}*/

.blog .title-area-wrap.title-area-hero{
    margin-bottom: 120px;
}
.single-post .title-area-wrap.title-area-hero .text-style-light .entry-title:after{
	background: #fff;
}

/* todo change to dynamic size with js */
.title-area-wrap{
    padding-top:90px;
}
.title-area-wrap.title-area-revslider{
padding-top:0;
}
.home.blog[data-transparent-header="true"] .content-area,
body[data-transparent-header="true"]  .title-area-wrap.title-area-hero  .heading-effect-fixed .page-heading-text{
	padding-top:90px;
}
.page-heading-text{
    padding-left: 50px;
    padding-right: 50px;
}
.page-heading-text .single-post-cats{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.page-heading-text .post__meta-wrap .single-post-cats{
    margin-bottom: 0;
    text-transform: inherit;
    font-weight: inherit;
    font-size: inherit;
}
body[data-transparent-header="true"].vertical_line--show  .title-area-wrap.title-area-standart{
	padding-top: 125px;
}
body[data-transparent-header="true"]  .title-area-wrap.title-area-standart{
	padding-top: 165px;
}

body[data-transparent-header="true"].header-layout-4 .title-area-wrap.title-area-hero  .heading-effect-fixed .page-heading-text{
	padding-top:130px;
}
body[data-transparent-header="true"].header-layout-4 .title-area-wrap.title-area-standart{
	padding-top:150px;
}

.page-heading {
	padding-top: 35px;
	padding-bottom: 35px;
	margin-top: 0;
	margin-bottom: 0!important;
	position: relative;
	text-align: left;
	border-top: 0!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-heading h1 {
	margin-top: 0;
	margin-bottom: 0;
	white-space: normal;
}

.page-heading h3 {
	margin-bottom: 0;
}

.page-heading .container {
	position: relative;
}

.page-heading .page-heading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.page-heading .page-heading-text {
	float: none;
	position: absolute;
	top: 50%;
	z-index: 3;
}
/* standard background style */
.title-area-wrap.title-area-standart{
	background-attachment: local;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
}
/* fixed background style - image position fixed on background */
.title-area-hero .page-heading.heading-effect-fixed .wrap-bg-fixed{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.title-area-hero .page-heading.heading-effect-fixed .bg-layer,
.title-area-hero .page-heading {
	background-attachment: local;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	text-align: center;
	height: 100px;
	padding: 0;
	overflow: hidden;
}
.title-area-hero .page-heading.heading-effect-fixed .bg-layer{
	position: fixed;
	height: 100%;
	width: 100%;
}
.title-area-hero .page-heading.heading-effect-parallax2 .bg-layer{
	position: absolute;
	height: 100%;
	width: 100%;
        background-attachment: scroll;
        top: auto;
        bottom: 0;
       /* bottom:50%;*/
        background-repeat: no-repeat;
        background-position: center center;
        background-size:cover;
}
/* end of fixed styles */

/* Hero style
title and description positioning options, default font styles
*/
.title-area-wrap.title-area-hero {
	position: relative;
	overflow: hidden;
        padding: 0;
}

.title-area-wrap.title-area-hero  .page-heading-text {
	float: none;
	position: absolute;
	top: 50%;
	opacity: 0;
	z-index: 3;
	transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
}
.post__meta-wrap,
.av5-breadcrumbs,
.title-area-wrap .page-heading-text .additional-content,
.title-area-wrap .categories-list,
.title-area-wrap .page-heading-text > h1 {
    margin-bottom:30px;
}
.title-area-wrap .categories-list{
    margin-left: 0;
    list-style: none;
}
.title-area-wrap.title-area-hero .page-heading-text{
   /* padding-top: 30px;*/
}
body[data-transparent-header="true"] .title-area-wrap.title-area-hero .page-heading-text{
 /*   padding-top: 60px;*/
}
.title-area-wrap.title-area-hero .page-heading-text{
    float: none;
    position: relative;
}
/*
.title-area-wrap.title-area-hero .page-heading-text .additional-content{
    max-width: 750px;
    margin-left:auto;
    margin-right:auto;
}*/
.title-area-wrap .page-heading-text {
    max-width: 1100px;
    margin-left:auto;
    margin-right:auto;
}

.single-post .title-area-wrap.title-area-hero .text-style-dark .entry-title:after{
	background:#222;
}
.title-area-wrap.text-style-dark .av5-breadcrumbs,
.title-area-wrap.text-style-dark .av5-breadcrumbs a,
.title-area-wrap.title-area-hero .page-heading-text.text-style-dark,
.title-area-wrap.title-area-hero .page-heading-text.text-style-dark a,
.title-area-wrap.text-style-dark .woocommerce-breadcrumb,
.title-area-wrap.text-style-dark .woocommerce-breadcrumb a{
	color:#222!important;
}

.page-heading--subtitle{
    padding-bottom: 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
   /* padding-top: 35px;*/
    color: #032639;
}
.title-area-hero .page-heading--subtitle{
     padding-top: 0;
}
.page-heading  .woocommerce-breadcrumb .container {
	width: auto;
	padding: 0;
}
.av5-breadcrumbs #breadcrumbs span[typeof="v:Breadcrumb"]{
    font-size:0;
}
.woocommerce-breadcrumb,
.av5-breadcrumbs #breadcrumbs a,
.av5-breadcrumbs #breadcrumbs  span.breadcrumb_last{
    font-size:14px;
}
.av5-breadcrumbs #breadcrumbs a{
    position:relative;
    margin-right: 70px;
}

.av5-breadcrumbs #breadcrumbs a:after {
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #b8b8b8;
    position: absolute;
    content: '';
    top: 50%;
    right: -53px;
}
.white-style .av5-breadcrumbs #breadcrumbs a:after{
    background:rgba(255, 255, 255, 0.47);
}


/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
/*
.site-content {
	position: relative;
	padding: 73px 0 80px 0;
	background-color: #fff;
}
*/
.row {
	margin-right: 0;
	margin-left: 0;
}

/*--------------------------------------------------------------
## CONTENT LAYOUTS
--------------------------------------------------------------*/
/* FULL WIDTH */
.page-layout--full-width,
.page-layout--full-width .container{
    max-width: 100%;
    width: 100%;
 }

@media only screen and (min-width:  992px){
    .page-layout--right-sidebar > .row > .col-md-9,
    .page-layout--right-sidebar > .row > .col-md-8{
         padding-right: 55px;
    }
    .page-layout--left-sidebar > .row > .col-md-9,
    .page-layout--left-sidebar > .row > .col-md-8{
        padding-left: 55px;
    }
}
.content-area{
    margin-top: 80px;
}
.titlearea--disabled .content-area{
    margin-top: 0;
}


/* --------------------------------------------
## PAGE LAYOUT STYLES
-------------------------------------------- */
/* boxed */
.layout-boxed #page-wrap{
	/* add class to show hide shadow */
	-webkit-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.08);
}

.layout-boxed #page-wrap{
	width: 1000px; 
	position: relative;
	margin: 0px auto;
	background: #fff; 
}
/* passepartout */
.layout-passepartout #page-wrap{
	/*background-color: #fff; */
	padding: 0px;
	margin: 0px;
}

body.layout-passepartout .passepartout-wrap{
	background: #fff;
        z-index: 99;
}

/* remove frame on mobiles*/
body.layout-passepartout .passepartout-wrap {
	display:none;
}
@media screen and (min-width: 481px) {
        body.layout-passepartout #header-mobile.sticky .sticky-header-filler{
            height:39px;
        }
	.layout-passepartout #page-wrap{
		padding: 15px;
		margin: 0 auto;
	}
	body.layout-passepartout .passepartout-wrap{
		position: fixed;
		display: block;
		/*z-index: 996;*/
                
	}
	body.layout-passepartout .passepartout-wrap.line-top {
		top: 0;
	}
	body.layout-passepartout .passepartout-wrap.line-bottom {
		bottom: 0;                
	}
        body.layout-passepartout:not(.layout-passepartout--show-always) .passepartout-wrap.line-bottom{
            position: absolute;
        }
	body.layout-passepartout .passepartout-wrap.line-top,
	body.layout-passepartout .passepartout-wrap.line-bottom {
		left: 0;
		right: 0;
		height:15px;
	}
	body.layout-passepartout .passepartout-wrap.line-left {
		left: 0;
	}
	body.layout-passepartout .passepartout-wrap.line-right {
		right: 0;
	}
	body.layout-passepartout .passepartout-wrap.line-left,
	body.layout-passepartout .passepartout-wrap.line-right {
		top: 0;
		bottom: 0;
		width: 15px;
	}
	body.layout-passepartout.admin-bar .passepartout-wrap.line-top {
		top: 32px;
	}
}

@media (min-width: 769px){
    	body.layout-passepartout .passepartout-wrap.line-top,
	body.layout-passepartout .passepartout-wrap.line-bottom {
		height:30px;
	}
    	body.layout-passepartout .passepartout-wrap.line-left,
	body.layout-passepartout .passepartout-wrap.line-right {
		width: 30px;
	}
    .layout-passepartout #page-wrap{
        padding: 30px;
    }
    body.layout-passepartout #header-mobile.sticky .sticky-header-filler{
        height:24px;
    }
}


/*--------------------------------------------------------------
# BLOG 
--------------------------------------------------------------*
/*--------------------------------------------------------------
## BLOG LISTING CONTENT STYLES
--------------------------------------------------------------*/

.search h2.entry-title,
.blog h2.entry-title{
    margin-bottom: 22px;
    font-size: 33px;
    line-height: 36px;
    font-weight:600;
}
.blog article h2.entry-title{
    visibility: inherit;
}
article.post.sticky .entry-title{
    padding-left: 50px;
}
article.post.sticky .entry-title >a:before{
    content: '\f02e';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -50px;
    top: 10px;
    display: inline-block;
}
article.post.sticky .entry-title >a:after{
    width:20px;
    height:1px;
    background: #cecece;
    content:'';
    position: absolute;
    left:-27px;
    top: 18px;
    display: inline-block;
}
/*
@media screen and (min-width: 30em){
    .search .align-center .entry-title,
    .blog .align-center .entry-title{
        max-width:85%;
        margin-left:auto;
        margin-right:auto;
    }
}*/
.av5-blog-shortcode.align-center .entry-title,
.av5-blog-shortcode.align-center .entry-content,
.content-style-2 .entry-content,
.content-style-3 .entry-content,
.content-style-4 .entry-content,
.content-style-5 .entry-content,
.content-style-6 .entry-content,
.blog-listing--classic .single-post-cats, 
.blog-listing--classic .blog-listing-meta,
.search .align-center .entry-title,
.blog .align-center .entry-title{
    max-width:85%;
    margin-left:auto;
    margin-right:auto;
}
/* Blog listing layout 8 */
.content-style-8 .entry-content,
.content-style-8 .entry-title,
.blog-listing--classic .content-style-9 .single-post-cats, 
.blog-listing--classic .content-style-8 .single-post-cats, 
.blog-listing--classic .content-style-8 .blog-listing-meta{
    max-width:100%;
}
.content-style-9 .col-md-5,
.content-style-8 .col-md-5 {
    max-width: 540px;
}
@media screen and (min-width: 992px){
    .content-style-9 .blog-listing__image-wrap{
        max-height:450px;
    }
    .content-style-8 .blog-listing__image-wrap{
        height: 100vh;
        position: relative;
        display: block;
        overflow: hidden;
    }
    .content-style-8 .blog-listing__image-wrap > a{
        height: 100%;
        display: block;
        position: relative;
    }
    .content-style-8 .blog-listing__image-wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .content-style-8 .blog-listing__image-wrap{
        margin-bottom: 0;
    }
    .content-style-8 .col-md-5 {
        padding-right: 60px;
        margin-bottom: 90px;
        margin-top: 90px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: auto;
    }
    .content-style-9 .col-md-5{
        margin-right: auto;
    }
    .content-style-9 .col-md-6{
        padding-right: 0;
    }
    .content-style-9 .blog-listing__image-wrap img{
        float:right;
        max-height: 550px;
        width: auto;
    }
}
/* end of Blog listing layout 8 */

@media screen and (min-width: 992px){
    .content-style-3 .entry-content,
    .blog-listing-wrap article .content-style-3 .single-post-cats, 
    .blog-listing-wrap article .content-style-3 .blog-listing-meta{
        max-width:100%;
    }
}
.content-style-3 h4{
    line-height: 1.7;
    margin-bottom: 0;
}

.content-style-3 h4 p{
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
}
.blog-listing__read-more{
    margin-top: -5px;
}

.content-style-3 .blog-listing__read-more a{
    padding: 2px 0;
}

@media (min-width: 992px){
    .content-style-3,
    .content-style-9,
    .content-style-8,
    .content-style-6{
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .blog-listing-wrap .content-style-3 .single-post-cats{
        margin-bottom: 40px;
    }
    .blog-listing-wrap .content-style-3 .entry-content{
        margin-bottom: 35px;
    }
    .content-style-6.content-position-left .col-md-6,
    .content-style-3.content-position-left .col-md-7{
        order:1;        
    }
    .content-style-6 .col-md-6{
        margin-left: auto;
        margin-right: auto;
    }
    .content-style-6 .blog-listing__image-wrap,
    .content-style-3 .blog-listing__image-wrap{
        margin-bottom: 0;
    }
    .content-style-2{
        padding-left:20px;
        padding-right:20px;
    }
    .content-style-3 .col-md-5{
        padding-left:4%;
        padding-right:4%;
        text-align: left;
    }
    .content-style-3 .blog-listing__image-wrap{
        margin-left:10%;
        margin-right:10%;
    }
    .av5-blog-shortcode-style-2 article:nth-child(4n+4),
    .av5-blog-shortcode-style-2 article:nth-child(4n+1),
    .content-style-4{
        padding-left:2.5%;
        padding-right:2.5%;
    }
    .av5-blog-shortcode-style-2 article:nth-child(4n+3),
    .av5-blog-shortcode-style-2 article:nth-child(4n+2),
    .content-style-5{
        padding: 5.5%;        
        padding-bottom: 0;
    }
    .av5-blog-shortcode-style-2 article:nth-child(4n+3),
    .av5-blog-shortcode-style-2 article:nth-child(4n+2),
    .blog-listing-wrap .content-style-5 article{
        padding-bottom: 50px;
    }
}
.content-style-8 .col-md-6{
    padding: 0;
    margin: 0;    
}

.content-style-8 .blog-listing__image-wrap img{
    width:100%;
}

@media (min-width: 1200px){
    .content-style-3 .col-md-5{
        padding-left:9%;
    }
    /*.blog-listing__image-wrap {
        margin-bottom: 50px;
    }*/
}
.blog-listing--masonry .blog-listing__image-wrap{
    margin-bottom: 20px;
}
/* fix for two columns */

.blog-listing-wrap:not(.av5-blog-shortcode-style-2) .col-md-6 + .col-md-6 + article{
    clear:both;
}
.av5-blog-shortcode-style-2 .col-md-6:nth-child(odd){
    clear:left;
}

/* MASONRY BLOG */
.blog-listing--masonry article{
    width: 33.333%;
    float:left;
    padding: 0 1.875rem;
    margin-bottom: 90px;
    transform:scale(1);
}
.blog-listing--masonry.masonry-columns--2 article {
    width: 50%;
}
.blog-listing--masonry.masonry-columns--4 article {
    width: 25%;
    /*padding: 0 1.4rem;*/
    padding: 0 1.6rem;
    margin-bottom: 100px;
}


/* Masonry */

.byline {
	display: inline;
}

.blog .hentry.has-post-thumbnail .entry-featured,
.search .hentry.has-post-thumbnail .entry-featured {
	margin-bottom: 20px;
}
.blog .post-thumbnail,
.search .post-thumbnail {
	display: block;
	position: relative;
}
.blog .entry-meta .cat-links,
.search .entry-meta .cat-links {
	font-size: 18px;
}
.blog .entry-meta .posted-on + .byline,
.search .entry-meta .posted-on + .byline {
	margin-left: 20px;
}
.blog .entry-content p,
.search .entry-content p {
	margin-bottom: 26px;
}

/* Featured Post */
/*
.blog .hentry,
.search .hentry {
    position: relative;
    overflow: hidden;
}

.blog .hentry a,
.search .hentry a {
    color: #ac916d;
}

.blog .hentry.has-post-thumbnail .entry-featured,
.search .hentry.has-post-thumbnail .entry-featured {
    margin-bottom: 0;
}

.blog .hentry .entry-header,
.search .hentry .entry-header,
.blog .hentry .entry-content,
.search .hentry .entry-content {
    position: absolute;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog .hentry .entry-header,
.search .hentry .entry-header {
    padding: 39px;
    bottom: 0;
}

.blog .hentry:hover .entry-header,
.search .hentry:hover .entry-heade {
    padding-bottom: 23px;
}

.blog .hentry .entry-title a,
.search .hentry .entry-title a {
    color: #000;
}

.blog .hentry .entry-content,
.search .hentry .entry-content {
    margin-top: 0;
    padding: 0 39px 39px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate3d(0,100%,0);
}

.blog .hentry:hover .entry-content,
.search .hentry:hover .entry-content {
    opacity: 1;
    visibility: visible;

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate3d(0,0,0)
}

.blog .hentry .entry-content .more-link,
.search .hentry .entry-content .more-link {
    display: none;
}

.blog .hentry.dark,
.search .hentry.dark {
    color: #d1d1d1;
}

.blog .hentry.dark a,
.search .hentry.dark a {
    color: #f3a084;
}

.blog .hentry.dark .entry-title a,
.search .hentry.dark .entry-title a {
    color: #fff;
}
*/


/*--------------------------------------------------------------
# BLOG HOVER STYLE - ZOOM MASKED
--------------------------------------------------------------*/
.sb_instagram--hover-zoom-masked #sb_instagram .sbi_photo_wrap{
    overflow: hidden;
    position: relative;
    transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
}
.av5-banner.av5-banner-zoom-masked,
.av5-banner-zoom-masked-inner .image-inner,
.hover-style--zoom-masked  .vc_single_image-wrapper,
.hover-style--zoom-masked .blog-listing__image-wrap{
    overflow: hidden;
    position: relative;    
    transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
}
.hover-style--zoom-masked  .vc_single_image-wrapper,
.hover-style--zoom-masked .blog-listing__image-wrap{
    display: inline-block;
}
.hover-style--zoom-masked .blog-listing__image-wrap{
    /*display: block;*/
}

.sb_instagram--hover-zoom-masked #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap,
.av5-banner-zoom-masked-inner:hover .image-inner,
.av5-banner.av5-banner-zoom-masked:hover,
.hover-style--zoom-masked  .vc_single_image-wrapper:hover,
.hover-style--zoom-masked .blog-listing__image-wrap:hover{
    -webkit-transform: scale3d(.95,.95,.95);
    transform: scale3d(.95,.95,.95);
}
.sb_instagram--hover-zoom #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap,
.sb_instagram--hover-zoom-masked #sb_instagram .sbi_photo_wrap,
.av5-banner-zoom-masked-inner .av5-banner-image-wrap,
.av5-banner.av5-banner-zoom-masked .av5-banner-image-wrap,
.hover-style--zoom-masked  .vc_single_image-wrapper img,
.hover-style--zoom-img .blog-listing__image-wrap img,
.hover-style--zoom-masked .blog-listing__image-wrap img{
    vertical-align: middle;
    transition: -webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1);
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
}
.sb_instagram--hover-zoom #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap,
.sb_instagram--hover-zoom-masked #sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap .sbi_photo,
.av5-banner-zoom-masked-inner:hover .av5-banner-image-wrap,
.av5-banner.av5-banner-zoom-masked:hover .av5-banner-image-wrap,
.hover-style--zoom-masked  .vc_single_image-wrapper:hover img,
.hover-style--zoom-img .blog-listing__image-wrap:hover img,
.hover-style--zoom-masked .blog-listing__image-wrap:hover img{
    -webkit-transform: scale3d(1.08,1.08,1.08);
    transform: scale3d(1.08,1.08,1.08);
}

.hover-style--zoom-img .blog-listing__image-wrap{
    overflow: hidden;
    position: relative;
    display: inline-block;
}

/* BLOG SHORTCODE */
.av5-blog-shortcode .blog-listing__image-wrap img{
    width: 100%;
}
.av5-blog-shortcode.blog-listing-wrap article{
    margin-bottom: 70px;
}
.av5-blog-shortcode-equal .blog-listing__image-wrap{
    height: 400px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.av5-blog-shortcode-equal .blog-listing__image-wrap img{
    display: block;
    width: auto;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.av5-blog-shortcode-equal .blog-listing__image-wrap a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# BLOG STYLES
--------------------------------------------------------------*/

/* LIMITED WIDTH LAYOUT */
.limited-width,
.blog-listing--classic .content-style-1 .blog-listing__read-more,
.blog-listing--classic .content-style-1 .single-post-cats,
.blog-listing--classic .content-style-1 .entry-title,
.blog-listing--classic .content-style-1 .entry-content,
.blog-listing--classic .content-style-1 .blog-listing-meta,
.single-post .page-layout--standard .post__meta--after,
.single-post .page-layout--standard .single-post__tags,
.single-post .page-layout--standard .single-post__about-author,
.single-post .comment-respond,
.attachment  .comment-respond,
.single-post .page-layout--standard .single-post__social,
.single-page .comments-area,
.single-post .comments-area,
.single-post .page-layout--standard .entry-content{
    max-width:750px;
    margin-left: auto;
    margin-right:auto;
}
.single-post .page-layout--standard .single-post__about-author.align-center{
    max-width: 600px;
}
.blog-listing--classic .content-style-1.av5_force_fullwidth .entry-content,
.blog-listing--classic .content-style-1.av5_force_fullwidth .entry-title{
    max-width:940px;
}
.content-style-1.av5_force_fullwidth .blog-listing__image-wrap,
.content-style-1.av5_force_fullwidth .blog-listing__image-wrap img{
    width: 100%;
}
.blog-listing--classic:not(.av5-blog-shortcode) .content-style-1{
    text-align: center;    
}
/*
.single-post .page-layout--standard.page-layout--left-sidebar .entry-content,
.single-post .page-layout--standard.page-layout--right-sidebar .entry-content{
      width: 80%;
 }*/

.blog-listing-wrap .blog-listing-meta,
.blog-listing-wrap .entry-content,
.blog-listing-wrap .entry-title{
    margin-bottom: 22px;
}
/*
.blog-listing-wrap .entry-content p{
    margin:0;
}*/
.blog-listing-wrap .single-post-cats{
    margin-bottom: 20px;
}

.blog-listing--masonry .single-post-cats{
    margin-bottom: 16px;
}

.blog-listing-wrap:after{
    content: '';
    clear:both;
    display: table;
}
/* image zoom hover */
/*
.blog-listing__image-wrap{
    height: auto;
    overflow: hidden;

}
.blog-listing--classic .blog-listing__image-wrap:hover img{
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  opacity:0.8;
}
.blog-listing__image-wrap a {
    display: block;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #18c5fe 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%,#18c5fe 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#18c5fe 100%);
}
.blog-listing__image-wrap img {
  width: 100%;
  transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
  -webkit-transition: all .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);
  
}
.blog-listing--classic .blog-listing__image-wrap {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;

}
*/
/* end of image zoom hover*/
.blog-listing__image-wrap {
    margin-bottom: 35px;
    /*transition: transform .7s cubic-bezier(0.15, 0.85, 0.15, 0.85);*/
    transition: transform 1.5s cubic-bezier(.215,.61,.355,1),-webkit-transform 1.5s cubic-bezier(.215,.61,.355,1);
}
.sb_instagram--hover-move-up #sb_instagram .sbi_item,
.hover-style--move-up .vc_single_image-wrapper,
.hover-style--move-up .blog-listing__image-wrap{
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}
.sb_instagram--hover-move-up #sb_instagram .sbi_item:hover,
.hover-style--move-up .vc_single_image-wrapper:hover,
.hover-style--move-up .blog-listing__image-wrap:hover{
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
}


.blog-listing__read-more a{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    transition:  .3s color linear;
}

.align-center .blog-listing__read-more a{
    padding: 2px 15px;
}

.read_more-style--underlined .blog-listing__read-more a:after{
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: currentColor;
    content: '';
    left: 0;
    transition:  .3s transform linear, .3s background-color linear;
}

.read_more-style--underlined .blog-listing__read-more a:hover:after{
    transform: translateY(-5px);
}
.read_more-style--line-left .blog-listing__read-more a{
    font-weight: 700;
    font-size: 13px;
    margin-left: 54px;
    padding: 2px 0;
    text-transform: uppercase;
    transition:  .3s  margin-left ease;
}
.read_more-style--line-left .blog-listing__read-more a:before{
    display: inline-block;
    width: 36px;
    height: 1px;
    background: #435363;
    position: absolute;
    content: '';
    top: 50%;
    left: -54px;
    transition:  .3s ease;
    transition-property: width, left;

}
.read_more-style--line-left .blog-listing__read-more a:hover:before{
    width: 26px;
    left: -44px;
}
.read_more-style--line-left .blog-listing__read-more a:hover{
    margin-left: 44px;
}

.blog-listing-wrap .single-post-cats .post-categories li a,
.blog-listing-wrap .single-post-cats a,
.blog-listing-wrap .single-post-cats,
.blog-listing-wrap .blog-listing-meta a,
.blog-listing-wrap .blog-listing-meta{
    letter-spacing: 0.03em;
    font-size:11px;
    text-transform: uppercase;
    font-weight:600;  
    color: #c2a47d;  
    line-height: 18px;
}
.blog-listing-wrap .blog-listing-meta .comments-link .label{
    display:none;
}

/*
.blog .page-layout--standard img{
    max-width:1140px;
    margin: 0 auto;
    margin-bottom: 30px;
}*/
.blog-listing-wrap .row,
.blog-listing-wrap .col-md-5 + .col-md-6 + article,
.blog-listing-wrap .col-md-6 + .col-md-5 + article{
    clear:both;
}
.blog-listing-wrap .content-style-4 + .content-style-5{
    padding-right: 0;
}
.blog-listing-wrap article {
    margin-bottom: 120px;
}
/*
.blog-listing-wrap article {
        margin-bottom: 90px;
}*/
.blog-listing--masonry article > div{
    margin-bottom:0;
}
.av5-blog-shortcode-default article:nth-child(3n + 1){
    clear:left;
    
}
.av5-blog-shortcode-equal .blog-listing__image-wrap,
.av5-blog-shortcode-default .blog-listing__image-wrap{
    margin-bottom:30px;
}
.av5-blog-shortcode-default .single-post-cats{
    margin-bottom: 16px;
}

.av5-blog-shortcode-default article{
    padding: 0 1.5rem;
}
.av5-blog-shortcode-style-2{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
}
.av5-blog-shortcode-style-2 article:nth-child(4n+1) .blog-listing__image-wrap,
.av5-blog-shortcode-style-2 article:nth-child(4n+4) .blog-listing__image-wrap{
    /*min-height: 550px;*/
    max-height: 700px;
    overflow: hidden;
    object-fit: cover;
}
.av5-blog-shortcode-style-2 article:nth-child(4n+1) .blog-listing__image-wrap img,
.av5-blog-shortcode-style-2 article:nth-child(4n+4) .blog-listing__image-wrap img{
    height: fit-content;
        object-fit: cover;
}
.av5-blog-shortcode-style-2 article:nth-child(4n+3) .blog-listing__image-wrap,
.av5-blog-shortcode-style-2 article:nth-child(4n+2) .blog-listing__image-wrap{
    /*max-height: 430px;*/
    min-height: 250px;
    overflow: hidden;
    object-fit: cover;
}
.av5-blog-shortcode-style-2:not(.align-center) .single-post-cats{
    margin-left: 0;
    
}
/* POST BLOCKS PADDINGS  */
.single-post .page-layout--standard .post__meta--after,
.single-post .page-layout--standard .single-post__tags, 
.single-post .page-layout--standard .single-post__about-author, 

.single-post .page-layout--standard .single-post__social,
.post__meta--after,
.single-post__tags, 
.single-post__about-author, 
.post-navigation,
.single-post__social{
    margin-bottom:60px; 
}
.single-post .page-layout--standard .post-navigation:not(:last-child){
    /*margin-top: 130px;* - removed because of in height/
    /*margin-bottom: 130px; - increase margin for comments section instead*/ 
    margin-bottom:0;
}

.single-post .page-layout--standard .post-navigation.next-prev-style--images,
.single-post .page-layout--standard .post-navigation.next-prev-style--images-centered{
    margin-top: 100px;
    margin-bottom: 100px;
}
.single-post .page-layout--standard .entry-content,
.single-post .entry-content{
    margin-bottom:100px; 
}
.single-page  .comment-respond,
.attachment .comment-respond,
.single-post .page-layout--standard .comment-respond,
.single-post .comment-respond{
     margin-top:70px;
     margin-bottom: 100px;
}

.single-page .comments-area,
.single-post .page-layout--standard .comments-area,
.single-post .comments-area{
     margin-bottom:70px;
     margin-top:80px;
}
/*
.single-post.vertical_line--show .page-layout--standard .comment-respond,
.single-post.vertical_line--show .comment-respond{
     margin-top:100px;
     margin-bottom: 100px;
}*/
/*
.single-post.vertical_line--show .page-layout--standard .comments-area,
.single-post.vertical_line--show .comments-area{
     margin-top:120px;
}*/
.single-page.vertical_line--show .next-prev-style--images + .comments-area,
.single-post.vertical_line--show .next-prev-style--images + .comments-area{
    margin-top: 160px;
}
.comments-area{
    padding-top:30px;    
}

/* Decrease distance between meta elements */
.post__meta--after,
.single-post .page-layout--standard .post__meta--after,
.single-post .page-layout--standard  .single-post__tags, 
.single-post .page-layout--standard  .single-post__social,
.single-post__tags, 
.single-post__social {
    text-align: center;
    margin-top:-30px;
}

/* BLOG POST META */
.single-post__tags > a{
    margin-left: 12px;
    margin-right: 12px;
    display: inline-block;
}
.title-area-wrap .categories-list li,
.post__meta-wrap > div,
.post__meta--after > div{
    display:inline-block;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
}
.title-area-wrap .categories-list li{
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 10px;
    line-height: 1;
}
.title-area-wrap .categories-list a{
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.post__meta--after .post__meta-wrap{
    display: block;
}
.title-area-wrap .categories-list li a, 
.post__meta-wrap a, 
.post__meta--after a,
.title-area-wrap .categories-list a,
.post__meta--after > div a,
.post__meta--after > div{
    font-weight: 600;
    font-size:14px;
    letter-spacing: 0.03em;
}

.comments-link .label{
    display:none;
}/*
.blog-listing-wrap .blog-listing-meta div:last-child,
.blog-listing-wrap .single-post-cats li:last-child,
.post__meta--after .post-categories li:last-child {
    margin-right: 0;
}*/
.page-heading-text > .single-post-cats .post-categories li a{
    padding: 3px 10px;
    line-height: 1;
    background: #c2a37d;
    color:#fff;
}
.post-categories{
      margin: 0;  
}
.page-heading-text > .single-post-cats .post-categories li,
.blog-listing-wrap .blog-listing-meta div,
.blog-listing-wrap .single-post-cats li,
.post__meta--after .post-categories li{
    display:inline-block;
}
.page-heading-text > .single-post-cats .post-categories li{
    margin-right:6px;
    margin-left: 6px;
    margin-bottom: 6px;
}
.post__meta--after .post-categories li{
    margin-right:12px;
    margin-left: 12px;
}
.blog-listing-wrap.align-center .blog-listing-meta div,
.blog-listing-wrap.align-center .single-post-cats li,
.blog-listing-wrap .align-center .blog-listing-meta div,
.blog-listing-wrap .align-center .single-post-cats li{
    margin-right:12px;
    margin-left: 12px;
}
.blog-listing-wrap .blog-listing-meta div,
.blog-listing-wrap .single-post-cats li{
    margin-right:24px;
    margin-left: 0;
}
.blog-listing-wrap .content-style-3 .blog-listing-meta div,
.blog-listing-wrap .content-style-3 .single-post-cats li{
     margin-left: 0;
}
/*
.blog-listing-wrap .content-style-3.content-position-left .blog-listing-meta div,
.blog-listing-wrap .content-style-3.content-position-left .single-post-cats li{
     margin-left: 0;
}
.blog-listing-wrap .content-style-3.content-position-right .blog-listing-meta div,
.blog-listing-wrap .content-style-3.content-position-right .single-post-cats li{
     margin-right: 0;
}*/
.post__meta-wrap .post-categories li{
    display:inline-block;
    margin-right:6px;
    margin-left: 6px;
}
/* BLOG POST TAGS */

.single-post__tags {
    text-align: center;
}
.widget_tag_cloud a:last-child, 
.widget_product_tag_cloud a:last-child{
    margin-right: 0;
}
/*.single-post__tags a,*/
/* rounded style */
.widget_tag_cloud a, 
.widget_product_tag_cloud a {
    display: inline-block;
    font-size: 12px!important;
    line-height: 1.2;
    font-weight: 600;
    padding: 7px 14px 7px;
    border-width: 2px;
    margin: 0 5px 10px 0;
    background: #eaeaea91;
    border-radius: 19px;
    word-wrap: break-word;
    transition: all 200ms ease;
}
.site-footer-widgets .widget_product_tag_cloud a:hover,
.site-footer-widgets .widget_tag_cloud a:hover, 
.widget_tag_cloud a:hover, 
.widget_product_tag_cloud a:hover {
    background: #000;

}
.site-footer-widgets .widget_product_tag_cloud a:not(.button):hover,
.site-footer-widgets .widget_tag_cloud a:not(.button):hover, 
.widget_tag_cloud a:not(.button):hover, 
.widget_product_tag_cloud a:not(.button):hover{
        color:#fff;
}
/*
.widget_tag_cloud a, 
.widget_product_tag_cloud a {
    display: inline-block;
    font-size: 14px!important;
    line-height: 1.2;
    margin: 0 14px 10px 0;
    padding-bottom: 2px;
}*/
/*
.widget_tag_cloud a, 
.widget_product_tag_cloud a
{
    border-color: rgba(84,84,84,0.15);
    color: rgba(84,84,84,0.4);
}
.widget_tag_cloud a:hover, 
.widget_product_tag_cloud a:hover
{
    border-color: rgba(84,84,84,1);
    color: rgba(84,84,84,1);
}*/
.single-post__tags a{
    /*border-bottom: rgba(0, 0, 0, 0.3) solid 1px;*/
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
}
/*
.single-post__tags a:hover{
    border-bottom: rgba(0, 0, 0, 0) solid 1px;
}*/

/* widget inouts */
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="tel"], .widget input[type="search"]{
        height: 44px;
}

/* naked mailchimp */
.widget .mc4wp-form-fields{
        position: relative;
}
.widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
    
}
.underline-input .widget .mc4wp-form .mc4wp-form-fields  input[type=submit]{
    padding: 0;
    height: 44px;
    position: absolute;
    margin: 0;
    padding-right: 3px;
    background: transparent;
    color: #000;
    right: 0;
}

/*--------------------------------------------------------------
 BLOG POST COMMENTS
--------------------------------------------------------------*/

.comment-respond .row{
    margin-bottom: 0px;
}
.comment-respond .row .col-md-4:first-child{
    padding-left: 0;
}
.comment-respond .row .col-md-4:last-child{
    padding-right: 0;
}

@media only screen and (max-width:  991px){
    .comment-respond .row .col-md-4{
        padding-left: 0;
        padding-right: 0;
    }
}

/*--------------------------------------------------------------
# PREV / NEXT POST AND COMMENTS NAVIGATION
--------------------------------------------------------------*/
/*.post-navigation.next-prev-navigation{
    margin-left: -50px;
    margin-right: -50px;
}*/
/* if only previous post*/
.post-navigation .nav-previous.empty-next-post{
    float: none;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.nav-previous.empty-next-post a {
    padding-left: 10px;
    padding-right: 10px;
}
.post-navigation .nav-previous.empty-next-post .nav-previous-text{
    padding-right: 10px;
}
/* if only next post */
.next-prev-navigation.next-prev-style--images-centered .nav-previous.empty-next-post .nav-text,
.next-prev-navigation.next-prev-style--links-centered .nav-previous.empty-next-post .nav-text{
    text-align: center;
}
.post-navigation .nav-previous.empty-next-post,
.post-navigation .nav-next.empty-prev-post{
    text-align: center;
    width: 100%;
}
.nav-next.empty-prev-post a {
    padding-left: 10px;
    padding-right: 10px;
}
.post-navigation .nav-next.empty-prev-post .nav-next-text{
    padding-left: 10px;
}



/*--------------------------------------------------------------
# POST AUTHOR BOX
--------------------------------------------------------------*/

.single-post__about-author {
    /*border-bottom: rgba(0, 0, 0, 0.12) solid 1px;
    border-top: rgba(0, 0, 0, 0.12) solid 1px;*/
    padding: 30px 0;
}
/*
img.avatar,
.single-post__about-author .avatar{
        border-radius: 50%;
}*/
.single-post__about-author img{
    max-width: 85px;
    max-height: 85px;
    width: 85px;
    display: inline-block;
    margin-right: 0;
    position: relative;
    vertical-align: top;
}
.single-post__about-author.align-center img{
    width: auto;
    float: none;
    margin-right: 0;
}
.about-author__links{
    margin-top: 22px;
}
.about-author__name{
    width: 75%!important;
    vertical-align: middle;
    display: inline-block;
    padding-left: 30px;
}

.about-author__name h3{
    text-transform:capitalize;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 30px;
}
.single-post__about-author.align-center .about-author__description{
    margin-top: 20px;
}
.about-author__description a{
    margin-right:10px;
}
.single-post__about-author.align-center .about-author__name{
    width: 100%!important;
    text-align: center;
    padding-left: 0!important;
    margin-top: 20px;
}
@media only screen and (max-width: 690px){
    .single-post__about-author {
        text-align: center;
    }
    .about-author__name {
        width: 100%!important;
        text-align: center;
        padding-left: 0!important;
        margin-top: 20px;
    }
}


/* Author */
.author-info {
	border: 2px solid #e6e4e4;
	padding: 25px 25px 30px 25px;
	margin-top: 73px;
}
.woocommerce .product img.avatar, 
.woocommerce-page .product img.avatar,
.woocommerce img.avatar, 
.woocommerce-page img.avatar,
.avatar,
.author-avatar {
	float: left;
        position:absolute;
	margin-right: 30px;
        border-radius: 50%;
        width: 65px;
	height: auto;
        
}

.author-info .author-title {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #000;
}

.author-info .author-title:after {
	display: block;
	content: '';
	width: 45px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #e0e0e0;
}

.author-info .author-bio {
	color: #828282;
}

.author-info .author-socials {
	padding-top: 13px;
}

.author-info .author-socials a {
	color: #977549;
}

.author-info .author-socials a:hover {
	color: #000;
}



/* default theme navigation */
.nav-links{
    display: block;
    width: 100%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous{
    text-align: right;
    display: inline-block;
    width: 50%;
    margin-left: auto;
    padding: 10px 60px;
}
.comment-navigation .nav-previous:last-child, 
.posts-navigation .nav-previous:last-child{
    text-align: center;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    display: inline-block;
    width: 50%;
    padding: 10px 60px;
    text-align: center;
    margin-left: auto;
}
.posts-navigation .nav-previous + .nav-next{
    border-left: 1px solid #e2e2e2;
    text-align: left;
}

/*
.post-navigation .nav-previous:after{
    width: 1px;
    height: 50px;   
    background: rgba(224,224,224,1);
    content: '';
    position: absolute;
    top: calc(50% - 25px);
}*/
.post-navigation .nav-previous {
	/*border-right: 1px solid rgba(224,224,224,1);*/
}
/*
.post-navigation .nav-links a {
	color: #202020;
	display: block;
}

.post-navigation .nav-links a:hover {
	color: #977549;
}

.post-navigation .nav-links a span {
	display: inline-block;
	width: 41px;
	height: 41px;
	border: 2px solid #000000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .14;
	vertical-align: middle;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/*
.post-navigation .nav-previous span {
	margin-right: 18px;
	background: url(../img/control-nav-left.png) no-repeat center;
}

.post-navigation .nav-next span {
	margin-left: 18px;
	background: url(../img/control-nav-right.png) no-repeat center;
}

.post-navigation a:hover span {
	opacity: 1;
}*/


/* Single Post */

.single-post .hentry {
	margin-bottom: 80px;
        /*margin-top: 30px;*/
}
/*
.single-post .entry-title{
	font-size: 44px;
}*/
.single-post .title-area-hero .entry-title,
body[data-title-line-divider="yes"].single-post .title-area-hero .entry-title{
	position: relative;
	/*padding-bottom: 40px;*/
	/*margin-bottom: 40px;*/
	/*font-size: 44px;*/
}

.single-post .entry-meta {
	color: #737373;
	text-align: center;
}

.single-post .entry-meta a {
	color: #ac916d;
}

.single-post .entry-meta a:hover {
	color: #000;
}

.single-post .entry-meta .tags-links {
	display: block;
	margin-top: 4px;
}

.single-post .entry-meta span {
	margin-right: 18px;
}

.single-post .entry-meta span:last-child {
	margin-right: 0;
}

.single-post .entry-content {
	/*margin-top: 60px;*/
}



/* Single Post Widget Area */

.single-post-widget-area {
	margin-top: 38px;
}




/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
h3 #cancel-comment-reply-link{
    font-size: 16px;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	padding-bottom:3px;
	margin-left: 10px;
}
h3 #cancel-comment-reply-link:hover{
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 1);
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	margin-top: 80px;
}

.comments-area .comments-title {
    clear: none;
    position: relative;
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;

}

.comments-area .comment-author .says {
	display: none;
}
.comment-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list ol,
.comment-list li,
.comment-list ul{
    list-style: none;
}
.comments-area .comment-list {
	margin: 0;
	width: 100%;
        display:inline-block;
	background: 0 0;
}

.comment-body {
	padding: 36px 0;
	position: relative;
	background: 0;
	/*border-top: 1px solid #e0e0e0;*/
}
.pingback .comment-body{
    padding: 16px 0;
}
.pingback:last-child .comment-body{
    padding-bottom: 0;
}
.comment-list .pingback .url {
    display: block;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0;
}
.comments-area .comment-list .pingback .edit-link{
    margin-left: 0;
}
.comments-area .no-comments{
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.comment-list > .comment:first-child > .comment-body {
	border-top: none;
}

.comments-area ol.children {
	margin-left: 35px;
}
.comments-area ol.children .comment-body{
        padding: 26px 0;
}

.comment .comment-respond {
	margin-bottom: 28px;
}

.comments-area .comment-list img.avatar {
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	box-shadow: none;

}
p.comment-awaiting-moderation,
.comments-area .comment-list .reply,
.comments-area .comment-list .comment-author,
.comments-area .comment-list .comment-content {
	margin: 0 0 0 70px;
	padding: 0 24px 0;
        display: inline-block;
}
.comments-area .comment-list .reply{
    display: block;
}
p.comment-awaiting-moderation{
    color: #f1c836;
}

.comments-area .comment-list .comment-metadata {
	font-size: 14px;
	position: relative;
	margin-bottom: 16px;
        margin: 0 0 0 45px;
        display: inline-block;
}
.comments-area .comment-list .comment-metadata:before{
    display: inline-block;
    width: 34px;
    height: 1px;
    background: #b8b8b8;
    position: absolute;
    content: '';
    top: 50%;
    left: -53px;
}
.comment-list{
    font-size: 14px;
}
.comment-edit-link,
.comments-area .comment-list .comment-metadata,
.comments-area .comment-list .comment-metadata a {
	color: #9c9c9c;
	font-size:12px;
        line-height: 22px;
	margin-top: -5px;
	font-weight:500;
        display: inline-block;
        position: relative;
}

.comments-area .comment-list .comment-metadata a:hover {
	color: #000;
}
/*
.comments-area .comment-list .reply a:before,
.comments-area .comment-list .comment-author a:before,
.comments-area .comment-list .comment-metadata a:before{
    content: '';
    background: #404044;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, bottom;
    transition-property: opacity, bottom;
}
.comments-area .comment-list .reply a:hover:before,
.comments-area .comment-list .comment-author a:hover:before,
.comments-area .comment-list .comment-metadata a:hover:before{
    opacity: 1;
    bottom: 4px;
}*/

.comments-area .comment-list .comment-meta {
    margin-bottom: 14px;
}
.comments-area .comment-list .reply a,
.comments-area .comment-list .comment-author a,
.comments-area .comment-list .comment-meta time {
	display: inline-block;
        position: relative;
}

.comments-area .comment-list .reply a{
    font-size: 12px;
    line-height: 22px;
}
.comments-area .comment-list .comment-content p,
.comments-area .comment-list .comment-author {
	font-size: 14px;
	font-weight: normal;
}

.comments-area .comment-list .comment-content p {
	margin: 0 0 1em
}

.comments-area .comment-list .comment-content p:last-child {
	margin: 0;
}
.comments-area .comment-list .reply{
    font-weight:500;
    margin-top:15px;
}
/*
.comments-area .comment-list .reply a {
	color: #000;
}

.comments-area .comment-list .reply a:hover {
	color: #c2a47d;
}*/

.comments-area .comment-list .edit-link {
    display:inline-block;
    margin-left:20px;
}

.comments-area .comment-list > li:before {
	content: ""
}

.comment-respond {
	text-align: center;
}

.comment-respond .comment-reply-title {
	position: relative;	
	margin-bottom: 18px;
}
.underline-input .comment-respond .comment-reply-title {
	margin-bottom: 38px;
}
.comment-respond input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
	height: 44px;
}
/*
.comment-respond .comment-form p {
	margin-bottom: 0;
}*/
.comment-respond .comment-form > p {
	margin-bottom: 10px;
}
/*
.comment-respond .comment-form > p {
	margin-bottom: 35px;
}
.underline-input .comment-respond .comment-form > p {
    	margin-bottom: 10px;
}*/
.comment-respond .comment-form .comment-notes {
	display: none;
}
.comment-respond .comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond .comment-form .comment-form-comment {
	margin-bottom: 30px;
}
.comment-respond .comment-form textarea {
	height: 150px;

}
.comment-respond .wpgdprc-checkbox,
.comment-respond .comment-form .wpgdprc-checkbox,
.comment-respond .comment-form textarea,
.comment-respond .comment-form input:not([type="checkbox"]):not([type="radio"]),
.underline-input .comment-respond .comment-form textarea,
.underline-input .comment-respond .comment-form input:not([type="checkbox"]):not([type="radio"]){
        margin-top: 35px;
}

/*--------------------------------------------------------------
## ASIDES
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}





/*--------------------------------------------------------------
## PREV / NEXT POST
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### BASIC PREV / NEXT STYLES
--------------------------------------------------------------*/

.next-prev-navigation .post-bg-img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    height: 100%;
    -ms-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
    -webkit-transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.next-prev-navigation .nav-text{
    z-index: 2;
    position:relative;
    -webkit-transform: translateX(0px) translateZ(0);
    -webkit-transition: transform 0.4s ease;
    transform: translateX(0px) translateZ(0);
    transition: transform 0.4s ease;
}    
.next-prev-navigation .nav-next .nav-next-text,
.next-prev-navigation .nav-previous .nav-previous-text{
    font-weight: 600;
    font-size: 14px;
    line-height:32px;
}

.single-post .next-prev-navigation .row{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.single-post .next-prev-navigation .row:before{
    content:none;
}
.single-post .next-prev-navigation a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 3;
    display: block;
}

.next-prev-navigation .nav-title  {
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.2em;
    font-size: 1.8em;
    max-width: 380px;
    /*font-weight: 800;*/
}
.next-prev-navigation .empty-next-post .nav-title,
.next-prev-navigation .empty-prev-post .nav-title{
    max-width: 760px;
}
/*--------------------------------------------------------------
### PREV / NEXT ANIMATED ARROWS
--------------------------------------------------------------*/
/* ARROW PREDEFINED COLORS */
.next-arrow line{
    stroke-width: 1.6px;
    stroke: #333333;
}
.owl-nav .line{
    background-color: #536374;
}

.next-prev-navigation .next-arrow{
    position: absolute;
    backface-visibility: hidden;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 50px;
    display: block;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
    -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);

}

.next-prev-navigation .nav-previous .next-arrow{
    left: 50px;
    right: auto;
    -webkit-transform: translateX(38px) rotate(180deg);
    transform: translateX(38px) rotate(180deg);
    animation: rightArrowEnd 0.4s cubic-bezier(0, 0.2, 0.1, 1) forwards;
    -webkit-animation: rightArrowEnd 0.4s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.next-prev-navigation .nav-next .next-arrow{
    left: auto;
    right: 50px;
    animation: leftArrowEnd 0.4s cubic-bezier(0, 0.2, 0.1, 1) forwards;
    -webkit-animation: leftArrowEnd 0.4s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

@media only screen and (min-width: 992px){    

    .next-prev-navigation .nav-previous:hover .next-arrow{
        -webkit-transform:  rotate(180deg);
        transform:  rotate(180deg);
        animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
        -webkit-animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    }

    .next-prev-navigation .nav-next:hover .next-arrow{
        animation: leftArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
        -webkit-animation: leftArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    }
    .next-prev-navigation .nav-previous:hover .nav-text{
        transform: translateX(30px) translateZ(0);
        -webkit-transform: translateX(30px) translateZ(0);
        backface-visibility: hidden;
    }
    .next-prev-navigation .nav-next:hover .nav-text{
        transform: translateX(-30px) translateZ(0);
        -webkit-transform: translateX(-30px) translateZ(0);
        backface-visibility: hidden;
    }
}

.next-prev-navigation .line{
    height: 2px;
    width: 45px;
    background-color: #222222;
    position: absolute;
    content: '';
    z-index: 2;
    display: block;
    backface-visibility: hidden;
    top: 50%;
}

.next-prev-navigation .nav-previous .line{
    left: 62px;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
    -webkit-transform-origin: left;
    transform: translateY(-50%) translateX(-28px) scaleX(0);
    transform-origin: left;
    animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    -webkit-animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.next-prev-navigation .nav-next .line{
    left: auto;
    right: 62px;
    -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
    -webkit-transform-origin: right;
    transform: translateY(-50%) translateX(28px) scaleX(0);
    transform-origin: right;
    animation: leftLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    -webkit-animation: leftLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
@media only screen and (min-width: 992px){    

    .next-prev-navigation .nav-previous:hover .line{
        -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
        -webkit-transform-origin: right;
        transform: translateY(-50%) translateX(0px) scaleX(1);
        transform-origin: right;
        animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
        -webkit-animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    }

    .next-prev-navigation .nav-next:hover .line{
        -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
        -webkit-transform-origin: right;
        transform: translateY(-50%) translateX(0px) scaleX(1);
        transform-origin: right;
        animation: leftLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
        -webkit-animation: leftLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
    }
}
/* webkit arrows animation */

@-webkit-keyframes leftLineStart {
	0% { opacity:0; -webkit-transform: translateY(-50%) translateX(-78px);  }
	100% { opacity:1; -webkit-transform: translateY(-50%) translateX(20px); }
}

@-webkit-keyframes leftLineEnd {
	0% {  opacity:1; -webkit-transform: translateY(-50%) translateX(20px) scaleX(1);  }
	100% { opacity:0; -webkit-transform: translateY(-50%) translateX(48px) scaleX(0); }
}

@-webkit-keyframes rightLineStart {
	0% { opacity:0; -webkit-transform: translateY(-50%) translateX(78px);  }
	100% { opacity:1; -webkit-transform: translateY(-50%) translateX(-20px); }
}

@-webkit-keyframes rightLineEnd {
	0% {  opacity:1; -webkit-transform: translateY(-50%) translateX(-20px) scaleX(1);  }
	100% { opacity:0; -webkit-transform: translateY(-50%) translateX(-48px) scaleX(0); }
}

@-webkit-keyframes rightArrowStart {
	0% { opacity:0; -webkit-transform: translateX(70px) rotate(180deg); }
	100% { opacity:1;  -webkit-transform: translateX(-20px) rotate(180deg); }
}

@-webkit-keyframes rightArrowEnd {
	0% { opacity:1; -webkit-transform: translateX(-20px) rotate(180deg); }
	100% { opacity:0; -webkit-transform: translateX(-50px) rotate(180deg); }
}

@-webkit-keyframes leftArrowStart {
	0% { opacity:0; -webkit-transform: translateX(-70px); }
	100% { opacity:1;  -webkit-transform: translateX(20px); }
}

@-webkit-keyframes leftArrowEnd {
	0% { opacity:1; -webkit-transform: translateX(20px);  }
	100% { opacity:0; -webkit-transform: translateX(50px); }
}
/* arrows animation  */
@keyframes leftLineStart {
	0% { opacity:0; transform: translateY(-50%) translateX(-78px);  }
	100% { opacity:1; transform: translateY(-50%) translateX(20px); }
}

@keyframes leftLineEnd {
	0% {  opacity:1; transform: translateY(-50%) translateX(20px) scaleX(1);  }
	100% { opacity:0; transform: translateY(-50%) translateX(48px) scaleX(0); }
}

@keyframes rightLineStart {
	0% { opacity:0; transform: translateY(-50%) translateX(78px);  }
	100% { opacity:1; transform: translateY(-50%) translateX(-20px); }
}

@keyframes rightLineEnd {
	0% {  opacity:1; transform: translateY(-50%) translateX(-20px) scaleX(1);  }
	100% { opacity:0; transform: translateY(-50%) translateX(-48px) scaleX(0); }
}

@keyframes rightArrowStart {
	0% { opacity:0; transform: translateX(70px) rotate(180deg); }
	100% { opacity:1;  transform: translateX(-20px) rotate(180deg); }
}

@keyframes rightArrowEnd {
	0% { opacity:1; transform: translateX(-20px) rotate(180deg); }
	100% { opacity:0; transform: translateX(-50px) rotate(180deg); }
}

@keyframes leftArrowStart {
	0% { opacity:0; transform: translateX(-70px); }
	100% { opacity:1;  transform: translateX(20px); }
}

@keyframes leftArrowEnd {
	0% { opacity:1; transform: translateX(20px);  }
	100% { opacity:0; transform: translateX(50px); }
}

/*--------------------------------------------------------------
### PREV / NEXT WHITE STYLE
--------------------------------------------------------------*/

.next-prev-navigation.white-style .nav-previous h3,
.next-prev-navigation.white-style .nav-next h3,
.next-prev-navigation.white-style .nav-previous,
.next-prev-navigation.white-style .nav-next{
    color:#ffffff;
}
.next-prev-navigation.white-style .next-arrow line{
     stroke: #ffffff;
}
.next-prev-navigation.white-style .line{
    background-color: #fff;
}

.next-prev-navigation .nav-previous,
.next-prev-navigation .nav-next{    
    width: 50%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    float: none;
    min-height: 200px;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 6%;
    padding-right: 6%;

}
/*
.next-prev-navigation .nav-previous,
.next-prev-navigation .nav-next{
    overflow: hidden;
    min-height: 200px;
}
*/
@media only screen and (min-width: 692px){    
    .next-prev-navigation:not(.next-prev-style--links):not(.next-prev-style--images-centered):not(.next-prev-style--links-centered) .nav-previous:not(.empty-next-post){
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }
    .next-prev-navigation:not(.next-prev-style--links):not(.next-prev-style--images-centered):not(.next-prev-style--links-centered) .nav-next:not(.empty-prev-post){
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .next-prev-navigation.next-prev-style--images-centered .nav-previous .nav-text,
    .next-prev-navigation.next-prev-style--links-centered .nav-previous .nav-text{
        text-align: right;
    }
    /* default style */
    .next-prev-style--links.next-prev-navigation .nav-previous{
        text-align: left;
    }
    .next-prev-style--links.next-prev-navigation .nav-next:not(.empty-prev-post){
        text-align: right;
    }
}

/* with images */
.next-prev-navigation.next-prev-style--images-on-hover .nav-next,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous,
.next-prev-navigation.next-prev-style--images .nav-next,
.next-prev-navigation.next-prev-style--images .nav-previous,
.next-prev-navigation.next-prev-style--images-centered .nav-next,
.next-prev-navigation.next-prev-style--images-centered .nav-previous{
    min-height: 360px;
}
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous:after,
.next-prev-navigation.next-prev-style--images-on-hover .nav-next:after,
.next-prev-navigation.next-prev-style--images-centered .nav-previous:after,
.next-prev-navigation.next-prev-style--images-centered .nav-next:after,
.next-prev-navigation.next-prev-style--images .nav-previous:after,
.next-prev-navigation.next-prev-style--images .nav-next:after{
    background-color: rgba(12,20,33,0.35);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.next-prev-navigation.next-prev-style--images-centered .nav-previous:hover:after,
.next-prev-navigation.next-prev-style--images-centered .nav-next:hover:after,
.next-prev-navigation.next-prev-style--images .nav-previous:hover:after,
.next-prev-navigation.next-prev-style--images .nav-next:hover:after{
    background-color: rgba(12,20,33,0.8);
}
/* with image on hover */
.next-prev-navigation.next-prev-style--images-on-hover .nav-next:after,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous:after,
.next-prev-navigation.next-prev-style--images-on-hover .nav-next,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous{
    background-color:#f4f4f4;
    transition-property: transform, background-color;
}
.next-prev-navigation.next-prev-style--images-on-hover .nav-next:hover:after,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous:hover:after{
    /*background-color:rgba(12,20,33,0.35);*/
    background-color:rgba(0,0,0,0);
}
.next-prev-navigation.next-prev-style--images-on-hover .nav-next:hover h3,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous:hover h3,
.next-prev-navigation.next-prev-style--images-on-hover .nav-next:hover,
.next-prev-navigation.next-prev-style--images-on-hover .nav-previous:hover{
    color:#ffffff;
}
/*responsive*/
@media only screen and (max-width: 991px){
    .next-prev-navigation.next-prev-style--images-on-hover .nav-next,
    .next-prev-navigation.next-prev-style--images-on-hover .nav-previous,
    .next-prev-navigation.next-prev-style--images .nav-next,
    .next-prev-navigation.next-prev-style--images .nav-previous,
    .next-prev-navigation.next-prev-style--images-centered .nav-next,
    .next-prev-navigation.next-prev-style--images-centered .nav-previous{
        min-height: 225px!important;
    }
}
@media only screen and (max-width: 690px){
    .next-prev-navigation .nav-previous,
    .next-prev-navigation .nav-next{
        width: 100%!important;
        text-align: center;
        
    }
    .next-prev-navigation.next-prev-style--images-on-hover .nav-next,
    .next-prev-navigation.next-prev-style--images-on-hover .nav-previous,
    .next-prev-navigation.next-prev-style--images .nav-next,
    .next-prev-navigation.next-prev-style--images .nav-previous,
    .next-prev-navigation.next-prev-style--images-centered .nav-next,
    .next-prev-navigation.next-prev-style--images-centered .nav-previous{
        padding: 6% 9%;
    }
    /*.next-prev-navigation .nav-previous h3,
    .next-prev-navigation .nav-next h3{
        font-size: 20px;
        line-height: 28px;
    }*/
}
.comment-navigation{
    padding-bottom: 60px;
}




/*--------------------------------------------------------------
# PAGINATION
--------------------------------------------------------------*/

/* DEFAULT PAGINATION */
.navigation.posts-navigation,
.woocommerce nav.woocommerce-pagination,
.pagination {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
        margin-bottom:90px;
        clear:both;
        min-height:70px;
        -js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination,
.pagination{
        margin-top:40px;
}
.woocommerce nav.woocommerce-pagination{
    margin-top:-70px;
}
.woocommerce nav.woocommerce-pagination ul{
    border:none;
}

.pagination ul li,
.woocommerce nav.woocommerce-pagination ul li {
        border:none;
	padding: 0;
	margin: 0;
	display: inline-block;
        margin-bottom:15px;
}
/*
.pagination ul li:first-child,
.woocommerce nav.woocommerce-pagination ul li:first-child {
	margin-left: 0;
}*/

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination .page-numbers li a,
.pagination .page-numbers li span {
	display: block;
	margin: 0;
	text-decoration: none;
	width: auto;
        min-width: 41px;
        padding: 5px;
	height: 41px;
	line-height: 26px;
	color: #565656;
	font-size: 14px;
	font-weight: 500;        
	text-align: center;
        border-bottom:2px solid transparent;        
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-number.current {
	color: #222222;
        background:none;
        border-bottom:2px solid #222;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.pagination li a:hover {
	border-color: rgba(0, 0, 0, 0.13);
        background-color:transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    font-size:18px;
    line-height: 18px;
}
/*todo - add arrows*/
/*
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.pagination .page-numbers li a.next:hover,
.pagination .page-numbers li a.prev:hover {
	opacity: 1;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
	color: #000;
}


.woocommerce nav.woocommerce-pagination ul li a.next,
.pagination .page-numbers li a.next {
	background: url(../img/control-nav-right.png) no-repeat center;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.pagination .page-numbers li a.prev {
	background: url(../img/control-nav-left.png) no-repeat center;
}
.pagination .page-numbers li a.prev,
.pagination .page-numbers li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	text-indent: -9999px;
	color: #000000;
	border: 2px solid #000000;
	opacity: .14;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.pagination .page-numbers li a.prev,
.pagination .page-numbers li a.next {
	color: #bfbfbf;
	border-color: inherit;
}
*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/*
.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}
*/

/*--------------------------------------------------------------
# DOTS PRELOADER
--------------------------------------------------------------*/
/*
.preload_dots {
  text-align: center;
}

.preload_dots > div {
  width: 7px;
  height: 7px;
  margin: 0 5px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: preload-dots-anim 1.4s infinite ease-in-out both;
  animation: preload-dots-anim 1.4s infinite ease-in-out both;
}

.preload_dots .dot1 {
  -webkit-animation-delay: -0.40s;
  animation-delay: -0.40s;
}

.preload_dots .dot2 {
  -webkit-animation-delay: -0.20s;
  animation-delay: -0.20s;
}

@-webkit-keyframes preload-dots-anim {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
*/

/*--------------------------------------------------------------
# LOAD MORE BUTTON WITH LINE PRELOADER
--------------------------------------------------------------*/
.buttons-secondary__style--underlined.woocommerce .woocommerce-pagination a.morescroll-button,
.buttons-secondary__style--underlined .navigation.posts-navigation a.morescroll-button {
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 2px solid #000000;
    color: #000;
    width: 200px;
    line-height: 54px;
    padding: 0;
    vertical-align: middle;
    height: 56px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.woocommerce-pagination a.morescroll-button,
.navigation.posts-navigation a.morescroll-button{
    min-width: 170px;
}
.buttons-secondary__style--underlined.woocommerce .woocommerce-pagination a.morescroll-button:hover,
.buttons-secondary__style--underlined .navigation.posts-navigation a.morescroll-button:hover {
    color: #000;
    background-color: transparent;
    border-color: #000000;
    width: 170px;
}

.line-preloader{
    display: block;
    width:170px;
    height:56px;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
        
}
.line-preloader:after{
    content: "";
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 2px;
    vertical-align: top;
    position: absolute;
    text-indent: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.line-preloader:before{
    content: "";
    display: inline-block;
    width: 160px;
    text-align: left;
    height: 2px;
    vertical-align: top;
    position: absolute;
    background: #e2e2e2;
    bottom: 0;
    text-indent: 0;
    left: -160px;
    z-index: 3;
    -webkit-animation: loading1 linear 1s infinite;
    animation: loading1 linear 1s infinite;
}

@keyframes loading1 {
    from {left: -50px; width: 0%;}
    50% {left:0; width: 100%;}
    to {left: 120%;width: 0%;}
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	background-color: #ffffff;
	color: #7d7d7d;
        
}
.site-footer,
.site-footer p{
    font-size:14px;
    line-height: 1.8;
}
.site-footer h6,
.site-footer h5,
.site-footer h4,
.site-footer h3,
.site-footer h2,
.site-footer h1{
    color:#032639;
}
.site-footer .widget {
	margin-bottom: 60px;
}
.site-footer .widget:after,
.site-footer .widget:before{
    content: " ";
    display: table;
}

.site-footer .widget:after {
    clear: both;
}
.calendar_wrap{
    position: relative;
}
.site-footer .widget .widget-title,
.site-footer .widget_calendar caption {
	color: #222222;
	border: none;
	margin-bottom: 25px;
}

.site-footer .widget .widget-title:after,
.site-footer .widget_calendar caption:after {
	background: #404040;
	height: 1px;
	width: 55px;
}
.site-footer .widget li {
	border: none;
}

.site-footer-widgets {
	padding-top: 60px;
}
.recentcomments a{
    display: inline;
}
.site-info-wrap {
    font-size: 14px;
    padding: 60px 0;
    /*background: #f7f7f7;*/
}
.site-footer a,
.site-info-wrap a{
    position: relative;
    color:#7d7d7d;
}
.menu-footer-container .menu a,
.site-info-wrap .menu a{
    letter-spacing: 0.03em;   
}
/*
.site-footer a:before,
.menu-footer-container .menu a:before,
.site-info-wrap .menu a:before{
    content: '';
    background: #6b787f;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    opacity:0.5;

}

.site-footer a:after,
.menu-footer-container .menu a:after,
.site-info-wrap .menu a:after{
    content: '';
    height: 1px;
    width: 100%;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .4s -webkit-transform cubic-bezier(.77,0,.175,1);
    transition: .4s transform cubic-bezier(.77,0,.175,1);
}
.site-footer a:hover:after,
.menu-footer-container .menu a:hover:after,
.site-info-wrap .menu a:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}*/
.site-info-wrap .menu{
    font-weight: 500;
}
.site-info-wrap .menu,
.site-info-wrap .simple-social-icons,
.site-info-wrap .copyright-text{
    padding-top:15px;
    padding-bottom:15px;
    margin: 0;
}
.copyright-layout-3 > div{
    text-align: center;
}
@media screen and (min-width: 992px){
    .copyright-layout-3{
        display: flex;
        align-items: center;
    }
    .copyright-layout-3 > div:first-child{
         text-align: left;
    }
    .copyright-layout-3 > div:last-child{
         text-align: right;
    }
}

/* NEW */
.footer-newsletter h2{
    margin-bottom: 35px;
}
.vertical_line--show .footer-newsletter h2{
    margin-top:100px;
}
.above-footer-content-area[data-full-width="1"] .container,
.site-footer[data-full-width="1"] .container,
.site-footer[data-full-width="1"] .site-footer-widgets .container,
.site-footer[data-full-width="1"] .site-info-wrap .container{
    max-width: 100%;
    width: 100%;
}
.woocommerce-page .site-footer-widgets img,
.woocommerce .site-footer-widgets img{
    display: initial;
    width: initial;
    vertical-align: unset;   
}
.footer-newsletter,
.site-footer-widgets{
    position: relative;
}
.footer-newsletter{
    padding-bottom: 90px;
    padding-top: 90px;
}
.site-footer-widgets .container,
.footer-newsletter .container,
.footer-newsletter .container-fluid{
    position:relative;
    z-index:2;
}

.site-footer-widgets:after,
.footer-newsletter:after{
    content: " ";
    background:rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0.9;
}
.title-area-standart h1.entry-title{
    /*margin-top:35px;*/
    margin-bottom: 32px;
}
.vertical_line--show .title-area-standart h1.entry-title{
    margin-top:120px;
}
.vertical_line--show .title-area-standart h1.entry-title:before,
.vertical_line--show .footer-newsletter h2:before,
.vertical-divider:before,
.vertical_line--show .comments-area .comments-title:before {
    display: inline-block;
    height: 65px;
    width: 1px;
    background: #d9d9d9;
    position: absolute;
    left: 50%;
    top: -130px;
    content: '';
}
.vertical-divider:before{
        top: 35px;
}

.vertical_line--show .title-area-standart h1.entry-title:before{
        top: -110px;
}
.site-info-wrap .menu,
.site-info-wrap .menu .menu-item{
    list-style: none;
}
.site-info-wrap .menu li{
    vertical-align: top;
}
.site-info-wrap .menu li > .sub-menu{
    margin-top: 10px;
}
.site-info-wrap .menu li .sub-menu li{
    display: block;
    margin-left: 0;
}

@media (min-width: 31.25em){
    .site-info-wrap .menu li{
        text-align: left;
    }
    .site-footer .menu-footer-container li,
    .site-info-wrap li {
        display: inline-block;
        margin: 0 0.8em;        
    }
    .site-footer .menu-footer-container li,
    .site-info-wrap .menu li {
         margin: 0 1.1em 5px 1.1em;
    }

}
@media (min-width: 992px){
    .site-info-wrap .col-md-12 .menu li {
        margin: 0.3em 1.1em;
    }
    .site-info-wrap .col-md-12 li {
        margin: 0.5em 0.8em;        
    }
    .flex-vertical-align{
        display: flex;
        align-items: center;
    }
    .simple-social-icons,
    .menu-footer-container{
        display: inline-block;
        margin: 0;
        list-style: none;
    }
    .site-info-wrap .col-md-7{
        text-align:right;
    }
    .site-info-wrap ul.simple-social-icons li{
        margin-top: 0;
        margin-bottom:0;
    }

}
@media (max-width: 991px){
    .site-info-wrap .col-md-7,
    .site-info-wrap .col-md-5{
        text-align: center;
    }
    .site-info-wrap .simple-social-icons,
    .site-info-wrap .menu-footer-container{
        text-align: center;
        float: none;
    }
}
.site-footer-widgets .col-md-12 {
    text-align: center;
}

/* Alternative footer layout */

.footer-5-wide,
.footer-5-small {
    position: relative;
    width: 100%;
    float: left;
    padding-left:15px;
    padding-right:15px;
}

@media screen and (min-width: 40em){
    .footer-5-wide{
        width: 100%;
    }
    .footer-5-small {
        width: 33%;
    }
}
@media screen and (min-width: 64em){
    .footer-5-wide{
        width: 46%;
        padding-right: 8%;
    }
    .footer-5-small {
        width: 18%;
    }
}

/*
.site-info .simple-social-icons i{
    font-size: 20px;
    width: auto;
    background-color: transparent!important;
}*/



/*--------------------------------------------------------------
## FOOTER BUTTON
--------------------------------------------------------------*/
.footer-fixed-button {
    position: fixed;
    right: 25px;
    z-index: 90;
    bottom: 30px;  
}
.footer-fixed-button > a.button { 
    padding: 0 20px;
    height: 38px;    
    background: #222222;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease;
}

.footer-fixed-button > a.button:hover{    
    color: #fff;
}

.footer-fixed-button.footer-fixed-button--rounded > a.button{
    border-radius: 25px;
}
.footer-fixed-button.footer-fixed-button--shadow > a.button:hover{
    transform: translateY(3px);
}
/* --------------------------------------------
# FULLSCREEN MODAL
----------------------------------------------- */
.av5-fixed {
	width: 100%;
	height: 100%;
}
.av5-overlay-modal {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
        overflow-y: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.layout-passepartout--affect-modals .av5-overlay-modal:not(.av5-overlay-quickview-small):not(.av5-overlay-small){
    padding: 30px;
}

/*
.av5-overlay-modal:not(.av5-overlay-quickview-small) .av5-overlay-wrap {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:  translate(-50%, -50%);
	transform: translate(-50%, -50%);
}*/
.av5-overlay-modal:not(.av5-overlay-quickview-small):not(.av5-overlay-small) .av5-overlay-wrap {
    /*padding: 10%;*/
    padding: 90px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x:hidden;
    overflow-y: auto;
}

.av5-overlay-modal::-webkit-scrollbar {
	display: none;
}
/* Open */
.av5-overlay-modal.av5-open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* --------------------------------------------
## FULLSCREEN SEARCH
-------------------------------------------- */
.av5-overlay-modal .av5-overlay-close,
.av5-overlay-modal .av5-overlay-wrap > div{
	-webkit-transition: all .6s ease .5s;
	transition: all .6s ease .5s;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	text-align: center;
	opacity: 0;
        width:100%;
}
.av5-overlay-modal .av5-overlay-close{
        z-index: 90;
	transition: transform .5s ease .3s;
        transition-property: transform, -webkit-transform,opacity;
}
.av5-overlay-modal.av5-open .av5-overlay-close,
.av5-overlay-modal.av5-open .av5-overlay-wrap > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;

}
/*
.av5-overlay-modal .av5-overlay-wrap > div:not(.av5-fullscreen-search) {
        height: 100%;
}*/
/*
.av5-overlay-modal.av5-open .av5-overlay-wrap > div{
        overflow-x:hidden;
        overflow-y: auto;
        height: 100%;
        display: block;
}*/
/* magnifier icon position */
/*
.av5-fullscreen-search .search-submit {
	left: 28px;
	top: 38px;
}
.av5-fullscreen-search button {
	box-shadow: none;
	text-shadow: none;
	position: relative;
	border: 0;
	padding: 0;
	background: transparent;
	color:#000;
	font-size: 26px;
}*/
/*
.av5-size-guide-content{
    height:100%;
}*/
.av5-fullscreen-search .search-submit {
	right: 10px;
	bottom: 26px;
}
.av5-overlay-modal .av5-fullscreen-search .av5-search-bar form input.av5-search-input{
    padding-right: 60px;
}
.av5-fullscreen-search button {
	box-shadow: none;
	text-shadow: none;
	position: absolute;
	border: 0;
	padding: 0;
	background: transparent;
	color:#000;
	font-size: 26px;
}
.av5-fullscreen-search button:hover{
        background: transparent;
}
.av5-fullscreen-search .av5-search-bar form{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        position:relative;
}

.av5-fullscreen-search input.av5-search-input {	
	background: transparent;
	font-size: 48px;
	font-weight:600;
	margin: 0;
	height: 90px;
	line-height: 100%;
}
.underline-input .av5-fullscreen-search input.av5-search-input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
	height: 90px;
        padding: 0 40px 0 0;
}
.flat-input .av5-fullscreen-search input.av5-search-input{
    border-top:none;
    border-left: none;
    border-right:none;
}
.av5-fullscreen-search input[type='text'].av5-search-input{
	/*border-bottom: 2px solid #cacaca;*/
        boder:none;
        transition: border-color 0.4s ease, color 0.4s ease!important;
        -moz-transition: border-color 0.4s ease, color 0.4s ease!important;
        -webkit-transition: border-color 0.4s ease, color 0.4s ease!important;
	/*-webkit-transition: transform .5s ease .6s, opacity .5s ease .6s, border .5s,-webkit-transform .5s ease .6s;
	transition: transform .5s ease .6s, opacity .5s ease .6s, border .5s,-webkit-transform .5s ease .6s;*/
}

.av5-fullscreen-search input.av5-search-input::-webkit-input-placeholder{color: #a1a1a1;}
.av5-fullscreen-search input.av5-search-input:-ms-input-placeholder{color: #a1a1a1;}
.av5-fullscreen-search input.av5-search-input::-moz-placeholder{color: #a1a1a1;}
.av5-fullscreen-search input.av5-search-input:-moz-placeholder{color: #a1a1a1;}

/* --------------------------------------------
## FULLSCREEN SEARCH CATEGORIES
-------------------------------------------- */
/* appearance animation for categories block */
/*.av5-fullscreen-search.av5-open .product-cats, .av5-fullscreen-search.av5-open .search-fields {
	 -webkit-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
}*/
.av5-fullscreen-search .product-cats {
	/*-webkit-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    text-align: center;
    opacity: 0;*/
        margin-top: -40px;
	margin-bottom: 60px;
}
.av5-slide-out-modal .product-cats label:first-child,
.av5-fullscreen-search .product-cats label:first-child {
	padding-left: 0;
}
.av5-slide-out-modal .product-cats label,
.av5-fullscreen-search .product-cats label  {
	padding: 0 20px;
        margin-bottom: 8px;
        display: inline-block;
}
.av5-slide-out-modal .product-cats label span,
.av5-fullscreen-search .product-cats label span{    
	color: #959595;
	font-weight: 500;
    	font-size: 16px;
}
.av5-slide-out-modal .product-cats input:checked+span,
.av5-fullscreen-search .product-cats input:checked+span {
	color: #222222;
}
.product-cats input:checked+span:after,
.product-cats input:checked+span:after  {
	-webkit-transition: .3s;
	transition: .3s;
}
.av5-slide-out-modal .product-cats input:checked+span:after,
.av5-fullscreen-search .product-cats input:checked+span:after {
	width: 100%;
}
.av5-slide-out-modal .product-cats label span:hover,
.av5-fullscreen-search .product-cats label span:hover {
	color: #222222;
}
.av5-slide-out-modal .product-cats input,
.av5-fullscreen-search .product-cats input {
	display: none;
}
/*end search categories*/



/*--------------------------------------------------------------
# SLIDEOUTS
--------------------------------------------------------------*/
.av5-slide-out-modal {
    padding: 55px;
    padding-top: 25px;
    position: fixed;
    top: 0;
    width: 450px;
    min-width:450px;
    height: 100%;
    z-index: 10999;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-transition: all .7s cubic-bezier(0.18, 0.79, 0.4, 0.99); 
    -moz-transition: all .7s cubic-bezier(0.18, 0.79, 0.4, 0.99); 
    -ms-transition: all .7s cubic-bezier(0.18, 0.79, 0.4, 0.99); 
    transition: all .7s cubic-bezier(0.18, 0.79, 0.4, 0.99); 
    will-change: transform;
    /* DEFAULT POSITION RIGHT */
    right:0;
    transform:translate(100%,0px);
    -webkit-transform:translate(100%,0px);
}
.av5-slide-out-modal.av5-slide-out-from-right {
    right:0;
    transform:translateX(450px);
    -webkit-transform:translateX(450px);
    padding-right: 45px;
}
.av5-slide-out-modal.av5-slide-out-from-left {
    left:0;
    transform:translateX(-450px);
    -webkit-transform:translateX(-450px);
}
.av5-slide-out-modal.av5-slide-out-from-top {
    width:100%;
    height:300px;
    padding-top: 55px;
    top:0;
    left:0;
    transform:translateY(-300px); 
    -webkit-transform:translateY(-300px);
}

.av5-slide-out-modal.av5-open {
    transform: none;
    -webkit-transform: none;
}

/* ANIMATED CONTENT APPEARANCE */
.av5-slide-out-modal > div{
    opacity:0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transition: .7s cubic-bezier(.165,.84,.44,1) .05s;
    transition-property: transform, opacity, -webkit-transform;
    will-change: transform, opacity, -webkit-transform;
    height: 100%;
}
.av5-slide-out-modal.av5-slide-out-from-left > div{
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
}
.av5-slide-out-modal.av5-slide-out-from-top > div{
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    transition: .7s cubic-bezier(.165,.84,.44,1) .05s;
    transition-property: transform, opacity, -webkit-transform;
    will-change: transform, opacity, -webkit-transform;
}

.av5-slide-out-modal.av5-open > div {
    opacity:1;
    position: relative;
    transform:none;
    -webkit-transform: none;
}
/* SLIDEOUT SCROLLBAR */
.av5-slide-out-modal #slide-out-menu-content--mobile ul::-webkit-scrollbar,
.av5-slide-out-modal.av5-open > div::-webkit-scrollbar,
.av5-slide-out-modal.av5-open > div::-webkit-scrollbar{ 
    width:12px;
}
.av5-slide-out-modal #slide-out-menu-content--mobile ul::-webkit-scrollbar-thumb,
.av5-slide-out-modal #slide-out-menu-content--mobile ul::-webkit-scrollbar-thumb:window-inactive,
.av5-slide-out-modal.av5-open > div::-webkit-scrollbar-thumb,
.av5-slide-out-modal.av5-open > div::-webkit-scrollbar-thumb:window-inactive{
    background:rgba(0, 0, 0, 0.1);
}

/* VERTICALLY CENTERED SLIDEOUT MENU */
.av5-slide-out-modal .slide-out-menu-additional{
    display: flex;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.av5-slide-out-modal .slide-out-menu-additional:not(.additional-content--on){
    flex-flow: column;
}
.av5-slide-out-modal .slide-out-menu-additional:not(.additional-content--on) > ul{
    margin-top: auto;
    margin-bottom: auto;
}
/* SLIDEOUT MENU FONT SETTINGS */
.av5-slide-out-modal .slide-out-menu-additional li.menu-item a{
  position:relative;
  padding-bottom: 3px;
  font-size:32px;
  line-height: 32px;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
  -webkit-transition: color 0.5s!important;
  transition: color 0.5s!important;
}

/* BG OVERLAY WHEN SLIDEOUT IS OPENED */
.slide-out-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(54, 64, 72, 0.4);
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition: .6s opacity,.6s visibility;
    -webkit-transition: .6s opacity,.6s visibility;
    will-change: opacity, visibility;
}
.av5-fixed .slide-out-shadow,
.av5-overlay-open .slide-out-shadow,
.av5-slide-out-open .slide-out-shadow {
    opacity: .8;
    visibility: visible;
}
.av5-overlay-quickview-background{
    z-index: 999;
}

/* CLOSE ICON */
.big_cross_icon,
.widget .woocommerce-mini-cart a.remove_from_cart_button,
.woocommerce-mini-cart a.remove_from_cart_button,
.av5-overlay-modal .av5-overlay-close {
	cursor:pointer;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	top: 50px;
	right: 50px;
}
.widget .woocommerce-mini-cart a.remove_from_cart_button,
.woocommerce-mini-cart a.remove_from_cart_button,
.av5-slide-out-modal .big_cross_icon{
    right: 0;
    top: 5px;
    text-indent: -99999px;
}

.widget .woocommerce-mini-cart a.remove_from_cart_button,
.woocommerce-mini-cart a.remove_from_cart_button {
    width: 14px;
    height: 14px;
    z-index: 2;
}

.av5-slide-out-modal .woocommerce-mini-cart a.remove_from_cart_button {
    top: 10px;
    right: 7px;
    z-index: 2;
}
.admin-bar .av5-overlay-modal .av5-overlay-close{
	top: 80px;
}
.big_cross_icon:hover:before,
.big_cross_icon:hover:after,
.tinv-wishlist .tinv-modal .tinv-close-modal:hover:after,
.tinv-wishlist .tinv-modal .tinv-close-modal:hover:before,
.tinv-wishlist .product-remove > button:hover:after,
.tinv-wishlist .product-remove > button:hover:before,
.woocommerce-cart table.shop_table.cart .product-remove > a:hover:before,
.woocommerce-cart table.shop_table.cart .product-remove > a:hover:after,
.widget .woocommerce-mini-cart a.remove_from_cart_button:hover:before,
.widget .woocommerce-mini-cart a.remove_from_cart_button:hover:after,
.woocommerce-mini-cart a.remove_from_cart_button:hover:before,
.woocommerce-mini-cart a.remove_from_cart_button:hover:after,
.av5-overlay-modal .av5-overlay-close:hover:before,
.av5-overlay-modal .av5-overlay-close:hover:after {
    	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.big_cross_icon:before,
.tinv-wishlist .tinv-modal .tinv-close-modal:before,
.tinv-wishlist .product-remove > button:before,
.woocommerce-cart table.shop_table.cart .product-remove > a:before,
.widget .woocommerce-mini-cart a.remove_from_cart_button:before,
.woocommerce-mini-cart a.remove_from_cart_button:before,
.av5-overlay-modal .av5-overlay-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tinv-wishlist .tinv-modal .tinv-close-modal:after,
.tinv-wishlist .product-remove > button:after,
.woocommerce-cart table.shop_table.cart .product-remove > a:after,
.big_cross_icon:after,
.woocommerce-mini-cart a.remove_from_cart_button:after,
.av5-overlay-modal .av5-overlay-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tinv-wishlist .tinv-modal .tinv-close-modal:after,
.tinv-wishlist .tinv-modal .tinv-close-modal:before,
.tinv-wishlist .product-remove > button:after,
.tinv-wishlist .product-remove > button:before,
.woocommerce-cart table.shop_table.cart .product-remove > a:after,
.woocommerce-cart table.shop_table.cart .product-remove > a:before,
.av5-slide-out-modal .big_cross_icon:before,
.av5-slide-out-modal .big_cross_icon:after,
.widget .woocommerce-mini-cart a.remove_from_cart_button:before, 
.widget .woocommerce-mini-cart a.remove_from_cart_button:after,
.woocommerce-mini-cart a.remove_from_cart_button:before, 
.woocommerce-mini-cart a.remove_from_cart_button:after,
.av5-overlay-modal .av5-overlay-close::before, 
.av5-overlay-modal .av5-overlay-close::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: #536374;
        transform-origin: 50% 50%;
        opacity:1;
        -moz-transition: -moz-transform ease 0.3s;
	-webkit-transition: -webkit-transform ease 0.3s;
	-o-transition: -o-transform ease 0.3s;
	-ms-transition: -ms-transform ease 0.3s;
	transition: transform ease 0.3s;
}
.tinv-wishlist .product-remove > button:after, .tinv-wishlist .product-remove > button:before{
	margin-top: -3px;
}
.av5-slide-out-modal .big_cross_icon{
	-webkit-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	text-align: center;
	opacity: 0;
}
.av5-slide-out-modal.av5-open .big_cross_icon{
	-webkit-transform: translateY(0);
	transform: translateX(0);
	opacity: 1;
}

/* SEARCH SLIDEOUT */
.av5-slide-out-modal .av5-search-slideout .big_cross_icon{
    top: calc( 50% - 6px);    
    width: 22px;
    height: 22px;
}
.flat-input .av5-slide-out-modal .av5-search-slideout .big_cross_icon{
    top: calc( 50% - 18px);  
}
.av5-slide-out-modal .av5-search-slideout{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    display: flex;
    align-items: center;
}
.av5-overlay-modal .search-wrap,
.av5-slide-out-modal .av5-search-slideout .search-wrap{
    width:100%;
}

.av5-slide-out-modal .av5-search-slideout .av5-search-bar form{
    padding-right: 50px;
    display: flex;
    align-content: flex-end;
    margin-bottom: 20px;
    align-items: flex-end;
}
.av5-slide-out-modal .av5-search-slideout .av5-search-bar form .av5-search-input{
    margin-right: 20px;
    height:70px;
    font-size: 40px;
    font-weight: 600;
}
.flat-input .av5-slide-out-modal .av5-search-slideout .av5-search-bar form .av5-search-input{
    border:none;
}
/* product categories */
/*
.av5-slide-out-modal .product-cats{
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
}*/
.av5-slide-out-modal .av5-search-slideout.header-search--product-cats .big_cross_icon{
    top: calc( 50% + 8px);
}
.av5-slide-out-modal .av5-search-slideout.header-search--product-cats .search-wrap{
    margin-top: 40px;
}
/* SLIDEOUT MENU WITH ADDITIONAL CONTENT */
.av5-slide-out-modal .slide-out-menu-additional.additional-content--on {
    flex-direction: column;
}
.av5-slide-out-modal .slide-out-menu-additional.additional-content--on > ul{
    margin-top: auto;
    padding: 20px 0;
    margin-left: 0;
}
.additional-content--on .slideout-menu__additional-content{
    width: 100%;
    text-align: center;
    margin-top: auto;
}

/*--------------------------------------------------------------
# Slideout menu
--------------------------------------------------------------*/
/*
.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	margin: 30px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open .slideout-menu {
	display: block;
}
*/

/* --------------------------------------------
## SLIDEOUT MOBILE MENU
----------------------------------------------- */
#slide-out-menu-content--mobile  ul li{
        list-style: none;
}
#slide-out-menu-content--mobile > ul > li.menu-item{
    border-bottom: 1px solid #ededed;
}
#slide-out-menu-content--mobile > ul > li.menu-item:last-of-type{
        border-bottom: none;
}
#slide-out-menu-content--mobile li ul{
    margin-left: 12px;
}
#slide-out-menu-content--mobile li ul li a{
    text-transform: initial;
}
#slide-out-menu-content--mobile .big_cross_icon{
    /*width:20px;
    height:20px;
    right: 10px;
    top: 0;*/
    width: 15px;
    height: 15px;
    right: 6px;
    top: -5px;
    display:none;
}
#slide-out-menu-content--mobile{
    padding: 12px;
    /*padding-right: 0;*/
    /*padding-left: 0;*/
    padding-top: 20px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;
    overflow-y: auto;
}
#slide-out-menu-content--mobile > ul{
    margin-bottom: 60px;
    margin-left: 0;
}

#slide-out-menu-content--mobile aside:last-child {
    margin-bottom: 0;
}

#slide-out-menu-content--mobile .fa-angle-down{
    float:right;
    color: inherit;
    font-weight: bold;
    font-size: 18px;
    line-height: 14px;
    display: inline-block;
    text-decoration: inherit;
    padding: 20px;
    background-color: transparent;
}

#slide-out-menu-content--mobile ul li a{
    display: inline-block;
    padding: 20px 0;
}
#slide-out-menu-content--mobile .sub-menu{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}
#slide-out-menu-content--mobile .sub-menu{
    background-image: none!important;
}
#slide-out-menu-content--mobile ul .sub-menu li.menu-item-has-children>a{
    font-weight: bold;
}
#slide-out-menu-content--mobile ul .sub-menu li.menu-item-has-children .sub-menu{
    margin-left:0;
}
    #slide-out-menu-content--mobile .sub-menu li a{
    padding: 0;
}
/*
#slide-out-menu-content--mobile ul{
    overflow-y: auto;
    height: 100%;
}*/

#slide-out-menu-content--mobile .fa-angle-down.opened{
    -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}


/*--------------------------------------------------------------
# SHORTCODES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 TEXT WITH ICON 
--------------------------------------------------------------*/
.av5-text-with-icon .vc_icon_element-icon,
.av5-text-with-icon .av5-icon-image-wrap{
    display: inline-block;
    /*float: none;
    width: auto;*/
}
.av5-text-with-icon .text-content{
     -ms-flex: 1 1 0.000000001px;
     -webkit-flex: 1; 
     flex: 1; 
     -webkit-flex-basis: 0.000000001px; 
     flex-basis: 0.000000001px; 
     display: flex; 
    -ms-flex-direction: column;
     -webkit-flex-direction: column; 
     flex-direction: column; 
    -ms-flex-pack: center;
     -webkit-justify-content: center; 
     justify-content: center; 
}
.av5-text-with-icon .av5-icon-image-wrap{
    margin-right: 35px;
    max-width: 120px;
}
.av5-text-with-icon .vc_icon_element-icon{
    margin-right: 15px;
    line-height: inherit;
}
.av5-text-with-icon{
    width: 100%;
    float: none;
    position: relative;
    display: flex;
}
.av5-text-with-icon.av5-image-icon{
    margin-bottom: 35px;
}
/*--------------------------------------------------------------
  SOCIAL ICONS
--------------------------------------------------------------*/
.simple-social-icons.align-center{
    display:block;
}
ul.simple-social-icons {
    margin-left: 0;
}
.simple-social-icons li:last-child,
.simple-social-icons li{
    display: inline-block;
    margin: 0.5em 0.8em;
    padding: 0;
}
.simple-social-icons li a{
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    box-shadow:none!important;
}
.links__style--underlined .simple-social-icons li a:hover,
.links__style--underlined-fade .simple-social-icons li a:hover,
.links__style--underlined .simple-social-icons li a,
.links__style--underlined-fade .simple-social-icons li a,
.simple-social-icons li a:hover,
.simple-social-icons li a{
    box-shadow:none;
    border:none;
}
.simple-social-icons a:after,
.simple-social-icons a:before{
    content:none!important;
}
.simple-social-icons i {
    font-size: 20px;
    width: auto;
    background-color: transparent!important;
    /*transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;*/
}
.single-post__social.simple-social-icons{
    display:block;
}

/*--------------------------------------------------------------
   VERTICAL DIVIDER WITH ANIMATION
--------------------------------------------------------------*/

.vetical-divider-simple,
.vetical-divider-animated {
  position: relative;
  width: 2px;
  height: 70px;
  left: 50%;
  margin-left: -1px;
  overflow: hidden;
}
.vetical-divider-simple .line,
.vetical-divider-animated .line{
  top: 0;
  bottom: 0px;
  z-index: 11;
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 70px;
  margin-left: -1px;
  background: #d9d9d9;
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.vetical-divider-animated .line{
  top: -70px;
  animation: vetical-divider-animated 2s ease-in-out forwards infinite;
}
@keyframes vetical-divider-animated {
  0% {
      top: -70px;
  }
  40% {
      top: 0;
  }
  60% {
      top: 0;
  }
  100% {
      top: 70px;
  }
}

/*--------------------------------------------------------------
   BANNERS
--------------------------------------------------------------*/

.av5-banner{
  
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
/*
.vc_row-flex .av5-banner{
    position: initial;
}
*/
.av5-banner.av5-banner-zoom-hover:hover .av5-banner-image-wrap{
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.av5-banner-overlay{
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    z-index: 1;
}
.av5-banner-image-wrap{  
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 0;
}
.av5-banner.av5-banner-move-hover .av5-banner-image-wrap div{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.av5-banner .image-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.av5-banner.av5-banner--style5 .image-inner,
.av5-banner.av5-banner--style6 .image-inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.av5-banner .inner-wrap{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.av5-banner.av5-banner--style6 .inner-wrap{
    display: block;
    text-align: center;
    padding: 30px 6%;
}
.av5-banner.av5-banner--style5 .inner-content h3,
.av5-banner.av5-banner--style6 .inner-content h3{
    margin-bottom: 12px;
}
.av5-banner.av5-banner--style5 .inner-content,
.av5-banner.av5-banner--style6 .inner-content{
    max-width: 100%;
}
 .av5-banner.av5-banner--style5 .inner-wrap{
    flex-flow: row;
    padding: 25px 6% 35px;
}
.av5-banner.av5-banner--style5 .av5-button-container a.button{
    text-align: center;
    white-space: nowrap;
}
.av5-banner.av5-banner--style5 .fancy-title--small{
    margin-bottom: 15px!important;
}
.av5-banner .inner-content{
    max-width: 70%;
    z-index: 1;
}
a.av5-banner-link{    
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index:3;
    cursor: pointer;
    box-shadow: none;
}
.av5-banner a.button{
    z-index: 3;
}
/* Banner hover styles */
.av5-banner.av5-banner-overlay-hover:hover .av5-banner-overlay{
    opacity: 0.8!important;
}
.av5-banner.av5-banner-overlay-hover.no-overlay:hover .av5-banner-overlay{
    opacity: 0.3!important;
}
.av5-banner.av5-banner-move-hover .av5-banner-image-wrap div{
        width: calc(100% + 60px);
        transform: translate3d(-30px, 0, 0);
        transition: transform 0.5s, -webkit-transform 0.5s;
}
.av5-banner.av5-banner-move-hover:hover .av5-banner-image-wrap div{
        transform: translate3d(0, 0, 0);
}
.av5-banner.av5-banner--style1.top .inner-wrap{
    justify-content: flex-start;
}
.av5-banner.av5-banner--style1.bottom .inner-wrap{
    justify-content: flex-end;
}
.av5-banner.av5-banner--style2 .inner-wrap{
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
.av5-banner.av5-banner--style2.left .inner-wrap{
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    text-align: left;
}

.av5-banner.av5-banner--style3 .inner-wrap{
    justify-content: flex-end;
    /* align-content: center; */
    align-items: center;
    text-align: center;
}
.av5-banner--style4 .inner-wrap{
    justify-content: space-between;
    text-align: right;
    padding: 7%;
    align-items: flex-end;
}
.av5-banner--style4.left .inner-wrap {
    text-align: left;
    align-items: flex-start;
}
.av5-banner--style4 .inner-content {
    max-width: 60%;
}
.av5-banner--style4 .av5-banner-image-wrap{
    max-width: 84%;
}
.av5-banner--style4.left .av5-banner-image-wrap{
    right: 0;
    left: auto;
}
.av5-banner--style4.av5-banner-move-hover .inner-content{
    transition: transform 0.5s ease;
}
.av5-banner--style4.av5-banner-move-hover:hover .inner-content{
    transform: translateX(-10px);
}
.av5-banner.av5-banner-border-hover .inner-wrap{
    transition: transform 0.7s ease;
    /*transition: transform 0.7s cubic-bezier(0, 0.6, 0.4, 1.03);*/
}
.av5-banner.av5-banner-border-hover:hover .inner-wrap{
    transform: translateY(-14px);
}
.av5-banner.av5-banner-border-hover .av5-banner-image-wrap{
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 1);
    transition: box-shadow 0.5s cubic-bezier(0.01, 0.43, 0.24, 0.93);
}
.av5-banner.av5-banner-border-hover:hover .av5-banner-image-wrap{
    box-shadow: inset 0 0 0 20px rgba(0, 0, 0, 1);
}

/*--------------------------------------------------------------
   ROW EXTENDED - OVERLAY
--------------------------------------------------------------*/
.vc_row,
.wpb_column,
.row-overlay{
    position:relative;
}

.av5-row-overlay,
.av5-column-overlay,
.row-overlay:before{
    display: block!important;
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color:rgba(20,18,21,.5); 
    z-index: 1;
}
.vc_column_container>.vc_column-inner>.wpb_wrapper{
    z-index: 2;
    position: relative;
}

/*--------------------------------------------------------------
   HOTSPOT SHORTCODE
--------------------------------------------------------------*/

.block-hotspot img{
    margin-left: auto;
    margin-right: auto;
    width: auto!important;
    display: block!important;
    z-index: 1;
}
.block-hotspot[data-image-align="center"] img,
.hotspot-image-align--center{
    margin-left: auto!important;
    margin-right: auto!important;
}
.block-hotspot[data-image-align="left"] img,
.hotspot-image-align--left{
    margin-left: 0;
}
.block-hotspot[data-image-align="right"] img,
hotspot-image-align--right{
    margin-right: 0;
}
.block-hotspot .hotspot-element{
    z-index: 2;
}
.block-hotspot .hotspot-element-behind{
    z-index: -1;
}
.block-hotspot .hotspot-element.behind-image{
    z-index:0;
}
.block-hotspot {
    overflow: hidden;
    min-width: auto!important;
}
.block-hotspot--link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/*--------------------------------------------------------------
   ANIMATED TEXT SHORTCODE
--------------------------------------------------------------*/
.av5-animated-text--fadeIn:not(.av5-animated-text-inited),
.av5-animated-text--fadeIn .letter{
    opacity:0;
}
.av5-animated-text--fadeIn{
  margin-bottom: 0;  
  line-height: initial;
}
/* Masked text reveal */

.av5-animated-text--masked {
    color:#fff;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.av5-animated-text--masked p.inner {
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.av5-animated-text--masked .inner{
    line-height: 1;
    margin: 0;
    padding: 7px 12px;
    -ms-transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    display: block;
}
.av5-animated-text--masked h1.inner{
    padding: 15px 30px;
}
.av5-animated-text--masked h2.inner{
    padding: 10px 20px;
}
.av5-animated-text--masked h3.inner{
    padding: 8px 16px;
}
.av5-animated-text--masked.animated .inner{
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
    transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}
.av5-animated-text--masked .wrap{
    overflow: hidden;
    -ms-transform: translateX(-100%) translateZ(0);
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    position: relative;
    z-index: 100;
}
.av5-animated-text--masked.animated .wrap{
    -ms-transform: translateX(0%) translateZ(0);
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
    -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
    transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}
.av5-animated-text--masked:after {
    display: block;
    background-color: #000;
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform-origin: left;
    -ms-transform: scale(0,1);
    transform-origin: left;
    transform: scale(0,1);
}

.av5-animated-text--masked.animated:after {
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -ms-transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
    transition: transform 0.7s cubic-bezier(0.85,0,0.12,1);
}
/*--------------------------------------------------------------
   VIDEO ICON SHORTCODE
--------------------------------------------------------------*/
.av5_video_icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block;
}
.av5_video_button--filled-cut.av5_video_button:hover .av5_video_icon,
.av5_video_button:hover .av5_video_icon:before{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.av5_video_button:hover .av5_video_icon:before {
    /*border: 6px solid;
    border-color: #fff;*/
    box-shadow: 0 0 0 7px #ffffff;
}
.av5_video_icon:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* border: 4px solid;
    border-color: #fff;*/
    box-shadow: 0 0 0 5px #ffffff;
    z-index: 10;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
}
.av5_video_icon svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.av5_video_button--filled-cut.av5_video_button .av5_video_icon{
    width: 92px;
    height: 92px;
}
.av5_video_button--filled-cut .av5_video_icon svg{
    margin: 0;
}
.av5_video_button--filled-cut.av5_video_button .av5_video_icon{
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.av5_video_button--filled-cut.av5_video_button:hover .av5_video_icon:before,
.av5_video_button--filled-cut .av5_video_icon:before{
    box-shadow: none!important;
}
.av5_video_button--filled.av5_video_button:hover .av5_video_icon:before,
.av5_video_button--filled .av5_video_icon:before{
    box-shadow: none!important;
    z-index: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.av5_video_button--filled.av5_video_button:hover .av5_video_icon:before,
.av5_video_button--filled .av5_video_icon:before{
        background: #d5ba9c;
}
.av5_video_button--circle_pulse .av5_video_icon:after {
    content: " ";
    height: 90px;
    width: 90px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    transition: background .5s linear;
}
.av5_video_button--circle_pulse.av5_video_button:hover .av5_video_icon:after {
    background: #fff;
    animation: 1s pulse-circle linear;
}
.av5_video_button{
    display: inline-block;
}
.av5_video_button-image {
    position: relative;
}
.av5_video_button-image a:before{
    content: '';
    display: block;
    background-color: rgba(0,0,0,0);
    width: 100%;
    position: absolute;
    height: 100%;
    transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    z-index: 1;
}

.woocommerce .vc_row .av5_video_button-image img,
.vc_row .av5_video_button-image img,
.av5_video_button-image img{
    width:100%;
    display: block;
    height: auto;
    margin: 0;
    transition: all 1.4s cubic-bezier(0.19,1,0.22,1) 0s;
    -webkit-transition: all 1.4s cubic-bezier(0.19,1,0.22,1) 0s;
    
}

.av5_video_button-image.anim-style--zoom_hover .av5_video_button:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.av5_video_button-image .av5_video_button{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.av5_video_button-image .av5_video_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -45px;
    margin-left: -45px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
@keyframes pulse-circle {
  0% {
    animation-timing-function: ease-in;
    transform: scale(1.4);
    opacity: 0.05;
  }
    30% {
      
    transform: scale(2);
    opacity: .15;
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: scale(2.3);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-circle {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform:scale(1);
    opacity: 0;
  }
    50% {
    -webkit-transform:scale(2);
    opacity: .15;
  }
  100% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform:scale(2.3);
    opacity: 0;
  }
}

.av5-overlay-modal.av5-overlay-video-content-small .av5-overlay-close{
    top: 25px;
    right: 25px;
    z-index: 2;
    width: 21px;
    height: 21px;
    transition-delay: .3s;
}

.av5-overlay-modal.av5-overlay-video-content-small .av5-overlay-wrap iframe{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.av5-overlay-modal.av5-overlay-video-content-small .av5-overlay-wrap{
    position: relative;
    background: none!important;
    /*display: inline-block;*/
    display: flex;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    padding: 20px;
    max-width: 1200px;

}
.av5-video-content__wrapper{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.av5-overlay-modal.av5-overlay-video-content-small{
    background: rgba(4, 4, 4, 0.35);
}
.av5-overlay-modal.av5-overlay-video-content-small .av5-overlay-close:after,
.av5-overlay-modal.av5-overlay-video-content-small .av5-overlay-close:before{
    background-color:#fff;
}

/* tabs */
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title{
    font-family: inherit;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title,
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined .vc_tta-tab>a,
.wpb-js-composer .av5-tab-underlined .vc_tta-tab>a{
    background: transparent!important;
    text-align: center;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    padding: 10px 16px;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title{
    padding: 0;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before,
.wpb-js-composer .av5-tab-underlined .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before,
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined  .vc_tta-tab.vc_active > a:before,
.wpb-js-composer .av5-tab-underlined .vc_tta-tab.vc_active > a:before,
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined  .vc_tta-tab > a:before,
.wpb-js-composer .av5-tab-underlined .vc_tta-tab > a:before{
    content:'';
    height:2px;
    display: inline-block;
    border: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0;
    -webkit-transition: .5s width;
    transition: .5s width;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before,
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined  .vc_tta-tab > a:before,
.wpb-js-composer .av5-tab-underlined .vc_tta-tab > a:before{
    background: #000;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text:before,
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined  .vc_tta-tab.vc_active > a:before,
.wpb-js-composer .av5-tab-underlined .vc_tta-tab.vc_active > a:before{
    left: 0;
    width: 100%;
}
.wpb-js-composer .vc_tta.vc_general.av5-tab-underlined .vc_tta-panel-title>a{
    padding: 5px;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading{
    background: transparent!important;
}
.wpb-js-composer .av5-tab-underlined .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text{
    display: inline-block;
    width: auto;
    line-height: 26px;
    padding: 10px 16px;
    position: relative;
    font-size: 16px;
}
@media (max-width: 767px){
    .wpb-js-composer .vc_tta.vc_general.av5-tab-underlined .vc_tta-panel.vc_active .vc_tta-panel-body{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.wpb-js-composer .vc_tta.av5-tab-underlined .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, 
.wpb-js-composer .vc_tta.av5-tab-underlined .vc_tta-panel:not(:first-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.av5-tab-underlined .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/*--------------------------------------------------------------
   TABLE SHORTCODE
--------------------------------------------------------------*/
/*table{
    margin-bottom: 40px;
}*/
table tr{
    border-collapse: collapse;
    text-align: left;
}
.av5-table tr {
    border: none;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    box-shadow: 0px 0px 0px 2px rgba(54, 54, 54, 0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.av5-table td:nth-child(1) {
    background-color: #f8f8f8;
    overflow: hidden;
    min-width: 170px;
}
.av5-table td {
    border-top: none;
}
.av5-table tr:hover {
    box-shadow: 0px 0px 0px 2px rgba(54, 54, 54, 1);
}

.av5-table th {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    vertical-align: middle;
}
.av5-table th, .av5-table td {
    padding: 14px 20px;
    text-align: center;
}
.av5-table thead, .av5-table thead th {
    background-color: #f5f5f5;
}

.av5-table table {
    width: 100%;
    display: table;
}

.av5-table table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    border: none;
}
.av5-table{
    overflow: auto;
    padding: 2px;
}
@media only screen and (max-width: 768px){
    .av5-table th, .av5-table td {
        padding: 6px 10px;
    }
}

/* retro */
.av5-table.av5-table-retro  thead, .av5-table.av5-table-retro  thead th{
    background-color: #ffffff;
}
.av5-table.av5-table-retro tr:nth-child(odd){
    background: #fbfaf8;
}
.av5-table.av5-table-retro tr:nth-child(even){
    background: #ffffff;
}
.av5-table.av5-table-retro td:nth-child(1){
    background: inherit;
}
.av5-table.av5-table-retro td:nth-child(1) {
    min-width: auto;
}
.av5-table.av5-table-retro tr:hover {
    box-shadow: none;
}

.av5-table.av5-table-bordered table{
    border: 1px solid #e2dfe2;
}
.av5-table.av5-table-bordered tr:last-child{
    border-bottom: 1px solid #e2dfe2;
}
.av5-table.av5-table-bordered tr:first-child{
    border-top: 1px solid #e2dfe2;
}

/* simple table */
.av5-table-simple.last-column-to-right th:last-of-type,
.av5-table-simple.last-column-to-right td:last-of-type{
    text-align: right;
} 

.comment-content table,
body:not(.wpb-js-composer) .entry-content.single-page table,
body:not(.wpb-js-composer) .entry-content.single-post table,
.av5-table-simple{
    overflow: auto;
    padding: 2px;
    margin-bottom: 35px;
}
.comment-content table,
body:not(.wpb-js-composer) .entry-content.single-page table,
body:not(.wpb-js-composer) .entry-content.single-post table,
.av5-table-simple table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.comment-content table tr,
body:not(.wpb-js-composer) .entry-content.single-page table tr,
body:not(.wpb-js-composer) .entry-content.single-post table tr,
.av5-table-simple tr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comment-content table th,
body:not(.wpb-js-composer) .entry-content.single-page table th,
body:not(.wpb-js-composer) .entry-content.single-post table th,
.av5-table-simple th {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    color: #34302d;
    vertical-align: middle;
}
.comment-content table th, .comment-content table td,
body:not(.wpb-js-composer) .entry-content.single-page table th, body:not(.wpb-js-composer) .entry-content.single-page table td,
body:not(.wpb-js-composer) .entry-content.single-post table th, body:not(.wpb-js-composer) .entry-content.single-post table td,
.av5-table-simple th, .av5-table-simple td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 0;
    padding-left: 6px;
    text-align: left;
}
.comment-content tbody tr:last-child,
body:not(.wpb-js-composer) .entry-content.single-page table tbody tr:last-child,
body:not(.wpb-js-composer) .entry-content.single-post table tbody tr:last-child,
.av5-table-simple tbody tr:last-child{
    border-bottom: none;
}
/*
.av5-table th, .av5-table td {
    border-left: 2px solid #fff;
}*/
/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/

.login .shps-login-form-wrap {
	width: 400px;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
}

.login #loginform p {
	margin-bottom: 10px;
}

.login #loginform p:last-child {
	margin-bottom: 0;
}

.login .page-title {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 25px;
}

.login .page-title:after {
	display: block;
	content: '';
	width: 80px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	background: #c2a47d;
}

.login .login-submit .button-primary {
	display: block;
	width: 100%;
	padding: 18px 36px;
	background: #c2a47d;
	border: none;
}

.login .login-submit .button-primary:hover {
	background: #000;
}


/*--------------------------------------------------------------
# OTHER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## CUSTOM ANIMATION
--------------------------------------------------------------*/

.av5-fadeInUp{
    animation-name: av5-fadeInUp;
    animation-duration: 1.2s; 
}
.av5-fadeInUp-long{
    animation-name: av5-fadeInUp;
    animation-duration: 2s; 
}
.av5-fadeInLeft{
    animation-name: av5-fadeInLeft;
    animation-duration: 0.8s; 
}
.av5-fadeInRight{
    animation-name: av5-fadeInRight;
    animation-duration: 0.8s; 
}
.av5-fadeInLeft-long{
    animation-name: av5-fadeInLeft;
    animation-duration: 2s; 
}
.av5-fadeInRight-long{
    animation-name: av5-fadeInRight;
    animation-duration: 2s; 
}
.av5-fadeIn {
  animation-name: av5-fadeIn;
  animation-duration: 0.3s;
}
.av5-fadeOut {
  animation-name: av5-fadeOut;
  animation-duration: 0.3s;
}  
@keyframes av5-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes av5-fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes av5-fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes av5-fadeIn {
  0% {
    opacity: 0;
  }
  30%{
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes av5-fadeOut {
  0% {
    opacity: 1;
  }
  30%{
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes av5-logo {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


/*--------------------------------------------------------------
## WHITE STYLE
--------------------------------------------------------------*/

/* Predefined white title area text styles */
.white-style,
.white-style a,
.white-style p,
.white-style i,
.white-style h1,
.white-style h2,
.white-style h3,
.white-style h4,
.white-style h5,
.white-style h6,
.white-style .av5-breadcrumbs .breadcrumb_last,
.white-style .av5-breadcrumbs,
.white-style .av5-breadcrumbs a,
.white-style .woocommerce-breadcrumb,
.white-style .woocommerce-breadcrumb a,
.white-style .page-heading--subtitle,
.white-style .page-heading-text,
.white-style .page-heading-text a,
.white-style .simple-social-icons i,
.underline-input .white-style input,
.underline-input .white-style textarea,
.footer-newsletter .white-style h1, 
.footer-newsletter .white-style h2, 
.footer-newsletter .white-style h3, 
.footer-newsletter .white-style h4, 
.footer-newsletter .white-style h5, 
.footer-newsletter .white-style h6,
.footer-newsletter.underline-input .white-style .mc4wp-form input[type=submit]{
    color:#fff!important;
}

.white-style .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, 
.white-style .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
.white-style .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon,
.white-style.title-area-wrap .categories-list li a, 
.white-style .post__meta-wrap a, 
.white-style .post__meta--after a{
    border-color:#ffffff;
}
.white-style .vc_toggle.vc_toggle_default{
    border-bottom: 1px solid rgba(255,255,255, .3);
}
.white-style .vc_toggle_default .vc_toggle_icon::after, 
.white-style .vc_toggle_default .vc_toggle_icon::before,
.white-style .vc_toggle_simple .vc_toggle_icon::after, 
.white-style .vc_toggle_simple .vc_toggle_icon::before,
.white-style .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after, 
.white-style .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before,
.white-style .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after, 
.white-style .vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::before,
.white-style .vc_toggle_default .vc_toggle_icon::after, 
.white-style .vc_toggle_default .vc_toggle_icon::before,
.white-style .widget_recent_comments a:before,
.white-style .widget_recent_entries a:before,
.white-style .av5-breadcrumbs a:before,
.white-style .woocommerce-breadcrumb a:before,
.white-style .woocommerce-product-details__short-description a:before,
.white-style .title-area-wrap .categories-list li a:before, 
.white-style .post__meta-wrap a:before, 
.white-style .post__meta--after a:before,
.white-style .title-area-wrap .categories-list a:before,
.white-style .post__meta--after a:before,
.white-style .site-footer a:before,
.white-style .site-footer .menu-footer-container .menu a:before,
.white-style .site-info-wrap .menu a:before,
.white-style .logged-in-as a:before,
.white-style .about-author__description a:before,
.white-style .comment-content a:before,
.white-style .entry-content p a:before,
.white-style .comments-area .comment-list .reply a:before,
.white-style .comments-area .comment-list .comment-author a:before,
.white-style .comments-area .comment-list .comment-metadata a:before,
.white-style a.button.av5-btn--underlined:hover:after, .white-style a.button.av5-btn--single-underline:hover:after,
.white-style a.button.av5-btn--underlined:after, .white-style a.button.av5-btn--single-underline:after,
.anim-underline-menu-style.header-white-style:not(.is-sticky) .main-navigation .nav-menu > li.current_page_item > a:after,
.anim-underline-menu-style.header-white-style:not(.is-sticky) .main-navigation .nav-menu > li > a:after,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item .hamburger-menu-icon-small span{
    background-color:#fff!important;
}

.header-white-style:not(.is-sticky) a.button.av5-btn--outline, .header-white-style:not(.is-sticky) a.button.av5-btn--outline-top{
    border: 2px solid #fff;
    color:#fff;
}

.anim-underline-menu-style.header-white-style:not(.is-sticky) .main-navigation .nav-menu > li > a:hover:after,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item:hover .hamburger-menu-icon-small span{
    background-color:rgba(255, 255, 255, 0.6);
}
#header.header.header-white-style:not(.is-sticky) .header-main .header-item.wishlist:hover a.wishlist_products_counter:before,
#header.header.header-white-style:not(.is-sticky) .main-navigation .nav-menu > li > a:hover,
.header-white-style:not(.is-sticky) .header-item.slide-out-menu:hover .text,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item:hover .header-icon{
    color:rgba(255, 255, 255, 0.6);
}


#header.header.header-white-style:not(.is-sticky):not(.header_cart_text--circle) .header-main .header-item.cart .widget_shopping_cart_counter,
#header.header.header-white-style:not(.is-sticky):not(.header_cart_text--circle) .header-main .header-item .wishlist_products_counter_number,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item .wishlist_products_counter_text,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item.additional-text a,
.header-white-style:not(.is-sticky) .header-main .header-item .header-icon, 
.header-white-style:not(.is-sticky) .header-main .header-item.wishlist a.wishlist_products_counter:before, 
.header-white-style:not(.is-sticky) .header-item.wishlist .wishlist_products_counter .wishlist-icon:before, 
.header-white-style:not(.is-sticky) .header-item.wishlist a.wishlist_products_counter:before, 
.header-white-style:not(.is-sticky) div.wishlist_products_counter.top_wishlist-font-icon.wishlist-counter-with-products i.wishlist-icon:before,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item.wishlist a.wishlist_products_counter:before,
.header-white-style:not(.is-sticky) .header-item.slide-out-menu .text,
.header-white-style:not(.is-sticky) .header-main .header-item.additional-text,
.header-white-style.menu--arrow-on:not(.is-sticky) .main-navigation>ul>li.menu-item-has-children:hover:after,
.header-white-style.menu--arrow-on:not(.is-sticky) .main-navigation>ul>li.menu-item-has-children:after,
#header.header.header-white-style:not(.is-sticky) .main-navigation .nav-menu > li > a,
#header.header.header-white-style:not(.is-sticky) .header-main .header-item .header-icon{
    color:#fff;
}
.underline-input .white-style input:not([type="submit"]):hover,
.underline-input .white-style input:not([type="submit"]):focus, 
.underline-input .white-style textarea:hover, 
.underline-input .white-style textarea:focus{
    border-color: #ffffff;

}
.underline-input .white-style textarea, 
.underline-input .white-style input:not([type="submit"]){
    border-color: #ffffff;
    /*-webkit-transition-property: opacity;
    transition-property: opacity;*/
}

    
/*--------------------------------------------------------------
## REVEAL
--------------------------------------------------------------*/
/*
.reveal--on article.post{
    visibility: hidden;
    opacity:0;
}
*/
ul.products.reveal--on  li.product {
    visibility: hidden;
    opacity:0;
}


/*--------------------------------------------------------------
## TO TOP
--------------------------------------------------------------*/
#toTop {
    border: medium none;
    bottom: 30px;
    display: block;
    height: 44px;
    width: 44px;
    opacity:1;
    overflow: hidden;
    position: fixed;
    right: 30px;
    z-index: 3;	
    cursor: pointer;
}
#toTop.show:hover .line{
    transform: translateY(18px);
}
#toTop.show:hover .next-arrow{
    transform: translateY(-2px) rotateZ(-90deg);
}
#toTop.show .line{
    transform: translateY(14px);
    transform-origin: top;
    animation: toTopLineShow 0.6s ease;
}
#toTop.show .next-arrow {
    transform: translateY(2px) rotateZ(-90deg);
    animation: toTopArrowShow 0.4s ease;
}
#toTop .line{
    left: 21px;
    height: 20px;
    top: 0;
    transform: translateY(64px);
    width: 2px;
    background-color: #333;
    position: relative;
    display: block;
    content: '';
    z-index: 2;
    animation: toTopLineHide 0.6s ease;
    transition: transform 0.3s ease;
}
#toTop .next-arrow {
    /*top: 35px;*/
    top:0;
    transform: translateY(35px) rotateZ(-90deg);
    position: absolute;
    backface-visibility: hidden;
    height: 44px;
    width: 44px;
    display: block;
    z-index: 2;
    animation: toTopArrowHide 0.4s ease;
    transition: transform 0.3s ease;
}
@keyframes toTopLineShow {
  0% {
    transform: translateY(64px) scaleY(0);    
  }
  100% {
    transform: translateY(14px) scaleY(1);
  }
}
@keyframes toTopLineHide {
  0% {
    transform: translateY(14px) scaleY(1);
  }
   20% {
    transform: translateY(14px) scaleY(1);
  }
  100% {
    transform: translateY(-30px) scaleY(0);
  }
}
@keyframes toTopArrowShow {
  0% {
    transform: translateY(35px) rotateZ(-90deg);
  }
  100% {
    transform: translateY(2px) rotateZ(-90deg);
  }
}
@keyframes toTopArrowHide {
  0% {
    transform: translateY(2px) rotateZ(-90deg);
  }
  100% {
    transform: translateY(-22px) rotateZ(-90deg);
  }
}
/*--------------------------------------------------------------
## PRELOADER
--------------------------------------------------------------*/
.av5-preloader{
    width: 100%;
    height: 100%;
}

.av5-preloader #av5-home-preloader {
    display: block;
    position: fixed;
    opacity:1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}
.av5-preloader-wrap{
    display: flex;
    height:100%;
    flex-flow: column wrap;
    width:100%;
    justify-content: center;
    align-items: center;
}
.av5-preloader-wrap .line-preloader{
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;    
}
.woocommerce .av5-preloader-wrap img{
    width: auto;
    height:auto;
}

.av5-preloader.av5-page-fading-in #av5-home-preloader{
        animation: 1s ease forwards;
        -webkit-animation-name: preloaderfadeIn;
	animation-name: preloaderfadeIn;   
}
.av5-preloader.av5-page-fading-out #av5-home-preloader{
        animation: 1s ease forwards;
        -webkit-animation-name: preloaderfadeOut;
	animation-name: preloaderfadeOut;   
}
@keyframes preloaderfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloaderfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## DIVIDERS
--------------------------------------------------------------*/
.littledivider {
    float: left;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    position: relative;
    height: 2px;
    background: #2c2c2c;
}

/* for vertical divider only */

.comments-area .comments-title{
   /* margin-top:50px;*/
}
.vertical-divider {
    margin: 0;
    height: 65px;
}

.vertical-line-divider::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 84px;
	left: 50%;
	position: absolute;
	top: -42px;
	width: 1px;
	z-index: 999;
}

.h-divider{
    content: '';
    position: relative;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    background-color: rgba(0,0,0, 0.15);
    width: 1.875rem;
    margin-right: 14px;
    margin-left: 14px;
}

/*--------------------------------------------------------------
## PROGRESS BARS
--------------------------------------------------------------*/
/* default vc progress bar */
.vc_progress_bar .vc_single_bar {
    background: #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
        background-color: #000;
    transition: width 1.4s cubic-bezier(0.64, 0.01, 0.07, 0.97);
    -moz-transition: width 1.4s cubic-bezier(0.64, 0.01, 0.07, 0.97);
    -webkit-transition: width 1.4s cubic-bezier(0.64, 0.01, 0.07, 0.97);
    -o-transition: width 1.4s cubic-bezier(0.64, 0.01, 0.07, 0.97);
}
.vc_progress_bar .vc_single_bar .vc_label{
    padding: 0 0.5em;
    line-height: 22px;
    font-size:13px;
}

/* av5 vc thin progrress */
.av5-progress-thin .vc_single_bar {
    margin-bottom: 32px;
}
.av5-progress-thin .vc_single_bar .vc_bar {
    height: 5px;
}
.av5-progress-thin .vc_single_bar .vc_label{
    height: 5px;
    padding: 0;
    line-height: 31px;
}
.av5-progress-thin .vc_label_units{
    position:relative;
    margin-left: 40px;
}
.av5-progress-thin .vc_label_units:before{
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: -34px;
    content: '';
}

/*--------------------------------------------------------------
## VC TOGGLES
--------------------------------------------------------------*/
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after, 
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before{
        visibility: visible;
}
.vc_toggle_title h1,
.vc_toggle_title h2,
.vc_toggle_title h3,
.vc_toggle_title h4,
.vc_toggle_title h5,
.vc_toggle_title h6{
    margin: 0;
}
.vc_toggle_default .vc_toggle_icon::before{
    border:none;
}
/* Default */
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before{
    height: 12px;
    width: 2px;
    top: 9px;
    left: 14px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before{
    height: 18px;
    width: 2px;
    top: 6px;
    left: 14px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 14px;
    width: 2px;
    top: 8px;
    left: 14px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::after{
    width: 12px;
    height: 2px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::after{
    width: 18px;
    height: 2px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
    width: 14px;
    height: 2px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding-left: 0;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon,
.vc_toggle_default .vc_toggle_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top:0;
    border: none!important;
    background: transparent!important;
}
.vc_toggle.vc_toggle_default {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    -ms-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    -webkit-transition: border-color 0.15s ease;
}
.vc_toggle_default{
    margin: 0;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content{
    margin-top: 5px;
    margin-bottom: 15px;
}
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title{
    padding: 10px 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
    margin-top: 10px;
    margin-bottom: 30px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding: 20px 0;
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content{
    margin-top: 15px;
    margin-bottom: 40px;
}
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title{
    padding: 30px 0;
}

.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding-right: 30px;
}
/* toggle plus animation */
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before,
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after{
    -ms-transition: transform 0.45s ease;
    transition: transform 0.45s ease;
    -webkit-transition: -webkit-transform 0.45s ease;
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
}
.vc_toggle_simple.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_round.vc_toggle_color_inverted.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_size_sm.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_size_lg.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before,
.vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before{
   -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
}

/* rounded outline */
.vc_toggle_round.vc_toggle_color_inverted.vc_toggle_size_sm .vc_toggle_icon::after{
    top: 2px;
    left: 5px;
}
.vc_toggle_round.vc_toggle_color_inverted.vc_toggle_size_md .vc_toggle_icon::after{
    top: 4px;
    left: 8px;
}
.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon::after{
    top: 5px;
    left: 11px;
}

/* simple */
.vc_toggle_simple.vc_toggle_size_md .vc_toggle_icon::after{
    top: 6px;
    left: 10px;
}
.vc_toggle_simple.vc_toggle_size_sm .vc_toggle_icon::after{
    top: 4px;
    left: 7px;
}
.vc_toggle_simple .vc_toggle_icon::after{
    top: 7px;
    left: 13px;
}


/*--------------------------------------------------------------
# CONTENT HELPERS
--------------------------------------------------------------*/

.full-height{
    min-height: 100vh;
}
   
@media (min-width: 992px) {
    .max-width-40{
        max-width: 40%;
    }
    .max-width-50{
        max-width: 50%;
    }
    .max-width-60{
        max-width: 60%;
    }
    .max-width-70{
        max-width: 70%;
    }
    .max-width-80{
        max-width: 80%;
    }
    .max-width-90{
        max-width: 90%;
    }   
}
    .max-width-450{
        max-width: 450px;
    }
    .max-width-700{
        max-width: 700px;
    }
    .max-width-960{
        max-width: 960px;
    }
    .vc_row.max-width-centered,
    .max-width-centered{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .vc_row.max-width-right,
    .max-width-right{
        margin-right: 0;
        margin-left: auto;
    }
    .vc_row.max-width-left,
    .max-width-left{
        margin-right: auto;
        margin-left: 0;
    }
/*    
.text-indent h1,
.text-indent h2,
.text-indent h3,
.text-indent{
    text-indent:-70px;
    padding-left: 70px;
}
*/

@media screen and (min-width: 481px) {
    .text-indent h1,
    .text-indent h2,
    .text-indent h3,
    .text-indent{
        text-indent:-70px;
        padding-left: 35px;
    }
}
@media (max-width: 768px) {
    .text-indent h1,
    .text-indent h2,
    .text-indent h3,
    .text-indent{
        text-indent:-35px;
        padding-left: 15px;
    }
}
.text-leftside-line:before {
    border-top: 1px solid;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    left: 0;
    top: 45%;
    width: 25px;
    opacity: .7;
}

.text-leftside-line {
    position: relative;
    padding-left: 35px;
}

/* FANCY TITLES */
.fancy-title--small h6,
.fancy-title--small p,
.fancy-title--small{	
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 12px;
    margin-bottom:20px!important;
}
@media screen and (min-width: 769px) {
    .fancy-title--big h1,
    .fancy-title--big p,
    .fancy-title--big{	
        font-size: 112px;
    }
}

/* DROP CAPS */
.dropcap-letter > p:first-child:first-letter,
.dropcap-letter div:not(.wpb_wrapper) p:first-child:first-letter,
.dropcap-letter .wpb_wrapper > p:first-child:first-letter,
span.dropcap-letter,
p.dropcap-letter  {
    font-style: normal;
    line-height: 1!important;
    font-size: 5.5em!important;
    color: #000;
    display: block;
    float: left;
    margin: -1px .15em 0 0;
}
.dropcap-letter > p:first-child:first-letter,
.dropcap-letter div:not(.wpb_wrapper) p:first-child:first-letter,
.dropcap-letter .wpb_wrapper > p:first-child:first-letter,
span.dropcap-letter:not(.h1-dropcap):not(.h2-dropcap):not(.h3-dropcap),
p.dropcap-letter:not(.h1-dropcap):not(.h2-dropcap):not(.h3-dropcap){
    font-weight: 600;
}


.dropcap-letter.small-dropcap{
    font-size: 3.6em!important;
    margin: 1px .15em 0 0;
}
/* LIST */
.av5-list__style--lines{
    list-style: none;
    margin-left: 0;
}
ul.av5-list__style--lines li,
.av5-list__style--lines ul li{
    position:relative;
    padding-left: 28px;
    margin-bottom: 5px;
}
ul.av5-list__style--lines li:before,
.av5-list__style--lines ul li:before{
    content: '';
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    background: #dedede;
}
ul.av5-list__style--lines.line-top li:before,
.av5-list__style--lines.line-top ul li:before{
    top: 15px;
}
/* EXTENDED CONTENT*/
@media (min-width: 950px){
    .entry-content .alignwide,
    .wide-content,
    .single-post .page-layout--standard.page-layout--no-sidebar .post-extended-content{
        margin-left: -100px;
        margin-right: -100px;
    }
}
@media (min-width: 1200px){
    .entry-content .alignwide,
    .wide-content,
    .single-post .page-layout--standard.page-layout--no-sidebar .post-extended-content{
        margin-left: -200px;
        margin-right: -200px;
    }
}
.wide-content,
.single-post .page-layout--standard.page-layout--no-sidebar .post-extended-content{
    margin-top: 60px;
    margin-bottom: 60px;
}
.entry-content .alignfull,
.entry-content .alignwide {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

/* unsort */
.content-area:before,
.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
    content: " ";
    display: table;
}


/* BOXED CONTENT */
.boxed-block:not(.vc_column_container),
.boxed-block-big:not(.vc_column_container),
.boxed-block-huge:not(.vc_column_container),
.boxed-block .vc_column-inner,
.boxed-block-big .vc_column-inner,
.boxed-block-huge .vc_column-inner{
    background: #fff;
}

.vc_column_container.boxed-block > .vc_column-inner,
.boxed-block:not(.vc_column_container){
    padding: 60px!important;
}
.vc_column_container.boxed-block-small  > .vc_column-inner,
.boxed-block-small:not(.vc_column_container){
    padding:45px!important;
}
.vc_column_container.boxed-block-big  > .vc_column-inner,
.boxed-block-big:not(.vc_column_container){
    padding:90px!important;
}
.vc_column_container.boxed-block-huge  > .vc_column-inner,
.boxed-block-huge:not(.vc_column_container){
    padding: 120px!important;
}
.vc_column_container.boxed-block--with-shadow > .vc_column-inner,
.boxed-block--with-shadow:not(.vc_column_container){
    -webkit-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
}
.boxed-block.hotspot-element{
    position: absolute;
}
.boxed-block.hotspot-element:not(.vc_column_container){
    padding: 45px!important;
}

/* CONTACT FORM 7 */
.full-width,
.fullwidth-form input,
.fullwidth-form button,
.fullwidth-form select{
    width:100%;
}
/*
.av5-featured-block{
    width: 35%;
    margin-right: -44%;
    margin-left: 5%;
    display: inline-block;
    z-index: 2;
    position: relative;
    vertical-align: middle;
}
.av5-featured-block-image{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-left: 29%;
    min-height: 690px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}*/
.av5-block--overlap-left,
.av5-block--overlap-right{
    z-index: 3;
}
@media screen and (max-width: 990px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left:not(.boxed-block) > .vc_column-inner,
    .av5-block--overlap-left:not(.boxed-block) > .vc_column-inner,
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right:not(.boxed-block) > .vc_column-inner,
    .av5-block--overlap-right:not(.boxed-block) > .vc_column-inner{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right:not(.boxed-block),
    .av5-block--overlap-right:not(.boxed-block){
        order:1;
        margin-top: 50px;
    }    
}
@media screen and (max-width: 1024px) {
    .vc_column_container.boxed-block > .vc_column-inner,
    .boxed-block:not(.vc_column_container){
        padding: 40px!important;
    }
    .vc_column_container.boxed-block-small  > .vc_column-inner,
    .boxed-block-small:not(.vc_column_container){
        padding: 45px!important;
    }   
    .vc_column_container.boxed-block-big  > .vc_column-inner,
    .boxed-block-big:not(.vc_column_container){
        padding: 60px!important;
    }
    .vc_column_container.boxed-block-huge  > .vc_column-inner,
    .boxed-block-huge:not(.vc_column_container){
        padding: 60px!important;
    }    
}
@media screen and (max-width: 767px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right,
    .av5-block--overlap-right{
        order:1;
        margin-top: 50px;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left > .vc_column-inner,
    .av5-block--overlap-left > .vc_column-inner,
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right > .vc_column-inner,
    .av5-block--overlap-right > .vc_column-inner{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left.boxed-block > .vc_column-inner,
    .av5-block--overlap-left.boxed-block > .vc_column-inner,
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right.boxed-block > .vc_column-inner,
    .av5-block--overlap-right.boxed-block > .vc_column-inner{
            margin-top: -90px;
    }
    .vc_column_container.boxed-block-small  > .vc_column-inner,
    .boxed-block-small:not(.vc_column_container){
        padding: 35px!important;
    }   
    .vc_column_container.boxed-block-big  > .vc_column-inner,
    .boxed-block-big:not(.vc_column_container){
        padding: 50px!important;
    }   
}
@media screen and (max-width: 480px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left > .vc_column-inner,
    .av5-block--overlap-left > .vc_column-inner,
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right > .vc_column-inner,
    .av5-block--overlap-right > .vc_column-inner{
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left.boxed-block > .vc_column-inner,
    .av5-block--overlap-left.boxed-block > .vc_column-inner,
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right.boxed-block > .vc_column-inner,
    .av5-block--overlap-right.boxed-block > .vc_column-inner{
            margin-top: -50px;
    }
    .vc_column_container.boxed-block > .vc_column-inner,
    .boxed-block:not(.vc_column_container){
        padding: 30px!important;
    }
    .vc_column_container.boxed-block-small  > .vc_column-inner,
    .boxed-block-small:not(.vc_column_container){
        padding: 25px!important;
    }   
    .vc_column_container.boxed-block-big  > .vc_column-inner,
    .boxed-block-big:not(.vc_column_container){
        padding:35px!important;
    }
    .vc_column_container.boxed-block-huge  > .vc_column-inner,
    .boxed-block-huge:not(.vc_column_container){
        padding: 40px!important;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right:not(.boxed-block) + .vc_col-sm-9{
        width: 85%;
        margin-left: auto;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right:not(.boxed-block),
    .av5-block--overlap-right:not(.boxed-block),
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left:not(.boxed-block),
    .av5-block--overlap-left:not(.boxed-block){
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (min-width: 768px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left,
    .av5-block--overlap-left{
        margin-left: -35%;
        width: 55%;
        margin-right: 5%;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right,
    .av5-block--overlap-right{
        margin-right: -35%;
        width: 55%;
        margin-left: 5%;
    }
    .vc_column_container.av5-block--overlap-left.boxed-block-huge > .vc_column-inner,
    .vc_column_container.av5-block--overlap-right.boxed-block-huge > .vc_column-inner{
        padding: 60px!important;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right{
        margin-right: -19%;
        width: 35.6%;
        margin-left: 0;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + style + .vc_column_container .av5-banner .inner-content,
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + .vc_column_container .av5-banner .inner-content{
        margin-left: 23%;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-left{
        margin-left: -19%;
        width: 35.6%;
        margin-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left,
    .av5-block--overlap-left{
        margin-left: -25%;
        width: 45%;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right,
    .av5-block--overlap-right{
        margin-right: -25%;
        width: 45%;
    }
    .vc_column_container.av5-block--overlap-left.boxed-block-huge > .vc_column-inner,
    .vc_column_container.av5-block--overlap-right.boxed-block-huge > .vc_column-inner{
        padding: 90px!important;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right{
        margin-right: -14%;
        width: 30.6%;
        margin-left: 0;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + style + .vc_column_container .av5-banner .inner-content,
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + .vc_column_container .av5-banner .inner-content{
        margin-left:14%;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-left{
        margin-left: -14%;
        width: 30.6%;
        margin-right: 0;
    }
}
@media screen and (min-width: 1401px) {
    .vc_column_container.vc_col-sm-3.av5-block--overlap-left,
    .av5-block--overlap-left{
        margin-left: -15%;
        width: 35%;
    }
    .vc_column_container.vc_col-sm-3.av5-block--overlap-right,
    .av5-block--overlap-right{
        margin-right: -15%;
        width: 35%;
    }
    .vc_column_container.av5-block--overlap-left.boxed-block-huge > .vc_column-inner,
    .vc_column_container.av5-block--overlap-right.boxed-block-huge > .vc_column-inner{
        padding: 20%!important;
    }
     .vc_column_container.vc_col-sm-2.av5-block--overlap-right{
        margin-right: -5%;
        width: 21.6%;
        margin-left: 0;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + style + .vc_column_container .av5-banner .inner-content,
    .vc_column_container.vc_col-sm-2.av5-block--overlap-right + .vc_column_container .av5-banner .inner-content{
        margin-left: 5%;
    }
    .vc_column_container.vc_col-sm-2.av5-block--overlap-left{
        margin-left: -5%;
        width: 21.6%;
        margin-right: 0;
    }
}


/* HORIZONTAL INLINE LINE */
.av5-horizontal-line-before,
.av5-horizontal-line-after{
    position: relative;
    display: inline-block;
}
.av5-horizontal-line-after:before{
    width: 95px;
    content: '';
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    left: 100%;
    margin-left: 20px;
    background: currentColor;;
}
.av5-horizontal-line-before{
    margin-left: 115px;
}
.av5-horizontal-line-before:before{
    width: 95px;
    content: '';
    height: 1px;
    position: absolute;
    top: calc(50% - 1px);
    right:100%;
    margin-right: 20px;
    background: currentColor;;
}
.align-right .av5-horizontal-line-before{
        margin-left: 116px;
}
.align-right .av5-horizontal-line-after{
        margin-right: 116px;
}


/* ANIMATED NOTICES */
.animated-notices .woocommerce-error, .animated-notices .woocommerce-info, .animated-notices .woocommerce-message {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    z-index: 999;
    -webkit-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 55px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 64px -22px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    animation: noticesAppear 0.4s ease-out;
    padding-right: 60px;
}
@keyframes noticesAppear {
	0% { opacity:0; transform: translateY(-30px) translateX(-50%); }
	100% { opacity:1; transform: translateY(0) translateX(-50%); }
}
/*
.animated-notices .woocommerce-error *{
    opacity: 0;
    animation: av5-fadeIn 0.4s;
    animation-delay: 500ms;
}*/
.animated-notices .woocommerce-message span.big_cross_icon{
    top: 18px;
    right: 18px;
    width: 25px;
    height: 25px;
}
/* fix passepartout frames add horizontal */
.layout-passepartout{
    position: relative;
}
.layout-passepartout.passepartout-horizontal .above-footer-content-area,
.layout-passepartout.passepartout-horizontal .site-footer,
.layout-passepartout.passepartout-horizontal .footer-newsletter{
    border-top: 30px solid #fff;
}
/* fixes */
.search-no-results .content-area,
.woocommerce.archive .content-area{
    margin-top: 50px;
}
.search-no-results .no-results{
margin-bottom: 80px;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.hotspot-element{
    position: absolute;
}

@media screen and (min-width: 1025px){
    .hide-on-desktop{
        display: none!important;
    }
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px;
}
/* add shadow to any element */
.av5-shadow{
    box-shadow: 0 5px 50px rgba(0,0,0,0.04), 0 30px 40px rgba(0,0,0,0.02);
}
.av5-shadow-2{
    box-shadow: 0 30px 90px -10px rgba(0,0,0,0.1);
}
/* self hosted video shortcode */
.av5-background-video{
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.av5-background-video video{
    width:100%;
    height: auto;
}


/* Default Fonts */

h1,
.pswp__ui .pswp__counter,
.dropcap-letter.h1-dropcap,
.title-area-wrap h1.entry-title{
    font-family: butler_regular-webfont, 'Cormorant Garamond', Georgia, 'Times New Roman', Times,serif;
    font-weight: normal;
    font-style: normal;
}
.title-area-wrap h1.entry-title {
    line-height: 78px;
    font-size: 72px;
}
h1,
.pswp__ui .pswp__counter,
.dropcap-letter.h1-dropcap {
    line-height: 72px;
    font-size: 72px;
}
.av5-fullscreen-search .av5-search-bar input.av5-search-input,
.av5-slide-out-modal .av5-search-slideout .av5-search-bar form .av5-search-input,
h3,h4,
.woocommerce-edit-account legend,
.woocommerce-loop-category__title,
.woocommerce #review_form #respond #reply-title,
.woocommerce div.product .woocommerce-tabs .panel h2,
.dropcap-letter.h3-dropcap,
.woocommerce-page .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals h2,
.blog-listing-wrap h2.entry-title,
.search h2.entry-title,
h2,
.dropcap-letter.h2-dropcap,
.cart-empty,
.woocommerce-thankyou-order-received,
.owl-counter,
.blog-listing-wrap h2.entry-title,
.search h2.entry-title{
    font-family: butler_medium-webfont, 'Cormorant Garamond', Georgia, 'Times New Roman', Times,serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
.blog-listing-wrap h2.entry-title,
.search h2.entry-title {
    line-height: 34px;
    font-size: 30px;
}

h2,
.dropcap-letter.h2-dropcap,
.cart-empty,
.woocommerce-thankyou-order-received,
.owl-counter{
    font-size: 48px;
}
h3,
.woocommerce-edit-account legend,
.woocommerce-loop-category__title,
.woocommerce #review_form #respond #reply-title,
.woocommerce div.product .woocommerce-tabs .panel h2,
.dropcap-letter.h3-dropcap,
.woocommerce-page .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 36px;

}
h4 {
    font-size: 26px;
}
.av5-fullscreen-search .av5-search-bar input.av5-search-input,
.av5-slide-out-modal .av5-search-slideout .av5-search-bar form .av5-search-input {
    font-size: 32px;
}

h6 {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
    font-size: 14px;
}
.fancy-title--small h6,
.fancy-title--small p,
.fancy-title--small:not(.wpb_text_column) {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 12px;
}
.main-navigation li > a,
.header__item__slide-out-menu .text,
#slide-out-menu-content--mobile ul > li > a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;

}
.main-navigation ul ul a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-weight: 500;
    font-size: 13px;
}
.av5-slide-out-modal .slide-out-menu-additional li.menu-item a {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 32px;
    font-weight: 400;
    font-size: 32px;
}
body,
p {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
}
.single-post article .entry-content,
.single-post article .entry-content p {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 31px;
    font-weight: 400;
    font-size: 16px;
}
.widget .widget-title,
.widget_calendar caption,
.AV5_Widget_Popular_Posts .widget--style-featured a.title,
.AV5_Widget_Recent_Posts .widget--style-featured a.title,
.widgettitle {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    line-height: 22px;
    font-weight: 600;
    font-size: 16px;
}

/* Onload banner modal */
#av5-onload-banner,
#av5-onload-banner .av5-onload-modal-content,
#av5-onload-banner .av5-onload-modal-image{
    height: 100%;
}
#av5-onload-banner{
    	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#av5-onload-banner .av5-onload-modal-content{
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.av5-overlay-modal.av5-overlay-small{

    overflow: hidden;
    -webkit-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 59px -5px rgba(0, 0, 0, 0.07);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
}
.av5-overlay-modal.av5-overlay-small.av5-open{
	-webkit-animation: av5-banner-onload 1s ease forwards;
	animation: av5-banner-onload 1s ease forwards;
}
@-webkit-keyframes av5-banner-onload {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
        }
}

@keyframes av5-banner-onload {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
        }
}
.av5-overlay-modal.av5-overlay-small .av5-overlay-close{
    top: 25px;
    right: 25px;
    z-index: 2;
    width: 21px;
    height: 21px;
    transition-delay: .3s;
}
.av5-overlay-small .av5-overlay-wrap{
    height: 100%;
    position: relative;
}

/* Revealers */

.av5-revealer__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
        z-index: 2;
        transform-origin: 0 100%;
}

/* Revealer effect Simple */
.wpb_av5-revealBottom .vc_column-inner,
.wpb_av5-revealTop .vc_column-inner,
.wpb_av5-revealLeft .vc_column-inner,
.wpb_av5-revealRight .vc_column-inner{
    transition: transform 1.5s cubic-bezier(0.2, 1, 0.3, 1);
}
/*
.wpb_av5-revealRight.vc_row{
    transition: background 1.5s cubic-bezier(0.2, 1, 0.3, 1);
    background-position:50px center!important;
}
.wpb_av5-revealRight.vc_row.animated{
    background-position:center!important;
}*/
.wpb_av5-revealRight .vc_column-inner{
    transform: translateX(90px);
}
.wpb_av5-revealLeft .vc_column-inner{
    transform: translateX(-90px);
}
.wpb_av5-revealBottom .vc_column-inner{
    transform: translateY(90px);
}
.wpb_av5-revealTop .vc_column-inner{
    transform: translateY(-90px);
}
.wpb_av5-revealTop.animated .vc_column-inner,
.wpb_av5-revealBottom.animated .vc_column-inner,
.wpb_av5-revealLeft.animated .vc_column-inner,
.wpb_av5-revealRight.animated .vc_column-inner{
    transform: translateX(0);
}
.av5-revealBottom,
.av5-revealTop,
.av5-revealLeft,
.av5-revealRight{
    overflow: hidden;
}
.av5-revealRight.animated .av5-revealer__layer {
	-webkit-animation: av5-reveal-right 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
	animation: av5-reveal-right 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.av5-revealLeft.animated .av5-revealer__layer {
	-webkit-animation: av5-reveal-left 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
	animation: av5-reveal-left 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.av5-revealTop.animated .av5-revealer__layer {
	-webkit-animation: av5-reveal-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
	animation: av5-reveal-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
.av5-revealBottom.animated .av5-revealer__layer {
	-webkit-animation: av5-reveal-bottom 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
	animation: av5-reveal-bottom 1.5s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}
@-webkit-keyframes av5-reveal-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

}

@keyframes av5-reveal-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
        }
}
@-webkit-keyframes av5-reveal-bottom {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

}

@keyframes av5-reveal-bottom {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
        }
}

@-webkit-keyframes av5-reveal-right {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

}

@keyframes av5-reveal-right {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes av5-reveal-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

}

@keyframes av5-reveal-left {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
/* floating image */
.absolute{
    position: absolute;
}
.absolute.av5-floating_block_distance--long{
    top:-150px;
}
.absolute.av5-floating_block_distance--medium{
    top:-100px;
}
.absolute.av5-floating_block_distance--short{
    top:-60px;
}
.relative{
    position: relative;
}
.relative.av5-floating_block_distance--long{
    top:350px;
}
.relative.av5-floating_block_distance--medium{
    top:200px;
}
.relative.av5-floating_block_distance--short{
    top:120px;
}

/* custom css labels for menu */
.header-main ul.sub-menu > .new-tiny > a:before,
.nav-menu > li.new-tiny:before,
.header-main ul.sub-menu > .new > a:before,
.nav-menu > li.new:before{
    content: 'new';
    display: block;
    background: #f95b4a;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    top: 0;
    right: 0;
    position: absolute;
    padding: 3px 3px 2px;
}
.header-main ul.sub-menu > .new > a:before,
.nav-menu > li.new:before{
    font-size: 10px;
    font-family: Poppins, Arial, sans-serif;
}
.header-main ul.sub-menu > .new-tiny > a:before,
.nav-menu > li.new-tiny:before{
    border-radius: 2px;
    line-height: 7px;
    font-size: 8px;
    font-family: Arial, sans-serif;
}
.header-main ul.sub-menu > .new > a:before,
.header-main ul.sub-menu > .new-tiny > a:before{
    right: -35px;
    top: 0;
    transform: translateY(8px);
}
.red-dot > a:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background: #f95b4a;
    line-height: 0;
    top: 5px;
    right: -10px;
    position: absolute;
}

/* WPML */
.wcml-dropdown,
.wpml-ls-legacy-dropdown{
    width: auto;
}

/*
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    content: '';
    display: inline-block;
    border: none;
    position: absolute;
    right: 7px;
    top: calc(50% - 1px);
    height:2px;
    width:6px;
    transform: rotateZ(-45deg);
    background-color: rgba(45,45,45,0.86);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before{
    transform: rotateZ(45deg);
    right: 11px;
}*/
.wcml-dropdown a.wcml-cs-item-toggle,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right:10px;
}

header .wcml-dropdown a.wcml-cs-item-toggle,
header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding: 8px;
    line-height: 28px;
}
header.header .wcml-dropdown a.wcml-cs-item-toggle,
header.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    transition: all 600ms ease;
}
.wpml-ls-legacy-dropdown a span{
    vertical-align: baseline;
}
.header__item.currency,
.header__item.language{
    padding: 0;
}
.wcml-dropdown,
.wcml-dropdown a,
.wcml-dropdown li,
.wcml-dropdown li:hover, 
.wcml-dropdown li:focus,
.wpml-ls-legacy-dropdown a{
    border:none;
    background-color:transparent;
}
.wpml-ls-legacy-dropdown a{
    padding: 7px 10px;
}    

.woocommerce .wcml-dropdown.product{
    margin: 0;
}
.wcml-dropdown li,
.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.wcml-dropdown .wcml-cs-submenu,
.wcml-dropdown .wcml-cs-submenu li,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border: none;
}
.wpml-ls-legacy-dropdown a:hover, 
.wpml-ls-legacy-dropdown a:focus, 
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
    color: #000; /* override in options!*/
    background:  none;
}
.wcml-dropdown a.wcml-cs-item-toggle:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    background: none;
    border: none;
    padding-left: 0.5em;
    vertical-align: baseline;
}
.wpml-ls-legacy-list-horizontal a{
    padding: 0;
    line-height: 1.4;
}
.wpml-ls-statics-footer .wpml-ls-current-language:hover>a, 
.wpml-ls-statics-footer .wpml-ls-current-language>a:focus,
.wpml-ls-statics-footer .wpml-ls-current-language>a,
.wpml-ls-statics-footer a:hover, 
.wpml-ls-statics-footer a:focus,
.wpml-ls-statics-footer a{
    background-color: transparent;
}

.underline-input .wcml-dropdown a{
    padding: 8px 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{
    line-height: 1.4;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
        margin: 0.4em 0.8em;
}

/* TOPLINE */

.topline-elements--size-small .topline .header-item{
    margin: 3px;
    line-height: 22px;
}
.topline-elements--size-small .topline .header-item:not(.additional-text) {
    padding: 2px 4px;
}
.topline-elements--size-small .topline div.wishlist_products_counter.top_wishlist-font-icon.wishlist-counter-with-products i.wishlist-icon:before, 
.topline-elements--size-small .topline .header-item.wishlist .wishlist_products_counter .wishlist-icon:before, 
.topline-elements--size-small .topline .header-item.wishlist a.wishlist_products_counter:before,
.topline-elements--size-small .topline .header-item .header-icon{
    font-size: 1.1em;
}
.topline-elements--size-small .topline .wcml-dropdown a.wcml-cs-item-toggle, 
.topline-elements--size-small .topline .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    line-height: 15px;
    font-size: 13px;
    padding: 4px;
}

.topline-elements--size-small .topline .hamburger-menu-icon-small span:nth-child(1) {
    top: 2px;
}
.topline-elements--size-small .topline .hamburger-menu-icon-small span:nth-child(2) {
    top: 7px;
}

.topline-elements--size-small .topline .av5-menu-icon__style--twolines .hamburger-menu-icon-small span:nth-child(1) {
    top: 3px;
}
.topline-elements--size-small .topline .av5-menu-icon__style--twolines .hamburger-menu-icon-small span:nth-child(2) {
    top: 10px;
}

.topline-elements--size-small.header_cart_text--circle .topline .wishlist_products_counter_number, 
.topline-elements--size-small.header_cart_text--circle .topline .header__item .widget_shopping_cart_counter.text {
    min-width: 18px;
    padding: 4px;
    height: 18px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 2px;
}

.topline .header-item .wishlist_products_counter.no-txt:before{
    margin-top: -4px;
}

.topline-elements--size-small .topline  div.wishlist_products_counter.top_wishlist-font-icon.wishlist-counter-with-products i.wishlist-icon:before, 
.topline-elements--size-small .topline .header-item.wishlist .wishlist_products_counter .wishlist-icon:before, 
.topline-elements--size-small .topline .header-item.wishlist a.wishlist_products_counter:before {
    margin-right: 2px;
}
.topline-elements--size-small .topline .header-item .wishlist_products_counter.no-txt:before,
.topline-elements--size-small.header_cart_text--circle .topline .header-item .wishlist_products_counter.no-txt:before{
    margin-top: -2px;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag{
    margin-bottom: 2px;
}
.topline .header-item{
    margin: 0 5px;
}

/*--------------------------------------------------------------
# SB INSTAGRAM FEED
--------------------------------------------------------------*/
@media (min-width: 641px) {
    .sb_instagram__images--offset #sb_instagram #sbi_images .sbi_item:nth-child(even){
        margin-top: 20px!important;
    }
}
@media (min-width: 992px) {
    .sb_instagram__images--offset #sb_instagram #sbi_images .sbi_item:nth-child(even){
        margin-top: 30px!important;
    }
}
#sb_instagram #sbi_images,
#sb_instagram .sb_instagram_header{
    margin-bottom: 30px;
}
.sb_instagram__header--centered #sb_instagram .sb_instagram_header a{
    display: flex;
    flex-flow: column;
    width: 100%;
}

.sb_instagram__header--centered #sb_instagram .sbi_header_text{
    width: 100%;
    order: 1;
}

.sb_instagram__header--centered #sb_instagram .sbi_header_img{
    float: none;
    margin: auto!important;
}
.sb_instagram__header--centered #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
.sb_instagram__header--centered #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio_info, 
.sb_instagram__header--centered #sb_instagram .sb_instagram_header .sbi_header_text h3{
    margin: 0!important;
    text-align: center;
    width: 100%;
}

/*--------------------------------------------------------------
# 404 PAGE
--------------------------------------------------------------*/
.error-404{
    text-align: center;
    max-width: 960px;
    margin: 10% auto;
    padding: 50px 5%;
}
.error-404-text{
    font-size: 1.2rem;
}
.error-404 .search-form{
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

/*--------------------------------------------------------------
# DO YOU KNOW TIPS
--------------------------------------------------------------*/
.av5-doyouknow__btn{
    display: block;
    position: fixed;
    bottom: 30px;
    width: 50px;
    left: 30px;
    height: 50px;
    border-radius: 50px;    
    color: #000;
    z-index: 98;
    cursor: pointer;
}
.av5-doyouknow__btn:before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    height: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    border-radius: 50%;
    background: #333;
    box-shadow: 0 6px 31px -2px rgba(0,0,0,0.2);
    z-index: -1;
}
.av5-doyouknow__btn img{
    position: absolute;
    top: 8px;
    left: 15px;
}
.av5-doyouknow__btn:hover:before{
    transform: scale(1.2);
    box-shadow: 0 6px 31px -2px rgba(0,0,0,0.4);
}
.av5-doyouknow__popup{
    display: block;
    position: fixed;
    padding: 30px;
    bottom: 30px;
    left: 30px;
    width: 450px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 11px 51px -2px rgba(0,0,0,0.12);
    color: #000;
    z-index: 999;

}
.av5-doyouknow__popup h3.av5-doyouknow__title{
    font-size: 25px;
    line-height: 1.4;
     margin-bottom: 16px;
}
.av5-doyouknow__popup .av5-doyouknow__text p{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.av5-doyouknow__close{
    border-bottom: 1px solid #c7c7c7;
    padding: 2px 6px;
}
.av5-doyouknow__close:hover{
    border-bottom: 1px solid transparent;
}
.av5-doyouknow__popup .av5-doyouknow__text img{
    margin-bottom: 20px;
}

.av5-btn.av5-btn--underlined.av5-doyouknow__next-tip{
    padding: 4px 15px;
    min-height: 29px;
    color:#333;
float:right;
}
.av5-btn.av5-btn--underlined.av5-doyouknow__next-tip:after{
    background: #333;
}

.no-underline a:after{
    content:none!important;
}
.main-navigation ul ul .no-underline a,
.main-navigation ul ul .no-underline a:hover{
    color: #565656;
    font-size: 14px;
    line-height: 1.4;
}
.main-navigation ul ul h5 {
    margin-bottom: 15px;
}
.main-navigation ul ul a.underlined{
    border-bottom: 1px solid #000000;
    padding: 7px 10px;
    margin-bottom: 15px;
    color:#333333;    
}
.av5-demos-menu-text{
    vertical-align: middle;
    padding-top: 4%;
    padding-bottom: 4%;
}

.menu-image-shadow > a .av5-menu-item-image{
    transition: transform 0.3s;
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05)
}
.menu-image-shadow > a:hover .av5-menu-item-image{
    transform: translateY(3px);
}