/*!
Theme Name: Factora
Theme URI: https://demo.grixbase.com/factora
Author: Grixbase
Author URI: https://themeforest.net/user/grixbase
Description: Factory - Industry Business WordPress Theme
Version: 1.0.5
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factora
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@keyframes ft-spin-fast {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes ft-spin-fast {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	.col-sm-2-5 {
		width: 40%;
		float: left;
	}
	.col-sm-3-5 {
		width: 60%;
		float: left;
	}
	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.col-flex-xs-12,
.col-flex-sm-12,
.col-flex-md-12,
.col-flex-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-11,
.col-flex-sm-11,
.col-flex-md-11,
.col-flex-lg-11 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-10,
.col-flex-sm-10,
.col-flex-md-10,
.col-flex-lg-10 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-9,
.col-flex-sm-9,
.col-flex-md-9,
.col-flex-lg-9 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-8,
.col-flex-sm-8,
.col-flex-md-8,
.col-flex-lg-8 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-7,
.col-flex-sm-7,
.col-flex-md-7,
.col-flex-lg-7 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-6,
.col-flex-sm-6,
.col-flex-md-6,
.col-flex-lg-6 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-5,
.col-flex-sm-5,
.col-flex-md-5,
.col-flex-lg-5 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-4,
.col-flex-sm-4,
.col-flex-md-4,
.col-flex-lg-4 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-3,
.col-flex-sm-3,
.col-flex-md-3,
.col-flex-lg-3 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-2,
.col-flex-sm-2,
.col-flex-md-2,
.col-flex-lg-2 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-1,
.col-flex-sm-1,
.col-flex-md-1,
.col-flex-lg-1 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-flex-xs-1-5, .col-flex-sm-1-5, .col-flex-md-1-5, .col-flex-lg-1-5,
.col-flex-xs-2-5, .col-flex-sm-2-5, .col-flex-md-2-5, .col-flex-lg-2-5,
.col-flex-xs-3-5, .col-flex-sm-3-5, .col-flex-md-3-5, .col-flex-lg-3-5,
.col-flex-xs-4-5, .col-flex-sm-4-5, .col-flex-md-4-5, .col-flex-lg-4-5 {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-flex-xs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-flex-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-flex-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-flex-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-flex-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-flex-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-flex-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-flex-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-flex-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-flex-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-flex-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-flex-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-flex-xs-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
}

.col-flex-xs-2-5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.col-flex-xs-3-5 {
	flex: 0 0 60%;
	max-width: 60%;
}

.col-flex-xs-4-5 {
	flex: 0 0 80%;
	max-width: 80%;
}

@media (min-width: 768px) {
	.col-flex-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-sm-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-sm-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-sm-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.col-flex-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-md-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-md-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-md-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

@media (min-width: 1200px) {
	.col-flex-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-flex-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-flex-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-flex-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-flex-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-flex-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-flex-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-flex-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-flex-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-flex-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-flex-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-flex-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-flex-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-flex-lg-2-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.col-flex-lg-3-5 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col-flex-lg-4-5 {
		flex: 0 0 80%;
		max-width: 80%;
	}
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #5b5b5a;
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	color: #0e0e0e;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.3;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	font-size: 22px;
	line-height: 1.63636;
	margin: 0;
	padding-left: 31px;
	border-left: 4px solid #f9c01d;
	position: relative;
	font-style: italic;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #0e0e0e;
	margin-bottom: 20px;
}

blockquote:before {
	content: '\f10d';
	font-family: FontAweSome;
	position: absolute;
	z-index: -1;
	color: #e3e3e3;
	font-size: 60px;
	top: -35px;
	font-style: initial;
}

blockquote cite {
	display: block;
	font-weight: 500;
	color: #f9c01d;
	font-size: 16px;
	margin-top: 18px;
	font-family: "Rubik", sans-serif;
	font-style: initial;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	-webkit-font-smoothing: antialiased;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
}

caption,
td,
th {
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table,
th,
td {
	border: 1px solid #eee;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

.factora-section-title .title {
	font-size: 32px;
	line-height: 1.3;
	margin: 0;
}

.factora-section-title.factora-style-2 {
	border-left: 4px solid #f9c01d;
	padding-left: 20px;
}

.factora-section-title.factora-style-2 .title span {
	font-weight: 400;
}

.factora-section-title.factora-style-3 .title {
	font-size: 36px;
}

.factora-section-title.color-dark .title {
	color: #0e0e0e;
}

.factora-section-title.color-light .title {
	color: #fff;
}

.factora-section-title span {
	display: block;
}

.single-portfolio .factora-section-title .title {
	margin-bottom: 23px;
}

.single-portfolio .factora-section-title .description, .single-portfolio .factora-section-title .description p {
	line-height: 26px;
	font-size: 16px;
}

.single-service .factora-section-title .title {
	margin-bottom: 12px;
}

.single-service .factora-section-title .description {
	line-height: 26px;
}

.single-service .factora-section-title .description p {
	margin-top: 0;
}

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

.text-right {
	text-align: right;
}

.factora-countdown input[type=email],
.factora-countdown input[type=submit] {
	border: none;
	height: 50px;
	border-radius: 50px;
}

.factora-countdown input[type=email] {
	width: 100%;
	text-indent: 18px;
	background-color: #fff;
}

.factora-countdown input[type=submit],
.factora-countdown .field-icon {
	position: absolute;
	right: 0;
	top: 0;
}

.factora-countdown input[type=submit] {
	opacity: 0;
	z-index: 9999;
}

.factora-countdown .field-email {
	position: relative;
}

.factora-countdown .timer {
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 60px;
}

.factora-countdown .timer .insite span {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	clear: both;
	float: left;
	width: 100%;
	line-height: 43px;
	font-weight: 500;
}

.factora-countdown .timer .insite span.text {
	font-size: 16px;
	text-align: left;
}

.factora-countdown .divider {
	display: none;
}

.factora-countdown .ft-countdown {
	display: inline-block;
	width: 100%;
}

.factora-countdown.text-light .timer {
	color: #fff;
}

.page-template-template-coming-soon-page .site-content {
	padding: 30px 0 65px;
	min-height: 100vh;
	overflow: hidden;
}

.page-template-template-coming-soon-page h1 {
	font-size: 72px;
	margin: 0;
}

.page-template-template-coming-soon-page .coming-soon__social {
	display: flex;
	align-items: center;
	margin-top: 200px;
}

.page-template-template-coming-soon-page .coming-soon__social h3 {
	font-size: 14px;
	font-weight: 400;
}

.page-template-template-coming-soon-page .coming-soon__social .list-socials {
	display: flex;
	margin: 0;
	padding: 0;
}

.page-template-template-coming-soon-page .coming-soon__social .list-socials li {
	list-style: none;
}

.page-template-template-coming-soon-page .coming-soon__social .list-socials a {
	display: block;
	margin-right: 20px;
	color: #fff;
	font-size: 16px;
}

.page-template-template-coming-soon-page .coming-soon__social .list-socials a:hover {
	color: #333;
	text-decoration: none;
}

.page-template-template-coming-soon-page .mc4wp-form-fields {
	max-width: 550px;
	position: relative;
}

.page-template-template-coming-soon-page .mc4wp-form-fields input, .page-template-template-coming-soon-page .mc4wp-form-fields textarea {
	outline: 0;
}

.page-template-template-coming-soon-page .mc4wp-form-fields input:focus, .page-template-template-coming-soon-page .mc4wp-form-fields textarea:focus {
	background-color: #fff;
}

.page-template-template-coming-soon-page .mc4wp-form-fields input[type=email] {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 375px;
}

.page-template-template-coming-soon-page .mc4wp-form-fields input[type=submit] {
	min-width: auto;
}

.page-template-template-coming-soon-page .mc4wp-form-fields input::placeholder {
	color: #999999;
}

.page-template-template-coming-soon-page .mc4wp-form-fields:after {
	right: 32px;
}

.page-template-template-coming-soon-page .mc4wp-form-fields .privacy {
	display: none;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.factora-map {
	clear: both;
	height: 500px;
	position: relative;
}

.factora-map .container {
	width: 1170px !important;
}

.factora-map .mapboxgl-ctrl-geocoder {
	max-width: 55px;
	min-width: auto;
	transition: 0.5s;
}

.factora-map .mapboxgl-ctrl-geocoder:hover {
	max-width: 345px;
}

.factora-map .mapboxgl-ctrl-geocoder .geocoder-pin-right *,
.factora-map .mapboxgl-ctrl-geocoder .geocoder-icon-search {
	top: 16px;
	left: 17px;
}

.factora-map .mapboxgl-ctrl-geocoder input[type='text'] {
	height: 50px;
	padding-left: 50px;
}

.factora-images-carousel .list-items {
	margin: 0;
	padding: 0;
}

.factora-images-carousel .list-items li {
	list-style: none;
}

.factora-images-carousel .slide-arrow {
	position: absolute;
	z-index: 9;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	top: calc(50% - 25px);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0e0e0e;
	cursor: pointer;
	transition: .5s;
}

.factora-images-carousel .slide-arrow i {
	font-size: 20px;
}

.factora-images-carousel .slide-arrow:hover {
	background-color: #f9c01d;
}

.factora-images-carousel .slide-arrow.slide-button-prev {
	left: 40px;
}

.factora-images-carousel .slide-arrow.slide-button-next {
	right: 40px;
}

.factora-social {
	display: flex;
	align-items: center;
}

.factora-social .title {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	padding-right: 20px;
}

.factora-social .list-item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.factora-social .item {
	padding: 0 5px;
}

.factora-social .item a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #8f8f8f;
	border: 1px solid #e3e3e3;
	border-radius: 50%;
	transition: 0.5s;
}

.factora-social .item a:hover {
	background-color: #f9c01d;
	border-color: transparent;
	color: #000;
}

.factora-social.factora-social--right {
	justify-content: flex-end;
}

.factora-social.factora-social--center {
	justify-content: center;
}

.factora-social.style-1 .item {
	padding: 0 8px;
}

.factora-social.style-1 .item a {
	border: none;
	border-radius: 0;
	width: fit-content;
	height: fit-content;
}

.factora-social.style-1 .item a:hover {
	background-color: transparent;
}

.factora-contact-form-7 input[type=text],
.factora-contact-form-7 input[type=email],
.factora-contact-form-7 input[type=number],
.factora-contact-form-7 input[type=tel],
.factora-contact-form-7 textarea {
	width: 100%;
	margin-bottom: 20px;
}

.factora-contact-form-7 textarea {
	height: 170px;
}

.factora-contact-form-7.factora--style-1 .group-field {
	display: flex;
	margin: 0 -10px;
}

.factora-contact-form-7.factora--style-1 .group-field .wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}

.factora-contact-form-7.factora--style-1 .group-field input[type=text],
.factora-contact-form-7.factora--style-1 .group-field input[type=email],
.factora-contact-form-7.factora--style-1 .group-field input[type=tel] {
	width: 100%;
}

.factora-contact-form-7.factora--style-1 input[type=submit] {
	margin-top: 10px;
}

.factora-contact-form-7.factora--style-2 {
	background-color: #f9c01d;
	padding: 24px 60px 34px 60px;
}

.factora-contact-form-7.factora--style-2 input[type=submit] {
	background-color: #000;
	color: #fff;
}

.factora-contact-form-7.factora--style-2 input[type=submit]:hover, .factora-contact-form-7.factora--style-2 input[type=submit]:focus {
	background-color: #000;
	color: #fff;
}

.factora-contact-form-7.factora--button-style-full input[type=submit] {
	width: 100%;
}

.factora-contact-form-7 p {
	margin: 0;
}

.factora-button a {
	display: inline-block;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 30px;
	background-color: #f9c01d;
	border: none;
	border-radius: 0;
}

.factora-button a:hover, .factora-button a:focus {
	outline: none;
	border: none;
	color: #000;
	background-color: #f9c01d;
}

.factora-button.factora-button__style-primary a {
	height: 46px;
	line-height: 46px;
}

.factora-button.factora-button__style-dark a {
	background-color: #000;
	color: #fff;
}

.factora-button.factora-button__style-normal a {
	min-width: auto;
	background-color: transparent;
	padding: 0;
	line-height: 1;
	height: auto;
}

.factora-button.factora-button__style-normal a:hover {
	text-decoration: underline;
	background-color: transparent;
}

.factora-button.factora-button__align-cenrer {
	text-align: center;
}

.factora-button.factora-button__align-right {
	text-align: right;
}

.factora-button .fct-icon {
	font-size: 138%;
	transform: translateY(14%);
	display: inline-block;
}

.factora-latest-post .blog-wrapper__list {
	background-color: transparent;
	min-height: auto;
	margin-bottom: 30px;
}

.factora-latest-post .blog-wrapper__list .factora-post__entry-thumbnail {
	width: 30%;
}

.factora-latest-post .blog-wrapper__list .factora-post__entry-header {
	width: 70%;
	padding: 16px 0 0 30px;
}

.factora-latest-post .blog-wrapper__list .factora-post__entry-header .title {
	margin-bottom: 0;
}

.factora-latest-post .blog-wrapper__list .factora-post__entry-content {
	display: none;
}

.factora-latest-post .blog-wrapper__list:last-child {
	margin-bottom: 0;
}

.factora-portfolio-attributes {
	padding: 40px 50px;
	position: relative;
	overflow: hidden;
}

.factora-portfolio-attributes .background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.factora-portfolio-attributes .list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.factora-portfolio-attributes .list-item .item {
	display: flex;
	justify-content: space-between;
	list-style: none;
	line-height: 2.75;
}

.factora-portfolio-attributes .list-item .item .name {
	color: #0e0e0e;
	font-size: 16px;
	font-weight: 500;
}

.factora-portfolio-carousel.style-1 {
	position: relative;
}

.factora-portfolio-carousel.style-1 .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.factora-portfolio-carousel.style-1 .element-item {
	padding: 0 25px;
}

.factora-portfolio-carousel.style-1 .de-active {
	opacity: 0.85;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: #fff;
	transition: .5s;
}

.factora-portfolio-carousel.style-1 .portfolio-content {
	text-align: center;
	opacity: 0;
	transition: .5s;
}

.factora-portfolio-carousel.style-1 .portfolio-content .entry-title {
	margin: 0;
	font-size: 24px;
	color: #0e0e0e;
	margin-top: 58px;
}

.factora-portfolio-carousel.style-1 .portfolio-content .read-more {
	font-size: 13px;
	color: #f9c01d;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin-top: 18px;
}

.factora-portfolio-carousel.style-1 .slick-active .portfolio-content {
	opacity: 1;
}

.factora-portfolio-carousel.style-1 .slick-active .de-active {
	opacity: 0;
}

.factora-portfolio-carousel.style-1 .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.factora-portfolio-carousel.style-1 .arrow-group {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	z-index: 999;
}

.factora-portfolio-carousel.style-1 .arrow-group .wrapper {
	display: flex;
	justify-content: space-between;
}

.factora-portfolio-carousel.style-1 .slick-arrow {
	font-size: 16px;
	font-family: "Rubik", sans-serif;
	color: #8f8f8f;
	display: flex !important;
	cursor: pointer;
}

.factora-portfolio-carousel.style-1 .slick-arrow span {
	display: inline-block;
	line-height: 30px;
}

.factora-portfolio-carousel.style-1 .slick-arrow .arrow {
	font-size: 30px;
	color: #0e0e0e;
	width: 24px;
}

.factora-portfolio-carousel.style-1 .slick-arrow .source {
	margin: 0 5px;
}

.factora-portfolio-carousel.style-1 .slick-arrow:hover .arrow {
	color: #f9c01d;
}

.factora-portfolio-carousel.style-2 {
	padding: 0 50px;
	padding-bottom: 70px;
}

.factora-portfolio-carousel.style-2 .entry-thumbnail {
	overflow: hidden;
}

.factora-portfolio-carousel.style-2 .entry-thumbnail img {
	transition: .5s;
}

.factora-portfolio-carousel.style-2 .portfolio-content {
	bottom: 0;
	margin: 0;
	width: 100%;
	left: -100%;
	padding: 39px;
	position: absolute;
	transition: .5s;
	background-color: #f9c01d;
}

.factora-portfolio-carousel.style-2 .portfolio-content .entry-title {
	margin: 0;
	line-height: 1.5;
	font-size: 20px;
	color: #0e0e0e;
}

.factora-portfolio-carousel.style-2 .portfolio-content .read-more {
	font-size: 13px;
	color: #0e0e0e;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 13px;
}

.factora-portfolio-carousel.style-2 .portfolio-content .read-more span {
	font-size: 18px;
	margin-left: 10px;
	transform: translateY(3px);
	display: inline-block;
}

.factora-portfolio-carousel.style-2 .hover {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.factora-portfolio-carousel.style-2 .content-item {
	overflow: hidden;
	position: relative;
}

.factora-portfolio-carousel.style-2 .content-item:hover .entry-thumbnail img {
	transform: scale(1.1);
}

.factora-portfolio-carousel.style-2 .content-item:hover .portfolio-content {
	left: 0;
}

.factora-portfolio-carousel.slick-dotted {
	margin-bottom: 70px;
}

.factora-portfolio-carousel .slick-dots {
	margin-top: 62px;
}

.factora-portfolio-carousel .slick-dots li {
	width: 30px;
}

.factora-portfolio-carousel .slick-dots li button {
	width: 30px;
	float: left;
	padding: 0;
	display: inline-block;
	min-width: auto;
}

.factora-portfolio-carousel .slick-dots li button:before {
	width: 30px;
	border-radius: 0;
	border: 0;
	background-color: #8f8f8f;
	border: none;
	height: 4px;
}

.factora-portfolio-carousel .slick-dots li.slick-active button:before {
	background-color: #f9c01d;
}

.factora-portfolio-masonry .grid-sizer {
	width: 25%;
}

.factora-portfolio-masonry .grid-item {
	margin-bottom: 15px;
}

.factora-portfolio-masonry .portfolio-item {
	padding: 0;
	margin: 15px 0;
}

.factora-portfolio-masonry .portfolio-item.item-1, .factora-portfolio-masonry .portfolio-item.item-2 {
	width: 50%;
	padding: 0 15px;
}

.factora-portfolio-masonry .portfolio-item.item-3, .factora-portfolio-masonry .portfolio-item.item-4 {
	width: 25%;
	padding: 0 15px;
}

.factora-portfolio-masonry .content-item {
	overflow: hidden;
	position: relative;
}

.factora-portfolio-masonry .content-item .entry-thumbnail {
	overflow: hidden;
}

.factora-portfolio-masonry .content-item .entry-thumbnail img {
	transition: .5s;
}

.factora-portfolio-masonry .content-item .hover {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.factora-portfolio-masonry .content-item:hover .entry-thumbnail img {
	transform: scale(1.05);
}

.factora-portfolio-masonry .content-item:hover .portfolio-content {
	left: 0;
}

.factora-portfolio-masonry .portfolio-content {
	bottom: 0;
	margin: 0;
	width: 100%;
	left: -100%;
	padding: 6.842%;
	position: absolute;
	transition: .5s;
	background-color: #f9c01d;
}

.factora-portfolio-masonry .portfolio-content .entry-title {
	margin: 0;
	line-height: 1.5;
	font-size: 20px;
	color: #0e0e0e;
}

.factora-portfolio-masonry .portfolio-content .read-more {
	font-size: 13px;
	color: #0e0e0e;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 13px;
}

.factora-portfolio-masonry .portfolio-content .read-more span {
	font-size: 18px;
	margin-left: 10px;
	transform: translateY(3px);
	display: inline-block;
}

.portfolio-cats-filters {
	margin-bottom: 70px;
}

.portfolio-grid-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.portfolio-grid-header .title {
	font-size: 32px;
	font-weight: 700;
	color: #0e0e0e;
	margin: 0;
	line-height: 40px;
}

.portfolio-grid-header .button-group .button {
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #0e0e0e;
	font-size: 16px;
	margin: 0 25px;
	display: inline-block;
	transition: .5s;
	border-bottom: 1px solid transparent;
}

.portfolio-grid-header .button-group .button:last-child {
	margin-right: 0;
}

.portfolio-grid-header .button-group .button:hover, .portfolio-grid-header .button-group .button.active {
	color: #f9c01d;
	border-bottom: 1px solid #f9c01d;
}

.factora-portfolio-grid {
	padding: 0 40px;
}

.factora-portfolio-grid .portfolio-item {
	margin-bottom: 30px;
}

.factora-portfolio-grid .content-item {
	position: relative;
	overflow: hidden;
}

.factora-portfolio-grid .content-item:hover .entry-content {
	bottom: 0;
}

.factora-portfolio-grid .content-item:hover img {
	transform: scale(1.05);
}

.factora-portfolio-grid .entry-header {
	overflow: hidden;
}

.factora-portfolio-grid .entry-header img {
	transition: .5s;
}

.factora-portfolio-grid .entry-content {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	bottom: -100%;
	margin-top: 0;
	background: rgba(249, 192, 29, 0.9);
	transition: .5s;
}

.factora-portfolio-grid .wrapper {
	position: absolute;
	bottom: 0;
	padding: 0 110px 0 40px;
}

.factora-portfolio-grid .entry-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

.factora-portfolio-grid .entry-read-more {
	font-size: 13px;
	font-weight: bold;
	color: #0e0e0e;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	margin-bottom: 38px;
	margin-top: 13px;
	font-family: "Montserrat", sans-serif;
}

.factora-portfolio-grid .entry-read-more span {
	font-size: 18px;
	transform: translateY(3px) translatex(6px);
	display: inline-block;
}

.factora-service-grid.style-1 .list-items, .factora-service-grid.style-1 .service-content {
	display: flex;
	flex-wrap: wrap;
}

.factora-service-grid.style-1 .service-item {
	width: 50%;
	float: left;
}

.factora-service-grid.style-1 .service-item .content-item {
	display: flex;
}

.factora-service-grid.style-1 .service-item:nth-child(2n+1) {
	clear: both;
}

.factora-service-grid.style-1 .service-item .service-content {
	width: 50%;
}

.factora-service-grid.style-1 .service-item .entry-thumbnail {
	max-width: 50%;
}

.factora-service-grid.style-1 .service-item .service-content {
	padding: 6% 5%;
	justify-content: space-between;
	flex-direction: column;
}

.factora-service-grid.style-1 .service-item .service-content .entry-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

.factora-service-grid.style-1 .service-item .service-content .description {
	margin-top: 13px;
	font-size: 16px;
	line-height: 1.625;
}

.factora-service-grid.style-1 .service-item .read-more {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0e;
	margin-top: 15px;
}

.factora-service-grid.style-1 .service-item .read-more span {
	font-size: 18px;
	margin-left: 7px;
	display: inline-block;
	transform: translateY(2px);
}

.factora-service-grid.style-1 .service-section-title {
	background: #f9c01d;
	padding-left: 170px;
	padding-top: 80px;
	padding-bottom: 85px;
	display: flex;
	margin-bottom: 0;
}

.factora-service-grid.style-1 .service-section-title .wrapper {
	display: block;
}

.factora-service-grid.style-1 .service-section-title .entry-title {
	padding-left: 0;
}

.factora-service-grid.style-1 .service-section-title .entry-title:before {
	display: none;
}

.factora-service-grid.style-1 .service-section-title .entry-title .title, .factora-service-grid.style-1 .service-section-title .entry-title .sub-title {
	font-size: 38px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	margin: 0;
	color: #0e0e0e;
	font-weight: 700;
}

.factora-service-grid.style-1 .service-section-title .entry-content {
	margin-top: 20px;
}

.factora-service-grid.style-1 .service-section-title .view-all {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	display: inline-block;
	line-height: 50px;
	padding: 0 32px;
	width: fit-content;
	margin-top: 44px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.factora-service-grid.style-2 .service-item:nth-child(3n+1) {
	clear: both;
}

.factora-service-icons .service-icons-wrapper {
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 3px;
}

.factora-service-icons .content-area .site-main {
	float: left;
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

.factora-service-icons.style-1 .service-icons-item {
	padding: 55px 50px;
}

.factora-service-icons .service-icons-item {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	transition: .5s;
}

.factora-service-icons .service-icons-item .entry-thumbnail span {
	font-size: 78px;
	line-height: 1;
	color: #f9c01d;
	transition: .5s;
}

.factora-service-icons .service-icons-item .entry-title {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
	font-weight: 700;
	color: #0e0e0e;
	text-decoration: none;
	transition: .5s;
}

.factora-service-icons .service-icons-item .entry-content {
	font-size: 16px;
	line-height: 1.625;
	margin-top: 15px;
	margin-bottom: 10px;
}

.factora-service-icons .service-icons-item .read-more {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e0e0e;
	margin-top: 14px;
	display: inline-block;
}

.factora-service-icons .service-icons-item .read-more span {
	font-size: 18px;
	margin-left: 7px;
	display: inline-block;
	transform: translateY(2px);
}

.factora-service-icons .service-icons-item:hover {
	background: #f9c01d;
}

.factora-service-icons .service-icons-item:hover .entry-thumbnail span {
	color: #0e0e0e;
}

.factora-service-icons .service-icons-item.col-sm-4:nth-child(3n+1) {
	clear: both;
}

.factora-service-icons .service-icons-item.col-sm-3:nth-child(4n+1) {
	clear: both;
}

.factora-service-icons.style-2 .service-icons-item {
	padding: 0 72px;
	transition: .5s;
}

.factora-service-icons.style-2 .service-icons-item .descr {
	position: relative;
}

.factora-service-icons.style-2 .service-icons-item .read-more {
	transition: .5s;
	opacity: 0;
	overflow: hidden;
	font-weight: 700;
	margin-top: 22px;
	position: absolute;
	top: 120%;
	transform: translateY(20px);
}

.factora-service-icons.style-2 .service-icons-item .entry-content {
	margin-bottom: 3px;
}

.factora-service-icons.style-2 .service-icons-item .service-icons-content, .factora-service-icons.style-2 .service-icons-item .entry-thumbnail {
	transition: .5s;
}

.factora-service-icons.style-2 .service-icons-item:hover .entry-thumbnail {
	transform: translateY(-20px);
}

.factora-service-icons.style-2 .service-icons-item:hover .service-icons-content {
	transform: translateY(-20px);
}

.factora-service-icons.style-2 .service-icons-item:hover .read-more {
	transform: translateY(0);
	opacity: 1;
	top: 100%;
}

.factora-service-icons.style-2 .service-icons-item:hover .read-more span {
	font-size: 18px;
}

.factora-service-icons.style-2 .entry-thumbnail span {
	color: #0e0e0e;
}

.factora-service-icons.style-2 .content-item {
	display: flex;
	min-height: 270px;
	align-items: center;
}

.factora-service-icons.style-2 .content-item .service-icons-content {
	padding-left: 30px;
}

.factora-service-icons.style-2 .content-item .service-icons-content .entry-title {
	margin-top: 0;
	transition: .5s;
}

.factora-brochure {
	background: #f9c01d;
	padding: 47px 30px;
}

.factora-brochure .title {
	margin-top: 0;
	line-height: 1;
	margin-bottom: 27px;
	font-size: 20px;
}

.factora-brochure .list-item {
	padding: 0;
	margin: 0;
}

.factora-brochure .item {
	list-style: none;
	margin-bottom: 15px;
	background-color: #fff;
	transition: .5s;
	padding: 0;
}

.factora-brochure .item a {
	width: 100%;
	line-height: 54px;
	padding: 0 29px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #000;
	transition: .5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.factora-brochure .item:hover {
	background-color: #000;
}

.factora-brochure .item:hover a {
	color: #fff;
}

.factora-brochure .item i {
	font-size: 16px;
}

.factora-image-box-carousel .list-items.slick-dotted {
	margin-bottom: 70px;
}

.factora-image-box-carousel.text-color-light .entry-title, .factora-image-box-carousel.text-color-light .desc {
	color: #fff;
}

.factora-image-box-carousel.text-color-dark .entry-title, .factora-image-box-carousel.text-color-dark .desc {
	color: #000;
}

.factora-image-box-carousel .desc {
	margin-top: 5px;
	margin-bottom: 0;
}

.factora-image-box-carousel .entry-thumbnail {
	overflow: hidden;
}

.factora-image-box-carousel .entry-thumbnail img {
	transition: .5s;
}

.factora-image-box-carousel .image-box-content {
	margin: 0;
	width: 100%;
	padding: 40px;
	position: absolute;
	transition: .5s;
	z-index: 99;
	bottom: -90px;
	left: 0;
}

.factora-image-box-carousel .entry-title {
	margin: 0;
	line-height: 1.5;
	font-size: 20px;
}

.factora-image-box-carousel .entry-title a {
	color: inherit;
}

.factora-image-box-carousel .read-more {
	font-size: 13px;
	color: #0e0e0e;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	line-height: 46px;
	display: inline-block;
	background: #f9c01d;
	padding: 0 23px;
}

.factora-image-box-carousel .hover {
	position: absolute;
	background-image: linear-gradient(rgba(0, 0, 0, 0), black);
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.factora-image-box-carousel.slick-dotted {
	margin-bottom: 70px;
}

.factora-image-box-carousel .slick-dots {
	margin-top: 62px;
}

.factora-image-box-carousel .slick-dots li {
	width: 30px;
}

.factora-image-box-carousel .slick-dots li button {
	width: 30px;
	float: left;
	padding: 0;
	display: inline-block;
	min-width: auto;
}

.factora-image-box-carousel .slick-dots li button:before {
	width: 30px;
	border-radius: 0;
	border: 0;
	background-color: #e3e3e3;
	border: none;
	height: 4px;
}

.factora-image-box-carousel .slick-dots li.slick-active button:before {
	background-color: #f9c01d;
}

.factora-image-box-carousel .content-item {
	overflow: hidden;
	position: relative;
}

.factora-image-box-carousel .content-item:hover .image-box-content {
	bottom: 0;
}

.factora-image-box-carousel .content-item:hover .read-more {
	margin-top: 18px;
}

.image-box-section-title {
	margin-bottom: 70px;
}

.image-box-section-title .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.image-box-section-title .entry-title {
	padding-left: 24px;
	position: relative;
}

.image-box-section-title .entry-title:before {
	content: "";
	position: absolute;
	width: 4px;
	top: 7px;
	left: 0;
	bottom: 1px;
	background-color: #f9c01d;
}

.image-box-section-title .title {
	font-size: 32px;
	color: #0e0e0e;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.image-box-section-title .sub-title {
	font-size: 32px;
	color: #0e0e0e;
	line-height: 1.25;
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

.image-box-section-title .view-all {
	display: inline-block;
	line-height: 44px;
	background-color: #f9c01d;
	text-transform: uppercase;
	color: #0e0e0e;
	border: 1px solid #f9c01d;
	padding: 0 38px;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.image-box-section-title .view-all:hover {
	background: transparent;
}

.factora-team-carousel .entry-thumbnail {
	overflow: hidden;
}

.factora-team-carousel .entry-thumbnail img {
	transition: .5s;
}

.factora-team-carousel .team-content {
	margin: 0;
	width: 100%;
	padding: 44px 40px;
	position: absolute;
	transition: .5s;
	z-index: 99;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.factora-team-carousel .entry-title {
	margin: 0;
	line-height: 1.5;
	font-size: 20px;
	color: #0e0e0e;
	text-align: center;
}

.factora-team-carousel .entry-title a {
	color: inherit;
}

.factora-team-carousel .job {
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.625;
	margin-top: 5px;
	transition: .5s;
}

.factora-team-carousel .team-social {
	overflow: hidden;
}

.factora-team-carousel .socials {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	transition: 0.5s;
	margin-top: -30px;
}

.factora-team-carousel .socials li {
	list-style: none;
	margin: 0 15px;
}

.factora-team-carousel .socials a {
	font-size: 18px;
	color: #0e0e0e;
}

.factora-team-carousel.slick-dotted {
	margin-bottom: 70px;
}

.factora-team-carousel .slick-dots {
	margin-top: 62px;
}

.factora-team-carousel .slick-dots li {
	width: 30px;
}

.factora-team-carousel .slick-dots li button {
	width: 30px;
	float: left;
	padding: 0;
	display: inline-block;
	min-width: auto;
}

.factora-team-carousel .slick-dots li button:before {
	width: 30px;
	border-radius: 0;
	border: 0;
	background-color: #8f8f8f;
	border: none;
	height: 4px;
}

.factora-team-carousel .slick-dots li.slick-active button:before {
	background-color: #f9c01d;
}

.factora-team-carousel .content-item {
	position: relative;
	margin-bottom: 15px;
}

.factora-team-carousel .content-item:hover .team-content {
	bottom: 0;
	background: #f9c01d;
}

.factora-team-carousel .content-item:hover .job {
	color: #0e0e0e;
}

.factora-team-carousel .content-item:hover .socials {
	margin-top: 18px;
}

.factora-team-carousel .slick-arrow {
	position: absolute;
	top: calc(50% - 85px);
	font-size: 40px;
	cursor: pointer;
	color: #8f8f8f;
	transition: .5s;
}

.factora-team-carousel .slick-arrow:hover {
	color: #f9c01d;
}

.factora-team-carousel .slick-arrow.arrow-left {
	left: -85px;
}

.factora-team-carousel .slick-arrow.arrow-right {
	right: -85px;
}

.factora-faq__box {
	border: 1px solid #eaeaea;
	margin-bottom: 13px;
	cursor: pointer;
}

.factora-faq__box i:first-child {
	display: none;
}

.factora-faq__box i:last-child {
	display: block;
}

.factora-faq__box:last-child.active, .factora-faq__box:last-child {
	margin-bottom: 0;
}

.factora-faq__box .factora-faq__question {
	color: #0e0e0e;
	padding: 17px 30px;
	position: relative;
}

.factora-faq__box .factora-faq__question h4 {
	font-size: 20px;
	margin: 0;
	padding-right: 20px;
}

.factora-faq__box .factora-faq__question span {
	font-size: 18px;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
}

.factora-faq__box .factora-faq__answer {
	display: none;
	padding: 0 30px;
	margin-top: 8px;
}

.factora-faq__box.active i:first-child {
	display: block;
}

.factora-faq__box.active i:last-child {
	display: none;
}

.factora-faq__box.active .factora-faq__question {
	color: #f9c01d;
}

.factora-faq__style-1 .factora-faq__box {
	padding: 0;
	margin-bottom: 20px;
	border: none;
	border-radius: 3px;
}

.factora-faq__style-1 .factora-faq__box.active {
	margin-bottom: 35px;
}

.factora-faq__style-1 .factora-faq__box.active .factora-faq__question {
	color: #0e0e0e;
	background-color: #f9c01d;
	border-color: #f9c01d;
}

.factora-faq__style-1 .factora-faq__box.active .factora-faq__question h4 {
	color: #0e0e0e;
}

.factora-faq__style-1.factora-box-style-box_shadow .factora-faq__question {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
}

.factora-faq__style-1.factora-box-style-border .factora-faq__question {
	border: 1px solid #e3e3e3;
}

.factora-faq__style-1 .factora-faq__question {
	color: #2b2b2b;
	background-color: #fff;
}

.factora-faq__style-1 .factora-faq__answer {
	padding: 0 35px 0 30px;
	margin-top: 22px;
	font-size: 16px;
	line-height: 1.625;
}

.factora-faq__style-2 .factora-faq__box {
	padding: 0;
	margin-bottom: 20px;
	border: none;
	border-radius: 3px;
}

.factora-faq__style-2 .factora-faq__box.active {
	margin-bottom: 35px;
}

.factora-faq__style-2 .factora-faq__box.active .factora-faq__question {
	color: #fff;
	background-color: #f9c01d;
}

.factora-faq__style-2 .factora-faq__box.active .factora-faq__question h4 {
	color: #fff;
}

.factora-faq__style-2 .factora-faq__question {
	color: #2b2b2b;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	border-radius: 3px;
}

.factora-faq__style-2 .factora-faq__answer {
	padding: 0 35px 0 30px;
	margin-top: 25px;
}

.factora-partner-carousel .list-items {
	margin: 0;
	padding: 0;
}

.factora-partner-carousel .list-items li {
	list-style: none;
}

.factora-partner-carousel .slide-arrow {
	position: absolute;
	z-index: 9;
	width: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	top: calc(50% - 25px);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0e0e0e;
	cursor: pointer;
	transition: .5s;
}

.factora-partner-carousel .slide-arrow i {
	font-size: 20px;
}

.factora-partner-carousel .slide-arrow:hover {
	background-color: #f9c01d;
}

.factora-partner-carousel .slide-arrow.slide-button-prev {
	left: 40px;
}

.factora-partner-carousel .slide-arrow.slide-button-next {
	right: 40px;
}

.factora-partner-carousel .slick-active {
	transition: .5s;
	text-align: center;
}

.factora-partner-carousel .slick-active a {
	display: inline-block;
}

.factora-partner-grid .list-items {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.factora-partner-grid .item {
	list-style: none;
}

.factora-icon-box-carousel .title {
	font-size: 32px;
}

.factora-icon-box-carousel .desc {
	line-height: 1.625;
}

.factora-icon-box-carousel .note-text {
	font-weight: 500;
	color: #0e0e0e;
	margin-bottom: 19px;
}

.factora-icon-box-carousel .note-text span {
	font-weight: 400;
	color: #8f8f8f;
	font-size: 14px;
	margin-left: 1px;
}

.factora-icon-box-carousel .note-text span:before {
	content: '/';
	display: inline-block;
	margin-right: 5px;
}

.factora-icon-box-carousel .factora-icon-box__list {
	text-align: center;
	padding: 85px 100px;
	height: 570px;
	width: 100%;
	position: absolute;
	background-color: #fff;
}

.factora-icon-box-carousel .factora-icon-box__list .title {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 20px;
}

.factora-icon-box-carousel .factora-icon {
	font-size: 100px;
	color: #f9c01d;
	line-height: 1;
}

.factora-icon-box-carousel .wrapper-text {
	max-width: 470px;
	margin-top: 49px;
}

.factora-icon-box-carousel .wrapper-text .title {
	max-width: 285px;
	margin: 0 0 42px;
}

.factora-icon-box-carousel .wrapper-text .desc {
	font-size: 20px;
	margin-bottom: 31px;
	line-height: 1.5;
}

.factora-icon-box-carousel .wrapper-scroll {
	top: 0;
}

.factora-icon-box-carousel .circle-scroll {
	width: 100%;
	height: 570px;
	border-radius: 100%;
	border: 40px solid #f9c01d;
	overflow: hidden;
	position: relative;
}

.factora-icon-box {
	padding: 55px 0 55px 0;
	min-height: 320px;
}

.factora-icon-box .factora-icon {
	font-size: 78px;
	color: #f9c01d;
	line-height: 1;
}

.factora-icon-box .title {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 20px;
}

.factora-icon-box .desc {
	line-height: 1.625;
}

.factora-counter .number, .factora-counter .tx_after {
	font-size: 48px;
	line-height: 40px;
	color: #f9c01d;
	font-weight: 700;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
}

.factora-counter .field-title {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.44;
	margin-top: 16px;
}

.factora-testimonial-carousel .factora__section-title {
	margin-top: 0;
	margin-bottom: 23px;
}

.factora-testimonial-carousel .testimonial--arrow {
	top: -70px;
}

.factora-testimonial-carousel .left-arrow {
	right: 76px;
}

.factora-testimonial-carousel .right-arrow {
	right: 15px;
}

.factora-testimonial-carousel .field-author--text .meta {
	font-size: 16px;
	line-height: 1.625;
}

.factora-testimonial-carousel .field-author--text .meta:after {
	content: "/";
	margin: 0 4px;
	color: #8f8f8f;
	font-weight: 400;
	font-size: 14px;
}

.factora-testimonial-carousel .field-author--text .meta:last-child:after {
	display: none;
}

.factora-testimonial-carousel .field-author--text .name {
	color: #0e0e0e;
	font-weight: 500;
}

.factora-testimonial-carousel .field-author--text .job {
	font-size: 14px;
	line-height: 1.86;
	padding-left: 5px;
}

.factora-testimonial-carousel .slick-dots li button {
	min-width: auto;
}

.factora-testimonial-carousel__box {
	margin: 0 15px;
}

.factora-testimonial-carousel__box .field-desc {
	margin-bottom: 31px;
}

.factora-testimonial-carousel__box .field-author {
	display: flex;
	align-items: center;
}

.factora-testimonial-carousel__box .field-author--img {
	margin-right: 22px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.factora-testimonial-carousel__box .field-author--text h3 {
	margin: 0;
	font-size: 18px;
	line-height: 28px;
}

.factora-testimonial-carousel__box .rating .icon_star {
	margin-right: 10px;
	color: #f9c01d;
}

.factora-testimonial-carousel--style-1 .field-author--text {
	display: flex;
	align-items: center;
}

.factora-testimonial-carousel--style-1 .field-author--text .meta {
	display: flex;
	align-items: center;
}

.factora-testimonial-carousel--style-1 .row {
	margin-left: -25px;
	margin-right: -25px;
}

.factora-testimonial-carousel--style-1 .testi-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.factora-testimonial-carousel--style-1 .factora-testimonial-carousel__box {
	margin: 0 25px;
	border: 1px solid #eaeaea;
	padding: 37px 39px 47px;
	margin-top: 46px;
	transition: 0.5s;
	position: relative;
	background-color: #fff;
	margin-bottom: 65px;
}

.factora-testimonial-carousel--style-1 .factora-testimonial-carousel__box:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.factora-testimonial-carousel--style-1 .factora__section-title {
	font-size: 32px;
	margin-bottom: 13px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.factora-testimonial-carousel--style-1.factora-testimonial-dark .factora__section-title {
	color: #fff;
}

.factora-testimonial-carousel--style-1.factora-testimonial-light .factora__section-title {
	color: #0e0e0e;
}

.factora-testimonial-carousel--style-1 .sub-title {
	width: 100%;
}

.factora-testimonial-carousel--style-1 .field-author--text {
	margin-bottom: 14px;
}

.factora-testimonial-carousel--style-1 .field-icon svg {
	color: #f9c01d;
}

.factora-testimonial-carousel--style-1 .testi-header {
	display: flex;
	justify-content: space-between;
}

.factora-testimonial-carousel--style-1 .arrows-group {
	display: flex;
	justify-content: space-between;
	transform: translateY(-7px);
}

.factora-testimonial-carousel--style-1 .testimonial--arrow {
	font-size: 30px;
	color: #8f8f8f;
	cursor: pointer;
	line-height: 1;
	transition: .5s;
}

.factora-testimonial-carousel--style-1 .testimonial--arrow:hover {
	color: #f9c01d;
}

.factora-testimonial-carousel--style-1 .left-arrow {
	padding-right: 15px;
}

.factora-testimonial-carousel--style-1 .right-arrow {
	transform: translateX(8px);
}

.factora-testimonial-carousel--style-1 .factora-testimonial-carousel__box {
	margin-top: 89px;
	padding: 85px 49px 22px 37px;
}

.factora-testimonial-carousel--style-1 .field-desc {
	position: relative;
	z-index: 9;
	margin-bottom: 25px;
	word-break: break-all;
	line-height: 1.625;
	margin-top: 8px;
	color: #5b5b5a;
}

.factora-testimonial-carousel--style-1 .field-author--img {
	position: absolute;
	top: -40px;
	left: 39px;
	width: 80px;
	height: 80px;
	margin: 0;
}

.factora-testimonial-carousel--style-1 .field-icon {
	position: absolute;
	right: 50px;
	top: 70px;
	opacity: 0.25;
}

.factora-testimonial-carousel--style-1 .field-icon svg {
	font-size: 42px;
	color: #8f8f8f;
}

.factora-testimonial-carousel--style-1 ul.slick-dots {
	margin-top: -13px;
}

.factora-testimonial-carousel--style-1 ul.slick-dots li {
	margin: 0 6px;
}

.factora-testimonial-carousel--style-1 ul.slick-dots li button:before {
	background-color: #dedede;
}

.factora-testimonial-carousel--style-1 ul.slick-dots li.slick-active button:before {
	transform: scale(1.2);
	background-color: #f9c01d;
}

.factora-testimonial-carousel--style-1 .slick-dotted {
	margin-bottom: 70px;
}

.factora-testimonial-carousel--style-1 .slick-dots {
	margin-top: 62px;
}

.factora-testimonial-carousel--style-1 .slick-dots li {
	width: 30px;
}

.factora-testimonial-carousel--style-1 .slick-dots li button {
	width: 30px;
	float: left;
	padding: 0;
	display: inline-block;
	min-width: auto;
}

.factora-testimonial-carousel--style-1 .slick-dots li button:before {
	width: 30px;
	border-radius: 0;
	border: 0;
	background-color: #8f8f8f;
	border: none;
	height: 4px;
}

.factora-testimonial-carousel--style-1 .slick-dots li.slick-active button:before {
	background-color: #f9c01d;
}

.factora-testimonial-carousel--style-2 .testi-header {
	margin-bottom: 47px;
}

.factora-testimonial-carousel--style-2 .factora__section-title {
	font-size: 32px;
	padding-left: 20px;
	border-left: 4px solid #f9c01d;
	line-height: 1.25;
	margin-bottom: 0;
}

.factora-testimonial-carousel--style-2 .sub-title {
	font-weight: 400;
	clear: both;
	display: block;
}

.factora-testimonial-carousel--style-2 .field-desc {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 28px;
}

.factora-testimonial-carousel--style-2 .rating {
	margin-top: 22px;
}

.factora-testimonial-carousel--style-2 .rating .icon_star {
	font-size: 18px;
	line-height: 1.75;
	color: #f9c01d;
	margin-right: 13px;
}

.factora-testimonial-carousel--style-2 .arrows-group {
	margin-top: 50px;
	transform: translateX(-3px);
}

.factora-testimonial-carousel--style-2 .testimonial--arrow {
	font-size: 30px;
	color: #8f8f8f;
	cursor: pointer;
	line-height: 1;
	transition: .5s;
	float: left;
}

.factora-testimonial-carousel--style-2 .testimonial--arrow:hover {
	color: #f9c01d;
}

.factora-testimonial-carousel--style-2 .left-arrow {
	padding-right: 30px;
}

.factora-testimonial-carousel--style-3 .factora-testimonial-carousel__box {
	text-align: center;
}

.factora-testimonial-carousel--style-3 .factora-testimonial-carousel__box .rating {
	margin: 48px 0 12px 0;
}

.factora-testimonial-carousel--style-3 .factora-testimonial-carousel__box .field-desc {
	font-size: 20px;
	margin-bottom: 18px;
}

.factora-testimonial-carousel--style-3 .icon_star {
	font-size: 18px;
	margin: 0 5px;
}

.factora-testimonial-carousel--style-3 .field-icon {
	font-size: 50px;
	color: #535353;
	line-height: 1;
	margin-bottom: 45px;
}

.factora-testimonial-carousel--style-3 .excerpt {
	max-width: 1000px;
	padding: 0 30px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 300;
}

.factora-testimonial-carousel--style-3 .field-desc, .factora-testimonial-carousel--style-3 .field-author {
	display: flex;
	justify-content: center;
	align-items: center;
}

.factora-testimonial-carousel--style-3 .field-author--img {
	cursor: pointer;
	width: 70px !important;
	height: 70px;
	border-radius: 50%;
	margin-right: 20px;
	overflow: hidden;
	opacity: 0.25;
	transition: .5s;
}

.factora-testimonial-carousel--style-3 .field-author--img:last-child {
	margin-right: 0;
}

.factora-testimonial-carousel--style-3 .field-author--img.slick-current, .factora-testimonial-carousel--style-3 .field-author--img:hover {
	opacity: 1;
}

.factora-testimonial-carousel--style-3 .field-author--text .meta {
	color: #fff;
}

.factora-testimonial-carousel--style-3 .field-author--text .name {
	font-size: 16px;
}

.factora-testimonial-carousel--style-3 .field-author--text .job {
	font-size: 14px;
}

.factora-testimonial-carousel--style-3 .slider-nav {
	margin-top: 45px;
}

.factora-testimonial-carousel--style-3 .slider-nav .slick-track {
	transform: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.factora-testimonial-carousel--style-3.factora-testimonial-dark {
	color: #fff;
}

.mfp-iframe-holder button.mfp-close {
	background-color: transparent;
	font-size: 35px;
	transition: .5s;
}

.mfp-iframe-holder button.mfp-close:hover {
	background-color: transparent;
	color: #f9c01d;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.ft-tabs .tabs-nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

.ft-tabs .tabs-nav li {
	float: left;
}

.ft-tabs .tabs-nav a {
	display: block;
}

.ft-tabs .tabs-content {
	position: relative;
}

.ft-tabs .tabs-panel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: opacity 0.2s ease;
	transform: translateY(10px);
}

.ft-tabs .tabs-panel.active {
	position: relative;
	z-index: 2;
	opacity: 1;
	top: 0;
	transform: translateY(0);
	transition: all 0.2s ease;
	transition-delay: 0.1s;
}

.factora-light-skin button:not(.search-submit),
.factora-light-skin input[type=button]:not(.search-submit),
.factora-light-skin input[type=reset], .factora-light-skin input[type=submit]:not(.search-submit),
.factora-light-skin button:not(.search-submit):hover,
.factora-light-skin button:not(.search-submit):focus,
.factora-light-skin input[type=button]:not(.search-submit):hover,
.factora-light-skin input[type=button]:not(.search-submit):focus,
.factora-light-skin input[type=reset]:hover, .factora-light-skin input[type=reset]:focus,
.factora-light-skin input[type=submit]:not(.search-submit):hover,
.factora-light-skin input[type=submit]:not(.search-submit):focus,
.factora-light-skin .factora-button.factora-button__style-primary a,
.factora-light-skin .header-button .content a,
.factora-light-skin .site-header .menu-extras .extra-menu-item .mini-item-counter,
.factora-light-skin .factora-service-widget .service-item:hover .item,
.factora-light-skin .factora-service-widget .service-item.active .item,
.factora-light-skin .blog-navigation .nav-previous-ajax a,
.factora-light-skin table.woocommerce-cart-form__contents.shop_table tr td.actions .continue,
.factora-light-skin .woocommerce-checkout .woocommerce-checkout-payment .button,
.factora-light-skin .single-product div.product form.cart .button,
.factora-light-skin ul.products li.product .button .p-icon,
.factora-light-skin .backtotop {
	color: #fff;
}

.btn-primary {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 30px;
	background-color: #f9c01d;
	border: none;
	border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus {
	outline: none;
	border: none;
	color: #000;
	background-color: #f9c01d;
}

.btn-primary__style-2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 160px;
	padding: 0 20px;
	background-color: #000;
	border: none;
	border-radius: 0;
}

.btn-primary__style-2:hover, .btn-primary__style-2:focus {
	outline: none;
	border: none;
	color: #fff;
	background-color: #000;
}

.factora-icon svg {
	vertical-align: -0.125em;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	display: inline-block;
}

.factora-empty-space {
	clear: both;
}

.factora-empty-space .factora_empty_space_md,
.factora-empty-space .factora_empty_space_xs {
	display: none;
}

@media (max-width: 1200px) {
	.factora-empty-space .factora_empty_space_md {
		display: block;
	}
	.factora-empty-space .factora_empty_space_lg,
	.factora-empty-space .factora_empty_space_xs {
		display: none;
	}
}

@media (max-width: 767px) {
	.factora-empty-space .factora_empty_space_md,
	.factora-empty-space .factora_empty_space_lg {
		display: none;
	}
	.factora-empty-space .factora_empty_space_xs {
		display: block;
	}
}

.wpb-js-composer .vc_tta-container, .wpb_content_element {
	margin-bottom: 0 !important;
}

.vc_row.vc_row-fluid {
	margin-bottom: 0;
}

.vc_row > .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_row .wpb_content_element {
	margin-bottom: 0;
}

.vc_row.vc_bg_fixed {
	background-attachment: fixed;
}

.vc_row .vc_col-has-fill > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row .vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row.vc_col-has-fill > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0;
}

.vc_row.overlay-enable {
	position: relative;
}

.vc_row .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.page-template-template-homepage-php.full-content .vc_row.vc_row-fluid,
.page-template-template-homepage-5-php.full-content .vc_row.vc_row-fluid,
.page-template-template-fullwidth-php.full-content .vc_row.vc_row-fluid {
	margin-left: 0;
	margin-right: 0;
}

.page-template-template-homepage-php.full-content .vc_row.vc_inner,
.page-template-template-homepage-5-php.full-content .vc_row.vc_inner,
.page-template-template-fullwidth-php.full-content .vc_row.vc_inner {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_row.vc_row-flex > .container-fluid {
	width: 100%;
}

.vc_row.vc_row-flex > .container > .row,
.vc_row.vc_row-flex > .container-fluid > .row {
	box-sizing: border-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_row.vc_row-flex > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc_row.vc_row-flex > .container > .row:after, .vc_row.vc_row-flex > .container > .row:before,
.vc_row.vc_row-flex > .container-fluid > .row:after,
.vc_row.vc_row-flex > .container-fluid > .row:before {
	display: none;
}

.vc_row.vc_row-o-columns-top > .container > .row,
.vc_row.vc_row-o-columns-top > .container-fluid > .row {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.vc_row.vc_row-o-columns-middle > .container > .row,
.vc_row.vc_row-o-columns-middle > .container-fluid > .row {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.vc_row.vc_row-o-columns-bottom > .container > .row,
.vc_row.vc_row-o-columns-bottom > .container-fluid > .row {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.vc_row.vc_row-o-equal-height > .container > .row .vc_column_container,
.vc_row.vc_row-o-equal-height > .container-fluid > .row .vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: flex;
}

.vc_row.vc_row-o-content-top > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-middle > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vc_row.vc_row-o-content-bottom > .container > .row > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .container-fluid > .row > .vc_column_container > .vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:not(.search-submit),
input[type="button"]:not(.search-submit),
input[type="reset"],
input[type="submit"]:not(.search-submit) {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 30px;
	background-color: #f9c01d;
	border: none;
	border-radius: 0;
}

button:not(.search-submit):hover, button:not(.search-submit):focus,
input[type="button"]:not(.search-submit):hover,
input[type="button"]:not(.search-submit):focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:not(.search-submit):hover,
input[type="submit"]:not(.search-submit):focus {
	outline: none;
	border: none;
	color: #000;
	background-color: #f9c01d;
}

button:not(.search-submit).alt,
input[type="button"]:not(.search-submit).alt,
input[type="reset"].alt,
input[type="submit"]:not(.search-submit).alt {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 30px;
	background-color: #f9c01d;
	border: none;
	border-radius: 0;
}

button:not(.search-submit).alt:hover, button:not(.search-submit).alt:focus,
input[type="button"]:not(.search-submit).alt:hover,
input[type="button"]:not(.search-submit).alt:focus,
input[type="reset"].alt:hover,
input[type="reset"].alt:focus,
input[type="submit"]:not(.search-submit).alt:hover,
input[type="submit"]:not(.search-submit).alt:focus {
	outline: none;
	border: none;
	color: #000;
	background-color: #f9c01d;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select {
	font-size: 14px;
	color: #8f8f8f;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	padding: 0 20px;
	box-sizing: border-box;
	height: 46px;
	line-height: 46px;
	outline: 0;
	transition: border 0.5s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus {
	border-color: #ccc;
	outline: 0;
}

textarea {
	font-size: 14px;
	width: 100%;
	color: #8f8f8f;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	padding: 15px 20px;
	box-sizing: border-box;
	transition: border 0.5s;
}

textarea:focus {
	border-color: #ccc;
	outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
	padding: 0;
}

.site-content {
	padding: 120px 0;
}

.factora-blog.sidebar-content .content-area {
	padding-left: 45px;
	float: right;
}

.factora-blog.content-sidebar .content-area {
	padding-right: 45px;
}

.page-template-template-homepage .site-content,
.page-template-template-homepage-5 .site-content,
.page-template-template-fullwidth .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0e0e0e;
	transition: 0.5s;
	text-decoration: none;
}

a:visited {
	color: #0e0e0e;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #0e0e0e;
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

.primary-mobile-nav {
	width: 340px;
	transition: 0.5s;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: -340px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 9999;
}

.primary-mobile-nav .mobile-nav-content .widget {
	margin: 0 0 30px 0;
}

.primary-mobile-nav .box-nav {
	padding: 30px 30px 25px;
}

.primary-mobile-nav .close-btn {
	padding: 50px 30px 15px;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.05);
}

.primary-mobile-nav .close-canvas-mobile-panel {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.primary-mobile-nav .close-canvas-mobile-panel:before, .primary-mobile-nav .close-canvas-mobile-panel:after {
	content: '';
	width: 2px;
	height: 40px;
	position: absolute;
	left: 14px;
	top: 0;
	background-color: #393939;
}

.primary-mobile-nav .close-canvas-mobile-panel:before {
	transform: rotate(45deg);
}

.primary-mobile-nav .close-canvas-mobile-panel:after {
	transform: rotate(-45deg);
}

.primary-mobile-nav ul.menu {
	padding: 0;
}

.primary-mobile-nav ul.menu li {
	list-style: none;
	margin-bottom: 0;
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 13px;
	height: 13px;
	display: block;
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before, .primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
	font-family: 'ElegantIcons';
	content: '';
	position: absolute;
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:before {
	content: "\33";
}

.primary-mobile-nav ul.menu li.menu-item-has-children .toggle-menu-children:after {
	content: "\32";
	opacity: 0;
}

.primary-mobile-nav ul.menu li > a:hover {
	color: #f9c01d;
}

.primary-mobile-nav ul.menu li.active > a {
	color: #f9c01d;
}

.primary-mobile-nav ul.menu li.active > a .toggle-menu-children:before {
	opacity: 0;
}

.primary-mobile-nav ul.menu li.active > a .toggle-menu-children:after {
	opacity: 1;
}

.primary-mobile-nav ul.menu li.current_page_parent > a,
.primary-mobile-nav ul.menu li.current-menu-item > a,
.primary-mobile-nav ul.menu li.current-menu-ancestor > a,
.primary-mobile-nav ul.menu li.current-menu-parent > a {
	color: #f9c01d;
}

.primary-mobile-nav ul.menu ul {
	padding-left: 15px;
	display: none;
	padding-top: 10px;
	margin-left: 0;
}

.primary-mobile-nav ul.menu ul li {
	padding: 8px 0;
}

.primary-mobile-nav ul.menu ul li a {
	display: block;
}

.primary-mobile-nav ul.menu > li {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0 14px;
}

.primary-mobile-nav ul.menu > li > a {
	font-size: 14px;
	display: block;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.primary-mobile-nav a {
	color: #3e4140;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}

.primary-mobile-nav a:hover, .primary-mobile-nav a:focus, .primary-mobile-nav a:active {
	text-decoration: none;
	color: #f9c01d;
}

.primary-mobile-nav .toggle-search {
	display: none !important;
}

.primary-mobile-nav.open {
	right: 0;
}

.factora-off-canvas-layer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9990;
	cursor: pointer;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.open-canvas-panel .factora-off-canvas-layer {
	display: block;
}

.navbar-toggle {
	margin: 0;
	padding-left: 13px;
	border-radius: 0;
	position: relative;
	top: 3px;
	line-height: 1;
	display: inline-block;
}

.navbar-toggle .navbar-icon {
	transition: all 0.5s;
	position: relative;
	display: block;
	line-height: 1;
}

.navbar-toggle .navbar-icon i {
	font-size: 30px;
	color: #0e0e0e;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Nav
--------------------------------------------------------------*/
.blog-navigation {
	margin-top: 19px;
	width: 100%;
	clear: both;
}

.blog-navigation .nav-links {
	text-align: center;
}

.blog-navigation .nav-previous-ajax a {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #000000;
	padding: 12px 32px;
	background-color: #f9c01d;
	display: inline-block;
	position: relative;
}

.blog-navigation .nav-previous-ajax a:before {
	border: 1px solid #0e0e0e;
	border-top-color: transparent;
	border-radius: 50%;
	-webkit-animation: ft-spin-fast 0.8s linear infinite;
	animation: ft-spin-fast 0.8s linear infinite;
	content: " ";
	width: 12px;
	height: 12px;
	font-weight: 400;
	display: block;
	position: absolute;
	opacity: 0;
	top: 22px;
	right: 10px;
}

.blog-navigation .nav-previous-ajax.loading a:before {
	opacity: 1;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .site-branding .site-title,
.site-branding .site-description {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus, .site-branding .site-title:focus,
.site-branding .site-description:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget_tag_cloud a,
.widget ul li a {
	color: #5b5b5a;
	transition: 0.5s;
}

.widget_tag_cloud a:hover,
.widget ul li a:hover {
	color: #f9c01d;
}

.widget {
	margin: 0 0 40px;
}

.widget.filled {
	border-width: 0;
}

.widget select {
	width: 100%;
}

.widget input,
.widget select,
.widget textarea {
	padding: 10px 20px;
	border: 1px solid #cdcfd0;
}

.widget ul,
.widget ol {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
	padding: 0;
}

.widget ul li {
	list-style: none;
	margin-bottom: 0;
}

.widget ul .children,
.widget ul .sub-menu {
	margin-left: 15px;
	margin-top: 11px;
}

.widget ul .children li:last-child,
.widget ul .sub-menu li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.widget ul .children li:first-child,
.widget ul .sub-menu li:first-child {
	padding-top: 0;
}

.widget ol {
	padding-left: 16px;
}

.widget li {
	padding: 5px 0;
}

.widget th,
.widget td {
	border-color: #cdcfd0;
}

.widget .tagcloud {
	margin: -5px;
}

.widget .tagcloud a {
	color: #0e0e0e;
	font-size: 16px !important;
	margin: 5px 4px 4px 3px;
	padding: 10px 21px 11px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f6f6f6;
	transition: all 0.5s;
}

.widget .tagcloud a:hover {
	background-color: #f9c01d;
}

.widget .mc4wp-form {
	font-size: 14px;
}

.widget .mc4wp-form .mc4wp-form-fields > :first-child {
	margin-top: 0;
}

.widget .mc4wp-form input,
.widget .mc4wp-form select,
.widget .mc4wp-form textarea,
.widget .mc4wp-form button {
	font-size: 16px;
	width: 100%;
	min-width: 0;
	padding: 17px 20px 18px 20px;
	margin-top: 20px;
}

.widget .mc4wp-form input,
.widget .mc4wp-form select {
	height: 60px;
	margin-right: 0;
}

.widget .mc4wp-form input[type=submit],
.widget .mc4wp-form input[type=reset],
.widget .mc4wp-form button {
	padding: 0 20px;
}

.widget .mc4wp-form input[type=checkbox],
.widget .mc4wp-form input[type=radio] {
	padding: 0;
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
}

.widget .mc4wp-form p:last-of-type {
	margin-bottom: 0;
}

.widget-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.875;
	margin: 0;
	padding: 0 0 13px;
}

.search-form {
	position: relative;
	border: 1px solid #d9d9d9;
	color: #000;
}

.search-form:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #0e0e0e;
	z-index: 99;
}

.search-form label {
	margin-bottom: 0;
	width: 100%;
}

.search-form .screen-reader-text, .search-form .site-branding .site-title, .site-branding .search-form .site-title,
.search-form .site-branding .site-description, .site-branding .search-form .site-description {
	display: none;
}

.search-form .search-field {
	border: none;
	color: #000;
	width: 100%;
	background-color: transparent;
	font-weight: 400;
}

.search-form .search-field:focus {
	border: none;
	outline: none;
}

.search-form ::-webkit-input-placeholder {
	color: #8f8f8f;
}

.search-form :-moz-placeholder {
	color: #8f8f8f;
}

.search-form ::-moz-placeholder {
	color: #8f8f8f;
}

.search-form :-ms-input-placeholder {
	color: #8f8f8f;
}

.search-form .search-submit {
	width: 40px;
	height: 40px;
	background: transparent;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	border: none;
	z-index: 10;
	opacity: 0;
}

.widget_archive,
.widget_categories,
.widget_meta,
.widget_recent_entries {
	margin-bottom: 52px;
}

.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_meta .widget-title,
.widget_recent_entries .widget-title {
	padding-bottom: 17px;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_archive ul ul li:last-child,
.widget_categories ul ul li:last-child,
.widget_meta ul ul li:last-child,
.widget_recent_entries ul ul li:last-child {
	padding-bottom: 0;
}

.widget_archive ul ul li a:before,
.widget_categories ul ul li a:before,
.widget_meta ul ul li a:before,
.widget_recent_entries ul ul li a:before {
	margin-left: 0;
	margin-right: 5px;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_recent_entries li {
	padding: 6px 0;
	color: #5b5b5a;
	text-align: right;
	overflow: hidden;
	transition: 0.5s;
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a {
	float: left;
	display: flex;
	position: relative;
	padding-left: 27px;
}

.widget_archive li a:hover + .posts-count,
.widget_categories li a:hover + .posts-count,
.widget_meta li a:hover + .posts-count,
.widget_recent_entries li a:hover + .posts-count {
	color: #f9c01d;
}

.widget_archive li .posts-count,
.widget_categories li .posts-count,
.widget_meta li .posts-count,
.widget_recent_entries li .posts-count {
	transition: .5s;
}

.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_meta > ul > li,
.widget_recent_entries > ul > li {
	border-bottom: 1px solid #e3e3e3;
	padding: 11px 0;
}

.widget_archive > ul > li > a:before,
.widget_categories > ul > li > a:before,
.widget_meta > ul > li > a:before,
.widget_recent_entries > ul > li > a:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\39";
	top: 3px;
	left: -5px;
	color: #0e0e0e;
	font-size: 18px;
	line-height: 1;
	transition: 0.5s;
}

.widget_archive > ul > li > a:hover,
.widget_categories > ul > li > a:hover,
.widget_meta > ul > li > a:hover,
.widget_recent_entries > ul > li > a:hover {
	color: #f9c01d;
}

.widget_archive > ul > li > a:hover:before,
.widget_categories > ul > li > a:hover:before,
.widget_meta > ul > li > a:hover:before,
.widget_recent_entries > ul > li > a:hover:before {
	color: #f9c01d;
}

.widget_recent_comments > ul > li {
	position: relative;
	padding: 11px 0 11px 27px;
	border-bottom: 1px solid #e3e3e3;
}

.widget_recent_comments > ul > li > a:before {
	position: absolute;
	font-family: ElegantIcons;
	content: "\39";
	top: 13px;
	left: -5px;
	color: #0e0e0e;
	font-size: 18px;
	line-height: 1;
	transition: 0.5s;
}

.widget_recent_comments > ul > li > a:hover {
	color: #f9c01d;
}

.widget_recent_comments > ul > li > a:hover:before {
	color: #f9c01d;
}

.widget_search {
	margin-bottom: 59px;
}

.widget_search .widget-title {
	margin-bottom: 3px;
}

.widget_search .search-form {
	position: relative;
	color: #0e0e0e;
	border: none;
}

.widget_search .search-form:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	font-size: 16px;
	color: #0e0e0e;
	z-index: 99;
}

.widget_search .search-form label {
	margin-bottom: 0;
}

.widget_search .search-form .screen-reader-text, .widget_search .search-form .site-branding .site-title, .site-branding .widget_search .search-form .site-title,
.widget_search .search-form .site-branding .site-description, .site-branding .widget_search .search-form .site-description {
	display: none;
}

.widget_search .search-form label {
	width: 100%;
}

.widget_search .search-form .search-field {
	border: none;
	color: #000;
	width: 100%;
	height: 50px;
	background-color: #f6f6f6;
	font-weight: 400;
	padding: 15px 10px 15px 20px;
}

.widget_search .search-form .search-field:focus {
	outline: none;
}

.widget_search .search-form ::-webkit-input-placeholder {
	color: #666666;
}

.widget_search .search-form :-moz-placeholder {
	color: #666666;
}

.widget_search .search-form ::-moz-placeholder {
	color: #666666;
}

.widget_search .search-form :-ms-input-placeholder {
	color: #666666;
}

.widget_search .search-form .search-submit {
	width: 50px;
	height: 50px;
	background-color: #f9c01d;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: none;
	text-indent: -9999px;
	z-index: 10;
}

.widget_text img {
	margin: 20px 0;
}

.widget_recent_entries {
	margin-bottom: 42px;
}

.widget_recent_entries .widget-title {
	padding-bottom: 21px;
}

.widget_recent_entries ul li {
	padding: 17px 0;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}

.widget_recent_entries ul li:first-child {
	padding-top: 0;
}

.widget_tag_cloud {
	margin-bottom: 71px;
}

.widget_tag_cloud .widget-title {
	padding-bottom: 28px;
}

.widget_mc4wp_form_widget {
	padding: 40px 30px;
	background-color: #f9c01d;
}

.widget_mc4wp_form_widget .widget-title {
	padding-bottom: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields input[type=email] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #666666;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields ::-webkit-input-placeholder {
	color: #666666;
}

.widget_mc4wp_form_widget .mc4wp-form-fields :-moz-placeholder {
	color: #666666;
}

.widget_mc4wp_form_widget .mc4wp-form-fields ::-moz-placeholder {
	color: #666666;
}

.widget_mc4wp_form_widget .mc4wp-form-fields :-ms-input-placeholder {
	color: #666666;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .box {
	position: relative;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .box:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e699";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #000;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .box input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 9999;
	min-width: auto;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy {
	display: block;
	margin: 30px 0 5px 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy > span {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy > span:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	position: absolute;
	top: 4px;
	left: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy > span:before {
	font-family: ElegantIcons;
	content: "\4e";
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 4px;
	transition: 0.5s;
	color: #000;
	opacity: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy > span + span {
	padding-left: 0;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy > span + span:before {
	display: none;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy input[type=checkbox] {
	opacity: 0;
	margin: 0;
	display: none;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy input[type=checkbox]:checked + span:before {
	opacity: 1;
}

.widget_mc4wp_form_widget .mc4wp-form-fields .privacy a {
	font-weight: 500;
}

.catalog-sidebar .widget {
	margin: 0 0 60px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.widget_price_filter .price_slider_amount .button {
	min-width: auto;
	padding: 0 20px;
	order: 2;
	height: 40px;
	line-height: 40px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	cursor: ew-resize;
	outline: none;
	background: #f9c01d;
	box-sizing: border-box;
	margin-top: -7px;
	opacity: 1;
	border-radius: 50%;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #f9c01d;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.widget_product_search.widget input {
	border: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 0;
	width: 100%;
}

.widget_product_search.widget button {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: transparent;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	border: none;
	z-index: 10;
	font-size: 0;
}

.widget_product_search.widget .woocommerce-product-search {
	position: relative;
}

.widget_product_search.widget .woocommerce-product-search:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #0e0e0e;
}

.widget_product_categories ul li {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 20px;
	transition: 0.5s;
}

.widget_product_categories ul li:before {
	display: inline-block;
	font-family: ElegantIcons;
	content: "\45";
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #0e0e0e;
}

.widget_product_categories ul li:hover:before {
	color: #f9c01d;
	transition: 0.5s;
}

.widget_product_categories ul li:hover a {
	color: #f9c01d;
}

.widget_recently_viewed_products .product_list_widget li,
.widget_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li {
	float: left;
	width: 100%;
	padding: 15px 0;
}

.widget_recently_viewed_products .product_list_widget li del,
.widget_products .product_list_widget li del,
.widget_top_rated_products .product_list_widget li del {
	display: none;
}

.widget_recently_viewed_products .product_list_widget li ins,
.widget_products .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li ins {
	background-color: transparent;
}

.widget_recently_viewed_products .product_list_widget .attachment-woocommerce_thumbnail,
.widget_products .product_list_widget .attachment-woocommerce_thumbnail,
.widget_top_rated_products .product_list_widget .attachment-woocommerce_thumbnail {
	width: 90px;
	float: left;
	margin-right: 13px;
	border-radius: 5px;
}

.widget_recently_viewed_products .product_list_widget .product-title,
.widget_products .product_list_widget .product-title,
.widget_top_rated_products .product_list_widget .product-title {
	display: block;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #0e0e0e;
	font-weight: 700;
	margin-bottom: 12px;
}

.factora__recent-post {
	overflow: hidden;
	margin-bottom: 25px;
	display: flex;
}

.factora__recent-post .widget-thumb {
	flex: none;
	margin-right: 20px;
}

.factora__recent-post .recent-post-title h4 {
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: initial;
	margin-bottom: 5px;
}

.factora__recent-post .recent-post-title time {
	font-size: 14px;
}

.factora__recent-post:last-child {
	margin-bottom: 0;
}

.factora-social-links-widget .socials-list {
	display: flex;
	flex-wrap: wrap;
}

.factora-social-links-widget .socials-list li {
	margin: 0 5px 0 0;
}

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

.blog {
	overflow-y: scroll;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

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

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

.factora-post__entry-thumbnail {
	margin-bottom: 25px;
}

.tag-sticky-2 .factora-post__entry-header .title:before {
	font-family: Linearicons;
	content: '\e778';
	margin-right: 5px;
}

.post-password-form label {
	display: inline-block;
}

.post-password-form input[type=password],
.post-password-form input[type=submit] {
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	outline: 0;
	min-width: initial;
}

.post-password-form input[type=submit] {
	margin-left: -5px;
}

.page-links {
	clear: both;
	margin: 1.5em 0;
	width: 100%;
	display: inline-block;
}

.page-links .post-page-numbers {
	color: #666;
}

.page-links .current {
	color: #000;
	border-bottom: 1px solid currentColor;
}

.factora-post__box-author .title,
.factora-post__entry-header .title,
.factora-post__related .section-title {
	margin: 0;
}

.factora-post__socials-share ul,
.factora-blog--top h3,
.factora-blog--top ul {
	padding: 0;
	margin: 0;
}

.factora-post__socials-share,
.factora-post__entry-meta .name-author,
.factora-post__tag-list .list-tags {
	color: #0e0e0e;
	font-weight: 500;
}

.factora-blog--top,
.factora-post__socials-share,
.factora-post__entry-footer,
.factora-post__entry-header .list-meta,
.factora-post__entry-meta {
	display: flex;
	align-items: center;
}

.factora-blog--top .post-title,
.factora-post__related .section-title {
	font-size: 32px;
}

.factora-post__box-author,
.factora-post__related {
	border-bottom: 1px solid #e3e3e3;
}

.factora-post__taxs-list a,
.factora-post__entry-header .title-post a {
	border-bottom: 1px solid transparent;
	transition: 0.5s;
}

.factora-post__taxs-list a:hover,
.factora-post__entry-header .title-post a:hover {
	color: #f9c01d;
	border-color: #f9c01d;
}

.factora-blog--top {
	justify-content: space-between;
	margin-bottom: 52px;
}

.factora-blog--top .post-title {
	padding-right: 30px;
}

.factora-post__taxs-list ul {
	list-style: none;
	margin: 0 -25px;
}

.factora-post__taxs-list ul li {
	display: inline-block;
	margin: 5px 25px;
}

.factora-post__taxs-list ul li a {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #0e0e0e;
}

.factora-post__taxs-list ul li a.selected {
	color: #f9c01d;
	border-color: #f9c01d;
}

.factora-post__entry-meta {
	font-size: 14px;
	color: #8f8f8f;
	margin-bottom: 25px;
	line-height: 25px;
	flex-wrap: wrap;
}

.factora-post__entry-meta .meta:after {
	content: '/';
	display: inline-block;
	margin: 0 5px;
}

.factora-post__entry-meta .meta:last-child:after {
	display: none;
}

.factora-post__entry-meta .meta.date a {
	color: #8f8f8f;
}

.factora-post__entry-footer {
	margin-bottom: 64px;
	justify-content: space-between;
	clear: both;
}

.factora-post__tag-list .list-tags {
	margin-right: 5px;
}

.factora-post__tag-list a {
	color: #5b5b5a;
}

.factora-post__socials-share ul {
	list-style: none;
}

.factora-post__socials-share ul li {
	display: inline-block;
	padding-left: 16px;
}

.factora-post__socials-share ul li a {
	color: #8f8f8f;
}

.factora-post__socials-share ul li a:hover {
	color: #f9c01d;
}

.factora-post__socials-share ul li:first-child {
	padding-left: 24px;
}

.factora-post__box-author {
	display: flex;
	align-items: center;
	margin-bottom: 86px;
	background-color: #f6f6f6;
	border: none;
	min-height: 200px;
	padding: 30px;
}

.factora-post__box-author .factora-post__avatar {
	flex: none;
	margin-right: 30px;
}

.factora-post__box-author .factora-post__avatar img {
	border-radius: 50%;
}

.factora-post__box-author .factora-post__content .title {
	font-size: 16px;
	margin-bottom: 12px;
}

.factora-post__box-author .factora-post__content .title span {
	font-size: 14px;
	color: #5b5b5a;
	font-weight: 400;
}

.factora-post__box-author .factora-post__content .title span:before {
	content: '/';
	display: inline-block;
	margin: 0 5px;
}

.factora-post__related {
	padding-bottom: 68px;
	margin-bottom: 82px;
	position: relative;
}

.factora-post__related .section-title {
	margin-bottom: 68px;
}

.factora-post__related .slick-list {
	width: 100%;
}

.factora-post__related .slick-arrow {
	position: absolute;
	top: -107px;
	right: 0;
	cursor: pointer;
	font-size: 24px;
}

.factora-post__related .slick-arrow:hover i {
	color: #f9c01d;
}

.factora-post__related .left-arrow {
	right: 52px;
}

.factora-post__related .right-arrow {
	right: 10px;
}

.blog-wrapper {
	margin-bottom: 61px;
}

.blog-wrapper .factora-post__entry-thumbnail {
	margin-bottom: 34px;
}

.blog-wrapper .factora-post__entry-header .title {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}

.blog-wrapper .factora-post__entry-header img {
	border-radius: 50%;
	margin-right: 10px;
}

.blog-wrapper .list-meta .factora-post__entry-meta {
	margin-bottom: 0;
}

.blog-wrapper__list {
	background-color: #f9f9f9;
	margin-bottom: 51px;
}

.blog-wrapper__list.has-post-thumbnail {
	display: flex;
	min-height: auto;
}

.blog-wrapper__list.has-post-thumbnail .factora-post__entry-thumbnail {
	flex: none;
	margin-bottom: 0;
}

.blog-wrapper__list.has-post-thumbnail .factora-post__entry-header {
	width: 100%;
	min-height: initial;
}

.blog-wrapper__list:last-child {
	margin-bottom: 71px;
}

.blog-wrapper__list .factora-post__entry-header {
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	padding: 25px 44px;
}

.blog-wrapper__list .factora-post__entry-header .title {
	margin-bottom: 32px;
}

.blog-wrapper__list .factora-post__entry-header .read-more,
.blog-wrapper__list .factora-post__entry-header .read-more i {
	font-weight: 700;
	color: #000000;
}

.blog-wrapper__list .factora-post__entry-header .factora-post__entry-content {
	margin-bottom: 35px;
}

.blog-wrapper__list .factora-post__entry-header .read-more {
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.blog-wrapper__list .factora-post__entry-header .read-more i {
	font-size: 10px;
	margin-left: 9px;
}

.blog-wrapper__list .factora-post__entry-meta {
	margin-bottom: 10px;
}

.factora-post--wrapper {
	position: relative;
}

.factora-post-list__loading {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	background-color: #fff;
	display: none;
}

.factora-post-list__loading.show {
	display: block;
}

.single-post .post-thumbnail {
	margin-bottom: 20px;
}

.single-post .factora-post__entry-meta {
	margin-bottom: 35px;
}

.error404 .error-404 {
	text-align: center;
}

.error404 .error-404 .icon {
	font-size: 63px;
	color: #f9c01d;
}

.error404 .error-404 .image-box {
	margin-bottom: 40px;
}

.error404 .error-404 .page-title {
	font-size: 32px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.error404 .error-404 .description {
	margin-top: 0;
	margin-bottom: 55px;
}

.error404 .error-404 .description a {
	color: #f9c01d;
	font-weight: 500;
	border-bottom: 1px solid;
}

.error404 .error-404 .search {
	max-width: 330px;
	margin: 0 auto;
}

.error404 .error-404 .search .search-form {
	position: relative;
	width: 100%;
	border: 0;
}

.error404 .error-404 .search .search-form:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #0e0e0e;
}

.error404 .error-404 .search .search-form .search-field {
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}

.error404 .error-404 .search .search-form .search-submit {
	width: 50px;
	height: 50px;
	background: transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: none;
	text-indent: -9999px;
	z-index: 10;
	outline: 0;
}

.error404 .error-404 .search .search-form .search-submit:hover {
	background: transparent;
}

.error404 .site-content {
	padding-top: 215px;
	padding-bottom: 215px;
}

.lds-ellipsis {
	display: flex;
	justify-content: center;
}

.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #333;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	animation: lds-ellipsis1 1s infinite;
}

.lds-ellipsis div:nth-child(2) {
	animation: lds-ellipsis2 1s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}

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

.bypostauthor {
	display: block;
}

.comment-respond .comment-reply-title,
.comments-title {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 0;
}

.comments-title.has-comments {
	padding-bottom: 63px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list.has-comments {
	margin: 0 0 50px 0;
}

.comment-list li {
	float: left;
	clear: both;
	width: 100%;
}

.comment-list li .comment-respond {
	margin-top: 0;
	margin-bottom: 30px;
}

.comment-list li .reply {
	margin-top: 16px;
}

.comment-list li .comment-edit-link,
.comment-list li .comment-reply-link {
	color: #f9c01d;
	font-weight: 500;
	display: inline-block;
	padding-right: 20px;
}

.comment-list li .comment-edit-link:before,
.comment-list li .comment-reply-link:before {
	content: '\4a';
	font-family: ElegantIcons;
	display: inline-block;
	margin-right: 14px;
	font-weight: 400;
}

.comment-list li .comment-edit-link:hover,
.comment-list li .comment-reply-link:hover {
	color: #000;
}

.comment-list li .comment-metadata {
	margin-top: -5px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-list li .comment-edit-link {
	margin-right: 20px;
}

.comment-list li.pingback .comment-body, .comment-list li.comment .comment-body {
	margin-bottom: 45px;
}

.comment-list li.pingback .comment-meta, .comment-list li.comment .comment-meta {
	float: left;
}

.comment-list li.comment .comment-content {
	margin-left: 110px;
}

.comment-list li .comment-content {
	position: relative;
}

.comment-list li .comment-content .comment-desc {
	padding: 10px 0 5px;
}

.comment-list li .comment-content .date {
	font-size: 14px;
	padding-left: 10px;
	color: #8f8f8f;
	min-width: 150px;
	text-align: right;
}

.comment-list li .comment-content a {
	word-wrap: break-word;
}

.comment-list li .comment-content .fn,
.comment-list li .comment-content .fn a {
	color: #0e0e0e;
	font-weight: 500;
	font-style: initial;
}

.comment-list li .comment-author img {
	border-radius: 50%;
}

.comment-list .comment-respond {
	margin-bottom: 50px;
}

.comment-list:after {
	clear: both;
	content: "";
	display: block;
}

.comment-list .children {
	list-style: none;
	padding: 0 0 0 87px;
}

.comment-list .children article {
	border-top-width: 0;
}

.comment-list .children:last-child {
	margin-bottom: 0;
}

.comment-list .depth-5 .children {
	padding-left: 0;
}

.comment-list > .comment:first-child article {
	border: none;
}

.comments-area .comment-desc {
	padding: 15px 0 5px;
	color: #666;
}

.comments-area .date {
	color: #666;
}

.comments-area .comments-links {
	margin-bottom: 60px;
	text-align: center;
}

.comments-area .comments-links .page-numbers {
	font-size: 18px;
	padding: 0 8px;
	color: #999;
}

.comments-area .comments-links .page-numbers.current {
	color: #000;
}

.comment-respond {
	clear: both;
}

.comment-respond .logged-in-as {
	margin-bottom: 10px;
}

.comment-respond .logged-in-as a {
	color: #000;
}

.comment-respond .logged-in-as a:hover {
	color: #f9c01d;
}

.comment-respond .comment-reply-title {
	padding-bottom: 57px;
}

.comment-respond .comment-reply-title a {
	color: #0099cc;
	padding-left: 15px;
}

.comment-respond .comment-notes {
	display: none;
}

.comment-respond textarea {
	height: 200px;
	font-size: 14px !important;
	padding: 15px 20px;
}

.comment-respond input {
	width: 100%;
}

.comment-respond p {
	margin-bottom: 0;
	margin-top: 0;
}

.comment-respond .comment-form-email,
.comment-respond .comment-form-author {
	margin-bottom: 20px;
}

.comment-respond .comment-form-email {
	padding-right: 0;
	padding-left: 8px;
}

.comment-respond .comment-form-comment {
	margin-bottom: 13px;
}

.comment-respond .comment-form-author {
	padding-left: 0;
	padding-right: 12px;
}

.comment-respond .comment-form-url {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 40px;
}

.comment-respond .comment-message {
	margin-top: 20px;
	color: red;
	min-height: 30px;
}

.comment-respond .form-submit {
	clear: both;
	position: relative;
}

.comment-respond .form-submit input[type=submit] {
	width: auto;
}

.comment-awaiting-moderation {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Top bar
--------------------------------------------------------------*/
.topbar {
	font-size: 14px;
	line-height: 45px;
	background-color: #0e0e0e;
	color: #fff;
}

.topbar .topbar-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar .topbar-row .topbar-sidebar {
	display: flex;
}

.topbar .topbar-row .topbar-1 .widget {
	margin-right: 60px;
}

.topbar .topbar-row .topbar-1 .widget:last-child {
	margin-right: 0;
}

.topbar .topbar-row.left {
	justify-content: flex-start;
}

.topbar .topbar-row.right {
	justify-content: flex-end;
}

.topbar .topbar-row.center {
	justify-content: center;
}

.topbar .widget {
	display: flex;
	align-items: center;
	margin: 0 50px 0 0;
}

.topbar .widget .widget-title {
	line-height: unset;
	color: #5b5b5a;
	font-weight: normal;
	padding: 0;
	margin-right: 6px;
	position: relative;
}

.topbar .widget p {
	margin: 0;
}

.topbar .widget:last-child {
	margin: 0;
}

.topbar .widget ul li a {
	color: #fff;
}

.topbar .widget ul li a:hover {
	color: #f9c01d;
}

.topbar .widget > ul {
	display: flex;
}

.topbar .widget > ul > li {
	padding: 0 5px;
}

.topbar .widget strong {
	color: #0e0e0e;
}

.topbar a {
	color: #fff;
	text-decoration: none;
}

.topbar a:hover {
	color: #f9c01d;
}

.topbar .factora-social-links-widget .socials-list li {
	padding: 0 7px;
}

.topbar .factora-social-links-widget .socials-list li:last-child {
	padding-right: 0;
}

.topbar .infor i {
	font-size: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.site-branding {
	flex: 0 1 auto;
	position: relative;
	z-index: 100;
}

.site-branding .logo {
	position: relative;
}

.site-branding .logo:hover {
	text-decoration: none;
}

.site-branding .logo img {
	display: inline-block;
	vertical-align: middle;
}

.site-branding .logo-light {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.text-light .logo-light {
	position: static;
	opacity: 1;
}

.text-light .logo-dark {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.site-header .header-sidebar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 30px 0 0 0;
}

.site-header .header-sidebar .widget {
	margin: 0 77px 0 0;
}

.site-header .header-sidebar .widget:last-child {
	margin-right: 0;
}

.factora-info {
	display: flex;
	align-items: center;
}

.factora-info i {
	font-size: 36px;
	margin-right: 15px;
}

.factora-info .info-content {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 1px;
}

.factora-info .info-content span {
	margin-bottom: 10px;
	display: block;
}

.factora-info .info-content p {
	margin: 5px 0 0;
	font-weight: 500;
	color: #0e0e0e;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.primary-nav a {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.primary-nav a:hover, .primary-nav a:focus, .primary-nav a:active {
	text-decoration: none;
	color: #f9c01d;
}

.primary-nav > ul > li {
	line-height: 65px;
}

.primary-nav > ul > li:first-child {
	padding-left: 0;
}

.primary-nav > ul > li:last-child {
	padding-right: 0;
}

.primary-nav > ul > li > a {
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.primary-nav > ul > li.current-menu-parent > a,
.primary-nav > ul > li.current-menu-item > a,
.primary-nav > ul > li.current-menu-ancestor > a {
	color: #f9c01d;
}

.primary-nav > ul > li.menu-item-has-children > a {
	position: relative;
	padding-right: 25px;
}

.primary-nav > ul > li.menu-item-has-children > a:before {
	content: "3";
	display: inline-block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 16px;
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-weight: 600;
	margin-top: -1px;
}

.primary-nav > ul > li .ft-active-menu {
	height: 2px;
	background-color: #f9c01d;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	transition: none;
}

.primary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.primary-nav ul ul {
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	left: 0;
	top: 110%;
	width: auto;
	min-width: 230px;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	border: none;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	padding: 29px 0;
	transform: scaleX(0);
	border-radius: 0;
}

.primary-nav ul ul > .current-menu-item > a {
	color: #f9c01d;
}

.primary-nav ul ul ul {
	transition: left 0.3s ease 0s, opacity 0.3s;
	left: 110%;
	top: 0;
	box-shadow: none;
}

.primary-nav li {
	display: inline-block;
	padding: 0 32px;
	position: relative;
	text-align: left;
	margin: 0;
}

.primary-nav li:hover > ul {
	opacity: 1;
	z-index: 999;
	top: 100%;
	transform: scaleX(1);
}

.primary-nav li li {
	text-align: left;
	display: block;
	padding: 0 40px;
	line-height: 1;
}

.primary-nav li li a {
	padding: 11px 0;
	text-transform: none;
	transition: 0.5s;
	display: inline-block;
	position: relative;
	background-color: transparent;
	white-space: nowrap;
	font-weight: 600;
	line-height: 1;
}

.primary-nav li li a:hover {
	color: #f9c01d;
	background-color: transparent;
}

.primary-nav li li:hover > ul {
	top: -10px;
	left: 100%;
}

.primary-nav li li:hover > ul li a:hover:before {
	left: -30px;
}

.primary-nav li li:first-child > a {
	border-top-width: 0;
}

.primary-nav li li.menu-item-has-children:after {
	content: "5";
	display: inline-block;
	font: normal normal normal 14px/1 ElegantIcons;
	font-size: 16px;
	line-height: 1;
	display: block;
	position: absolute;
	top: 50%;
	right: 35px;
	transform: translateY(-50%);
	font-weight: 600;
}

.primary-nav li li.menu-item-has-children:hover:after {
	color: #f9c01d;
}

.primary-nav li > ul {
	left: -12px;
}

.primary-nav > .menu > li:first-child > ul {
	left: -40px;
}

.header-v2 .primary-nav > ul > li,
.header-v4 .primary-nav > ul > li {
	line-height: 90px;
}

.header-v2 .primary-nav > ul > li.menu-item-has-children > a,
.header-v4 .primary-nav > ul > li.menu-item-has-children > a {
	padding: 0;
}

.header-v2 .primary-nav > ul > li.menu-item-has-children > a:before,
.header-v4 .primary-nav > ul > li.menu-item-has-children > a:before {
	display: none;
}

.header-v2 .primary-nav > ul > li.current-menu-parent > a,
.header-v2 .primary-nav > ul > li.current-menu-item > a,
.header-v2 .primary-nav > ul > li.current-menu-ancestor > a,
.header-v4 .primary-nav > ul > li.current-menu-parent > a,
.header-v4 .primary-nav > ul > li.current-menu-item > a,
.header-v4 .primary-nav > ul > li.current-menu-ancestor > a {
	position: relative;
}

.header-v2 .primary-nav > ul > li.current-menu-parent > a:after,
.header-v2 .primary-nav > ul > li.current-menu-item > a:after,
.header-v2 .primary-nav > ul > li.current-menu-ancestor > a:after,
.header-v4 .primary-nav > ul > li.current-menu-parent > a:after,
.header-v4 .primary-nav > ul > li.current-menu-item > a:after,
.header-v4 .primary-nav > ul > li.current-menu-ancestor > a:after {
	content: '';
	position: absolute;
	left: -10px;
	right: auto;
	top: calc(100% - 6px);
	height: 6px;
	width: calc(100% + 20px);
	background-color: #f9c01d;
	transition: 0.5s;
}

.header-v2 .primary-nav > ul > li > a,
.header-v4 .primary-nav > ul > li > a {
	position: relative;
	line-height: 90px;
}

.header-v2 .primary-nav > ul > li > a:after,
.header-v4 .primary-nav > ul > li > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(100% - 6px);
	height: 6px;
	width: 0;
	background-color: #f9c01d;
	transition: 0.5s;
}

.header-v2 .primary-nav > ul > li > a:hover:after,
.header-v4 .primary-nav > ul > li > a:hover:after {
	right: auto;
	left: -10px;
	width: calc(100% + 20px);
}

.header-v2 .primary-nav li,
.header-v4 .primary-nav li {
	padding: 0 22px;
}

.header-v2 .site-header .hide-extras {
	justify-content: flex-end;
}

.header-v2 .primary-nav li {
	padding: 0 15px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.site-header .menu-item-search.show-search > .header-search-content {
	opacity: 1;
	z-index: 9998;
	top: 100%;
	transform: scaleX(1);
}

.site-header .menu-item-search.show-search .extra-icon:before {
	content: "\e935";
	font-size: 16px;
	font-weight: bold;
}

.site-header .menu-item-search .extra-icon {
	min-width: 24px;
	display: inline-block;
	transition: 0.5s;
}

.site-header .menu-item-search .header-search-content {
	transition: top 0.5s ease 0s, opacity 0.5s;
	position: absolute;
	right: 0;
	top: 110%;
	opacity: 0;
	z-index: -1;
	transform: scaleX(0);
	padding: 25px;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.site-header .menu-item-search .header-search-content .search-wrapper {
	position: relative;
}

.site-header .menu-item-search .header-search-content .search-field {
	background-color: #f3f4f7;
	height: 50px;
	line-height: 51px;
	min-width: 255px;
	padding-left: 20px;
	padding-right: 40px;
	outline: none;
	display: block;
}

.site-header .menu-item-search .header-search-content .search-submit {
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-color: transparent;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	border: none;
}

.site-header .menu-item-search .header-search-content ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content ::-moz-placeholder {
	/* Firefox 19+ */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content :-ms-input-placeholder {
	/* IE 10+ */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content :-moz-placeholder {
	/* Firefox 18- */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content-form .search-field {
	height: 45px;
	line-height: 45px;
	min-width: 255px;
	padding-left: 20px;
	padding-right: 40px;
	outline: none;
	border: none;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
}

.site-header .menu-item-search .header-search-content-form .search-submit {
	font-size: 16px;
	color: #0e0e0e;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-color: transparent;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	border: none;
}

.site-header .menu-item-search .header-search-content-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #8f8f8f;
}

.site-header .menu-item-search .header-search-content-form :-moz-placeholder {
	/* Firefox 18- */
	color: #8f8f8f;
}

.site-header .menu-item-search.type-form .factora-header-search {
	display: none;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.site-header .menu-extras .extra-menu-item .cart-contents {
	position: relative;
}

.site-header .menu-extras .extra-menu-item .mini-item-counter {
	position: absolute;
	top: -15px;
	right: -10px;
	font-size: 11px;
	font-weight: 500;
	background-color: #f9c01d;
	color: #0e0e0e;
	border-radius: 50%;
	min-width: 18px;
	padding: 0 5px;
	height: 18px;
	text-align: center;
	line-height: 18px;
}

.site-header .menu-item-cart {
	margin-right: 9px;
}

.site-header .menu-item-cart:hover > .mini-cart-content {
	opacity: 1;
	z-index: 9998;
	top: 100%;
	transform: scaleX(1);
}

.site-header .menu-item-cart .mini-cart-content {
	transition: top 0.3s ease 0s, opacity 0.3s;
	position: absolute;
	right: 0;
	top: 110%;
	min-width: 380px;
	opacity: 0;
	z-index: -1;
	transform: scaleX(0);
	display: block;
	border-radius: 0;
	box-shadow: none;
}

.site-header .menu-item-cart .mini-cart-content .woocommerce-mini-cart__empty-message {
	margin: 15px 0;
}

.site-header .menu-item-cart .mini-cart-content .widget_shopping_cart_content {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.1);
	padding: 10px 30px 0;
	padding-top: 0;
}

.site-header .menu-item-cart .mini-cart-content .product_list_widget {
	max-height: 490px;
	padding-left: 28px;
	padding-right: 24px;
	margin-left: -20px;
	margin-right: -20px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 30px;
	margin-bottom: 0;
	line-height: 1.6;
}

.site-header .menu-item-cart .mini-cart-content ::-webkit-scrollbar {
	background: transparent;
	width: 7px;
}

.site-header .menu-item-cart .mini-cart-content ::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.site-header .menu-item-cart .mini-cart-content .variation {
	margin: 5px 0 0 0;
}

.site-header .menu-item-cart .mini-cart-content .variation > dt {
	float: left;
	margin-right: 10px;
	color: #5b5b5a;
}

.site-header .menu-item-cart .mini-cart-content .variation p {
	margin: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li {
	display: flex;
	position: relative;
	padding: 10px 30px 10px 0;
}

.woocommerce ul.cart_list ul.product_list_widget li img,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li img {
	float: left;
	width: 100%;
	margin-left: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-image,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-image {
	float: left;
	width: 80px;
	min-width: 80px;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-image img,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-image img {
	border-radius: 4px;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-content,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content {
	float: left;
	padding-left: 15px;
	display: flex;
	flex-direction: column;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-content .product-name,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name {
	margin: 5px 0 10px 0;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-content .product-name a,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a {
	font-weight: 500;
	font-size: 16px;
	color: #3e4140;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-content .product-name a:hover,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .product-name a:hover {
	color: #000;
}

.woocommerce ul.cart_list ul.product_list_widget li .product-content .quantity,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .product-content .quantity {
	border: none;
	width: auto;
	margin-right: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li dl,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl {
	border-left: 0;
	padding-left: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li dl dt,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dt {
	font-weight: 500;
	color: #000;
}

.woocommerce ul.cart_list ul.product_list_widget li dl dd,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dd {
	margin-bottom: 0;
}

.woocommerce ul.cart_list ul.product_list_widget li .quantity-text,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .quantity-text {
	color: #767676;
	margin: 8px 0 0;
	line-height: 1;
	font-size: 14px;
	display: inline;
}

.woocommerce ul.cart_list ul.product_list_widget li .remove_from_cart_button,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button {
	position: absolute;
	top: 10px;
	right: 0;
	color: #3e4140;
	font-size: 24px;
	font-weight: 400;
	background-color: transparent;
}

.woocommerce ul.cart_list ul.product_list_widget li .remove_from_cart_button:hover,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li .remove_from_cart_button:hover {
	color: #000;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__total,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__total strong,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
	color: #0e0e0e;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
	color: #0e0e0e;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__buttons,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	min-width: 200px;
	padding: 0 30px;
	background-color: #f9c01d;
	border: none;
	border-radius: 0;
	min-width: 150px;
	white-space: nowrap;
	text-align: center;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:hover, .woocommerce ul.cart_list .woocommerce-mini-cart__buttons .button:focus,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:focus {
	outline: none;
	border: none;
	color: #000;
	background-color: #f9c01d;
}

.woocommerce ul.cart_list .woocommerce-mini-cart__buttons .checkout,
.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	background-color: #0e0e0e;
	color: #fff;
	margin-left: 15px;
}

.header-v2 .site-header .menu-item-cart .mini-cart-content {
	border-top-width: 35px;
}

/*--------------------------------------------------------------
## Button
--------------------------------------------------------------*/
.header-button .content {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #000;
	line-height: 90px;
	text-align: center;
	text-transform: uppercase;
	background-color: #f9c01d;
	width: 180px;
	margin-left: 30px;
}

.header-button .content a {
	display: block;
}

/*--------------------------------------------------------------
## Hotline
--------------------------------------------------------------*/
.header-hotline {
	display: flex;
	align-items: center;
}

.header-hotline i {
	font-size: 42px;
	margin-right: 15px;
	color: #0e0e0e;
}

.header-hotline .content {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 1px;
}

.header-hotline .content .phone {
	margin: 5px 0 0;
}

.header-hotline .content .number {
	font-weight: 500;
	color: #f9c01d;
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
.main-color {
	color: #f9c01d;
}

.site-header .header-main {
	line-height: 100px;
	border-bottom: 1px solid #e3e3e3;
}

.site-header .header-extra {
	border-bottom: 1px solid #e3e3e3;
}

.site-header .header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .header-row:after, .site-header .header-row:before {
	display: none;
}

.site-header .header-main-wapper {
	border-bottom: 1px solid #e5e5e5;
}

.site-header .header-main-wapper .header-row {
	margin-left: -15px;
	margin-right: -15px;
}

.site-header .menu-extras {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: initial;
}

.site-header .menu-extras .extra-menu-item {
	list-style: none;
	padding-left: 13px;
	position: relative;
}

.site-header .menu-extras .extra-menu-item .extra-icon {
	font-size: 20px;
	color: #0e0e0e;
}

.site-header .menu-extras .extra-menu-item.menu-item-search, .site-header .menu-extras .extra-menu-item.menu-item-cart {
	margin-top: 8px;
	line-height: 57px;
}

.site-header .header-group {
	display: flex;
	justify-content: flex-end;
}

.header-v2 .site-header .header-main {
	line-height: 90px;
	border-bottom: none;
}

.header-v2 .site-header .menu-extras .extra-menu-item.menu-item-search,
.header-v2 .site-header .menu-extras .extra-menu-item.menu-item-cart {
	line-height: 82px;
}

.header-v3 .site-header .header-main {
	line-height: 120px;
	border-bottom: none;
}

.header-v3 .site-header .header-center {
	margin-left: 20px;
}

.header-v3 .site-header .header-center .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-v3 .site-header .menu-extras .extra-menu-item.menu-item-search,
.header-v3 .site-header .menu-extras .extra-menu-item.menu-item-cart {
	margin-top: 0;
}

.header-v3 .primary-nav li {
	padding: 0 37px;
}

.header-v4 .site-header .header-main {
	line-height: 90px;
	border-bottom: none;
}

.header-v4 .site-header .menu-extras .extra-menu-item.menu-item-search,
.header-v4 .site-header .menu-extras .extra-menu-item.menu-item-cart {
	margin-top: 10px;
}

.header-v4 .menu-item-search .header-search-content-form .search-field {
	box-shadow: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 0;
}

.header-v4 .menu-item-search .header-search-content-form .search-submit {
	right: 0;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
	background-color: #f9f9f9;
	padding: 50px 0 50px;
}

.page-header .page-header-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	word-break: break-word;
}

.page-header .page-title {
	font-size: 48px;
	line-height: 48px;
	margin: 0;
}

.page-header .site-breadcrumb {
	margin: 15px 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #f9c01d;
}

.page-header .site-breadcrumb li {
	list-style: none;
}

.page-header .site-breadcrumb li a {
	position: relative;
	padding-right: 15px;
	margin-right: 5px;
	display: block;
	color: #0e0e0e;
	font-weight: 400;
	text-decoration: none;
}

.page-header .site-breadcrumb li a:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "/";
	font-weight: 500;
}

.page-header .site-breadcrumb li a:hover {
	color: #f9c01d;
}

.page-header.hide-title {
	padding: 5px 0 3px;
}

.page-header.hide-title .page-title {
	display: none;
}

.page-header.parallax {
	background-attachment: fixed;
}

.page-header.text-center .page-header-content {
	text-align: center;
}

.page-header.text-center .site-breadcrumb {
	justify-content: center;
}

.page-header.text-center .page-title {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## minimized
--------------------------------------------------------------*/
.header-sticky .factora-header-minimized {
	display: none;
}

.header-sticky .site-header.minimized {
	position: fixed;
	right: 0;
	left: 0;
	top: 0 !important;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	z-index: 999;
	animation-name: fadeInDown;
	animation-duration: 0.25s;
}

.header-sticky.header-v1 .minimized .header-main {
	display: none;
}

.header-sticky.admin-bar .site-header.minimized {
	top: 32px !important;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.site-footer .footer-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

/*--------------------------------------------------------------
## widget
--------------------------------------------------------------*/
.newsletter-box {
	position: relative;
	margin-bottom: -90px;
	z-index: 9;
}

.newsletter-box .content {
	background-color: #f9c01d;
	display: flex;
	width: 100%;
	padding: 41px 50px 54px;
}

.newsletter-box .content .text {
	float: left;
	width: 65%;
	color: #2b2b2b;
	padding: 18px 0 0 0;
}

.newsletter-box .content .text h3 {
	font-size: 28px;
	color: #000;
	margin: 0 0 5px 0;
}

.newsletter-box .content .form {
	float: left;
	width: 35%;
}

.newsletter-box .content .form .mc4wp-form-fields input[type=email] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #666666;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.newsletter-box .content .form .mc4wp-form-fields ::-webkit-input-placeholder {
	color: #666666;
}

.newsletter-box .content .form .mc4wp-form-fields :-moz-placeholder {
	color: #666666;
}

.newsletter-box .content .form .mc4wp-form-fields ::-moz-placeholder {
	color: #666666;
}

.newsletter-box .content .form .mc4wp-form-fields :-ms-input-placeholder {
	color: #666666;
}

.newsletter-box .content .form .mc4wp-form-fields .box {
	position: relative;
}

.newsletter-box .content .form .mc4wp-form-fields .box:after {
	display: inline-block;
	font-family: Linearicons;
	content: "\e699";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 18px;
	color: #000;
}

.newsletter-box .content .form .mc4wp-form-fields .box input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 9999;
	min-width: auto;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy {
	display: block;
	margin-top: 10px;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy > span {
	position: relative;
	line-height: 1;
	padding-left: 30px;
	cursor: pointer;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy > span:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy > span:before {
	font-family: ElegantIcons;
	content: "\4e";
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 4px;
	transition: 0.5s;
	color: #000;
	opacity: 0;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy > span + span {
	padding-left: 0;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy > span + span:before {
	display: none;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy input[type=checkbox] {
	opacity: 0;
	margin: 0;
	display: none;
}

.newsletter-box .content .form .mc4wp-form-fields .privacy input[type=checkbox]:checked + span:before {
	opacity: 1;
}

/*--------------------------------------------------------------
## widget
--------------------------------------------------------------*/
.footer-widgets {
	padding: 100px 0 75px;
}

.footer-widgets .footer-1 {
	padding-right: 90px;
}

.footer-widgets .footer-3 {
	padding-left: 44px;
}

.footer-widgets .widget {
	margin: 0 0 30px 0;
}

.footer-widgets .widget ul {
	margin: 0;
	padding: 0;
}

.footer-widgets .widget ul li {
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-widgets .widget ul li ul {
	width: 100%;
	padding: 10px 0 0 5px;
}

.footer-widgets .widget ul li a {
	display: block;
}

.footer-widgets .widget ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.footer-widgets .widget ul li a:hover {
	color: #f9c01d;
	border-bottom: 1px solid #f9c01d;
}

.footer-widgets .widget ul li span {
	font-style: italic;
	display: block;
	margin-top: 5px;
}

.footer-widgets .widget ul li:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget .menu li {
	padding: 0;
	margin-bottom: 17px;
}

.footer-widgets .widget .menu li a {
	line-height: 1.2;
	position: relative;
	border-bottom: 1px solid transparent;
	transition: .5s;
}

.footer-widgets .widget .mc4wp-form input {
	font-style: italic;
	height: 45px;
	padding: 0 30px;
	border: none;
}

.footer-widgets .widget .mc4wp-form input[type=email] {
	background-color: #3c4345;
	color: #e3e7e8;
	width: 100%;
}

.footer-widgets .widget .mc4wp-form input[type=email]::-webkit-input-placeholder {
	color: #848484;
}

.footer-widgets .widget .mc4wp-form input[type=email]:-moz-placeholder {
	color: #848484;
}

.footer-widgets .widget .mc4wp-form input[type=email]::-moz-placeholder {
	color: #848484;
}

.footer-widgets .widget .mc4wp-form input[type=email]:-ms-input-placeholder {
	color: #848484;
}

.footer-widgets .widget .mc4wp-form input[type=submit] {
	width: auto;
	font-style: normal;
	border: none;
	border-radius: 5px;
	margin-top: 15px;
	line-height: 45px;
}

.footer-widgets .widget .information {
	padding: 0;
}

.footer-widgets .widget.widget_recent_comments ul li {
	display: inline-block;
}

.footer-widgets .widget.widget_recent_comments ul li span {
	margin: 0 5px 0 0;
	display: inline;
}

.footer-widgets .widget.widget_recent_comments ul li a {
	margin-left: 5px !important;
}

.footer-widgets .widget.widget_recent_entries ul li {
	margin-bottom: 25px;
}

.footer-widgets .widget.widget_media_image {
	margin-bottom: 33px;
}

.footer-widgets .widget.widget_ft-custom-menu {
	padding-left: 67px;
}

.footer-widgets .widget-title {
	color: #000;
	line-height: 1;
	margin: 20px 0 35px 0;
	padding: 0;
}

.footer-widgets p {
	margin: 0 0 16px 0;
}

.footer-widgets option {
	background: #1C2122;
}

.footer-widgets.color-light {
	color: #b1b1b1;
}

.footer-widgets.color-light .widget-title {
	color: #fff;
}

.footer-widgets.color-light .widget ul li a {
	color: #fff;
}

.footer-widgets.color-light .widget a {
	color: #fff;
}

.footer-widgets.color-light .widget a:hover {
	color: #f9c01d;
}

.footer-widgets.color-light .information .infor i {
	color: #fff;
}

.footer-widgets.color-light .information .infor .content b {
	color: #fff;
}

.footer-widgets .factora-social-links-widget .socials-list {
	margin: 0 -5px;
}

.footer-widgets .factora-social-links-widget .socials-list li {
	padding: 0 5px;
	margin: 0;
}

.footer-widgets .factora-social-links-widget .socials-list li a {
	width: 40px;
	height: 40px;
	line-height: 43px;
	text-align: center;
	border-radius: 50%;
	background-color: #424242;
	color: #fff;
	transition: 0.5s;
}

.footer-widgets .factora-social-links-widget .socials-list li a:hover {
	background-color: #f9c01d;
	color: #000;
}

.footer-newsletter .footer-widgets {
	padding-top: 190px;
}

.information .infor {
	margin-bottom: 10px;
}

.information .infor i {
	font-size: 18px;
	line-height: 1.6;
	min-width: 30px;
	float: left;
	color: #0e0e0e;
}

.information .infor i.icon_mail_alt {
	line-height: 1.5;
}

.information .infor .content {
	margin-left: 30px;
}

.information .infor .content b {
	font-weight: 500;
	color: #0e0e0e;
}

.information .infor .phone {
	font-size: 18px;
}

.information .infor:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
.footer-copyright {
	border-top: 1px solid #4f4f4f;
	line-height: 72px;
	position: relative;
}

.footer-copyright .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

.footer-copyright .content a {
	color: #f9c01d;
}

.footer-copyright .content .footer-copyright-menu .menu {
	margin: 0 -15px 0 -16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.footer-copyright .content .footer-copyright-menu .menu li {
	padding: 0 15px 0 16px;
}

.footer-copyright .content .footer-copyright-menu .menu li a {
	color: #5b5b5a;
	font-size: 16px;
}

.footer-copyright .content .footer-copyright-menu .menu li a:hover {
	color: #f9c01d;
}

.footer-copyright.color-light {
	color: #fff;
}

.footer-copyright.color-light .content .footer-copyright-menu .menu li a {
	color: #fff;
}

.footer-copyright.color-light .content .footer-copyright-menu .menu li a:hover {
	color: #f9c01d;
}

/*--------------------------------------------------------------
## Back to top
--------------------------------------------------------------*/
.backtotop {
	display: inline-block;
	position: fixed;
	bottom: 35px;
	right: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 20px;
	background: #f9c01d;
	border: 2px solid transparent;
	opacity: 0;
	transition: 0.5s;
	z-index: 999;
}

.backtotop.show-scroll {
	opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-grid .content-wrapper, .portfolio-full-width .content-wrapper {
	clear: both;
	position: relative;
}

.portfolio-grid .content-wrapper.loading .portfolio-item, .portfolio-full-width .content-wrapper.loading .portfolio-item {
	visibility: hidden;
}

.portfolio-grid .portfolio-item, .portfolio-full-width .portfolio-item {
	transition: .2s;
	margin: 15px 0;
}

.portfolio-grid .portfolio-item .wrapper, .portfolio-full-width .portfolio-item .wrapper {
	position: relative;
}

.portfolio-grid .portfolio-item .entry-thumbnail, .portfolio-full-width .portfolio-item .entry-thumbnail {
	overflow: hidden;
}

.portfolio-grid .portfolio-item .entry-thumbnail img, .portfolio-full-width .portfolio-item .entry-thumbnail img {
	transition: .5s;
}

.portfolio-grid .portfolio-item .portfolio-content, .portfolio-full-width .portfolio-item .portfolio-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 40px 37px 40px;
	transition: .5s;
	opacity: 0;
}

.portfolio-grid .portfolio-item .portfolio-content .entry-title, .portfolio-full-width .portfolio-item .portfolio-content .entry-title {
	margin: 0;
	line-height: 1;
	margin-bottom: 15px;
}

.portfolio-grid .portfolio-item .portfolio-content .entry-title .title, .portfolio-full-width .portfolio-item .portfolio-content .entry-title .title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.portfolio-grid .portfolio-item .read-more, .portfolio-full-width .portfolio-item .read-more {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #0e0e0e;
}

.portfolio-grid .portfolio-item .read-more i, .portfolio-full-width .portfolio-item .read-more i {
	font-size: 18px;
	transform: translateY(3px);
	margin-left: 9px;
	display: inline-block;
}

.portfolio-grid .portfolio-item .hover, .portfolio-full-width .portfolio-item .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f9c01d;
	transition: .5s;
	opacity: 0;
}

.portfolio-grid .portfolio-item:hover .portfolio-content, .portfolio-full-width .portfolio-item:hover .portfolio-content {
	opacity: 1;
}

.portfolio-grid .portfolio-item:hover .hover, .portfolio-full-width .portfolio-item:hover .hover {
	opacity: 0.9;
}

.portfolio-grid .portfolio-item:hover img, .portfolio-full-width .portfolio-item:hover img {
	transform: scale(1.1);
}

.portfolio-listing .content-wrapper, .portfolio-grid .content-wrapper, .portfolio-full-width .content-wrapper {
	position: relative;
}

.portfolio-listing .portfolio-cats-filter, .portfolio-grid .portfolio-cats-filter, .portfolio-full-width .portfolio-cats-filter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 52px;
	padding: 0 15px;
}

.portfolio-listing .portfolio-cats-filter .title, .portfolio-grid .portfolio-cats-filter .title, .portfolio-full-width .portfolio-cats-filter .title {
	font-size: 32px;
	font-weight: 700;
	color: #0e0e0e;
	margin: 0;
	line-height: 40px;
}

.portfolio-listing .portfolio-cats-filter .button-group .button, .portfolio-grid .portfolio-cats-filter .button-group .button, .portfolio-full-width .portfolio-cats-filter .button-group .button {
	cursor: pointer;
	font-weight: 700;
	color: #0e0e0e;
	font-size: 16px;
	margin: 0 25px;
	display: inline-block;
	transition: .5s;
	border-bottom: 1px solid transparent;
}

.portfolio-listing .portfolio-cats-filter .button-group .button:last-child, .portfolio-grid .portfolio-cats-filter .button-group .button:last-child, .portfolio-full-width .portfolio-cats-filter .button-group .button:last-child {
	margin-right: 0;
}

.portfolio-listing .portfolio-cats-filter .button-group .button:hover, .portfolio-listing .portfolio-cats-filter .button-group .button.active, .portfolio-grid .portfolio-cats-filter .button-group .button:hover, .portfolio-grid .portfolio-cats-filter .button-group .button.active, .portfolio-full-width .portfolio-cats-filter .button-group .button:hover, .portfolio-full-width .portfolio-cats-filter .button-group .button.active {
	color: #f9c01d;
	border-bottom: 1px solid #f9c01d;
}

.portfolio-listing .numeric-navigation, .portfolio-grid .numeric-navigation, .portfolio-full-width .numeric-navigation {
	margin-top: 55px;
}

.portfolio-listing .numeric-navigation.pag-1 .pagination, .portfolio-grid .numeric-navigation.pag-1 .pagination, .portfolio-full-width .numeric-navigation.pag-1 .pagination {
	margin: auto;
}

.portfolio-listing .numeric-navigation.pag-1 .pagination .nav-links, .portfolio-grid .numeric-navigation.pag-1 .pagination .nav-links, .portfolio-full-width .numeric-navigation.pag-1 .pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.portfolio-listing .numeric-navigation.pag-1 .pagination .nav-links .page-numbers, .portfolio-grid .numeric-navigation.pag-1 .pagination .nav-links .page-numbers, .portfolio-full-width .numeric-navigation.pag-1 .pagination .nav-links .page-numbers {
	float: left;
	display: inline-block;
	line-height: 40px;
	margin: 0 5px;
	width: 40px;
	text-align: center;
	background: #e3e3e3;
}

.portfolio-listing .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.next, .portfolio-listing .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.prev, .portfolio-grid .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.next, .portfolio-grid .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.prev, .portfolio-full-width .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.next, .portfolio-full-width .numeric-navigation.pag-1 .pagination .nav-links .page-numbers.prev {
	color: #0e0e0e;
	line-height: 40px;
}

.portfolio-listing .numeric-navigation.pag-2, .portfolio-grid .numeric-navigation.pag-2, .portfolio-full-width .numeric-navigation.pag-2 {
	text-align: center;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination, .portfolio-grid .numeric-navigation.pag-2 .pagination, .portfolio-full-width .numeric-navigation.pag-2 .pagination {
	display: inline-block;
	margin: auto;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .page-numbers, .portfolio-grid .numeric-navigation.pag-2 .pagination .page-numbers, .portfolio-full-width .numeric-navigation.pag-2 .pagination .page-numbers {
	display: none;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .page-numbers.next, .portfolio-grid .numeric-navigation.pag-2 .pagination .page-numbers.next, .portfolio-full-width .numeric-navigation.pag-2 .pagination .page-numbers.next {
	display: block;
	width: fit-content;
	color: #0e0e0e;
	padding: 0 30px;
	background-color: #f9c01d;
	text-transform: uppercase;
	line-height: 44px;
	border: 1px solid #f9c01d;
	transition: .5s;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .loader, .portfolio-grid .numeric-navigation.pag-2 .pagination .loader, .portfolio-full-width .numeric-navigation.pag-2 .pagination .loader {
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	position: relative;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .loader span, .portfolio-grid .numeric-navigation.pag-2 .pagination .loader span, .portfolio-full-width .numeric-navigation.pag-2 .pagination .loader span {
	display: none;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .loader a, .portfolio-grid .numeric-navigation.pag-2 .pagination .loader a, .portfolio-full-width .numeric-navigation.pag-2 .pagination .loader a {
	display: none;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .loader .page-numbers, .portfolio-grid .numeric-navigation.pag-2 .pagination .loader .page-numbers, .portfolio-full-width .numeric-navigation.pag-2 .pagination .loader .page-numbers {
	background-color: transparent;
}

.portfolio-listing .numeric-navigation.pag-2 .pagination .loader:before, .portfolio-grid .numeric-navigation.pag-2 .pagination .loader:before, .portfolio-full-width .numeric-navigation.pag-2 .pagination .loader:before {
	content: "\f110";
	font-family: "FontAweSome";
	font-size: 20px;
	color: #f9c01d;
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	top: 0;
	float: left;
}

.portfolio-listing .blog-navigation, .portfolio-grid .blog-navigation, .portfolio-full-width .blog-navigation {
	display: inline-block;
}

.portfolio-listing .nav-previous-ajax, .portfolio-grid .nav-previous-ajax, .portfolio-full-width .nav-previous-ajax {
	margin-top: 58px;
}

.portfolio-listing .portfolio-cats-filter {
	margin-bottom: 41px;
}

.portfolio-listing .portfolio-item {
	margin: 26px 0;
}

.portfolio-listing .portfolio-item .wrapper {
	background-color: #f8f8f8;
	display: flex;
	transition: .5s;
}

.portfolio-listing .portfolio-item .wrapper .entry-thumbnail {
	overflow: hidden;
}

.portfolio-listing .portfolio-item .wrapper .entry-thumbnail a {
	overflow: hidden;
	display: block;
}

.portfolio-listing .portfolio-item .wrapper .entry-thumbnail a img {
	transition: .5s;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content {
	width: 34.2%;
	margin-top: 0;
	padding: 64px 40px 64px 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content .entry-header .entry-title {
	margin: 0;
	line-height: 1;
	padding: 0;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content .entry-header .entry-title a.title {
	font-size: 24px;
	font-weight: bold;
	color: #0e0e0e;
	text-decoration: none;
	transition: .5s;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content .entry-header .descr {
	font-size: 16px;
	color: #5b5b5a;
	line-height: 26px;
	margin-top: 33px;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content .read-more {
	width: fit-content;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0e0e0e;
	text-decoration: none;
	padding: 0;
	left: 27px;
	transition: .5s;
}

.portfolio-listing .portfolio-item .wrapper .portfolio-content .read-more i {
	font-size: 18px;
	transform: translateY(3px);
	margin-left: 9px;
	display: inline-block;
}

.portfolio-listing .portfolio-item:hover .wrapper {
	background-color: #f9c01d;
}

.portfolio-listing .portfolio-item:hover .wrapper .entry-thumbnail a img {
	transform: scale(1.02);
}

.portfolio-full-width .content-wrapper {
	margin: 0 auto;
	padding: 0 40px;
}

.portfolio-full-width .portfolio-cats-filter,
.portfolio-grid .portfolio-cats-filter,
.portfolio-listing .portfolio-cats-filter {
	padding: 0;
}

.portfolio-full-width .portfolio-cats-filter:before, .portfolio-full-width .portfolio-cats-filter:after,
.portfolio-grid .portfolio-cats-filter:before,
.portfolio-grid .portfolio-cats-filter:after,
.portfolio-listing .portfolio-cats-filter:before,
.portfolio-listing .portfolio-cats-filter:after {
	display: none;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.single-portfolio .wpb_content_element {
	margin-bottom: 0;
}

.single-portfolio .wpb_content_element p {
	line-height: 1.625;
	font-size: 16px;
}

.single-portfolio .portfolio-navigation {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 28px 0;
	width: 100%;
}

.single-portfolio .portfolio-navigation .nav-links {
	display: flex;
}

.single-portfolio .portfolio-navigation .nav-links a {
	display: flex;
	align-items: center;
}

.single-portfolio .portfolio-navigation .nav-links a:hover .arrow {
	font-size: 30px;
	color: #f9c01d;
}

.single-portfolio .portfolio-navigation .nav-links .nav-previous, .single-portfolio .portfolio-navigation .nav-links .nav-next {
	flex: 1;
	font-size: 16px;
	color: #8f8f8f;
}

.single-portfolio .portfolio-navigation .nav-links .nav-previous .source, .single-portfolio .portfolio-navigation .nav-links .nav-next .source {
	margin: 0 5px;
}

.single-portfolio .portfolio-navigation .nav-links .nav-previous .arrow, .single-portfolio .portfolio-navigation .nav-links .nav-next .arrow {
	font-size: 30px;
	color: #0e0e0e;
	transition: .5s;
}

.single-portfolio .portfolio-navigation .nav-links .nav-previous span, .single-portfolio .portfolio-navigation .nav-links .nav-next span {
	color: #8f8f8f;
}

.single-portfolio .portfolio-navigation .nav-links .nav-next a {
	justify-content: flex-end;
}

.single-portfolio .portfolio-navigation .nav-links .nav-project {
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

.single-portfolio .portfolio-navigation .nav-links .nav-project a:hover {
	color: #f9c01d;
}

.single-portfolio .related-portfolio {
	margin-bottom: 63px;
}

.single-portfolio .related-portfolio .related-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 77px;
	margin-top: 100px;
}

.single-portfolio .related-portfolio .related-header .title {
	margin: 0;
	font-size: 32px;
	color: #0e0e0e;
}

.single-portfolio .related-portfolio .related-header .slick-arrow {
	float: left;
	color: #8f8f8f;
	line-height: 1;
	transition: .5s;
}

.single-portfolio .related-portfolio .related-header .slick-arrow i {
	font-size: 24px;
	cursor: pointer;
	width: 13px;
	margin-left: 15px;
}

.single-portfolio .related-portfolio .related-header .slick-arrow:hover {
	color: #f9c01d;
}

.single-portfolio .related-portfolio .entry-title {
	margin: 0;
	line-height: 1;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}

.single-portfolio .related-portfolio .portfolio-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 40px 37px 40px;
	transition: .5s;
	opacity: 0;
	z-index: 99;
}

.single-portfolio .related-portfolio .read-more {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #0e0e0e;
}

.single-portfolio .related-portfolio .read-more i {
	font-size: 18px;
	transform: translateY(3px);
	margin-left: 9px;
	display: inline-block;
}

.single-portfolio .related-portfolio .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f9c01d;
	transition: 0.5s;
	opacity: 0;
}

.single-portfolio .related-portfolio .wrapper {
	position: relative;
}

.single-portfolio .related-portfolio .wrapper:hover .portfolio-content {
	opacity: 1;
}

.single-portfolio .related-portfolio .wrapper:hover .hover {
	opacity: 0.9;
}

.single-portfolio .related-portfolio .related-no-dots .slick-dots {
	display: none;
}

.single-portfolio .related-portfolio .list-items {
	padding: 0;
}

.single-portfolio .related-portfolio .list-items li {
	list-style: none;
}

.single-portfolio .related-portfolio .list-items .slick-dots {
	margin-top: 56px;
}

.single-portfolio .related-portfolio .list-items .slick-dots li {
	width: 30px;
}

.single-portfolio .related-portfolio .list-items .slick-dots li button {
	width: 30px;
	float: left;
	padding: 0;
	display: inline-block;
	min-width: auto;
}

.single-portfolio .related-portfolio .list-items .slick-dots li button:before {
	width: 30px;
	border-radius: 0;
	border: 0;
	background-color: #8f8f8f;
	border: none;
	height: 4px;
}

.single-portfolio .related-portfolio .list-items .slick-dots li.slick-active button:before {
	background-color: #f9c01d;
}

.single-portfolio .factora-portfolio-attributes {
	background-color: #f8f8f8;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.factora-archive-service .service-item {
	margin-bottom: 60px;
}

.factora-archive-service .service-item .entry-thumbnail {
	overflow: hidden;
	z-index: 1;
}

.factora-archive-service .service-item .entry-thumbnail img {
	transition: .5s;
}

.factora-archive-service .service-item .service-content {
	width: 100%;
	padding: 0 30px;
	margin-top: -60px;
	z-index: 999;
	position: relative;
	display: inline-block;
	text-align: center;
}

.factora-archive-service .service-item .service-content .content-wrapper {
	width: 100%;
	background: #fff;
	padding: 31px 15px;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	transition: .5s;
}

.factora-archive-service .service-item .service-content .content-wrapper .entry-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	color: #0e0e0e;
	text-align: center;
}

.factora-archive-service .service-item .service-content .content-wrapper .read-more {
	font-size: 13px;
	color: #f9c01d;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	margin-top: 6px;
	display: inline-block;
}

.factora-archive-service .service-item:hover .entry-thumbnail img {
	transform: scale(1.05);
}

.factora-archive-service .service-item:hover .service-content .content-wrapper {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.factora-archive-service .service-item:hover .service-content .content-wrapper .read-more {
	text-decoration: underline;
}

.single-service.sidebar-content .content-area {
	float: right;
	padding-left: 45px;
}

.single-service.content-sidebar .content-area {
	padding-right: 45px;
}

.single-service .information {
	padding: 48px 30px;
	background-color: #f9f9f9;
}

.single-service .information .widget-title {
	line-height: 1;
	margin-bottom: 18px;
}

.single-service .information .infor {
	line-height: 1.625;
}

.single-service .information .content b {
	color: #0e0e0e;
}

.single-service .wpb_content_element {
	margin-bottom: 0;
}

.factora-listing {
	margin-top: 6px;
	padding-left: 0;
}

.factora-listing li {
	list-style: none;
	line-height: 1;
	padding-bottom: 20px;
	padding-left: 33px;
	position: relative;
}

.factora-listing li:before {
	content: '\5a';
	font-family: ElegantIcons;
	font-size: 16px;
	position: absolute;
	left: 0;
	color: #000;
}

.factora-service-widget .service-item {
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
}

.factora-service-widget .service-item:hover .item, .factora-service-widget .service-item.active .item {
	background-color: #f9c01d;
	border: 1px solid #f9c01d;
	color: #0e0e0e;
}

.factora-service-widget .service-item .factora-icon {
	display: none;
}

.factora-service-widget .item {
	line-height: 58px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	padding: 0 30px;
	color: #0e0e0e;
	width: 100%;
	border: 1px solid #e3e3e3;
	transition: .5s;
	position: relative;
}

.factora-service-widget .elegant-icon {
	font-size: 18px;
	position: absolute;
	right: 24px;
	top: 18px;
}

.factora-service-widget .service-icon {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e3e3e3;
}

.factora-service-widget .service-icon .service-item {
	width: 50%;
	margin-bottom: 0;
}

.factora-service-widget .service-icon .service-item .factora-icon {
	display: block;
	font-size: 50px;
	color: #f9c01d;
	transition: 0.5s;
}

.factora-service-widget .service-icon .service-item:nth-child(2n+1) .item {
	border-right: 1px solid #e3e3e3;
}

.factora-service-widget .service-icon .service-item:nth-last-of-type(-n+2) .item {
	border-bottom: none;
}

.factora-service-widget .service-icon .service-item:hover .factora-icon, .factora-service-widget .service-icon .service-item.active .factora-icon {
	color: #0e0e0e;
}

.factora-service-widget .service-icon .service-item:hover:nth-child(2n+1) .item, .factora-service-widget .service-icon .service-item.active:nth-child(2n+1) .item {
	border-right: 1px solid #f9c01d;
}

.factora-service-widget .service-icon .item {
	line-height: 1.4;
	padding: 30px 25px;
	border-color: transparent;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.archive-testimonial .testimonial-wrapper {
	margin: 0 -10px;
}

.archive-testimonial .testimonial-item .content .star-rating {
	display: none;
}

.archive-testimonial .testimonial-title {
	font-size: 32px;
	margin: 0 0 110px 0;
	padding: 0 15px;
}

.archive-testimonial .blog-navigation {
	clear: both;
}

.testimonial-item {
	float: left;
	width: 50%;
	padding: 0 25px;
	margin-bottom: 90px;
}

.testimonial-item .content {
	position: relative;
	border: 1px solid #f1f1f1;
	padding: 87px 40px 50px 40px;
	transition: 0.5s;
}

.testimonial-item .content .thumbnail {
	position: absolute;
	top: -40px;
	left: 40px;
}

.testimonial-item .content .title {
	color: #8f8f8f;
	font-size: 14px;
	margin-bottom: 24px;
}

.testimonial-item .content .title .title-testimonial {
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 16px;
	display: inline;
}

.testimonial-item .content .icon {
	position: absolute;
	right: 50px;
	top: 70px;
	font-size: 42px;
	color: #8f8f8f;
	opacity: 0.25;
	line-height: 1;
}

.testimonial-item .content .star-rating {
	height: 1.718em;
	line-height: 1.718;
}

.testimonial-item .content .star-rating:before {
	font-size: 16px;
}

.testimonial-item .content .star-rating span:before {
	font-size: 16px;
}

.testimonial-item .content:hover {
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.testimonial-item:nth-child(2n+1) {
	clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
	display: block;
	margin-top: 15px;
}

.gallery {
	margin-bottom: 1.5em;
	margin-left: -7px;
	margin-right: -7px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 20px 0;
	padding: 7px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@keyframes facFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 80px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.facFadeInUp:nth-child(1n) {
	animation-delay: 0.08s;
}

.facFadeInUp:nth-child(2n) {
	animation-delay: 0.16s;
}

.facFadeInUp:nth-child(3n) {
	animation-delay: 0.24s;
}

.facFadeInUp:nth-child(4n) {
	animation-delay: 0.32s;
}

.facFadeInUp:nth-child(5n) {
	animation-delay: 0.4s;
}

.facFadeInUp:nth-child(6n) {
	animation-delay: 0.48s;
}

.facFadeInUp:nth-child(7n) {
	animation-delay: 0.56s;
}

.facFadeInUp:nth-child(8n) {
	animation-delay: 0.64s;
}

.facFadeInUp:nth-child(9n) {
	animation-delay: 0.72s;
}

.facFadeInUp:nth-child(10n) {
	animation-delay: 0.8s;
}

.facFadeInUp {
	animation-name: facFadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 991px) {
	.factora-container {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.site-header .menu-item-search.show-search .extra-icon:before {
		top: 0 !important;
	}
}

@media (max-width: 1199px) {
	.reset-md > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.vc_row.reset-margin {
		margin: 0 !important;
	}
	.site-header .header-sidebar .widget {
		margin: 0 40px 0 0;
	}
	.header-v2 .primary-nav li,
	.header-v4 .primary-nav li {
		padding: 0 10px;
	}
	.comment-list .children {
		padding-left: 15px;
	}
	.comment-list .children .children {
		padding-left: 0;
		margin-left: 0;
	}
	.factora-blog.content-sidebar .content-area,
	.factora-catalog.content-sidebar .content-area,
	.factora-service.content-sidebar .content-area,
	.single-service.content-sidebar .content-area {
		padding-right: 15px;
	}
	.factora-blog.sidebar-content .content-area,
	.factora-catalog.sidebar-content .content-area,
	.factora-service.sidebar-content .content-area,
	.single-service.sidebar-content .content-area {
		padding-left: 15px;
	}
	.blog-wrapper__list {
		min-height: auto;
	}
	.blog-wrapper__list .factora-post__entry-header {
		justify-content: flex-start;
		padding: 20px 30px;
	}
	.blog-wrapper__list .factora-post__entry-header .read-more {
		margin-top: 15px;
	}
	.factora-service-grid.style-1 .service-item,
	.factora-service-grid.style-1 .service-item .entry-thumbnail,
	.factora-service-grid.style-1 .service-section-title {
		width: 100%;
	}
	.factora-service-grid.style-1 .service-item {
		margin-bottom: 20px;
	}
	.factora-service-grid.style-1 .service-section-title {
		padding: 65px 50px 62px 50px;
	}
	.factora-service-icons.style-2 .service-icons-item {
		padding: 30px;
	}
	.factora-service-icons.style-2 .service-icons-item .read-more {
		display: none;
	}
	.factora-service-icons.style-2 .content-item {
		flex-direction: column;
		text-align: center;
		min-height: auto;
	}
	.factora-service-icons.style-2 .content-item .service-icons-content {
		padding: 0;
	}
	.factora-portfolio-carousel.style-1 .portfolio-section-title {
		padding: 0 30px;
	}
	.factora-portfolio-carousel.style-2 {
		padding: 0;
	}
	.portfolio-grid-header {
		display: inline-block;
	}
	.portfolio-grid-header .title {
		margin-bottom: 20px;
	}
	.portfolio-grid-header .button-group .button:last-child {
		margin-right: 25px;
	}
	.factora-portfolio-grid .portfolio-cats-filters {
		width: auto;
	}
	.factora-portfolio-grid .entry-content {
		display: none;
	}
	.factora-service-widget .service-icon .item {
		padding: 20px 10px;
	}
	.factora-brochure .item a {
		line-height: 1.6;
		padding: 20px;
	}
	.portfolio-full-width .content-wrapper {
		padding: 0 15px;
	}
	.factora-portfolio-attributes {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.container,
	.factora-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.reset-sm > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.site-header .mobile-extra {
		text-align: right;
	}
	.site-header .menu-extras {
		display: inline-flex;
	}
	.site-header .menu-item-search .header-search-content {
		margin-top: 0;
	}
	.site-header .menu-item-search.show-search .extra-icon:before {
		position: relative;
		top: 5px;
	}
	.site-header .menu-item-search.type-form .factora-header-search {
		display: block;
	}
	.site-header .menu-item-cart .mini-cart-content,
	.site-header .header-button,
	.site-header .hotline {
		display: none;
	}
	.header-v3 .site-header .menu-item-search.show-search .extra-icon:before,
	.header-v4 .site-header .menu-item-search.show-search .extra-icon:before {
		top: 3px;
	}
	.page-header {
		padding: 50px 0 !important;
	}
	.page-header .page-title {
		font-size: 32px;
		line-height: 32px;
	}
	.site-content {
		padding: 60px 0;
	}
	.primary-sidebar {
		margin-top: 50px;
	}
	.factora-blog--top {
		flex-direction: column;
	}
	.factora-blog--top > .post-title {
		margin-bottom: 20px;
	}
	.factora-post__taxs-list ul {
		margin: 0 -15px;
	}
	.factora-post__taxs-list ul li {
		margin: 5px 15px;
	}
	.page-template-template-coming-soon-page .coming-soon__social {
		margin-top: 30px;
	}
	.post-type-archive-portfolio .portfolio-title {
		margin-bottom: 20px;
	}
	.post-type-archive-portfolio.portfolio-listing .portfolio-cats-filter .button-group,
	.post-type-archive-portfolio.portfolio-grid .portfolio-cats-filter .button-group,
	.post-type-archive-portfolio.portfolio-full-width .portfolio-cats-filter .button-group {
		margin: 0 -15px;
	}
	.post-type-archive-portfolio.portfolio-listing .portfolio-cats-filter .button-group .button,
	.post-type-archive-portfolio.portfolio-grid .portfolio-cats-filter .button-group .button,
	.post-type-archive-portfolio.portfolio-full-width .portfolio-cats-filter .button-group .button {
		margin: 0 15px;
	}
	.post-type-archive-portfolio.portfolio-listing .portfolio-cats-filter,
	.post-type-archive-portfolio.portfolio-full-width .portfolio-cats-filter {
		padding: 0 15px;
	}
	.portfolio-listing .portfolio-item .wrapper {
		flex-direction: column;
	}
	.portfolio-listing .portfolio-item .wrapper .portfolio-content {
		width: 100%;
	}
	.show-mobile .title {
		font-size: 18px;
		margin: 15px 0 10px 0;
	}
	.woocommerce-cart-form .coupon {
		margin-bottom: 30px;
	}
	.newsletter-box .content .text {
		font-size: 14px;
	}
	.newsletter-box .content .text h3 {
		font-size: 24px;
	}
	.footer-widgets .footer-1 {
		padding-right: 15px;
	}
	.footer-widgets .footer-3 {
		padding-left: 15px;
	}
	.factora-section-title .title,
	.factora-section-title.factora-style-3 .title,
	.factora-portfolio-carousel.style-1 .title,
	.factora-portfolio-carousel.style-1 .sub-title,
	.factora-testimonial-carousel--style-1 .factora__section-title,
	.factora-portfolio-carousel.style-2 .portfolio-section-title .entry-title .title,
	.factora-portfolio-masonry .portfolio-section-title .entry-title .title,
	.factora-portfolio-masonry .portfolio-section-title .entry-title .sub-title,
	.team-section-title .title,
	.team-section-title .sub-title {
		font-size: 24px;
	}
	.factora-partner-grid .item {
		margin: 0 30px 20px 0;
	}
	.factora-portfolio-carousel.style-1 .arrow-group,
	.factora-testimonial-carousel--style-2 .arrows-group {
		display: none;
	}
	.factora-service-grid.style-2 .service-item:nth-child(3n+1) {
		clear: inherit;
	}
	.factora-service-icons.style-1 .service-icons-item {
		padding-left: 30px;
		padding-right: 30px;
	}
	.factora-portfolio-grid .container {
		padding: 0;
	}
	.factora-contact-form-7.factora--style-2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.portfolio-cats-filters {
		margin-bottom: 30px;
	}
	.factora-icon-box-carousel .scrollmagic-pin-spacer {
		display: none !important;
	}
	.factora-icon-box-carousel .wrapper-mobile-text .wrapper-text {
		margin-bottom: 40px;
	}
	.factora-icon-box-carousel .wrapper-mobile-text .factora-icon-box__list {
		position: relative;
		transform: translateY(0) !important;
	}
	.factora-icon-box-carousel .factora-icon-box__list {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.reset-xs > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	h3,
	.portfolio-grid-header .title,
	.single-portfolio .related-portfolio .related-header .title {
		font-size: 24px;
		line-height: normal;
	}
	h4 {
		font-size: 20px;
	}
	.portfolio-full-width .portfolio-item {
		padding: 0;
	}
	.single-portfolio .portfolio-navigation .nav-links {
		flex-direction: column;
	}
	.single-portfolio .portfolio-navigation .nav-links .nav-previous {
		width: 100%;
		margin-bottom: 10px;
	}
	.single-portfolio .portfolio-navigation .nav-links .nav-next {
		width: 100%;
		margin-top: 10px;
	}
	.footer-widgets .widget.widget_ft-custom-menu {
		padding-left: 0;
	}
	.footer-widgets .widget.widget_ft-custom-menu .ft_nav_menu {
		margin-bottom: 15px;
	}
	.footer-widgets .widget.widget_ft-custom-menu .ft_nav_menu:last-child {
		margin-bottom: 0;
	}
	.blog-wrapper__list {
		flex-direction: column;
	}
	.blog-wrapper__list .factora-post__entry-thumbnail,
	.blog-wrapper__list .factora-post__entry-header {
		width: 100%;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
	table.woocommerce-cart-form__contents.shop_table tr {
		display: flex;
		justify-content: space-between;
	}
	table.woocommerce-cart-form__contents.shop_table tr td.product-name {
		padding-left: 0;
	}
	table.woocommerce-cart-form__contents.shop_table tr td.actions .button {
		width: 100%;
		margin-bottom: 20px;
	}
	.factora-section-title span {
		display: inline-block;
	}
	.factora-latest-post .blog-wrapper__list .factora-post__entry-thumbnail,
	.factora-latest-post .blog-wrapper__list .factora-post__entry-header {
		width: 100%;
	}
	.factora-service-grid.style-1 .service-item .content-item {
		flex-direction: column;
	}
	.factora-service-grid.style-1 .service-item .entry-thumbnail {
		max-width: 100%;
	}
	.factora-service-grid.style-1 .service-item .service-content {
		width: 100%;
	}
	.factora-service-grid.style-1 .service-section-title .entry-title .title, .factora-service-grid.style-1 .service-section-title .entry-title .sub-title {
		font-size: 24px;
	}
	.factora-partner-grid .list-items {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.factora-partner-grid .item {
		flex: 0 0 20%;
	}
	.factora-portfolio-carousel.style-1 .portfolio-section-title {
		margin-bottom: 35px;
	}
	.factora-portfolio-carousel.style-1 .portfolio-section-title .entry-title {
		margin-bottom: 15px;
	}
	.factora-testimonial-carousel--style-1 .slick-dotted {
		margin-bottom: 20px;
	}
	.factora-testimonial-carousel--style-3 .excerpt {
		font-size: 16px;
	}
	.factora-latest-post .blog-wrapper__list .factora-post__entry-header {
		padding-left: 0;
	}
	.factora-portfolio-grid {
		padding: 0 15px;
		margin: 0 -7.5px;
	}
	.factora-portfolio-grid .portfolio-item {
		padding: 0 7.5px;
	}
	.portfolio-grid-header .button-group .button {
		margin: 0 10px;
	}
	.vc_row.home-icon-box {
		margin-top: 0 !important;
	}
	.factora-icon-box {
		padding: 25px 0 !important;
	}
	.factora-icon-box-carousel .wrapper-text {
		max-width: 100%;
	}
	.factora-icon-box-carousel .circle-scroll {
		border: none;
		border-radius: 0;
		height: 375px;
	}
	.factora-icon-box-carousel .factora-icon-box__list {
		padding: 30px;
		height: 375px;
	}
	.slick-dots li button {
		min-width: auto;
	}
}

@media (max-width: 480px) {
	.primary-mobile-nav,
	.woocommerce .woocommerce-result-count,
	.single-product div.product div.images,
	.single-product div.product div.summary,
	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content,
	.newsletter-box .content .text,
	.newsletter-box .content .form,
	.factora-portfolio-masonry .list-items .portfolio-item.item-1,
	.factora-portfolio-masonry .list-items .portfolio-item.item-2,
	.factora-portfolio-masonry .list-items .portfolio-item.item-3,
	.factora-portfolio-masonry .list-items .portfolio-item.item-4,
	.testimonial-item {
		width: 100%;
	}
	ul.products {
		margin: 0 -7.5px;
	}
	ul.products li.product {
		width: 50%;
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.primary-mobile-nav {
		right: -100%;
	}
	.row-flex {
		flex-direction: column;
	}
	.page-template-template-coming-soon-page .vc_row .container {
		padding: 0 35px;
	}
	.page-template-template-coming-soon-page .mc4wp-form-fields input[type=email] {
		width: 100%;
		margin-bottom: 20px;
	}
	.error404 .error-404 .image-box {
		padding: 0 15px;
	}
	.footer-copyright {
		line-height: 30px;
		padding: 10px 0;
	}
	.footer-copyright .content {
		flex-direction: column;
	}
	.footer-copyright .content .footer-copyright-menu .menu {
		justify-content: center;
	}
	.footer-copyright .content .footer-copyright-menu .menu li a {
		font-size: 14px;
	}
	.newsletter-box .content {
		flex-direction: column;
	}
	.newsletter-box .content .text {
		margin-bottom: 20px;
	}
	.backtotop {
		display: none;
	}
	.related-portfolio .arrow {
		display: none;
	}
	.woocommerce .woocommerce-result-count {
		margin-bottom: 20px;
	}
	.woocommerce .woocommerce-ordering {
		text-align: left;
		margin-bottom: 30px;
	}
	.single-product div.product div.summary {
		padding-left: 0;
		margin-top: 30px;
	}
	.factora-related-products,
	.factora-upsells-products,
	.factora-cross-sells-products {
		padding-top: 0;
	}
	.factora-button.factora-button__align-center,
	.factora-button.factora-button__align-right {
		text-align: left;
		margin-top: 15px;
	}
	.team-section-title .wrapper,
	.factora-portfolio-masonry .portfolio-section-title .wrapper,
	.factora-portfolio-carousel.style-2 .portfolio-section-title .wrapper {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.team-section-title .entry-title,
	.factora-portfolio-masonry .portfolio-section-title .entry-title,
	.factora-portfolio-carousel.style-2 .portfolio-section-title .entry-title {
		margin-bottom: 20px;
	}
	.archive-testimonial .testimonial-wrapper {
		margin: 0;
	}
	.portfolio-listing .portfolio-item .wrapper .portfolio-content {
		padding: 30px;
	}
	.site-header .mobile-extra {
		padding-left: 0;
	}
	.factora-service-grid.style-1 .service-item .service-content {
		padding: 30px 15px;
	}
	.factora-portfolio-carousel.style-1 .element-item,
	.factora-service-grid.style-1 .service-section-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsletter-box .content {
		padding: 30px;
	}
	.newsletter-box .content .privacy {
		line-height: 24px;
	}
	.newsletter-box .content .privacy span {
		display: block;
	}
	.newsletter-box .content .privacy a {
		display: block;
		clear: both;
	}
	.factora-testimonial-carousel--style-1 .testimonial--arrow {
		display: none;
	}
	.site-header .menu-extras .extra-menu-item:first-child {
		padding-left: 0;
	}
	.site-header .menu-extras .menu-item-search {
		position: static;
	}
	.site-header .menu-item-search.show-search .extra-icon:before {
		transform: translateY(-5px);
		display: inline-block;
	}
	.factora-icon-box {
		min-height: 0;
	}
	.factora-contact-form-7.factora--style-1 .group-field {
		display: block;
	}
	.factora-countdown.text-light .timer {
		margin-bottom: 0;
		margin-right: 15px;
	}
	.factora-countdown .timer .insite span {
		font-size: 40px;
	}
	.primary-sidebar {
		margin-top: 150px;
	}
	.page-header .page-title {
		font-size: 30px;
	}
	.factora-post__related .slick-dots {
		margin-top: 56px;
		bottom: 0;
	}
	.factora-post__related .slick-dots li {
		width: 30px;
	}
	.factora-post__related .slick-dots li button:before {
		width: 30px;
		border-radius: 0;
		border: 0;
		background-color: #8f8f8f;
		border: none;
		height: 4px;
	}
	.factora-post__related .slick-dots li.slick-active button:before {
		background-color: #f9c01d;
	}
	.portfolio-grid .portfolio-cats-filter {
		padding: 0 15px;
	}
	.post-type-archive-portfolio.portfolio-grid .portfolio-cats-filter .button-group .button {
		margin-bottom: 10px;
	}
	.single-portfolio .portfolio-navigation .nav-links .nav-project {
		margin: 0 auto;
	}
	.woocommerce .woocommerce-ordering .orderby {
		width: 100%;
	}
	.single-product div.product .flex-control-nav .slick-slide {
		padding-left: 5px;
		padding-right: 5px;
	}
	.factora-image-box-carousel .slick-dots {
		margin-top: 35px;
	}
	.factora-testimonial-carousel--style-1 ul.slick-dots {
		margin-top: -50px;
	}
	.factora-service-widget .service-icon .item {
		height: 100%;
	}
	.factora-service-grid.style-1 .service-item .read-more {
		margin-top: 20px;
	}
	.page-template-template-coming-soon-page h1.title-coming-soon {
		font-size: 30px;
	}
	.comment-list .children .children {
		padding-left: 0;
		margin-left: 0;
	}
	.comment-list li.pingback .comment-meta, .comment-list li.comment .comment-meta {
		float: none;
	}
	.comment-list li.comment .comment-content {
		margin: 20px 0 0 0;
	}
	.factora-post__box-author {
		flex-direction: column;
	}
	.factora-post__box-author .factora-post__avatar {
		margin: 0 0 30px 0;
	}
}