/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #7e7e7e;
    Accent color: #64a0ed

[Typography]
    Body:   14/26px 'Poppins', sans-serif;
    Input:  14/40px
    Textarea:   14/26px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 VISUAL COMPOSER
	1.3 WORDPRESS DATA SAMPLE
	1.4 LOADING AJAX
	1.5 BANNER EFFECT
2.0 DEFAULT SETTING
	2.1 FORM THEME
	2.2 TABLE THEME
	2.3 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER STICKY + HEADER TRANSPARENT
	3.2 BLOCK MINI CART + MENU
4.0 BLOG THEME
	4.1 POST ITEM
	4.2 BLOG COMMENT
5.0 PORTFOLIO THEME
6.0 SHOP THEME
	6.1 SHOP PAGE
	6.2 SINGLE PRODUCT
	6.3 CART PAGE
	6.4 CHECKOUT PAGE
	6.5 MY ACCOUNT PAGE
	6.6 WISHLIST PAGE
7.0 WIDGET + PAGINATION + BREADCRUMB
	7.1 WIDGET THEME
	7.2 BREADCRUMB THEME
	7.3 PAGINATION THEME
8.0 FOOTER
9.0 PAGE THEME
	9.1 CONTACT PAGE
	9.2 PAGE 404
10.0 SHORTCODE
	10.1 LEXIO BUTTON
	10.2 LEXIO SOCIAL
	10.3 LEXIO CUSTOM MENU
	10.4 LEXIO HEADING
	10.5 LEXIO ICONBOX
	10.6 LEXIO BLOG
	10.7 LEXIO CALL TO ACTION
	10.8 LEXIO PERSON
	10.9 LEXIO TABS
11.0 CUSTOM OTHER
/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
body {
	max-width: 100%;
	overflow-x: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding-left: 19px;
}
p {
	margin-bottom: 20px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.page-links {
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.page-links > span.page-links-title {
	line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
	color: #cbd1da;
	display: inline-block;
	min-width: 44px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	position: relative;
	line-height: 42px;
	height: 44px;
	border: 1px solid;
	margin: 3px;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
	color: #3f454c;
}
.more-link::after {
	content: "\f178";
	font-family: 'FontAwesome', sans-serif;
	margin-left: 5px;
	vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
	background-color: #64a0ed;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 2em;
	margin: 0 0 30px;
	position: relative;
	background-color: #fafafa;
	color: #111111;
	border-top: 3px solid #4CAF50;
	list-style: none !important;
	width: auto;
	word-wrap: break-word;
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
	content: " ";
	display: table;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
	float: right;
	font-size: 14px;
	display: inline-block;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin: 0;
}
.woocommerce-error {
	border-color: #f44336;
}
.woocommerce-info {
	border-color: #2196F3;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
	outline: none;
	border-color: #64a0ed;
}
:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
	opacity: 0.65 !important;
	cursor: not-allowed;
}
.return-message {
	line-height: 20px;
	padding: 10px;
	margin-top: 15px;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {
	.auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1500px) {
	.auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
		clear: both;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
		clear: both;
	}
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
@media (max-width: 479px) {
	.col-ts-15,
	.col-ts-25,
	.col-ts-35,
	.col-ts-45 {
		float: left;
	}
	.col-ts-15 {
		width: 20%;
	}
	.col-ts-25 {
		width: 40%;
	}
	.col-ts-35 {
		width: 60%;
	}
	.col-ts-45 {
		width: 80%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-xs-15,
	.col-xs-25,
	.col-xs-35,
	.col-xs-45 {
		float: left;
	}
	.col-xs-15 {
		width: 20%;
	}
	.col-xs-25 {
		width: 40%;
	}
	.col-xs-35 {
		width: 60%;
	}
	.col-xs-45 {
		width: 80%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-15,
	.col-sm-25,
	.col-sm-35,
	.col-sm-45 {
		float: left;
	}
	.col-sm-15 {
		width: 20%;
	}
	.col-sm-25 {
		width: 40%;
	}
	.col-sm-35 {
		width: 60%;
	}
	.col-sm-45 {
		width: 80%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-15,
	.col-md-25,
	.col-md-35,
	.col-md-45 {
		float: left;
	}
	.col-md-15 {
		width: 20%;
	}
	.col-md-25 {
		width: 40%;
	}
	.col-md-35 {
		width: 60%;
	}
	.col-md-45 {
		width: 80%;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.col-lg-15,
	.col-lg-25,
	.col-lg-35,
	.col-lg-45 {
		float: left;
	}
	.col-lg-15 {
		width: 20%;
	}
	.col-lg-25 {
		width: 40%;
	}
	.col-lg-35 {
		width: 60%;
	}
	.col-lg-45 {
		width: 80%;
	}
}
@media (min-width: 1500px) {
	.col-bg-15,
	.col-bg-25,
	.col-bg-35,
	.col-bg-45 {
		float: left;
	}
	.col-bg-15 {
		width: 20%;
	}
	.col-bg-25 {
		width: 40%;
	}
	.col-bg-35 {
		width: 60%;
	}
	.col-bg-45 {
		width: 80%;
	}
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {
	.col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}
	.col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
		float: left;
	}
	.col-bg-12 {
		width: 100%;
	}
	.col-bg-11 {
		width: 91.66666667%;
	}
	.col-bg-10 {
		width: 83.33333333%;
	}
	.col-bg-9 {
		width: 75%;
	}
	.col-bg-8 {
		width: 66.66666667%;
	}
	.col-bg-7 {
		width: 58.33333333%;
	}
	.col-bg-6 {
		width: 50%;
	}
	.col-bg-5 {
		width: 41.66666667%;
	}
	.col-bg-4 {
		width: 33.33333333%;
	}
	.col-bg-3 {
		width: 25%;
	}
	.col-bg-2 {
		width: 16.66666667%;
	}
	.col-bg-1 {
		width: 8.33333333%;
	}
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
	.col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
		float: left;
	}
	.col-ts-12 {
		width: 100%;
	}
	.col-ts-11 {
		width: 91.66666667%;
	}
	.col-ts-10 {
		width: 83.33333333%;
	}
	.col-ts-9 {
		width: 75%;
	}
	.col-ts-8 {
		width: 66.66666667%;
	}
	.col-ts-7 {
		width: 58.33333333%;
	}
	.col-ts-6 {
		width: 50%;
	}
	.col-ts-5 {
		width: 41.66666667%;
	}
	.col-ts-4 {
		width: 33.33333333%;
	}
	.col-ts-3 {
		width: 25%;
	}
	.col-ts-2 {
		width: 16.66666667%;
	}
	.col-ts-1 {
		width: 8.33333333%;
	}
}
/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
	margin-bottom: 0;
}
.rows-space-10 {
	margin-bottom: 10px;
}
.rows-space-20 {
	margin-bottom: 20px;
}
.rows-space-30 {
	margin-bottom: 30px;
}
.rows-space-40 {
	margin-bottom: 40px;
}
.rows-space-50 {
	margin-bottom: 50px;
}
.rows-space-60 {
	margin-bottom: 60px;
}
.rows-space-70 {
	margin-bottom: 70px;
}
.rows-space-80 {
	margin-bottom: 80px;
}
.rows-space-90 {
	margin-bottom: 90px;
}
.rows-space-100 {
	margin-bottom: 100px;
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
	margin-bottom: 0;
}
/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}
.vc_separator * {
	display: block;
}
div.vc_separator .vc_sep_holder {
	height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
	height: auto;
	top: auto;
}
@media (max-width: 1199px) {
	.vc_custom_heading br {
		display: none;
	}
}
/*----------------------------
1.3 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #ffffff;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 5px 0;
	text-align: center;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 0 20px 20px 0;
	clear: both;
}
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
	margin: 0 auto;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 10px 4px 5px;
	margin: 0 !important;
}
iframe {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}
.alignleft {
	float: left;
	margin: 5px 30px 20px 0;
}
/*----------------------------
GALLERY
------------------------------*/
/*----------------------------
GALLERY
------------------------------*/
.gallery {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.gallery {
		margin-bottom: 0;
	}
}
.gallery:after {
	display: table;
	content: "";
	clear: both;
}
.gallery-caption {
	color: #707070;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-item {
	margin: 0;
	float: left;
	padding: 15px;
	font-style: italic;
	color: #666;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}
.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.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
@media (min-width: 1200px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: both;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.main-container:not(.no-sidebar) .gallery .gallery-item {
		min-width: 25%;
	}
	.main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 991px) {
	.gallery .gallery-item {
		min-width: 25%;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
		clear: both;
	}
}
@media (max-width: 767px) {
	.gallery .gallery-item {
		min-width: 33.33%;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.gallery .gallery-item {
		min-width: 50%;
	}
	.gallery .gallery-item:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 320px) {
	.gallery-columns-1 .gallery-caption,
	.gallery-columns-2 .gallery-caption,
	.gallery-columns-3 .gallery-caption,
	.gallery-columns-4 .gallery-caption,
	.gallery-columns-5 .gallery-caption {
		display: none;
	}
}
.bypostauthor {
	color: inherit;
}
.sticky {
	color: inherit;
}
article.sticky .post-title a::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f097";
	padding-right: 10px;
}
.post-title,
.widget {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widget select {
	width: 100%;
}
.widget_rss .rss-date {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ababab;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
	padding: 0;
	text-align: center;
}
.widget_calendar .calendar_wrap #today {
	color: red;
}
/*widget_shopping_cart*/
.widget_shopping_cart .woocommerce-mini-cart__total {
	padding-top: 20px;
	font-size: 18px;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-weight: normal;
	color: #333;
	padding-right: 20px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
	margin-bottom: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 45%;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
	color: #ffffff;
	background-color: #333;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding-right: 90px;
}
.widget_product_search .woocommerce-product-search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
}
/*.product_list_widget*/
.product_list_widget li > a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.product_list_widget li > a img {
	max-width: 70px;
	float: left;
	margin-right: 10px;
}
.product_list_widget li .product-title {
	font-size: 16px;
	font-weight: 500;
}
/*widget_media_image*/
.widget_media_image {
	position: relative;
}
.widget_media_image::before {
	background: rgba(255, 255, 255, 0.4);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.widget_media_image:hover::before {
	opacity: 1;
}
/*widget_shopping_cart*/
.widget_shopping_cart .woocommerce-mini-cart__total {
	padding-top: 20px;
	font-size: 18px;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-weight: normal;
	color: #2b2b2b;
	padding-right: 20px;
}
/*widget_product_search*/
.widget_product_search .woocommerce-product-search {
	position: relative;
}
.widget_product_search .woocommerce-product-search .search-field {
	width: 100%;
	padding: 0 60px 0 25px;
	border: 1px solid #eaeaea;
	line-height: 48px;
	height: 50px;
}
.widget_product_search .woocommerce-product-search button[type="submit"] {
	background: transparent;
	border: none;
	color: #828282;
	display: inline-block;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 50px;
	font-size: 0;
}
.widget_product_search .woocommerce-product-search button[type="submit"]::before {
	font-size: 16px;
	content: "\f002";
	font-family: 'FontAwesome', sans-serif;
}
/*.product_list_widget*/
.product_list_widget:not(.woocommerce-mini-cart) {
	padding-left: 0;
	list-style: none;
}
.product_list_widget:not(.woocommerce-mini-cart) li {
	position: relative;
	overflow: hidden;
}
.product_list_widget:not(.woocommerce-mini-cart) img {
	float: left;
	max-width: 70px;
	margin-right: 15px;
}
.product_list_widget:not(.woocommerce-mini-cart) li > a {
	display: block;
}
.product_list_widget:not(.woocommerce-mini-cart) li > a:not(:hover) {
	color: #333333;
}
.product_list_widget:not(.woocommerce-mini-cart) .product-title {
	display: block;
	margin-bottom: 7px;
}
.product_list_widget:not(.woocommerce-mini-cart) del .woocommerce-Price-amount {
	vertical-align: middle;
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
	padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none;
	color: #fff;
	background-color: #64a0ed;
	display: inline-block;
	width: auto;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
	width: 100%;
	max-width: 270px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	background-color: #000;
	margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
	background-color: #64a0ed;
}
/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
	position: relative;
	display: block;
}
.lexio-accordion.loading, .tab-container.loading {
	position: relative;
}
.loading-lazy::after, .lexio-accordion.loading::before, .lexio-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 8;
}
.lexio-accordion.loading::before, .tab-container.loading::before {
	background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .lexio-accordion::after, .tab-container.loading::after {
	width: 40px;
	height: 40px;
	margin: auto;
	border: 3px solid #ccc;
	border-top-color: #333;
	border-radius: 50%;
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}
@keyframes sk-rotateplane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
.effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/* OPACITY */
.opacity-effect {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.opacity-effect:hover {
	opacity: 0.5;
}
/* SCALE */
.scale-effect:hover img {
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.scale-effect:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* NORMAL */
.normal-effect::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
	opacity: 0.3;
}
.normal-effect.dark-bg::after {
	background-color: #000;
}
.normal-effect.light-bg::after {
	background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.plus-zoom:hover::before {
	right: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
	top: 50%;
	bottom: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
/* BOUNCE IN */
.bounce-in:hover img {
	-webkit-animation: bounceIn 0.5s ease;
	-o-animation: bounceIn 0.5s ease;
	animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 1;
}
.border-zoom::before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
	opacity: 1;
}
.border-zoom:hover::after {
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
/* BORDER SCALE */
.border-scale {
	background-color: #000;
}
.border-scale::before,
.border-scale::after {
	content: '';
	position: absolute;
	z-index: 1;
	border-color: #fff;
	border-style: solid;
}
.border-scale::before,
.border-scale::after,
.border-scale img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.border-scale::before {
	left: 50%;
	right: 50%;
	top: 10px;
	bottom: 10px;
	border-width: 2px 0 2px 0;
}
.border-scale::after {
	top: 50%;
	bottom: 50%;
	left: 10px;
	right: 10px;
	border-width: 0 2px 0 2px;
}
.border-scale:hover::before {
	left: 10px;
	right: 10px;
}
.border-scale:hover::after {
	top: 10px;
	bottom: 10px;
}
.border-scale:hover img {
	opacity: 0.7;
}
/*ANIMATION*/
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
@font-face {
	font-family: "BebasNeue";
	src: url("../fonts/BebasNeue-Regular.otf?v=1.0.4") format("opentype");
	font-style: normal;
	font-weight: normal;
}
html, body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #7e7e7e;
}
label {
	font-family: 'BebasNeue', sans-serif;
	font-weight: normal;
	color: #000000;
}
a, body .vc_custom_heading a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
	-moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
	-o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
	transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s ease 0s;
}
a:hover, a:focus, a:active,
body .vc_custom_heading a:focus, body .vc_custom_heading a:hover, body .vc_custom_heading a:visited {
	text-decoration: none;
	outline: none;
	color: #64a0ed;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BebasNeue', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 20px;
}
blockquote, q {
	display: inline-block;
	padding: 10px 22px 12px 22px;
	border-left: 4px solid #64a0ed;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
}
dt, dd {
	line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
	border: 1px solid #e9e9e9;
	border-radius: 0;
	padding: 0 26px;
	max-width: 100%;
	background-color: transparent;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
}
textarea {
	display: block;
	line-height: 28px;
	padding: 15px 26px;
	height: auto;
	width: 100%;
}
select {
	padding: 0 33px 0 15px;
	background: url(../images/select-arrow.png) center right no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
button, input[type="submit"] {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #ffffff;
	padding: 0 15px;
	background: #000000;
	border: none;
	border-radius: 0;
	-webkit-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
	-moz-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
	-o-transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
	transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s ease 0s;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
	margin-bottom: 20px;
}
table thead {
	background-color: #f8f8f8;
}
th, td {
	border: 1px solid #ebebeb;
	padding: 10px;
}
@media (max-width: 991px) {
	th, td {
		padding: 5px;
	}
}
/* ==========================================================================
2.3 SLICK SLIDER
============================================================================ */
.slick-arrow {
	background: rgba(0, 0, 0, 0.8);
	width: 30px;
	height: 70px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.slick-arrow:hover {
	color: #64a0ed;
}
.slick-arrow.prev {
	left: 0;
}
.slick-arrow.next {
	right: 0;
}
.slick-dots {
	padding-left: 0;
	list-style: none;
	text-align: center;
	padding-top: 40px;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	font-size: 0;
	background-color: rgba(51, 51, 51, 0.3);
	padding: 0;
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: 6px;
	vertical-align: middle;
	background-color: #c5c5c5;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	background-color: #000000;
}
.dots-light .slick-dots li button {
	background-color: rgba(255, 255, 255, .2);
}
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li.slick-active button {
	background-color: #ffffff;
}
@media (max-width: 1199px) {
	.slick-dots {
		padding-top: 30px;
	}
}
/* ==========================================================================
3.0 HEADER THEME
========================================================================== */
.header-position {
	padding: 47px 0;
	-webkit-transition: padding 0.4s ease 0s;
	-moz-transition: padding 0.4s ease 0s;
	-o-transition: padding 0.4s ease 0s;
	transition: padding 0.4s ease 0s;
}
.container-outer {
	width: 1690px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header .container-outer {
	padding-left: 35px;
	padding-right: 35px;
}
.container-inner {
	width: 848px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}
/* ==========================================================================
3.1 HEADER STICKY + HEADER TRANSPARENT
============================================================================ */
.header-transparent {
	position: relative;
	z-index: 10;
}
.header-transparent .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
/* ==========================================================================
3.2 MAIN MENU
============================================================================ */
.main-menu {
	padding: 0;
	list-style: none;
}
.main-menu .menu-item {
	list-style: none;
	position: relative;
}
.main-menu > .menu-item > a {
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 39px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
.header.light .main-menu > .menu-item > a {
	color: #fff;
}
.header .main-menu > .menu-item:hover > a {
	color: #64a0ed;
}
.main-menu .menu-item > a .image {
	position: absolute;
	right: -4px;
	top: -10px;
	z-index: 1;
}
.main-menu .menu-item > a > span {
	font-size: 16px;
}
/*sub menu*/
.main-menu .menu-item .submenu {
	padding-left: 0;
	text-align: left;
	-webkit-transition: opacity 0.25s, margin 0.25s ease 0s;
	-moz-transition: opacity 0.25s, margin 0.25s ease 0s;
	-o-transition: opacity 0.25s, margin 0.25s ease 0s;
	transition: opacity 0.25s, margin 0.25s ease 0s;
	z-index: 10;
	-webkit-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
	box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.05);
}
.main-menu > .menu-item .submenu:not(.megamenu) {
	padding-top: 17px;
	padding-bottom: 17px;
}
.main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
	padding: 0 25px 0 30px;
}
.main-menu > .menu-item .submenu.megamenu {
	padding: 0 15px;
}
.main-menu > .menu-item .submenu.megamenu > .vc_row {
	padding: 42px 15px 53px 15px;
}
.main-menu > .menu-item .submenu .menu-item::before {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: -webkit-calc(100% + 10px);
	width: -moz-calc(100% + 10px);
	width: calc(100% + 10px);
	height: 100%;
	z-index: -1;
}
.main-menu > .menu-item .submenu .menu-item:hover::before {
	display: block;
}
.main-menu > .menu-item .submenu .menu-item > a {
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding: 5px 0;
}
.main-menu .menu-item .submenu .menu-item a {
	color: #5f5f5f;
}
.main-menu .menu-item .submenu .menu-item a > span {
	position: relative;
}
.main-menu .menu-item .submenu .menu-item:hover > a {
	color: #64a0ed;
}
.main-menu .toggle-submenu {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	color: #000;
}
.main-menu .menu-item:hover > .toggle-submenu {
	color: #64a0ed;
}
/*horizon menu*/
/*sup menu*/
.main-menu > .menu-item {
	padding: 0 16px;
	display: inline-block;
}
.main-menu > .menu-item:first-child {
	padding-left: 0;
}
.main-menu > .menu-item:last-child {
	padding-right: 0;
}
.main-menu > .menu-item.parent::before {
	display: none;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
}
.main-menu > .menu-item.parent:hover::before {
	display: block;
}
/*sub menu*/
.main-menu .menu-item .submenu {
	position: absolute;
	min-width: 260px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
}
.main-menu .menu-item:hover > .submenu {
	opacity: 1;
	visibility: visible;
}
.main-menu > .menu-item > .submenu {
	top: 100%;
}
.main-menu > .menu-item > .submenu:not(.megamenu) {
	left: 0;
}
.main-menu > .menu-item:hover > .submenu {
	margin-top: 20px;
}
.main-menu > .menu-item > .submenu .submenu {
	top: -17px;
	right: 100%;
	margin-top: 15px;
}
.main-menu .submenu .menu-item:hover > .submenu {
	margin-top: 0;
}
/*.toggle-submenu*/
.main-menu .toggle-submenu::before {
	display: block;
	content: '\f106';
	font-family: 'FontAwesome', sans-serif;
	height: 36px;
	line-height: 36px;
	width: 25px;
	text-align: center;
	font-size: 18px;
	z-index: 10;
}
.main-menu .submenu .toggle-submenu {
	display: block;
}
.main-menu .submenu .toggle-submenu::before {
	height: 36px;
	line-height: 36px;
	width: 30px;
	font-size: 14px;
	content: '\f104';
}
.main-menu .submenu .submenu .toggle-submenu {
	display: none;
}
.menu-bar {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 6px 0;
}
.header.light .menu-bar:not(:hover) {
	color: #fff;
}
.menu-bar .menu-icon {
	display: block;
}
.menu-bar .menu-icon > span {
	display: block;
	height: 2px;
	background-color: currentColor;
	margin-bottom: 5px;
}
@media (max-width: 1199px) {
	.header-position {
		padding: 30px 0;
	}
	.main-menu > .menu-item {
		padding: 0 13px;
	}
	.main-menu > .menu-item > a {
		letter-spacing: 0.1em;
	}
}
@media (min-width: 1025px) {
	.header-position.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background-color: rgba(0, 0, 0, .8);
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	}
	.header.dark .header-position.fixed {
		background-color: rgba(255, 255, 255, 1);
	}
	.admin-bar .header-position.fixed {
		top: 32px;
	}
	.menu-bar {
		display: none;
	}
}
@media (max-width: 1024px) {
	.header .container-outer {
		padding-left: 27px;
		padding-right: 27px;
	}
	.header-position {
		padding: 20px 0;
	}
	.lexio-menu-wapper {
		display: none;
	}
}
@media (max-width: 767px) {
	.header .container-outer {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.lexio-menu-clone-wrap .vc_column-inner {
	padding: 0 15px !important;
}
.lexio-menu-clone-wrap .vc_row {
	padding: 0 0 15px 0 !important;
}
.lexio-menu-clone-wrap [class^="vc_col-"],
.lexio-menu-clone-wrap [class*=" vc_col-"] {
	width: 100% !important;
	float: none;
}
/* ==========================================================================
4.0 BLOG THEME
========================================================================== */
/* ==========================================================================
4.1 POST ITEM
========================================================================== */
.post-thumb img {
	position: relative;
	z-index: 1;
}
.post-title {
	margin-top: 0;
}
.post-title a:not(:hover) {
	color: inherit;
}
.post-item .post-comment,
.post-item .categories,
.post-item .tags,
.post-item .date {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
}
.post-item .post-comment a:not(:hover),
.post-item .date a:not(:hover),
.post-item .categories a:not(:hover),
.post-item .tags a:not(:hover) {
	color: #a3a3a3;
}
.post-item .categories,
.post-item .date {
	display: block;
}
.post-item .date a::before {
	font-family: 'Pe-icon-7-stroke', sans-serif;
	content: "\e66b";
	font-weight: 700;
	position: relative;
	top: 3px;
	padding-right: 3px;
	font-size: 22px;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
	content: '';
	display: table;
}
.page-main-content::after,
.post-content::after {
	clear: both;
}
.post-content p:last-child {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}
.post-item .tags {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
/*social share*/
body.single-post .lexio-share-socials {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e9e9e9;
	padding-top: 40px;
	margin-top: 65px;
}
.lexio-share-socials > span {
	font-family: 'BebasNeue', sans-serif;
	display: block;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #000000;
	margin-bottom: 10px;
}
.lexio-share-socials > span:first-child {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.lexio-share-socials > span:first-child::before {
	border-bottom: 1px solid #64a0ed;
	bottom: 0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 50px;
}
.lexio-share-socials a {
	display: inline-block;
	font-size: 16px;
	width: 48px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid;
	margin: 11px;
}
/*.post-single*/
.header-post {
	position: relative;
	text-align: center;
	margin-bottom: 55px;
}
.post-item.post-single .single-title {
	position: relative;
}
.post-item.post-single .post-title {
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	position: relative;
	max-width: 640px;
	padding: 0 37px 25px 37px;
	margin: -9px auto 12px auto;
}
.post-item.post-single .post-title a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 135px;
	border-bottom: 2px solid #64a0ed;
}
.other-post {
	position: absolute;
	top: 35%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.other-post.nav-prev {
	left: 0;
}
.other-post.nav-next {
	right: 0;
}
.other-post a {
	color: #7e7e7e;
}
.other-post:hover a {
	color: #000;
}
.other-post:hover a::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90px;
	height: 90px;
}
.other-post a .arrow {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
}
.other-post a .arrow::before {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	width: 35px;
}
.other-post a .arrow::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 3px;
	top: 10px;
}
.other-post.nav-prev a .arrow {
	transform: rotate(180deg);
}
.other-post a .thumb-nav {
	opacity: 0;
	visibility: hidden;
	border: 6px solid #ffffff;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 227px;
	-webkit-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
	z-index: 2;
}
.other-post.nav-prev a .thumb-nav {
	right: 100%;
	margin-right: 25px;
}
.other-post.nav-next a .thumb-nav {
	left: 100%;
	margin-left: 25px;
}
.other-post a:hover .thumb-nav {
	opacity: 1;
	visibility: visible;
}
.post-item.post-single .post-thumb {
	margin-bottom: 45px;
}
/*post-related*/
.post-related-wrap {
	border-top: 1px solid #e9e9e9;
	padding-top: 55px;
	margin-top: 52px;
}
.related-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 45px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.related-title::before {
	border-bottom: 1px solid #64a0ed;
	bottom: 0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 50px;
}
.blog-grid .post-grid {
	margin-bottom: 52px;
}
.post-grid .post-thumb {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}
.post-grid .post-thumb::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	z-index: 2;
	pointer-events: none;
}
.post-grid .post-thumb:hover::before {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.post-grid .date {
	margin-bottom: 6px;
}
.post-grid .post-title {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
}
/*blog standard*/
body .blog-standard .wpb_content_element {
	margin-bottom: 35px;
}
.blog-standard .container-inner {
	width: auto;
}
.blog-standard .post-item {
	margin-bottom: 85px;
}
.blog-standard .post-title {
	font-size: 38px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: -10px;
}
.blog-standard .post-title a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100px;
	border-bottom: 2px solid #64a0ed;
}
.blog-standard .header-post {
	margin-bottom: 30px;
	text-align: inherit;
}
.blog-standard .post-thumb {
	margin-bottom: 45px;
}
.blog-standard .post-item .categories,
.blog-standard .post-item .date {
	display: inline;
}
.blog-standard .post-item .date::after {
	content: '|';
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
	padding: 0 15px;
	color: #a3a3a3;
	position: relative;
	top: -1px;
}
/*blog grid*/
.post-item .boxdate {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.post-item .boxdate a {
	display: block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 9px 5px;
	min-width: 51px;
}
.post-item .boxdate span {
	display: block;
	position: relative;
	line-height: 34px;
}
.post-item .boxdate span:first-child::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 47%;
	width: 26px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #c0c0c0;
}
.post-item .readmore {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-top: 30px;
}
.post-item .readmore span {
	position: relative;
	display: inline-block;
	width: 17px;
	margin-left: 10px;
	vertical-align: middle;
}
.post-item .readmore span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 17px;
	border-bottom: 2px solid;
}
.post-item .readmore span::after {
	content: '';
	position: absolute;
	top: -3px;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-right: 1px solid;
	right: 0;
	transform: rotate(45deg);
}
.post-item .post-comment a {
	padding-left: 28px;
	position: relative;
}
.post-item .post-comment a::before {
	font-family: 'Pe-icon-7-stroke', sans-serif;
	content: "\e668";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
}
.lexio-blog .meta-wrap {
	padding-bottom: 15px;
}
.post-grid .meta-wrap {
	overflow: hidden;
	padding-top: 15px;
	margin-top: 22px;
	border-top: 1px solid #e6e6e6;
}
.post-grid .meta-wrap .date {
	display: inline-block;
}
.post-grid .meta-wrap .post-comment {
	display: inline-block;
	float: right;
}
@media (max-width: 1700px) {
	.other-post a .thumb-nav,
	.other-post:hover a::before {
		display: none;
	}
}
@media (max-width: 1024px) {
	.header-post {
		margin-bottom: 35px;
	}
	.post-item.post-single .post-title {
		font-size: 40px;
		margin-top: -8px;
		margin-bottom: 0;
		padding-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.post-item.post-single .post-title {
		font-size: 30px;
		margin-top: -4px;
		padding-bottom: 25px;
	}
	.other-post a .arrow::before {
		left: 10px;
		width: 23px;
	}
	.other-post a .arrow::after {
		width: 12px;
		height: 12px;
		top: 13px;
	}
}
/* ==========================================================================
4.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area {
	border-top: 1px solid #e9e9e9;
	padding-top: 52px;
	margin-top: 57px;
}
.comments-area .comments-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.comments-area .comments-title::before {
	border-bottom: 1px solid #64a0ed;
	bottom: 0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 50px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
	list-style: none;
}
.comments-area .no-comments {
	margin-top: 20px;
}
/*.commentlist*/
.commentlist {
	list-style: none;
	padding-left: 0;
	max-width: 848px;
	margin-left: auto;
	margin-right: auto;
}
.comment:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-bottom: 58px;
}
.commentlist .children {
	padding-left: 58px;
	padding-top: 58px;
	margin-top: 50px;
	border-top: 1px solid #eeeeee;
}
.comment_container {
	overflow: hidden;
}
.comment_container .avatar {
	float: left;
	max-width: 110px;
	margin-right: 18px;
}
.comment-text {
	overflow: hidden;
	position: relative;
}
.comment-text .meta {
	margin-bottom: 10px;
}
.comment-text .woocommerce-review__dash {
	display: none;
}
.comment-text .woocommerce-review__author,
.comment-text .comment-author {
	display: block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.2em;
	font-weight: 500;
	color: #000000;
	margin-top: -2px;
	margin-bottom: 5px;
}
.comment-text .comment-author {
	padding-right: 75px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	padding-right: 75px;
}
.comment-text .woocommerce-review__published-date,
.comment-text .comment-date:not(:hover) {
	color: #c2c2c2;
}
.comment-text p:last-child {
	margin-bottom: 0;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
	position: absolute;
	top: 0;
	font-size: 0;
	right: 0;
}
.comment-text .comment-edit-link:not(:hover),
.comment-text .comment-reply-link:not(:hover) {
	color: #c2c2c2;
}
.comment-text .comment-edit-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f044";
	font-size: 14px;
}
.comment-text .comment-reply-link::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f112';
	font-size: 14px;
}
.comment-text .comment-edit-link ~ .comment-reply-link {
	right: 25px
}
/*.pingback*/
.pingback {
	padding-bottom: 20px;
}
.pingback > p > a {
	padding-left: 5px;
}
.pingback .edit-link {
	display: inline-block;
}
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	padding: 0 5px;
}
/*.comment-respond*/
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
	border-top: 1px solid #e9e9e9;
	padding-top: 52px;
	margin-top: 74px;
}
.comment-respond .comment-reply-title {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.comment-respond .comment-reply-title::before {
	border-bottom: 1px solid #64a0ed;
	bottom: 0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 50px;
}
.comment-respond span.comment-reply-title {
	margin-bottom: 20px;
	margin-top: 10px;
}
.comment-form {
	max-width: 848px;
	margin-left: auto;
	margin-right: auto;
}
.comment-form .comment-reply-content > label,
.comment-form .comment-form-rating > label,
.comment-form .comment-form-comment > label {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #7e7e7e;
	font-family: inherit;
}
.required {
	color: #7e7e7e;
	font-weight: normal;
}
.comment-form .comment-reply-content {
	float: left;
	margin-bottom: 33px;
	width: calc(50% - 15px);
}
.comment-form .comment-reply-content.right {
	float: right;
}
.comment-form .comment-reply-content input {
	width: 100%;
}
.comment-form .comment-form-comment {
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.comment-form .form-submit {
	padding-top: 20px;
}
.comment-form .form-submit #submit {
	min-width: 228px;
}
.comment-form .form-submit #submit:hover {
	background-color: #64a0ed;
}
.woocommerce-Reviews-title {
	display: none;
}
@media (max-width: 1199px) {
	.commentlist,
	.comment-form {
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.blog-standard .post-title {
		font-size: 28px;
	}
	.comment-form .comment-reply-content {
		width: 100%;
		float: none !important;
	}
}
@media (max-width: 767px) {
	.comments-area {
		padding-top: 30px;
		margin-top: 30px;
	}
	.commentlist ~ .comment-respond, .commentlist .comment-respond {
		padding-top: 30px;
		margin-top: 30px;
	}
	.comments-area .comments-title,
	.comment-respond .comment-reply-title {
		margin-bottom: 25px;
	}
	.commentlist .children {
		padding-left: 25px;
		padding-top: 30px;
		margin-top: 30px;
	}
	.comment_container .avatar {
		float: none;
	}
	.comment-text {
		margin-top: 15px;
	}
}
/* ==========================================================================
5.0 PORTFOLIO THEME
========================================================================== */
.single-portfolio .header,
.single-portfolio .footer {
	display: none;
}
.header-porfolio {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
.header-porfolio .back-to-portfolio {
	display: inline-block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2em;
	margin: 14px 0;
}
.header-porfolio .back-to-portfolio .arrow {
	transform: rotate(180deg);
	position: relative;
	display: inline-block;
	width: 28px;
	height: 24px;
	margin-right: 16px;
	vertical-align: middle;
}
.header-porfolio .back-to-portfolio .arrow::before {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 28px;
}
.header-porfolio .back-to-portfolio .arrow::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 8px;
}
.header-porfolio .lexio-share-socials {
	display: inline-block;
}
.lexio-share-socials > span:nth-child(2) {
	display: none;
}
.header-porfolio .lexio-share-socials > span:nth-child(1) {
	display: none;
}
.header-porfolio .lexio-share-socials > span:nth-child(2) {
	display: inline-block;
	line-height: 26px;
	margin: 10px 14px 10px 0;
}
.header-porfolio .lexio-share-socials a {
	width: 43px;
	height: 43px;
	line-height: 41px;
	margin: 5px;
}
/*PROJECT FOOTER*/
.footer-porfolio {
	background-color: #090909;
	padding-top: 58px;
	padding-bottom: 58px;
	position: relative;
	z-index: 1;
}
.footer-porfolio .container-outer::before,
.footer-porfolio .container-outer::after {
	content: '';
	display: table;
}
.footer-porfolio .container-outer::after {
	clear: both;
}
.other-port {
	width: -webkit-calc(50% - 60px);
	width: -moz-calc(50% - 60px);
	width: calc(50% - 60px);
}
.other-port.nav-prev {
	float: left;
	text-align: left;
	padding-left: 45px;
}
.other-port.nav-next {
	float: right;
	text-align: right;
	padding-right: 45px;
}
.other-port a {
	position: relative;
	display: block;
}
.other-port a:not(:hover) {
	color: #fff;
}
.other-port a::before {
	display: none;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: transparent;
	height: 40px;
}
.other-port a:hover::before {
	display: block;
}
.other-port .nav-img {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	border: 6px solid #ffffff;
	margin-bottom: 24px;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.other-port a:hover .nav-img {
	opacity: 1;
	visibility: visible;
}
.other-port.nav-prev .nav-img {
	left: 0;
	-webkit-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
	box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.12);
}
.other-port.nav-next .nav-img {
	right: 0;
	-webkit-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 10px 0 40px 0 rgba(0, 0, 0, 0.12);
}
.other-port .nav-img::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -14px;
}
.other-port.nav-prev .nav-img::before {
	left: 45px;
}
.other-port.nav-next .nav-img::before {
	right: 45px;
}
.other-port .project-text .meta-nav {
	display: block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #989898;
	letter-spacing: 0.2em;
}
.other-port .project-text .project-title {
	font-family: 'BebasNeue', sans-serif;
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 30px;
}
/*arrow*/
.other-port a .arrow {
	display: block;
	width: 28px;
	height: 28px;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	top: 20px;
}
.other-port.nav-prev a .arrow {
	left: -45px;
}
.other-port.nav-next a .arrow {
	right: -45px;
}
.other-port a .arrow::before {
	border-bottom: 2px solid;
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 28px;
}
.other-port a .arrow::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: 10px;
}
.other-port.nav-prev a .arrow {
	transform: rotate(180deg);
}
.footer-porfolio .project-link {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 93px;
	height: 93px;
	border: 3px solid #fff;
}
.footer-porfolio .project-link::before,
.footer-porfolio .project-link::after,
.footer-porfolio .project-link span::before,
.footer-porfolio .project-link span::after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
}
.footer-porfolio .project-link::before {
	top: 28px;
	left: 28px;
}
.footer-porfolio .project-link::after {
	top: 28px;
	right: 28px;
}
.footer-porfolio .project-link span::before {
	bottom: 28px;
	left: 28px;
}
.footer-porfolio .project-link span::after {
	bottom: 28px;
	right: 28px;
}
.footer-porfolio .project-link:hover {
	border-color: #64a0ed;
}
.footer-porfolio .project-link:hover::before,
.footer-porfolio .project-link:hover::after,
.footer-porfolio .project-link:hover span::before,
.footer-porfolio .project-link:hover span::after {
	background-color: #64a0ed;
}
/*portfolio-single*/
.portfolio-single::before,
.portfolio-single::after {
	content: '';
	display: block;
}
.portfolio-single::after {
	clear: both;
}
.portfolio-single .post-title {
	font-size: 36px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 45px;
}
.portfolio-single .post-title a::after {
	display: block;
	content: '';
	width: 166px;
	border-bottom: 2px solid #64a0ed;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.portfolio-single .portfolio-meta {
	margin-bottom: 40px;
}
.portfolio-single .portfolio-meta > div {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	position: relative;
}
.portfolio-single .portfolio-meta > div:not(:last-child) {
	padding-right: 27px;
	margin-right: 23px;
}
.portfolio-single .portfolio-meta > div:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 1px solid #a6a6a6;
	height: 36px;
}
.portfolio-single .portfolio-link {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	min-width: 228px;
	height: 55px;
	line-height: 55px;
	padding: 0 15px;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-top: 57px;
}
.portfolio-single .portfolio-link:hover {
	background-color: #64a0ed;
}
.post-gallery .widget_media_video,
.post-gallery figure {
	margin-top: 75px;
	position: relative;
}
.post-gallery figure::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.post-gallery figure:hover::before {
	opacity: 0.3;
}
/*.portfolio-single style1*/
.portfolio-single.style1 {
	text-align: center;
	margin-bottom: 115px;
}
.portfolio-single.style1 .post-thumb {
	margin-bottom: 95px;
}
.portfolio-single.style1 .portfolio-info {
	padding-left: 15px;
	padding-right: 15px;
	width: 1170px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.portfolio-single.style1 .portfolio-meta > div {
	color: #000000;
}
.portfolio-single.style1 .portfolio-meta a {
	color: #64a0ed;
}
/*.portfolio-single style2*/
.portfolio-single.style2 #move-down {
	width: 1170px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.portfolio-single.style2 .post-title a {
	color: #ffffff;
}
.portfolio-single.style2 .post-thumb {
	background: center center no-repeat fixed;
	background-size: cover;
	text-align: center;
	padding: 318px 0;
	position: relative;
	margin-bottom: 80px;
}
.portfolio-single.style2 .post-thumb::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
}
.portfolio-single.style2 .post-thumb .container {
	position: relative;
}
.portfolio-single.style2 .post-thumb .container,
.portfolio-single.style2 .post-thumb .icon-mouse {
	z-index: 1;
}
.portfolio-single.style2 .portfolio-meta > div,
.portfolio-single.style2 .portfolio-meta a {
	color: #ffffff;
}
.icon-mouse {
	display: block;
	width: 29px;
	height: 48px;
	border-radius: 33px;
	border: 2px solid #ffffff;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.icon-mouse::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	animation: scroll 0.9s linear 0s normal none infinite running;
}
@-webkit-keyframes scroll {
	0% {
		top: 2px;
	}
	100% {
		top: 17px;
	}
}
@keyframes scroll {
	0% {
		top: 2px;
	}
	100% {
		top: 17px;
	}
}
.icon-mouse:hover {
	border-color: #64a0ed;
}
.icon-mouse:hover::before {
	background-color: #64a0ed;
}
.portfolio-single.style2 {
	padding-bottom: 70px;
}
/*.portfolio-single style3*/
.portfolio-single.style3 {
	margin-bottom: 94px;
	width: 1690px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.portfolio-single.style3 .post-thumb,
.portfolio-single.style3 .sticky-content {
	float: left;
	width: 50%;
}
.portfolio-single.style3 .post-thumb .widget_media_video,
.portfolio-single.style3 .post-thumb img:not(:last-child) {
	margin-bottom: 28px;
}
.portfolio-single.style3 .sticky-content {
	padding-left: 68px;
	padding-top: 115px;
}
.portfolio-single.style3 .post-title a::after {
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-single.style3 .portfolio-meta > div {
	color: #000000;
}
.portfolio-single.style3 .portfolio-meta a {
	color: #64a0ed;
}
/*.portfolio-single style4*/
.portfolio-single.style4 .post-thumb {
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 160px;
	padding-bottom: 115px;
	position: relative;
}
.portfolio-single.style4 .post-thumb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.76);
	z-index: 1;
}
.portfolio-single.style4 .post-thumb > div {
	position: relative;
	z-index: 1;
}
.portfolio-single.style4 .post-thumb-inner {
	width: 930px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.portfolio-single.style4 .post-title a::after {
	left: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.portfolio-single.style4 .portfolio-meta > div {
	color: #000000;
}
.portfolio-single.style4 .portfolio-meta a {
	color: #64a0ed;
}
.portfolio-wrap {
	position: relative;
}
.portfolio-wrap .portfolio-btn {
	cursor: pointer;
	display: block;
	width: 55px;
	height: 55px;
	line-height: 52px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #64a0ed;
}
.portfolio-wrap:hover .portfolio-btn {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.portfolio-wrap .portfolio-info {
	opacity: 0;
	visibility: hidden;
	width: 844px;
	height: 606px;
	background-color: #ffffff;
	padding: 79px 40px 60px 70px;
	position: absolute;
	left: 0;
	bottom: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-wrap:hover .portfolio-info {
	opacity: 1;
	visibility: visible;
}
.portfolio-wrap .scrollbar-macosx {
	height: 100%;
}
.portfolio-wrap .portfolio-inner {
	padding-right: 10px;
}
/*.lexio-isotope*/
.filter-button-group .filter-list {
	margin-bottom: 65px;
	text-align: center;
}
.filter-button-group .filter-list a {
	display: inline-block;
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: inherit;
	border: none;
	border-radius: 0;
	position: relative;
	padding-bottom: 3px;
	margin: 0 20px 4px 20px;
}
.filter-button-group .filter-list a.active {
	color: #64a0ed;
}
.filter-button-group .filter-list a::before {
	border-bottom: 2px solid;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	width: 100%;
}
.filter-button-group .filter-list a:hover::before,
.filter-button-group .filter-list a.active::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.lexio-isotope {
	margin-left: -15px;
	margin-right: -15px;
}
.lexio-isotope .isotope-item {
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 1199px) {
	.post-gallery .widget_media_video,
	.post-gallery figure {
		margin-top: 30px;
	}
	.portfolio-single .portfolio-meta {
		margin-bottom: 25px;
	}
	.portfolio-single .portfolio-link {
		margin-top: 30px;
	}
	.portfolio-single.style1 .post-thumb {
		margin-bottom: 60px;
	}
	.portfolio-single.style2 .post-thumb {
		padding: 200px 0;
	}
	.icon-mouse {
		bottom: 25px;
	}
	.portfolio-single.style3 .sticky-content {
		padding-left: 30px;
	}
}
@media (max-width: 1024px) {
	.portfolio-wrap .portfolio-btn {
		display: none;
	}
	.portfolio-wrap .portfolio-info {
		opacity: 1;
		visibility: visible;
		width: auto;
		height: auto;
		padding: 30px 15px;
		position: static;
		margin-top: 35px;
	}
}
@media (max-width: 767px) {
	.header-porfolio .col-xs-12 {
		text-align: center;
	}
	.header-porfolio .lexio-share-socials > span:nth-child(2) {
		display: block;
		margin-right: 0;
	}
	.other-port .nav-img,
	.other-port .project-text .meta-nav,
	.other-port .project-text .project-title {
		display: none;
	}
	.other-port a .arrow {
		top: -10px;
	}
	.footer-porfolio .project-link {
		width: 80px;
		height: 80px;
	}
	.footer-porfolio .project-link::before,
	.footer-porfolio .project-link::after,
	.footer-porfolio .project-link span::before,
	.footer-porfolio .project-link span::after {
		width: 8px;
		height: 8px;
	}
	.portfolio-single .portfolio-meta > div:not(:last-child) {
		padding-right: 17px;
		margin-right: 12px;
	}
	.portfolio-single .portfolio-meta > div:not(:last-child)::after {
		display: none;
	}
	.portfolio-single .post-title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.portfolio-single.style2 .post-thumb {
		padding: 150px 0;
	}
	.portfolio-single.style3 .post-thumb,
	.portfolio-single.style3 .sticky-content {
		width: 100%;
	}
	.portfolio-single.style3 .sticky-content {
		padding-top: 30px;
		padding-left: 0;
	}
	.filter-button-group .filter-list a {
		margin: 0 15px 4px 15px;
	}
}
@media (max-width: 480px) {
	.portfolio-single .portfolio-meta > div {
		width: 100%;
	}
	.portfolio-single .portfolio-meta > div:not(:last-child) {
		margin: 0;
		padding: 0;
	}
}
/* ==========================================================================
6.0 SHOP THEME
========================================================================== */
/* ==========================================================================
6.1 SHOP PAGE
========================================================================== */
.woocommerce-result-count {
	display: inline-block;
	margin-bottom: 0;
	line-height: 40px;
	padding-right: 30px;;
}
.woocommerce-ordering {
	float: right;
	margin-bottom: 40px;
	display: inline-block;
}
ul.products {
	padding-left: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}
ul.products::before,
ul.products::after {
	content: '';
	display: table;
}
ul.products::after {
	clear: both;
}
ul.products li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	position: relative;
}
ul.products.columns-2 li {
	width: 50%;
}
ul.products.columns-3 li {
	width: 33.3333333%;
}
ul.products.columns-4 li {
	width: 25%;
}
ul.products.columns-5 li {
	width: 20%;
}
ul.products.columns-6 li {
	width: 16.6666667%;
}
@media (min-width: 1200px) {
	ul.products.columns-2 li:nth-child(2n+1),
	ul.products.columns-3 li:nth-child(3n+1),
	ul.products.columns-4 li:nth-child(4n+1),
	ul.products.columns-5 li:nth-child(5n+1),
	ul.products.columns-6 li:nth-child(6n+1) {
		clear: both;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	ul.products.columns-4 li,
	ul.products.columns-5 li,
	ul.products.columns-6 li {
		width: 33.3333333%;
	}
	ul.products.columns-4 li:nth-child(3n+1),
	ul.products.columns-5 li:nth-child(3n+1),
	ul.products.columns-6 li:nth-child(3n+1) {
		clear: both;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.has-sidebar ul.products.columns-3 li,
	.has-sidebar ul.products.columns-4 li,
	.has-sidebar ul.products.columns-5 li,
	.has-sidebar ul.products.columns-6 li {
		width: 50%;
	}
	.has-sidebar ul.products.columns-3 li:nth-child(2n+1),
	.has-sidebar ul.products.columns-4 li:nth-child(2n+1),
	.has-sidebar ul.products.columns-5 li:nth-child(2n+1),
	.has-sidebar ul.products.columns-6 li:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	ul.products.columns-3 li,
	ul.products.columns-4 li,
	ul.products.columns-5 li,
	ul.products.columns-6 li {
		width: 50%;
	}
	ul.products.columns-3 li:nth-child(2n+1),
	ul.products.columns-4 li:nth-child(2n+1),
	ul.products.columns-5 li:nth-child(2n+1),
	ul.products.columns-6 li:nth-child(2n+1) {
		clear: both;
	}
}
@media (max-width: 479px) {
	.has-sidebar ul.products.columns-3 li,
	.has-sidebar ul.products.columns-4 li,
	.has-sidebar ul.products.columns-5 li,
	.has-sidebar ul.products.columns-6 li,
	ul.products.columns-2 li,
	ul.products.columns-3 li,
	ul.products.columns-4 li,
	ul.products.columns-5 li,
	ul.products.columns-6 li {
		width: 100%;
	}
	ul.products li img {
		width: 100%;
	}
}
ul.products li .woocommerce-loop-product__link {
	position: relative;
	display: block;
}
.onsale {
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	height: 24px;
	letter-spacing: 2px;
	line-height: 24px;
	margin-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
	z-index: 1;
	background: #eb5050;
}
ul.products li figure {
	margin-bottom: 29px;
	position: relative;
}
ul.products li figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
ul.products li:hover figure::before {
	opacity: 1;
	visibility: visible;
}
ul.products li .woocommerce-loop-product__link > img {
	margin-bottom: 29px;
}
ul.products li .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 4px;
}
.woocommerce-Price-amount,
.price {
	font-weight: 500;
	color: #333;
}
.price ins {
	text-decoration: none;
}
.star-rating {
	white-space: nowrap;
	line-height: 100%;
	display: block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 87px;
	letter-spacing: 7px;
}
.star-rating::before, .star-rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #e2e2e2;
}
.star-rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #e9c73d;
}
ul.products li .added_to_cart,
ul.products li .button {
	opacity: 0;
	visibility: hidden;
}
ul.products li:hover .added_to_cart,
ul.products li:hover .button {
	opacity: 1;
	visibility: visible;
}
ul.products li .add_to_cart_button,
ul.products li .product_type_simple,
ul.products li .product_type_grouped,
ul.products li .product_type_external,
ul.products li .added_to_cart {
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	background-color: #fff;
	color: #000000;
	position: absolute;
	top: 54%;
	right: calc(50% + 7px);
}
ul.products li .added {
	display: none;
}
ul.products li .added_to_cart,
ul.products li .add_to_cart_button:hover,
ul.products li .product_type_simple:hover,
ul.products li .product_type_grouped:hover,
ul.products li .product_type_external:hover,
ul.products li .added:hover {
	color: #64a0ed;
}
ul.products li .add_to_cart_button::after,
ul.products li .product_type_simple::after,
ul.products li .product_type_grouped::after,
ul.products li .product_type_external::after {
	content: "\f101";
	font-family: 'Flaticon', sans-serif;
	font-size: 25px;
}
ul.products li .added_to_cart::after {
	content: "\f218";
	font-family: 'FontAwesome', sans-serif;
	font-size: 25px;
}
ul.products li .add_to_cart_button.loading::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 20px;
	display: inline-block;
}
/*quickview*/
.yith-wcqv-button .blockUI.blockOverlay {
	border-radius: 50%;
}
#yith-quick-view-content .onsale {
	top: 30px;
	left: 30px;
	right: auto;
}
ul.products li .yith-wcqv-button {
	position: absolute;
	top: 54%;
	left: calc(50% + 7px);
}
.yith-wcqv-button {
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	font-size: 0;
	background-color: #fff;
	color: #000000;
}
.yith-wcqv-button:hover {
	color: #64a0ed;
}
.yith-wcqv-button::before {
	content: "\f102";
	font-family: 'Flaticon', sans-serif;
	font-size: 20px;
	vertical-align: middle;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden;
}
#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1400;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	text-align: left;
	width: calc(100% - 30px) !important;
	height: auto !important;
	max-width: 984px;
}
#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	height: 100%;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	background-color: #f7f7f7;
	padding: 18px 0 28px 21px;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
	-moz-box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
	box-shadow: 5px 5px 5px 0 rgba(0, 1, 1, 0.34);
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
	height: 100%;
}
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	height: 100%;
	position: relative;
	box-shadow: none;
	overflow: hidden;
}
#yith-quick-view-modal .woocommerce-product-gallery {
	float: none !important;
	margin-bottom: 0;
}
#yith-quick-view-modal .woocommerce-product-gallery a {
	pointer-events: none;
}
#yith-quick-view-modal .woocommerce-product-gallery img {
	border: 1px solid #e9e9e9;
}
#yith-quick-view-close {
	position: absolute;
	text-align: center;
	z-index: 2;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #949494;
	font-size: 0;
	border: none;
}
#yith-quick-view-close::before {
	content: '';
	border-bottom: 1px solid;
	width: 14px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 13px;
	left: 8px;
}
#yith-quick-view-close::after {
	content: '';
	border-bottom: 1px solid;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	left: 8px;
}
#yith-quick-view-close:hover {
	color: #000;
}
#yith-quick-view-content div.images {
	width: 39.4600208%;
	float: left !important;
	opacity: 1 !important;
}
#yith-quick-view-modal div.entry-summary {
	position: absolute;
	top: 24px;
	bottom: 0;
	right: 0;
	padding: 0 35px 0 30px;
	height: auto;
	overflow-y: auto;
	width: 59.2479675%;
	float: left;
}
#yith-quick-view-content div.images .slider-for img {
	border: 15px solid #ffffff;
}
#yith-quick-view-content div.images .slider-nav {
	padding-left: 15px;
	padding-right: 15px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
	content: '';
	display: table;
	clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
	display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
	background: none;
}
body.admin-bar #yith-quick-view-modal {
	top: 32px;
}
/*wishlist*/
.yith-wcwl-add-to-wishlist {
	position: relative;
	margin-top: 0;
	font-size: 0;
	display: inline-block;
	text-align: center;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #000;
	border: 1px solid #000000;
}
.yith-wcwl-add-to-wishlist:hover {
	color: #fff;
	background-color: #64a0ed;
	border-color: #64a0ed;
}
.yith-wcwl-add-to-wishlist a {
	color: inherit;
	display: block;
}
.yith-wcwl-add-to-wishlist:hover a {
	color: #fff;
}
.yith-wcwl-add-to-wishlist .feedback {
	display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
	top: 18px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
.add_to_wishlist::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f08a";
	font-size: 17px;
}
.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	content: "\f004";
	font-size: 17px;
}
/*compare*/
.compare {
	display: inline-block;
	font-size: 0;
	color: #000000;
	text-align: center;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #000000;
}
.compare:hover {
	color: #fff;
	background-color: #64a0ed;
	border-color: #64a0ed;
}
.compare::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f0ec";
	font-size: 17px;
}
.compare.added::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f00c";
	font-size: 17px;
}
.yith-woocompare-widget a.compare {
	font-size: 0;
	font-weight: normal;
	border-radius: 0;
	color: #000;
	padding: 0;
	border: 1px solid #000000;
	background-color: transparent;
	line-height: 54px;
}
.yith-woocompare-widget a.compare:hover {
	color: #fff;
	background-color: #64a0ed;
	border-color: #64a0ed;
}
@media (max-width: 1199px) {
	.woocommerce-ordering {
		float: none;
	}
	.yith-wcqv-button,
	.compare {
		display: none !important;
	}
	ul.products li .added_to_cart,
	ul.products li .button {
		opacity: 1;
		visibility: visible;
	}
	ul.products li .add_to_cart_button,
	ul.products li .product_type_simple,
	ul.products li .product_type_grouped,
	ul.products li .product_type_external,
	ul.products li .added_to_cart {
		display: inline-block;
		width: 100%;
		height: 46px;
		line-height: 46px;
		border-radius: 0;
		text-align: left;
		font-size: 16px;
		position: static;
	}
	ul.products li .added_to_cart::after,
	ul.products li .add_to_cart_button::after,
	ul.products li .product_type_simple ::after,
	ul.products li .product_type_grouped::after,
	ul.products li .product_type_external::after {
		margin-left: 10px;
		vertical-align: middle;
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.woocommerce-ordering {
		display: block;
	}
}
/* ==========================================================================
6.2 SINGLE PRODUCT
========================================================================== */
.main-content:not(.has-sidebar) .main-contain-summary.has-gallery {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	padding-left: 130px;
	padding-right: 130px;
}
.main-contain-summary::before,
.main-contain-summary::after {
	display: table;
	content: '';
}
.main-contain-summary::after {
	clear: both;
}
.main-contain-summary .single-left {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 49%;
	margin-bottom: 35px;
}
.main-contain-summary .single-left .onsale {
	display: none;
}
.main-contain-summary .entry-summary {
	display: inline-block;
	width: 51%;
	padding-left: 30px;
	margin-bottom: 35px;
	max-width: 585px;
}
/*.woocommerce-product-gallery*/
.woocommerce-product-gallery {
	position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block;
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #333333;
	text-align: center;
	z-index: 1;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	opacity: 0.8;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	content: "\f102";
	font-family: 'Flaticon', sans-serif;
	font-size: 20px;
	vertical-align: middle;
	color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}
.woocommerce-product-gallery .flex-viewport {
	cursor: zoom-in;
	float: right;
	width: -webkit-calc(100% - 85px);
	width: -moz-calc(100% - 85px);
	width: calc(100% - 85px);
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 85px;
	float: left;
	padding: 0 15px 0 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
	list-style: none;
	border: none;
	position: relative;
	padding-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
	width: 100%;
}
/*.main-content:not(.has-sidebar)*/
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport {
	width: -webkit-calc(100% - 145px);
	width: -moz-calc(100% - 145px);
	width: calc(100% - 145px);
}
.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
	width: 145px;
}
.main-content:not(.has-sidebar) .main-contain-summary.has-gallery .entry-summary {
	padding-left: 99px;
}
/*.entry-summary*/
.entry-summary .woocommerce-product-rating {
	margin-bottom: 11px;
}
.entry-summary .woocommerce-product-rating .star-rating {
	display: inline-block;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
	vertical-align: top;
	line-height: 26px;
	font-size: 12px;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link:not(:hover) {
	color: #bbbbbb;
}
.entry-summary .entry-title {
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin-top: -3px;
	margin-bottom: 12px;
}
.entry-summary .price,
.entry-summary .woocommerce-Price-amount {
	font-size: 22px;
	font-weight: normal;
}
.entry-summary .price {
	margin-bottom: 34px;
}
.entry-summary .woocommerce-grouped-product-list-item__price ins {
	text-decoration: none;
}
.entry-summary .stock {
	margin-bottom: 10px;
}
.entry-summary .stock.out-of-stock {
	color: red;
}
.entry-summary .woocommerce-product-details__short-description {
	margin-bottom: 34px;
	padding-top: 37px;
	border-top: 1px solid #eeeeee;
}
.entry-summary .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.entry-summary .product_meta {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.entry-summary .product_meta > span {
	display: block;
}
.entry-summary .lexio-share-socials {
	text-align: left;
	margin-top: 0;
	padding: 0;
	border-top: none;
}
.entry-summary .lexio-share-socials > span {
	display: none;
}
.entry-summary .lexio-share-socials a:nth-of-type(1) {
	margin-left: 0;
}
/*form single product*/
.quantity .input-text {
	width: 60px;
	text-align: center;
}
.entry-summary .quantity {
	margin-bottom: 27px;
}
.entry-summary .quantity .input-text {
	text-align: center;
	color: #000000;
	border: 1px solid #000000;
	height: 54px;
	line-height: 52px;
	font-size: 22px;
	font-weight: 500;
	width: 237px;
	padding: 0 15px;
}
.entry-summary .cart {
	padding: 0;
}
.entry-summary .cart .single_add_to_cart_button {
	display: inline-block;
	min-width: 237px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	padding: 0 15px;
	background-color: #000000;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}
.entry-summary .cart .single_add_to_cart_button:hover {
	background-color: #64a0ed;
}
.entry-summary .cart .single_add_to_cart_button.loading::after {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	content: "\f110";
	font-size: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: top;
}
.entry-summary p.cart {
	margin-bottom: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist {
	float: left;
	margin-bottom: 22px;
	margin-right: 22px;
}
.entry-summary .compare {
	float: left;
	margin-bottom: 22px;
}
/*.variations*/
.variations {
	display: block;
	border: none;
}
.variations tr {
	display: block;
	margin-bottom: 12px;
}
.variations .label {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
	font-size: 14px;
	color: inherit;
	line-height: inherit;
	font-weight: normal;
	text-align: left;
	border: none;
	border-radius: 0;
	min-width: 50px;
}
.variations label {
	margin-top: 5px;
}
.variations .value {
	padding: 0;
	text-align: left;
	border: none;
}
.variations select {
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
.variations .reset_variations {
	margin-left: 10px;
	font-style: italic;
	vertical-align: middle;
}
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart,
.product-type-grouped .entry-summary .cart .group_table {
	width: 100%;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
	text-align: inherit;
	vertical-align: middle;
	margin-bottom: 0;
	white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
	margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .quantity .input-text {
	color: #999999;
	border: 1px solid #d6d6d6;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	width: 60px;
}
.product-type-grouped .entry-summary .cart .group_table label {
	font-weight: normal;
	margin-bottom: 0;
	line-height: 24px;
}
.product-type-grouped .entry-summary .cart .group_table .button {
	font-size: 15px;
	line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .woocommerce-grouped-product-list-item__price {
	line-height: 24px;
}
.product-type-grouped .entry-summary .cart .group_table .woocommerce-Price-amount {
	font-size: 14px;
}
.product-type-grouped .entry-summary .cart .group_table .stock {
	display: none;
}
@media (max-width: 1400px) {
	.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport {
		width: -webkit-calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: calc(100% - 85px);
	}
	.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		width: 85px;
	}
}
@media (max-width: 1199px) {
	.main-content:not(.has-sidebar) .main-contain-summary.has-gallery {
		padding: 0;
		width: auto;
		position: static;
		margin-left: 0;
	}
	.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-viewport,
	.woocommerce-product-gallery .flex-viewport {
		width: 100%;
	}
	.main-content:not(.has-sidebar) .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		margin-left: -5px;
		margin-right: -5px;
		overflow: hidden;
		padding: 15px 0 0 0;
		width: 100%;
	}
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		width: 20%;
		float: left;
		padding: 10px 5px 0 5px;
	}
	.entry-summary .price {
		margin-bottom: 20px;
	}
	.entry-summary .woocommerce-product-details__short-description {
		margin-bottom: 20px;
		padding-top: 20px;
	}
}
@media (max-width: 991px) {
	.main-contain-summary .single-left,
	.main-contain-summary .entry-summary {
		width: 100%;
	}
	.main-content:not(.has-sidebar) .main-contain-summary.has-gallery .entry-summary,
	.main-contain-summary .entry-summary {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		width: 25%;
	}
}
@media (max-width: 480px) {
	.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
		width: 33.3333333%;
	}
}
/*woocommerce-tabs*/
.woocommerce-tabs {
	padding-top: 27px;
}
/*.wc-tabs*/
.wc-tabs {
	padding-left: 0;
	position: relative;
	text-align: center;
}
.wc-tabs li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 0 18px;
}
.wc-tabs li a {
	display: block;
	font-size: 16px;
	color: #a4a4a4;
	font-weight: 500;
	padding-bottom: 9px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
	color: #000000;
}
.wc-tabs li a:hover::before,
.wc-tabs li.active a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #64a0ed;
	content: '';
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
	max-width: 945px;
	margin: 50px auto 30px auto;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}
.woocommerce-Tabs-panel .shop_attributes th,
.woocommerce-Tabs-panel .shop_attributes td {
	font-weight: normal;
}
/*comment star*/
p.stars {
	margin-top: 5px;
	line-height: 18px;
	display: inline-block;
}
p.stars span {
	display: block;
	height: 18px;
}
p.stars,
p.stars a {
	display: inline-block
}
p.stars a {
	font-weight: 400;
	height: 1em
}
p.stars a:before,
p.stars a:hover ~ a:before {
	content: "\f006";
	color: #adadad;
}
p.stars a {
	font-size: 18px;
	position: relative;
	width: 1em;
	text-indent: -999em;
	margin-right: 2px
}
p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	text-indent: 0;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
	content: '\f005';
	color: #ffcc30;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
	content: "\f006";
	color: #ffcc30;
}
section.upsells,
section.related {
	position: relative;
	padding-top: 59px;
	margin-top: 62px;
}
section.upsells::before,
section.related::before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #ebebeb;
}
.main-content:not(.has-sidebar) section.upsells::before,
.main-content:not(.has-sidebar) section.related::before {
	width: 100vw;
}
section.upsells > h2,
section.related > h2 {
	font-size: 22px;
	color: #000;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 51px;
	text-align: center;
}
section.upsells > h2::before,
section.related > h2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #64a0ed;
	width: 68px;
}
@media (max-width: 767px) {
	.wc-tabs li {
		display: block;
		margin-right: 0;
	}
	.wc-tabs li a {
		display: inline-block;
	}
}
/* ==========================================================================
6.3 CART PAGE
========================================================================== */
#shipping_method {
	padding-left: 0;
	list-style: none;
	color: #aaa;
}
#shipping_method input[type="radio"] {
	display: none;
}
#shipping_method label {
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	color: #666666;
	cursor: pointer;
}
#shipping_method label::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid #e4e4e4;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label::before {
	background: #000;
	border-color: #000;
}
.shipping p {
	margin-bottom: 10px;
}
body.woocommerce-cart .cart-empty {
	color: #000;
	font-size: 22px;
	text-align: center;
	font-weight: 500;
}
body.woocommerce-cart .return-to-shop {
	margin-top: 10px;
	text-align: center;
}
body.woocommerce-cart .return-to-shop a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 44px;
	height: 47px;
	padding: 0 49px 0 28px;
	text-transform: capitalize;
	border: 2px solid;
	color: #000;
}
body.woocommerce-cart .return-to-shop a:hover {
	color: #64a0ed;
}
body.woocommerce-cart .return-to-shop a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	border-bottom: 1px solid;
	width: 19px;
	z-index: 1;
}
body.woocommerce-cart .return-to-shop a:after {
	content: '';
	position: absolute;
	top: 17px;
	right: 18px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 10px;
	height: 10px;
}
.shop_table {
	font-weight: normal;
	border: none;
}
.shop_table td,
.shop_table th {
	border-color: #cccccc;
	font-weight: normal;
	padding: 18px;
	border-left: none;
	border-right: 0;
}
.shop_table .product-remove {
	text-align: center;
}
.shop_table .product-remove .remove {
	font-size: 24px;
	font-weight: 200;
}
.shop_table .product-remove .remove:not(:hover) {
	color: #bfbfbf;
}
.shop_table .product-thumbnail img {
	max-width: 80px;
}
.woocommerce-cart-form .shop_table thead {
	display: none;
}
.woocommerce-cart-form .shop_table thead th {
	font-weight: normal;
}
.woocommerce-cart-form .shop_table .actions {
	padding-top: 25px;
	overflow: hidden;
}
.woocommerce-cart-form .shop_table .actions label {
	display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
	position: relative;
	width: 480px;
	float: left;
	margin-bottom: 17px;
}
#coupon_code {
	width: 300px;
	height: 52px;
	line-height: 50px;
	border: 1px solid #dfdfdf;
}
.form-row-first #coupon_code {
	width: 100%;
}
.woocommerce-cart-form .shop_table .actions .coupon .button {
	float: right;
	display: inline-block;
	min-width: 162px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 0 10px;
	background-color: #000;
}
.woocommerce-cart-form .shop_table .actions .coupon .button:hover {
	background-color: #64a0ed;
	color: #fff;
}
.woocommerce-cart-form .shop_table .actions > .button {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 0 20px;
	border: 1px solid #dfdfdf;
	background-color: transparent;
	float: right;
}
.woocommerce-cart-form .shop_table .actions > .button:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.cart-collaterals {
	display: table;
	width: 100%;
	padding-top: 40px;
}
.cart-collaterals .cross-sells {
	display: table-cell;
	padding-right: 30px;
	width: 50%;
}
.cart-collaterals .cart_totals {
	display: table-cell;
	width: 50%;
}
.cross-sells > h2,
.cart_totals > h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	margin-top: 0;
	margin-bottom: 22px;
}
.cross-sells ul.products li .yith-wcqv-button,
.cross-sells ul.products li .add_to_cart_button,
.cross-sells ul.products li .product_type_simple,
.cross-sells ul.products li .product_type_grouped,
.cross-sells ul.products li .product_type_external,
.cross-sells ul.products li .added_to_cart {
	display: none;
}
.cart_totals .shop_table {
	margin: 0 18px;
	position: relative;
	background: #f8f8f8;
	width: calc(100% - 36px);
}
.cart_totals .shop_table::before {
	content: '';
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: -18px;
	right: -18px;
	bottom: 0;
}
.cart_totals .shop_table tbody {
	position: relative;
}
.cart_totals .shop_table tr:first-child th,
.cart_totals .shop_table tr:first-child td {
	border-top: none;
}
.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
	border-bottom: none;
}
.cart_totals .shop_table tr th {
	padding: 25px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #000;
	vertical-align: top;
	width: 35%;
}
.cart_totals .shop_table tr td {
	vertical-align: top;
}
.shipping-calculator-form .button {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	background-color: #64a0ed;
}
.shipping-calculator-form .button:hover {
	background-color: #000;
}
.wc-proceed-to-checkout .checkout-button {
	display: inline-block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	padding: 0 15px;
	margin-top: 20px;
}
.wc-proceed-to-checkout .checkout-button:hover {
	background-color: #64a0ed;
}
@media (max-width: 991px) {
	.cart-collaterals {
		display: block;
	}
	.cart-collaterals .cross-sells {
		display: block;
		padding-right: 0;
		padding-bottom: 10px;
		width: 100%;
	}
	.cart-collaterals .cart_totals {
		display: block;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.shop_table {
		display: block;
	}
	.shop_table thead {
		display: none;
	}
	.shop_table tbody,
	.shop_table tfoot,
	.shop_table tr,
	.shop_table tr td,
	.shop_table tr th {
		display: inline-block;
		text-align: center !important;
		width: 100% !important;
	}
	.shop_table tfoot {
		border-top: 1px solid #cccccc;
	}
	.shop_table tr > * {
		border: none;
		border-bottom: 1px solid #cccccc;
	}
	.shop_table tr:last-child > *:last-child {
		border-bottom: none;
	}
	.cart_totals .shop_table tr:last-child th,
	.cart_totals .shop_table tr:last-child td {
		border-bottom: 1px solid #cccccc;
	}
	.woocommerce-cart-form .shop_table .actions .coupon,
	.woocommerce-cart-form .shop_table .actions button.button {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce table.wishlist_table tr:nth-child(2n),
	.woocommerce-cart-form .shop_table tr:nth-child(2n) {
		background: #f8f8f8;
	}
	.woocommerce-cart-form .shop_table tr:first-child td:first-child,
	.cart_totals .shop_table tr:first-child th:first-child {
		border-top: 0;
	}
}
/* ==========================================================================
6.4 CHECKOUT PAGE
========================================================================== */
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	display: none;
}
.woocommerce-form__label-for-checkbox > span {
	position: relative;
	padding-left: 20px;
	color: #666666;
}
.woocommerce-form__label-for-checkbox > span::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #e4e4e4;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::before {
	background: #000;
	border-color: #000;
}
#payment {
	padding-top: 30px;
}
#payment p {
	margin-bottom: 20px;
}
#payment ul {
	padding-left: 0;
	list-style: none;
}
#payment img {
	max-width: 200px;
}
#payment .input-radio {
	display: none;
}
#payment label {
	font-weight: normal;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
#payment label::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #e4e4e4;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 47%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#payment .input-radio:checked + label::before {
	border: 1px solid #000;
	background: #000;
}
.woocommerce-input-wrapper input {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	color: #898989;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
}
/*SELECT2 RESET*/
body .select2-container {
	width: 100% !important;
	text-align: left;
}
body .select2-container--default .select2-selection--single {
	height: 54px;
	line-height: 52px;
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #999999;
	line-height: 52px;
	padding-left: 15px;
	padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 52px;
	width: 50px;
}
body .select2-container .select2-choice .select2-arrow b:after {
	border: none;
	font-family: 'FontAwesome', sans-serif;
	content: "\f107";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0;
	margin-left: -15px;
}
body .select2-dropdown {
	border: 1px solid #e1e1e1;
	border-radius: 0;
}
body .select2-dropdown .select2-search .select2-search__field {
	background-color: #ffffff;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e6e6e6;
}
body .select2-results__option {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
}
body .select2-dropdown .select2-result {
	color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #f0f2f5;
	color: #333333;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
	color: #333333;
}
body.woocommerce-checkout .woocommerce > .woocommerce-info {
	padding: 14px 18px 13px;
	border: 1px solid #cccccc;
	position: relative;
}
body.woocommerce-checkout .woocommerce-form-login {
	padding: 14px 18px 13px;
	border: 1px solid #cccccc;
	margin-top: 30px;
	position: relative;
	margin-bottom: 30px;
}
.checkout_coupon {
	overflow: hidden;
	padding: 30px 18px 10px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.checkout_coupon .button {
	min-width: 159px;
	font-size: 16px;
	background-color: #000000;
	height: 56px;
	line-height: 56px;
}
.checkout_coupon .button:hover {
	background-color: #64a0ed;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
	content: '';
	display: table;
}
form.woocommerce-checkout::after {
	clear: both;
}
.validate-required label .required {
	display: none;
}
.validate-required label::after {
	content: '*';
	color: #ff0000;
}
#customer_details {
	float: left;
	width: calc(100% - 440px);
	padding-right: 30px
}
#customer_details .col-1 {
	margin-bottom: 30px;
}
.woocommerce-billing-fields > h3 {
	color: #000;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 500;
}
.form-row:last-child {
	margin-bottom: 0;
}
.form-row > label {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 9px;
	text-align: left;
}
.form-row > input {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	font-size: 13px;
	line-height: 54px;
	min-height: 56px;
	width: 100%;
}
.form-row-first {
	float: left;
	width: calc(50% - 15px);
}
.form-row-last {
	float: right;
	width: calc(50% - 15px);
}
/*.woocommerce-shipping-fields*/
.woocommerce-shipping-fields {
	padding-bottom: 30px;
}
.woocommerce-shipping-fields #ship-to-different-address {
	color: #666666;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
	font-weight: normal;
	color: inherit;
}
.woocommerce-shipping-fields .shipping_address {
	padding-top: 20px;
}
#order_comments {
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	color: #898989;
	width: 100%;
}
/*#order_review*/
#order_review_heading {
	display: inline-block;
	color: #000;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 500;
	float: left;
	width: 440px;
}
#order_review {
	float: left;
	width: 440px;
}
#order_review .shop_table {
	margin-bottom: 0;
	border-bottom: 0;
}
#order_review .shop_table thead {
	display: none;
}
#order_review .shop_table tr th {
	vertical-align: top;
}
#order_review .shop_table tbody tr:nth-child(2n) {
	background-color: #f8f8f8;
}
#order_review .shop_table tbody tr:first-child td {
	border-top: none;
}
#order_review .shop_table tfoot tr:last-child td,
#order_review .shop_table tfoot tr:last-child th {
	border-bottom: none;
}
#place_order {
	background: #000;
	border: medium none;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 70px;
	height: 70px;
	padding: 0;
	width: 100%;
	max-width: 440px;
}
#place_order:hover {
	background-color: #64a0ed;
}
@media (max-width: 1199px) {
	#customer_details {
		width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
	}
	#order_review,
	#order_review_heading {
		width: 100%;
	}
	#order_review .shop_table tfoot tr:last-child th {
		border-bottom: 1px solid #cccccc;
	}
}
@media (max-width: 767px) {
	.form-row-first,
	.form-row-last {
		width: 100%;
		float: none;
	}
}
/* ==========================================================================
6.5 MY ACCOUNT PAGE
========================================================================== */
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
	content: '';
	display: table;
}
body.woocommerce-account .woocommerce::after {
	clear: both;
}
#customer_login {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#customer_login h2 {
	color: #000;
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 500;
}
#customer_login .col-1,
#customer_login .col-2 {
	width: calc(50% - 15px);
	float: left;
}
#customer_login .col-2 {
	float: right;
}
form.woocommerce-form-login .form-row,
form.register .form-row {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
form.woocommerce-form-login .button,
form.register .button {
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 54px;
	height: 54px;
	padding: 0 15px;
	min-width: 196px;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
	background-color: #64a0ed;
}
form.woocommerce-form-login .woocommerce-form__label {
	color: #898989;
	font-size: 14px;
	font-weight: 500;
	margin-left: 30px;
	display: inline-block;
	margin-top: 10px;
}
form.woocommerce-form-login p:nth-child(3),
form.woocommerce-form-login p:nth-child(5) {
	float: left;
	width: auto !important;
}
form.woocommerce-form-login .form-row.form-row-first {
	width: calc(50% - 15px);
}
form.woocommerce-form-login .form-row.form-row-last {
	width: calc(50% - 15px) !important;
	float: right;
}
form.woocommerce-form-login .lost_password {
	float: right;
	font-size: 14px;
	line-height: 50px;
}
form.woocommerce-form-login .lost_password a:not(:hover) {
	color: inherit;
	text-decoration: underline;
}
form.woocommerce-form-login .clear {
	width: 100%;
	overflow: hidden;
}
.woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
}
.woocommerce-MyAccount-content {
	float: left;
	width: 70%;
	padding-left: 30px;
}
.woocommerce-MyAccount-navigation > ul {
	padding-left: 0;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-navigation > ul li {
	line-height: 50px;
	list-style: none;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
	border-top: 1px solid #ededed;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
	color: #333333;
}
.woocommerce-MyAccount-content .form-row label {
	display: block;
	font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.woocommerce-MyAccount-content fieldset legend {
	display: block;
	border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button {
	min-width: 159px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-color: #333333;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
	background-color: #000000;
}
.woocommerce-MyAccount-content .form-row input {
	width: 100%;
}
.woocommerce-MyAccount-content h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 15px;
	line-height: normal;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
}
.woocommerce-Address {
	margin-bottom: 30px;
	padding: 14px 18px 13px;
	border: 1px solid #cccccc;
	margin-top: 30px;
	position: relative;
}
@media (max-width: 991px) {
	#customer_login .col-1,
	#customer_login .col-2 {
		width: 100%;
	}
	#customer_login .col-2 {
		margin-top: 40px;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		padding-left: 0;
	}
	#customer_login .form-row {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	form.woocommerce-form-login .form-row.form-row-first {
		width: 100%;
	}
	form.woocommerce-form-login .form-row.form-row-last {
		width: 100% !important;
	}
	form.woocommerce-form-login .lost_password,
	form.woocommerce-form-login p:nth-child(3),
	form.woocommerce-form-login p:nth-child(5) {
		width: 100% !important;
		text-align: center;
	}
	form.woocommerce-form-login .woocommerce-form__label {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
}
@media (max-width: 479px) {
	#customer_login .woocommerce-form__label {
		float: none;
	}
	#customer_login .woocommerce-Button {
		float: none;
	}
	
}
/* ==========================================================================
6.6 WISHLIST PAGE
========================================================================== */
.wishlist-title {
	display: none;
}
.yith-wcwl-share {
	margin-bottom: 0;
}
.woocommerce table.wishlist_table {
	font-size: 100%;
}
.woocommerce table.wishlist_table thead {
	display: none;
}
.woocommerce table.wishlist_table tfoot td {
	border-bottom: none;
}
.woocommerce table.wishlist_table tr:first-child td {
	border-top: none;
}
.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.shop_table.wishlist_table thead th {
	font-weight: normal;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
	padding: 18px;
	border-color: #cccccc;
}
.wishlist_table tr td.product-thumbnail a {
	display: inline-block;
}
.wishlist_table tr td.product-thumbnail a img {
	width: 80px;
}
.wishlist_table tr td,
.wishlist_table tr th.product-checkbox {
	text-align: left;
}
.wishlist_table .yith-wcqv-button-wapper {
	display: inline-block;
	margin-left: 5px;
}
.wishlist_table .yith-wcqv-button-wapper a::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f06e";
	font-size: 14px;
	margin-right: 3px;
}
/* ==========================================================================
7.0 WIDGET + PAGINATION + BREADCRUMB
========================================================================== */
/* ==========================================================================
7.1 WIDGET THEME
========================================================================== */
.left-sidebar .main-content {
	float: right;
}
.sidebar {
	padding-bottom: 20px;
}
.sidebar .widget:not(:last-child) {
	margin-bottom: 50px;
}
.sidebar .widgettitle {
	font-size: 22px;
	margin: -3px 0 25px;
	padding-bottom: 12px;
	position: relative;
}
.sidebar .widgettitle::before {
	border-bottom: 1px solid #64a0ed;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 50px;
}
.sidebar .widget ul,
.sidebar .widget ol {
	padding: 0 0 9px 0;
	list-style: none;
}
.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ol,
.sidebar .widget ol ul {
	padding: 0 0 0 17px;
	margin-top: 8px;
	border-bottom: none;
}
.sidebar .widget ul li {
	list-style: none;
	padding: 8px 0;
	line-height: 24px;
	width: 100%;
}
.sidebar .widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .widget p:last-child {
	margin-bottom: 0;
}
.sidebar .widget label:not(.screen-reader-text) {
	width: 100%;
	margin: 15px 0;
}
.sidebar a:not(:hover) {
	color: #888888;
}
/*widget_search*/
.widget_search .search-form {
	position: relative;
}
.widget_search .search-form input[type='search'] {
	width: 100%;
	padding: 0 60px 0 25px;
	border: 1px solid #eaeaea;
	line-height: 48px;
	height: 50px;
}
.widget_search .search-form button {
	background: transparent;
	border: none;
	color: #828282;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}
/*.widget-lexio-post*/
.widget-lexio-post article {
	margin-bottom: 20px;
	height: auto !important;
}
.widget-lexio-post .post-item-inner {
	overflow: hidden;
}
.widget-lexio-post .post-thumb {
	float: left;
	max-width: 80px;
	margin-right: 10px;
}
.widget-lexio-post .post-info {
	overflow: hidden;
}
.widget-lexio-post .post-info .post-title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.widget-lexio-post .post-info .post-title a:not(:hover) {
	color: inherit;
}
.widget-lexio-post .date {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.widget-lexio-post .date a:not(:hover) {
	color: inherit;
}
/*.widget-lexio-instagram*/
.widget-lexio-instagram .content-instagram {
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
.widget-lexio-instagram .content-instagram .item {
	padding: 5px;
	float: left;
	width: 33.3333333%;
}
/*.widget_price_filter*/
.widget_price_filter .price_slider_wrapper {
	padding-top: 10px;
}
.widget_price_filter .price_slider_amount {
	display: inline-block;
	width: 100%;
}
.widget_price_filter .price_slider_amount input {
	display: none;
}
.widget_price_filter .price_label {
	float: left;
}
.widget_price_filter .price_label > span {
	font-weight: 200;
}
.widget_price_filter .button {
	float: right;
}
.widget_price_filter .button:hover {
	background-color: #64a0ed;
}
.widget_price_filter .price_slider {
	position: relative;
	height: 3px;
	background-color: #e4e4e4;
	width: -webkit-calc(100% - 13px);
	width: -moz-calc(100% - 13px);
	width: calc(100% - 13px);
	margin-bottom: 24px;
	margin-top: 16px;
}
.widget_price_filter .price_slider::before {
	content: '';
	display: block;
	height: 3px;
	width: 14px;
	background-color: #e4e4e4;
	position: absolute;
	left: 100%;
	top: 0;
}
.widget_price_filter .ui-slider-range {
	height: 3px;
	background-color: #64a0ed;
	position: absolute;
	top: 0;
}
.widget_price_filter .ui-slider-handle {
	border-radius: 50%;
	background-color: #64a0ed;
	display: inline-block;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.widget_layered_nav*/
.widget_layered_nav li.chosen,
.widget_layered_nav li.chosen a {
	color: #64a0ed;
}
.widget_product_categories li.current-cat,
.widget_product_categories li.current-cat a {
	color: #64a0ed;
}
@media (max-width: 767px) {
	.sidebar {
		padding-top: 60px;
	}
}
/* ==========================================================================
7.2 BREADCRUMB THEME
========================================================================== */
.block-header {
	color: #000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 201px 0;
	position: relative;
	width: 100vw;
	margin-bottom: 77px;
}
.block-header[style=""] {
	padding: 180px 0 50px 0;
}
.header.light ~ .main-container .block-header {
	color: #fff;
}
.header.light ~ .main-container .block-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.header.light ~ .main-container .block-header > .container {
	position: relative;
	z-index: 1;
}
.block-header .page-title {
	font-family: 'BebasNeue', sans-serif;
	font-size: 60px;
	letter-spacing: 0.2em;
	color: inherit;
	display: inline-block;
	position: relative;
	margin-top: 0;
	padding-bottom: 17px;
	margin-bottom: 26px;
}
.block-header .page-title::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 190px;
	border-bottom: 2px solid;
}
.breadcrumbs ul {
	padding-left: 0;
	list-style: none;
}
.breadcrumbs ul li {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2em;
	color: #7e7e7e;
}
.header.light ~ .main-container .block-header .breadcrumbs ul li {
	color: #fff;
}
.breadcrumbs ul li + li::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	padding: 0 8px;
}
.breadcrumbs ul li a:not(:hover) {
	color: inherit;
}
.woocommerce-breadcrumb {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.2em;
	color: #c2c2c2;
}
.woocommerce-breadcrumb i {
	padding: 0 8px;
}
.woocommerce-breadcrumb a:not(:hover) {
	color: inherit;
}
@media (max-width: 991px) {
	.block-header {
		padding-top: 130px;
		padding-bottom: 70px;
		background-attachment: unset;
		background-position: center center;
	}
	.block-header[style=""] {
		padding: 120px 0 50px 0;
		margin-bottom: 0;
	}
	.block-header .page-title {
		font-size: 40px;
	}
	.block-header .page-title::before {
		border-bottom: 2px solid;
	}
}
/* ==========================================================================
7.3 PAGINATION THEME
========================================================================== */
.navigation.pagination {
	text-align: center;
}
.woocommerce-pagination,
.comments-pagination,
.post-pagination,
.pagination {
	display: inline-block;
	width: 100%;
}
.post-pagination {
	margin-top: 0;
}
.woocommerce-pagination ul {
	padding-left: 0;
	list-style: none;
}
.comments-pagination .nav-links,
.woocommerce-pagination li,
.pagination .nav-links {
	display: inline-block;
}
.woocommerce-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
	color: #b1b9c3;
	display: inline-block;
	min-width: 44px;
	padding: 0 3px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	line-height: 42px;
	height: 44px;
	border: 1px solid;
	margin: 3px;
}
.post-pagination a span {
	font-weight: normal;
}
.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #3f454c;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	font-size: 0;
}
.woocommerce-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f104";
	font-size: 20px;
}
.woocommerce-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
	font-family: 'FontAwesome', sans-serif;
	content: "\f105";
	font-size: 20px;
	line-height: 38px;
}
.post-pagination > span.title {
	line-height: 44px;
}
/*===============================================================
8.0 FOOTER
===============================================================*/
a.backtotop {
	font-family: 'BebasNeue', sans-serif;
	display: inline-block;
	width: 116px;
	height: 116px;
	padding: 22px 25px 50px 25px;
	border: 3px solid;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.3em;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
}
a.backtotop::before {
	content: '';
	width: 19px;
	height: 19px;
	border-top: 2px solid;
	border-left: 2px solid;
	transform: rotate(45deg);
	position: absolute;
	bottom: 19px;
	left: 45px;
}
.footer .lexio-custommenu .menu {
	padding-left: 0;
	list-style: none;
	margin-bottom: 44px;
}
.footer .lexio-custommenu .menu li {
	margin: 10px 28px;
	display: inline-block;
}
.footer .lexio-custommenu .menu li a {
	font-family: 'BebasNeue', sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.2em;
	padding-bottom: 5px;
	position: relative;
}
.footer .lexio-custommenu .menu li a:before {
	content: '';
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*.copyright*/
.copyright {
	font-size: 14px;
	line-height: 26px;
}
.copyright span {
	color: #ff0000;
}
@media (max-width: 767px) {
	.footer .lexio-custommenu .menu li {
		margin: 10px;
	}
}
/*===============================================================
9.0 PAGE THEME
===============================================================*/
/*===============================================================
9.1 CONTACT PAGE
===============================================================*/
.contact-wrap {
	padding: 0 50px;
}
.contact-wrap .row > div > span {
	display: block;
	padding-bottom: 18px;
	margin-left: 0;
}
.contact-wrap label {
	font-size: 16px;
	line-height: 30px;
	color: #7e7e7e;
	font-family: inherit;
}
.contact-wrap label .required {
	color: #7e7e7e;
}
.contact-wrap span input {
	width: 100%;
}
.contact-wrap textarea {
	height: 247px;
}
.contact-wrap .contact-submit {
	display: table;
	margin-left: auto;
	position: relative;
	margin-top: 18px;
	margin-bottom: 18px;
}
.contact-wrap .contact-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
}
.contact-wrap .contact-submit::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 0.4s ease 0s;
	-moz-transition: width 0.4s ease 0s;
	-o-transition: width 0.4s ease 0s;
	transition: width 0.4s ease 0s;
	background-color: #64a0ed;
}
.contact-wrap .contact-submit:hover::after {
	width: 100%;
}
.contact-wrap input[type="submit"] {
	min-width: 228px;
	padding: 0 80px 0 70px;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #fff;
	text-transform: uppercase;
	height: 56px;
	text-align: left;
	background-color: transparent;
	z-index: 1;
	position: relative;
}
div.wpcf7 .contact-wrap .ajax-loader {
	visibility: visible !important;
	display: inline-block;
	background-image: none;
	margin: 0;
	width: 19px;
	height: 13px;
	position: absolute;
	top: 20px;
	right: 65px;
	color: #fff;
	pointer-events: none;
	z-index: 1;
}
div.wpcf7 .contact-wrap .ajax-loader::before {
	content: '';
	position: absolute;
	top: 6px;
	border-bottom: 1px solid;
	width: 19px;
	left: 0;
}
div.wpcf7 .contact-wrap .ajax-loader::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 8px;
	height: 8px;
}
div.wpcf7 .contact-wrap .ajax-loader.is-active::before {
	-webkit-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	font-family: 'FontAwesome', sans-serif;
	content: '\f110';
	font-size: 18px;
	top: -6px;
	border-bottom: none;
	width: auto;
	display: inline-block;
}
div.wpcf7 .contact-wrap .ajax-loader.is-active::after {
	display: none;
}
@media (max-width: 1199px) {
	.contact-wrap {
		padding: 0;
	}
	.contact-wrap span input {
		padding: 5px 30px;
		height: 44px;
		line-height: 44px;
	}
	.contact-wrap input[type="submit"] {
		min-width: 170px;
		height: 50px;
		line-height: 50px;
		padding: 0 60px 0 40px;
	}
	div.wpcf7 .contact-wrap .ajax-loader {
		top: 18px;
		right: 40px;
	}
}
/*===============================================================
9.2 PAGE 404
===============================================================*/
body.error404 .page-title {
	margin-top: 0;
	font-size: 270px;
	color: #000;
}
body.error404 .title {
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
	color: #000;
	margin-bottom: 20px;
}
body.error404 .subtitle {
	font-size: 18px;
	color: #898989;
	margin-bottom: 55px;
}
body.error404 .button {
	display: inline-block;
	min-width: 196px;
	height: 54px;
	line-height: 54px;
	padding: 0 30px;
	background-color: #000;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
body.error404 .button:hover {
	background-color: #64a0ed;
}
@media (max-width: 767px) {
	body.error404 .page-title {
		font-size: 140px;
	}
	body.error404 .title {
		font-size: 26px;
	}
	body.error404 .subtitle {
		font-size: 15px;
	}
}
/*===============================================================
10.0 SHORTCODE
===============================================================*/
/*===============================================================
10.1 LEXIO BUTTON
===============================================================*/
/*custom-arrow*/
.custom-arrow {
	display: inline-block;
	width: 19px;
	height: 13px;
	position: relative;
	color: inherit;
	z-index: 1;
}
.custom-arrow::before {
	content: '';
	position: absolute;
	top: 5px;
	border-bottom: 1px solid;
	width: 19px;
	left: 0;
}
.custom-arrow::after {
	content: '';
	position: absolute;
	top: 1px;
	right: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid;
	border-bottom: 1px solid;
	width: 10px;
	height: 10px;
}
/*.lexio-button.default*/
.lexio-button.default a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	max-width: 54px;
	position: relative;
	-webkit-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
	-moz-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
	-o-transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
	transition: max-width 0.3s, color 0.3s, padding-right 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
/*===============================================================
10.2 LEXIO SOCIAL
===============================================================*/
.lexio-socials .content-socials .socials-list {
	padding-left: 0;
	list-style: none;
}
.lexio-socials .content-socials .socials-list li {
	display: inline-block;
	height: 43px;
	margin: 5px;
}
.lexio-socials .content-socials .socials-list li:first-child {
	margin-left: 0;
}
.lexio-socials .content-socials .socials-list li:last-child {
	margin-right: 0;
}
.lexio-socials .content-socials .socials-list li a {
	display: block;
	font-size: 0;
}
.lexio-socials .content-socials .socials-list li a span {
	display: block;
	font-size: 14px;
	position: relative;
	width: 43px;
	height: 43px;
	line-height: 39px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid;
}
/*===============================================================
10.4 LEXIO HEADING
===============================================================*/
/*.lexio-heading.default*/
.lexio-heading.default .lexio-title {
	font-family: 'BebasNeue', sans-serif;
	font-size: 120px;
	letter-spacing: -0.025em;
	color: rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
	margin-top: 0;
	border-color: #64a0ed;
}
.lexio-heading.default .lexio-title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 165px;
	border-bottom: 1px solid;
	border-color: inherit;
}
.lexio-heading.default .lexio-title .text {
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #000000;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.lexio-heading.style1*/
.lexio-heading.style1 {
	font-size: 18px;
}
.lexio-heading.style1 .lexio-title {
	font-family: 'BebasNeue', sans-serif;
	letter-spacing: 0.2em;
	font-size: inherit;
	margin-top: 0;
}
.lexio-heading.style1 .lexio-title .text {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
}
.lexio-heading.style1 .lexio-title .text::before {
	content: '';
	display: block;
	width: 62px;
	height: 1px;
	background-color: #64a0ed;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
/*.lexio-heading.style2*/
.lexio-heading.style2 {
	text-align: center;
	color: #64a0ed;
	font-size: 100px;
}
.lexio-heading.style2 .lexio-title {
	font-size: inherit;
	color: inherit;
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 20px;
}
.lexio-heading.style2 .lexio-title::after {
	display: block;
	width: 100%;
	border-bottom: 6px solid #64a0ed;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}
.lexio-heading.style2 .lexio-title a {
	color: inherit;
}
@media (max-width: 1199px) {
	.lexio-heading.default .lexio-title .text {
		font-size: 25px;
		letter-spacing: 0.1em;
	}
	.lexio-heading.style2 {
		font-size: 60px;
	}
}
/*===============================================================
10.5 LEXIO ICONBOX
===============================================================*/
@media (max-width: 1199px) {
	.lexio-google-maps {
		min-height: 450px !important;
	}
}
/*===============================================================
10.5 LEXIO ICONBOX
===============================================================*/
/*.lexio-iconbox.default*/
.lexio-iconbox.default .iconbox-inner {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0 20px 64px 20px;
	margin-top: 39px;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title {
	margin-bottom: 25px;
	margin-top: 0;
	color: #fff;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title .number {
	font-size: 40px;
	display: inline-block;
	vertical-align: middle;
	width: 78px;
	height: 78px;
	line-height: 78px;
	border-radius: 50%;
	text-align: center;
	background-color: #64a0ed;
	color: #fff;
	margin-top: -39px;
	margin-bottom: 20px;
}
.lexio-iconbox.default .iconbox-inner .iconbox-title .text {
	display: block;
	vertical-align: middle;
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 30px;
	padding-left: 16px;
}
.lexio-iconbox.default .iconbox-inner .content {
	color: #fff
}
.lexio-iconbox.default .iconbox-inner .more {
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0.3em;
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	overflow: hidden;
	margin-top: 42px;
}
.lexio-iconbox.default .iconbox-inner .more::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #64a0ed;
	content: '';
}
.lexio-iconbox.default .iconbox-inner .more:hover::before {
	-webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
	animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
@-webkit-keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes underline-link {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
/*.lexio-iconbox.style1*/
.lexio-iconbox.style1 .title {
	font-size: 25px;
	line-height: 30px;
	display: table;
	margin-top: 0;
	margin-bottom: 27px;
}
.lexio-iconbox.style1 .number {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.lexio-iconbox.style1 .number::before {
	content: '';
	background-color: #64a0ed;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	z-index: -1;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.lexio-iconbox.style1 .number::after {
	content: '';
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #64a0ed;
	opacity: 0.3;
	-webkit-transition: transform 0.25s ease 0s;
	-moz-transition: transform 0.25s ease 0s;
	-o-transition: transform 0.25s ease 0s;
	transition: transform 0.25s ease 0s;
}
.lexio-iconbox.style1 .iconbox-inner:hover .number::before,
.lexio-iconbox.style1 .iconbox-inner:hover .number::after {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.lexio-iconbox.style1 .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 18px;
	font-size: 22px;
	letter-spacing: 0.2em;
}
/*.lexio-iconbox.style2*/
.lexio-iconbox.style2 .iconbox-inner {
	text-align: center;
}
.lexio-iconbox.style2 .iconbox-inner .iconbox-title {
	margin: 0;
}
.lexio-iconbox.style2 .iconbox-inner .number {
	display: block;
	font-size: 60px;
	line-height: 72px;
	color: #64a0ed;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 39px;
}
.lexio-iconbox.style2 .iconbox-inner .number::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 165px;
	height: 1px;
	background-color: #64a0ed;
}
.lexio-iconbox.style2 .iconbox-inner .content {
	display: block;
	font-family: 'BebasNeue', sans-serif;
	letter-spacing: 0.1em;
	font-size: 40px;
	line-height: 1.5;
	color: #000000;
	margin-bottom: 18px;
}
.lexio-iconbox.style2 .iconbox-inner .content strong,
.lexio-iconbox.style2 .iconbox-inner .content a {
	font-weight: normal;
	color: #64a0ed;
}
.lexio-iconbox.style2 .iconbox-inner .more {
	font-family: 'BebasNeue', sans-serif;
	letter-spacing: 0.2em;
	font-size: 22px;
	line-height: 30px;
	color: #64a0ed;
}
/*.lexio-iconbox.style3*/
.lexio-iconbox.style3 .iconbox-inner {
	text-align: center;
}
.lexio-iconbox.style3 .iconbox-inner .iconbox-title {
	margin-top: 0;
	margin-bottom: 26px;
}
.lexio-iconbox.style3 .iconbox-inner .number {
	font-size: 32px;
	line-height: 1;
	color: #64a0ed;
}
.lexio-iconbox.style3 .iconbox-inner .content {
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.2em;
	color: #000;
}
@media (max-width: 767px) {
	.lexio-iconbox.default .iconbox-inner {
		padding: 0 15px 30px 15px;
	}
	.lexio-iconbox.default .iconbox-inner .iconbox-title {
		margin-bottom: 15px;
	}
	.lexio-iconbox.default .iconbox-inner .more {
		margin-top: 20px;
	}
	.lexio-iconbox.style2 .iconbox-inner .content {
		font-size: 22px;
	}
	.lexio-iconbox.style3 .iconbox-inner .iconbox-title {
		margin-bottom: 10px;
	}
}
/*===============================================================
10.5 LEXIO COUNTERUP
===============================================================*/
.lexio-counterup {
	text-align: center;
}
.lexio-counterup .counter-up {
	font-family: 'BebasNeue', sans-serif;
	font-size: 120px;
	line-height: 1.1;
	color: #ffffff;
}
.lexio-counterup .counter-up .sup-plus {
	top: -.75em;
	font-size: 50%;
	position: relative;
	line-height: 0;
	vertical-align: middle;
}
.lexio-counterup .counter-title {
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3em;
	color: #ffffff;
	margin: 0;
}
@media (max-width: 767px ) {
	.lexio-counterup .counter-up {
		font-size: 80px;
	}
}
/*===============================================================
10.5 LEXIO PERSON
===============================================================*/
.lexio-person .person-inner {
	text-align: center;
}
.lexio-person .person-inner .thumb-avatar {
	position: relative;
}
.lexio-person .person-inner .thumb-avatar::before {
	opacity: 0;
	visibility: hidden;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.lexio-person .person-inner:hover .thumb-avatar::before {
	opacity: 1;
	visibility: visible;
}
.lexio-person .person-inner .list-social {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
}
.lexio-person .person-inner:hover .list-social {
	opacity: 1;
	visibility: visible;
}
.lexio-person .person-inner .list-social a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 46px;
	border-radius: 50%;
	border: 2px solid;
	font-size: 16px;
	color: #ffffff;
	margin: 10px;
}
.lexio-person .person-inner .list-social a:hover {
	background-color: #64a0ed;
	border-color: #64a0ed;
}
.lexio-person .person-inner .content-person {
	background-color: #ffffff;
	padding: 31px 15px;
}
.lexio-person .person-inner .content-person .name {
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 6px;
}
.lexio-person .person-inner .content-person .name::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	content: '';
	width: 60px;
	height: 1px;
	background-color: #64a0ed;
}
.lexio-person .person-inner .content-person .name a:not(:hover) {
	color: inherit;
}
.lexio-person .person-inner .content-person .positions {
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
/*===============================================================
10.5 LEXIO TESTIMONIAL
===============================================================*/
/*.lexio-testimonial.default*/
.lexio-testimonial.default .testimonial-inner {
	text-align: center;
}
.lexio-testimonial.default .content {
	font-family: 'BebasNeue', sans-serif;
	font-size: 40px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 45px;
}
.lexio-testimonial.default .content::before {
	content: '" ';
}
.lexio-testimonial.default .content::after {
	content: ' "';
}
.lexio-testimonial.default .name {
	font-family: 'BebasNeue', sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #bfbfbf;
	padding-top: 56px;
	margin-top: 38px;
	position: relative;
}
.lexio-testimonial.default .name::before {
	content: '';
	display: block;
	width: 165px;
	height: 2px;
	background-color: #64a0ed;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lexio-testimonial.default .name a:not(:hover) {
	color: inherit;
}
/*.lexio-testimonial.style1*/
.lexio-testimonial.style1 .testimonial-wrap {
	position: relative;
	padding: 43px 24px 32px 34px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 25px;
}
.lexio-testimonial.style1 .testimonial-wrap::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 80px;
	margin-top: -1px;
	border-width: 12px 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.lexio-testimonial.style1 .content {
	padding-bottom: 21px;
}
.rating {
	float: right;
	white-space: nowrap;
	line-height: 100%;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 116px;
	letter-spacing: 10px;
}
.rating::before,
.rating span::before {
	font-family: 'FontAwesome', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}
.rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: #adadad;
}
.rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	line-height: 100%;
}
.rating span::before {
	content: "\f005\f005\f005\f005\f005";
	color: #ed8a19;
}
.rating.rating-1 span {
	width: 20%;
}
.rating.rating-2 span {
	width: 40%;
}
.rating.rating-3 span {
	width: 60%;
}
.rating.rating-4 span {
	width: 80%;
}
.rating.rating-5 span {
	width: 100%;
}
.lexio-testimonial.style1 .testimonial-info {
	overflow: hidden;
}
.lexio-testimonial.style1 .thumb {
	margin-left: 50px;
	margin-right: 23px;
	float: left;
}
.lexio-testimonial.style1 img {
	border-radius: 50%;
}
.lexio-testimonial.style1 .intro {
	overflow: hidden;
}
.lexio-testimonial.style1 .name {
	font-size: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 0;
}
.lexio-testimonial.style1 .position {
	font-size: 12px;
}
@media (max-width: 1499px) {
	.lexio-testimonial .content br {
		display: none;
	}
}
@media (max-width: 767px) {
	.lexio-testimonial.default .content {
		font-size: 22px;
		line-height: 30px;
	}
	.lexio-testimonial.default .name {
		padding-top: 20px;
		margin-top: 20px;
	}
	.lexio-testimonial.style1 .testimonial-wrap {
		padding: 25px 20px;
	}
}
/*===============================================================
10.6 LEXIO BANNER
===============================================================*/
.lexio-banner .banner-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.lexio-banner .banner-content {
	line-height: 1;
	color: #ffffff;
	position: relative;
	z-index: 1;
	font-family: 'BebasNeue', sans-serif;
	display: table;
}
.lexio-banner .banner-content strong {
	font-weight: normal;
	color: #64a0ed;
}
.lexio-banner .title,
.lexio-banner .special-title {
	color: #fff;
	margin: 0;
	position: relative;
	line-height: 1;
}
.lexio-banner .title {
	padding-bottom: 17px;
}
.lexio-banner .learn-more {
	display: table;
	font-size: 14px;
	letter-spacing: 0.3em;
	min-width: 166px;
	padding: 0 15px;
	text-align: center;
	height: 49px;
	line-height: 45px;
	border: 2px solid;
	margin-top: 56px;
	color: #fff;
}
.lexio-banner .learn-more:hover {
	border-color: #64a0ed;
	background-color: #64a0ed;
}
.lexio-banner.default .learn-more {
	margin-left: auto;
	margin-right: auto;
}
.lexio-banner.style1 .learn-more {
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}
/*.lexio-banner.default*/
.lexio-banner.default .banner-inner {
	height: 100vh;
	min-height: 500px;
	position: relative;
	background-position: top center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.lexio-banner.default .banner-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.lexio-banner.default .title {
	font-size: 50px;
	letter-spacing: 0.3em;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 21px;
}
.lexio-banner.default .title::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lexio-banner.default .special-title {
	font-size: 110px;
}
.lexio-banner.default .learn-more {
	margin-top: 30px;
}
/*.lexio-banner.style1*/
#particles-js {
	position: relative;
	height: 100vh;
	width: 100vw;
}
#particles-js .particles-js-canvas-el {
	display: block;
	vertical-align: bottom;
}
.lexio-banner.style1 .banner-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index: 1;
}
.lexio-banner.style1 .banner-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 9px;
	margin-bottom: 35px;
}
.lexio-banner.style1 .title {
	font-size: 60px;
	padding-bottom: 6px;
}
.lexio-banner.style1 .special-title {
	font-size: 130px;
}
/*.lexio-banner.style2*/
.lexio-banner.style2 {
	height: 100vh;
	position: relative;
}
.lexio-banner.style2 .buttonvideo {
	display: block;
	margin-bottom: 57px;
	width: 153px;
	height: 153px;
	position: relative;
}
.lexio-banner.style2 .buttonvideo::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid #ffffff;
	-webkit-transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}
.lexio-banner.style2 .buttonvideo::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	border-width: 17px 0 17px 21px;
	border-style: solid;
	border-color: transparent transparent transparent #64a0ed;
}
.lexio-banner.style2 .buttonvideo:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.lexio-banner.style2 .special-title {
	font-size: 80px;
}
.lexio-banner.style2 .title {
	font-size: 130px;
}
.lexio-banner.style2 .title::before {
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lexio-banner.style2 .banner-inner {
	width: 100%;
}
.lexio-banner.style2 .video-wrap {
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
}
.lexio-banner.style2 .video-inner {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}
.lexio-banner.style2 video {
	object-fit: cover;
	z-index: -1
}
.lexio-banner.style2 iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}
@media (max-width: 1199px) {
	.lexio-banner .banner-content .title {
		padding-bottom: 0;
	}
	.lexio-banner.style2 .title::before,
	.lexio-banner.default .special-title::before {
		height: 2px;
	}
	.lexio-banner .learn-more {
		height: 42px;
		line-height: 38px;
		margin-top: 25px;
		min-width: 150px;
	}
	.lexio-banner.default .title {
		font-size: 50px;
		padding-bottom: 10px;
	}
	.lexio-banner.default .special-title {
		font-size: 80px;
	}
	.lexio-banner.style1 .title {
		font-size: 50px;
		padding-bottom: 10px;
	}
	.lexio-banner.style1 .special-title {
		font-size: 80px;
	}
	.lexio-banner.style2 .special-title {
		font-size: 50px;
		padding-bottom: 10px;
	}
	.lexio-banner.style2 .title {
		font-size: 130px;
	}
	.lexio-banner.style2 .buttonvideo {
		width: 100px;
		height: 100px;
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.lexio-banner.default .banner-inner {
		height: auto;
		background-attachment: scroll;
		min-height: 100vh;
	}
	.lexio-banner.style1 .banner-inner {
		background-attachment: scroll;
	}
	.lexio-banner.default .title {
		font-size: 40px;
	}
	.lexio-banner.default .special-title {
		font-size: 60px;
	}
	.lexio-banner.style1 .title {
		font-size: 40px;
	}
	.lexio-banner.style1 .special-title {
		font-size: 60px;
	}
	.lexio-banner.style2 {
		height: 500px;
	}
	.lexio-banner.style2 .special-title {
		font-size: 40px;
	}
	.lexio-banner.style2 .title {
		font-size: 60px;
	}
}
@media (max-width: 480px) {
	.lexio-banner.default .title {
		font-size: 30px;
	}
	.lexio-banner.default .special-title {
		font-size: 40px;
	}
	.lexio-banner.style1 .title {
		font-size: 28px;
	}
	.lexio-banner.style1 .special-title {
		font-size: 35px;
	}
	.lexio-banner.style2 .special-title {
		font-size: 30px;
	}
	.lexio-banner.style2 .title {
		font-size: 40px;
	}
}
/*===============================================================
10.6 LEXIO PORTFOLIO
===============================================================*/
/*.lexio-portfolio*/
.lexio-portfolio .portfolio-item {
	padding: 0;
}
.lexio-portfolio .portfolio-item .post-thumb {
	position: relative;
	overflow: hidden;
}
.lexio-portfolio .portfolio-item .post-thumb::before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(0.3);
	-o-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-moz-transform: scale(0.3);
	transform: scale(0.3);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	pointer-events: none;
}
.lexio-portfolio .portfolio-item:hover .post-thumb::before {
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-moz-transform: scale(1.01);
	transform: scale(1.01);
	opacity: 1;
	visibility: visible;
}
.lexio-portfolio .portfolio-item .portfolio-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.lexio-portfolio .portfolio-item:hover .portfolio-overlay {
	opacity: 1;
	visibility: visible;
}
.lexio-portfolio .post-title {
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.lexio-portfolio .plus-sym {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-bottom: 20px;
}
.lexio-portfolio .plus-sym::before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 20px;
	left: 0;
	width: 100%;
	height: 1px;
}
.lexio-portfolio .plus-sym::after {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
}
.lexio-portfolio .categories {
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #999999;
	font-family: 'BebasNeue', sans-serif;
}
.lexio-portfolio .categories a:not(:hover) {
	color: inherit;
}
/*===============================================================
10.9 LEXIO TABS
===============================================================*/
.tab-container {
	position: relative;
}
.tab-container .tab-panel.active {
	opacity: 1;
	visibility: visible;
	position: static;
	height: auto;
	overflow: inherit;
}
.tab-container .tab-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
.lexio-tabs {
	position: relative;
	z-index: 1;
	text-align: center;
}
.lexio-tabs .tab-link {
	padding-left: 0;
	list-style: none;
}
/**/
.lexio-tabs li {
	display: inline-block;
	margin-bottom: 46px;
}
.lexio-tabs li a {
	font-size: 16px;
	line-height: 28px;
	position: relative;
	margin: 5px 11px;
	display: inline-block;
	font-family: 'BebasNeue', sans-serif;
	letter-spacing: 0.2em;
}
.lexio-tabs li.active a,
.lexio-tabs li a:hover {
	color: #64a0ed;
}
.lexio-tabs li a::before {
	border-bottom: 2px solid #64a0ed;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	width: 100%;
}
.lexio-tabs li.active a::before,
.lexio-tabs li a:hover::before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*===============================================================
10.9 LEXIO SERVICE
===============================================================*/
.lexio-service .service-inner {
	overflow: hidden;
}
.lexio-service .service-image {
	width: 50%;
	float: left;
}
.lexio-service .service-info {
	width: 50%;
	float: left;
	padding: 90px 120px;
}
.lexio-service.right .service-info {
	float: right;
}
.lexio-service .service-info .service-title {
	font-family: 'BebasNeue', sans-serif;
	font-size: 120px;
	letter-spacing: -0.025em;
	color: rgba(0, 0, 0, 0.1);
	position: relative;
	padding-bottom: 4px;
	margin-top: 0;
	margin-bottom: 42px;
}
.lexio-service .service-info .service-title::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 48px;
	height: 2px;
	background-color: #64a0ed;
}
.lexio-service .service-info .service-title .service-number {
	vertical-align: middle;
}
.lexio-service .service-info .service-title .service-text {
	font-size: 30px;
	letter-spacing: 0.2em;
	vertical-align: middle;
	color: #000000;
	padding-left: 13px;
}
.lexio-service .service-info .service-content {
	margin-bottom: 45px;
}
.lexio-service .service-info .service-list {
	padding: 0;
	list-style: none;
}
.lexio-service .service-info .service-list li {
	font-family: 'BebasNeue', sans-serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 40px;
	color: #000000;
}
.lexio-service .service-info .service-list li::before {
	font-family: 'FontAwesome', sans-serif;
	content: '\f105';
	font-size: 17px;
	color: #64a0ed;
	padding-right: 5px;
	vertical-align: middle;
}
@media (max-width: 1499px) {
	.lexio-service .service-info {
		padding: 20px 20px 30px 20px;
	}
	.lexio-service .service-info .service-title {
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.lexio-service .service-info .service-content {
		margin-bottom: 20px;
	}
	.lexio-service .service-info .service-content br {
		display: none;
	}
	.lexio-service .service-info .service-list li {
		font-size: 16px;
		line-height: 34px;
	}
}
@media (max-width: 991px) {
	.lexio-service .service-image,
	.lexio-service .service-image img,
	.lexio-service .service-info {
		width: 100%;
	}
}
/*===============================================================
11.0 LEXIO PROGRESSBAR
===============================================================*/
.lexio-progressbar .progressbar-item {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.lexio-progressbar .progressbar-item:last-child {
	margin-bottom: 0;
}
.lexio-progressbar .progressbar-item::before {
	width: 100%;
	height: 4px;
	content: "";
	display: block;
	position: absolute;
	background: #efefef;
	bottom: 0;
}
.lexio-progressbar .progressbar-item .progressbar-name {
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.2em;
	color: #000000;
	margin: 0;
	padding-bottom: 4px;
}
.lexio-progressbar .progressbar-item .progressbar-bar {
	height: 4px;
	background-color: #64a0ed;
	display: block;
	position: relative;
}
.lexio-progressbar .progressbar-item .progressbar-bar .progressbar-count {
	font-family: 'BebasNeue', sans-serif;
	position: absolute;
	top: -34px;
	padding: 0;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0.2em;
	right: 0;
}
@media (max-width: 1280px) {
	.lexio-progressbar .progressbar-item .progressbar-name,
	.lexio-progressbar .progressbar-item .progressbar-bar .progressbar-count {
		font-size: 15px;
	}
}
/*===============================================================
11.0 CUSTOM OTHER
===============================================================*/
.lexio-buttonvideo a {
	display: block;
	margin: 0 auto 25px auto;
	width: 124px;
	height: 124px;
	position: relative;
}
.lexio-buttonvideo a::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: transform .6s ease-in-out;
	-moz-transition: transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
}
.lexio-buttonvideo a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	display: block;
	border-width: 12px 0 12px 21px;
	border-style: solid;
	border-color: transparent transparent transparent #000000;
}
.lexio-buttonvideo a:hover::before {
	transform: scale(1.1);
}
@media (max-width: 991px) {
	.lexio-buttonvideo a {
		width: 90px;
		height: 90px;
	}
}
/*===============================================================
11.0 CUSTOM OTHER
===============================================================*/
.lexio-scrollspy {
	position: fixed;
	left: 120px;
	top: 50%;
	width: 41px;
	background-color: #ffffff;
	padding: 10px 0;
	border-radius: 41px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
}
.lexio-scrollspy ul {
	padding: 0;
	list-style: none;
}
.lexio-scrollspy ul li {
	display: block;
}
.lexio-scrollspy ul li a {
	position: relative;
	display: block;
	margin: 7px 0;
}
.lexio-scrollspy ul li a .scrollspy-dot {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #000000;
	margin: 0 auto;
	-webkit-transition: background-color 0.25s ease 0s;
	-moz-transition: background-color 0.25s ease 0s;
	-o-transition: background-color 0.25s ease 0s;
	transition: background-color 0.25s ease 0s;
}
.lexio-scrollspy ul li.active a .scrollspy-dot,
.lexio-scrollspy ul li a:hover .scrollspy-dot {
	background-color: #64a0ed;
}
.lexio-scrollspy ul li a .scrollspy-text {
	opacity: 0;
	visibility: hidden;
	font-family: 'BebasNeue', sans-serif;
	font-size: 16px;
	color: #64a0ed;
	position: absolute;
	left: 100%;
	top: 50%;
	-webkit-transition: opacity 0.25s ease 0s;
	-moz-transition: opacity 0.25s ease 0s;
	-o-transition: opacity 0.25s ease 0s;
	transition: opacity 0.25s ease 0s;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 23px;
	z-index: 99;
}
.lexio-scrollspy ul li a .scrollspy-text::before {
	content: '';
	display: inline-block;
	width: 23px;
	border-bottom: 1px solid;
	position: absolute;
	top: 50%;
	left: -7px;
}
.lexio-scrollspy ul li.active a .scrollspy-text,
.lexio-scrollspy ul li a:hover .scrollspy-text {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1199px) {
	.lexio-scrollspy {
		left: 30px;
	}
}
@media (max-width: 767px) {
	.lexio-scrollspy {
		display: none;
	}
}
/*===============================================================
11.0 CUSTOM OTHER
===============================================================*/
/*CUSTOM CONTAINER*/
.preloader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	position: fixed;
	background-color: #000000;
	-webkit-transition: left 0.4s ease 0s;
	-moz-transition: left 0.4s ease 0s;
	-o-transition: left 0.4s ease 0s;
	transition: left 0.4s ease 0s;
}
/*main container*/
.main-container {
	padding-bottom: 90px;
	min-height: 100vh;
}
body.single .main-container {
	padding-top: 220px;
	padding-bottom: 81px;
}
body.error404 .main-container {
	padding-top: 110px;
}
@media (max-width: 1024px) {
	body.single .main-container {
		padding-top: 130px;
	}
}
@media (max-width: 1024px) {
	body.single .main-container {
		padding-top: 105px;
	}
}
.bg-parralax {
	background-attachment: fixed;
}
.index-down {
	position: relative;
	z-index: 1;
}