@charset "UTF-8";

/*
 * Name:	Welo
 * Author:	ZoOmArts
 */

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - General                             */
/*   02 - Headers                             */
/*   03 - Pages Header                        */
/*   04 - Elements                            */
/*   05 - Rows and Containers                 */
/*   06 - Portfolio                           */
/*   07 - Single Project                      */
/*   08 - Blog Styles                         */
/*   09 - Single Post                         */
/*   10 - Sidebar & Widgets                   */
/*   11 - Pagination                          */
/*   12 - Contact & Mailchimp Forms           */
/*   13 - 404 Page                            */
/*   14 - Search Page                         */
/*   15 - Footer                              */
/* ------------------------------------------ */
/* ------------------------------------------ */


/*------------------------------------------------------*/
/*                    01 - General
/*------------------------------------------------------*/
:root {
	/*---------- Color vars ----------*/
	--welo-site-bg-color: #fff;
	--welo-site-text-color: #7d828d;
	--welo-primary-color: #2998ff;
	--welo-secondary-color: #fd614f;
	--welo-dark-color: #1a1c21;
	--welo-light-text-color: #8991a5;
	--welo-light-border-color: #e1e5ea;
	--welo-light-bg-color: #f0f2f6;
	--welo-light-shadow-color: rgba(28, 30, 33, .12);
	--welo-love-color: #ff4c72;

	/*---------- Inputs vars ----------*/
	--welo-input-color: #7c838d;
	--welo-input-color-hover: #7c838d;
	--welo-input-color-focus: #7c838d;
	--welo-input-border: #f0f2f6;
	--welo-input-border-hover: #f0f2f6;
	--welo-input-border-focus: #dbdee7;
	--welo-input-background: #f0f2f6;
	--welo-input-background-hover: #f0f2f6;
	--welo-input-background-focus: #fff;

	/*---------- Grid Lines ----------*/
	--welo-grid-line-z-index: 0;
	--welo-grid-line-max-width: 100%;
	--welo-grid-line-width: 1px;
	--welo-grid-line-columns: 6;

	/*---------- Other vars ----------*/
	--welo-first-border-radius: 4px;
	--welo-second-border-radius: 3px;
	--welo-circle-border-radius: 100vh;
	--welo-blog-imgs-radius: 4px;
}

html, body {
	max-width: 100vw;
}

html {
	font-size: 100%;
}

body {
	color: var(--welo-site-text-color);
	overflow-x: hidden;
	background-color: var(--welo-site-bg-color);
}

::-moz-selection {
	background: var(--welo-primary-color);
	color: #fff;
}

::selection {
	color: #fff;
	background: var(--welo-primary-color);
}

body * {
	border-width: 0;
}

strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

p img {
	display: inline-block;
}

img.aligncenter {
	margin: 0 auto;
	display: block !important;
}

img.alignright {
	float: right;
	margin: 10px 0 0 20px;
}

img.alignleft {
	float: left;
	margin: 10px 20px 0 0;
}

.welo-content-wrapper p:last-child img.alignright,
.welo-content-wrapper p:last-child img.alignleft {
	clear: both;
}

a {
	color: var(--welo-dark-color);
	-webkit-transition: color .35s ease, opacity .35s ease;
	-o-transition: color .35s ease, opacity .35s ease;
	transition: color .35s ease, opacity .35s ease;
}

a:hover, a:focus {
	color: var(--welo-primary-color);
}

a, a:hover, a:active, a:focus, button, button:hover, button:active, button:focus {
	outline: 0;
	text-decoration: none;
}

*:focus {  
	outline: none;  
}

h1, h2, h3, h4, h5, h6 {
	color: var(--welo-dark-color);
	margin: 0 0 1.2rem 0;
}

.post-content {
	position: relative;
}

.post-content * + h1,
.post-content * + h2,
.post-content * + h3,
.post-content * + h4,
.post-content * + h5,
.post-content * + h6,
.content-area * + h1,
.content-area * + h2,
.content-area * + h3,
.content-area * + h4,
.content-area * + h5,
.content-area * + h6 {
	margin-top: 2.8rem;
}

p {
	margin:  0 0 1.2rem 0;
}

.elementor-widget-container p:last-of-type {
	margin-bottom: 0;
}

.section span {
	display: inline-block;
}

ul, ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

ol.wp-block-latest-comments {
	padding-left: 0;
}

small {
	text-align: initial;
	line-height: 2em;
}

table {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}

table tr:nth-child(odd) {
	background-color: var(--welo-light-bg-color);
}

table tr:nth-child(even) {
	background-color: #fff;
}

table td, table th {
	vertical-align: middle;
	text-align: left;
	padding: 0.8em !important;
	color: var(--welo-dark-color);
}

table thead th {
	text-align: center;
	color: var(--welo-dark-color);
	background-color: #fff;
}

.wp-block-table td,
.wp-block-table th {
	border: none !important;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

blockquote,
.wp-block-quote {
	position: relative;
	color: var(--welo-dark-color);
	border: none;
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1.4em;
	margin-bottom: 2.8rem;
}

* + blockquote,
* + .wp-block-quote {
	margin-top: 2.4rem;
}

blockquote:before,
.wp-block-quote:before {
	position: absolute;
	top: 0;
	left: -0.3em;
	content: open-quote;
	font-size: 1.5em;
	line-height: 1;
	opacity: .2;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

blockquote p,
.wp-block-quote p {
	margin-bottom: 1rem;
}

blockquote cite,
.wp-block-quote cite {
	display: inline-block;
	font-size: 1.2rem;
	color: var(--welo-primary-color);
	font-style: normal;
	position: relative;
	padding-left: 30px;
}

blockquote p + cite {
	display: inline-block;
	margin-top: 1rem;
}

blockquote p:has(cite),
.wp-block-quote p:has(cite) {
	line-height: 1;
}

blockquote cite:before,
.wp-block-quote cite:before {
	content: '';
	width: 18px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--welo-primary-color);
}

.wp-block-quote.is-large:not(.is-style-plain), 
.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 0;
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 2.2em;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 0;
}

.wp-block-pullquote {
	border: 3px solid rgba(0,0,0,.1);
	margin-bottom: 1.6rem;
}

.wp-block-pullquote blockquote {
	margin-bottom: 0;
}

.wp-block-media-text {
	margin-bottom: 1.6rem;
}

pre, samp {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7em;
	margin: 0 0 1.2rem 0;
	padding: 25px 30px;
	border: none;
	background-color: var(--welo-light-bg-color);
	border-radius: var(--welo-first-border-radius);
}

fieldset {
	padding-top: 25px;
	border-top: 1px solid var(--welo-light-bg-color);
}

fieldset legend {
	text-align: center;
	font-size: 1.4em;
	padding: .8em 1.2em;
	margin-bottom: 25px;
	color: var(--welo-dark-color);
	border-radius: var(--welo-first-border-radius);
	background-color: var(--welo-light-bg-color);
}

.hidden-area {
	display: none;
}

.wp-block-latest-comments__comment {
	line-height: inherit;
}

.centered-table {
	display: table;
	width: 100%;
	height: 100%;
}

.centered-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.v-aligner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

iframe {
	max-width: 100%;
}

.wp-block-group.has-background {
	padding: 40px;
	border-radius: var(--welo-first-border-radius);
}

.wp-caption {
	max-width: 100% !important;
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption .wp-caption-text {
	line-height: 1.4;
	font-size: .85em;
	font-style: italic;
	margin: 0;
	padding-top: 14px;
	opacity: .7;
}

.right {
	float: right;
}

.left {
	float: left;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-block-button__link {
	padding: calc(.5em + 2px) calc(1.3em + 2px);
}

.wp-block-cover {
	margin-bottom: .6rem;
}

.widget_block .wp-block-cover {
	padding: 30px;
	border-radius: var(--welo-first-border-radius);
	overflow: hidden;
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.gallery {
	display: grid;
	gap: 10px;
	margin-bottom: 40px;
}

.widget .gallery {
	padding-top: 4px;
	margin-bottom: 0;
}

.gallery.gallery-columns-1 { grid-template-columns: repeat(1, 1fr); }
.gallery.gallery-columns-2 { grid-template-columns: repeat(2, 1fr); }
.gallery.gallery-columns-3 { grid-template-columns: repeat(3, 1fr); }
.gallery.gallery-columns-4 { grid-template-columns: repeat(4, 1fr); }
.gallery.gallery-columns-5 { grid-template-columns: repeat(5, 1fr); }
.gallery.gallery-columns-6 { grid-template-columns: repeat(6, 1fr); }
.gallery.gallery-columns-7 { grid-template-columns: repeat(7, 1fr); }
.gallery.gallery-columns-8 { grid-template-columns: repeat(8, 1fr); }
.gallery.gallery-columns-9 { grid-template-columns: repeat(9, 1fr); }

.gallery .gallery-item {
	position: relative;
	margin: 0;
}

.gallery br {
	display: none;
}

.gallery .gallery-caption {
	font-size: .85em;
	line-height: 1.6em;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	max-height: calc(100% - 20px);
	text-align: center;
	padding: 10px 12px;
	margin: 0;
	color: #fff;
	overflow: scroll;
	border-radius: var(--welo-first-border-radius);
	background-color: rgba(0,0,0,.18);
}

.gallery dt {
	margin: 0;
	padding: 0;
	opacity: 1;
	will-change: opacity;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.gallery:hover dt {
	opacity: .6;
}

.gallery dt:hover {
	opacity: 1;
}

.gallery dl a {
	display: block;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
	-webkit-mask-image: -webkit-radial-gradient(white, black);
			mask-image: -webkit-radial-gradient(white, black);
}

.gallery dl img {
	width: 100%;
	height: auto;
	will-change: transform;
	-webkit-transform: scale(1) translateZ(0);
		-ms-transform: scale(1) translateZ(0);
			transform: scale(1) translateZ(0);
	-webkit-transition: all 1s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all 1s cubic-bezier(.15, .2, .1, 1);
	transition: all 1s cubic-bezier(.15, .2, .1, 1);
}

.gallery dl:hover img {
	-webkit-transform: scale(1.1) translateZ(0);
		-ms-transform: scale(1.1) translateZ(0);
			transform: scale(1.1) translateZ(0);
}

.widget .gallery dl:hover img {
	-webkit-transform: scale(1.2) translateZ(0);
		-ms-transform: scale(1.2) translateZ(0);
			transform: scale(1.2) translateZ(0);
}

.welo-primary-gradient {
	background: -webkit-linear-gradient( 135deg, var(--welo-primary-color) 0%, var(--welo-secondary-color) 100%);
	background:         linear-gradient( 135deg, var(--welo-primary-color) 0%, var(--welo-secondary-color) 100%);
}

.embed-status-box {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}

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

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

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

.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;
	text-align: center;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1.6rem !important;
}

.blocks-gallery-caption {
	margin-top: 0;
}

.welo-tilt {
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.bdt-scene-item {
	will-change: transform;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.fitvid {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.mejs-audio {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
	background-color: var(--welo-dark-color) !important;
}

.welo-gradient-text .elementor-heading-title,
.welo-gradient-text .elementor-heading-title span,
.welo-gradient-text .elementor-widget-container,
.welo-gradient-text .elementor-widget-container span {
	-webkit-background-clip: text;
			background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*-----*  ( Inputs CSS )  *-----*/
form {
	margin: 0;
	padding: 0;
}

input::-moz-focus-inner { 
	border: 0; 
	outline: none;
}

input, textarea, button {
	font-size: .9em;
	font-weight: 500;
	-webkit-appearance: none;
			appearance: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
			appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
			appearance: radio !important;
}

input:focus,
textarea:focus, 
button:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 white inset;
			box-shadow: 0 0 0 0 white inset;
}

input[type="text"], 
input[type="url"], 
input[type="password"], 
input[type="email"],
input[type="tel"], 
input[type="search"],
input[type="date"],
textarea {
	color: var(--welo-input-color);
	border-top: var(--welo-input-border-width-top, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-right: var(--welo-input-border-width-right, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-bottom: var(--welo-input-border-width-bottom, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-left: var(--welo-input-border-width-left, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	background: var(--welo-input-background);
	width: 100%;
	padding: 15px 16px;
	display: inline-block;
	text-decoration: none;
	border-radius: var(--welo-first-border-radius);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

textarea {
	padding: 16px 20px;
	display: block;
	resize: none;
	line-height: 1.7em;
}

input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--welo-input-color);
} 

input[type="text"]:hover, 
input[type="url"]:hover, 
input[type="password"]:hover, 
input[type="email"]:hover, 
input[type="tel"]:hover, 
input[type="search"]:hover,
input[type="date"]:hover, 
textarea:hover {
	color: var(--welo-input-color-hover);
	border-color: var(--welo-input-border-hover);
	background: var(--welo-input-background-hover);
}

input[type="text"]:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
textarea:focus {
	color: var(--welo-input-color-focus);
	border-color: var(--welo-input-border-focus);
	background: var(--welo-input-background-focus);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
	opacity: .25;
}

input[type="submit"],
.woocommerce #respond input#submit {
	font-size: .9em;
	font-weight: 500;
	min-width: 120px;
	border-radius: var(--welo-first-border-radius);
	display: inline-block;
	text-decoration: none;
	color: #fff;
	border: none;
	line-height: 1;
	border: none;
	padding: 16px 24px;
	background: var(--welo-primary-color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

input[type="submit"]:hover,
.woocommerce #respond input#submit:hover {
	color: #fff;
	background: var(--welo-primary-color);
	-webkit-box-shadow: 0 12px 30px -5px var(--welo-light-shadow-color);
			box-shadow: 0 12px 30px -5px var(--welo-light-shadow-color);
}

input.error {
	border-color: #ff0200 !important;
}

label .required, label.required,
.validate-required label,
p.comment-notes .required { color: #ff0200; }

/*-----*  ( Numbers spinner )  *-----*/
.number-spinner {
	display: inline-flex;
	position: relative;
	background-color: #fff;
	border: 1px solid var(--welo-light-border-color);
	border-radius: var(--welo-second-border-radius);
}

.number-spinner input[type="text"] {
	display: flex;
	align-items: center;
	color: var(--welo-dark-color);
	background: #fff;
	height: 40px;
	width: 65px;
	text-align: center;
	border-radius: 0;
	border: none;
	padding: 0;
	border-right: 1px solid var(--welo-light-border-color);
	border-left: 1px solid var(--welo-light-border-color);
}

.number-spinner .btn-decrement,
.number-spinner .btn-increment {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 40px;
	color: var(--welo-dark-color);
	background-color: transparent;
	-webkit-appearance: none;
			appearance: none;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.number-spinner .btn-decrement:hover,
.number-spinner .btn-increment:hover {
	color: var(--welo-primary-color);
}

.number-spinner .btn-decrement svg,
.number-spinner .btn-increment svg {
	width: 20px;
	height: 20px;
}

/*-----*  ( Checkbox )  *-----*/
.welo-styled-checkbox {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	top: -1px;
	vertical-align: middle;
}

.welo-styled-checkbox input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.welo-styled-checkbox span {
	position: absolute;
	top: 50%;
	left: 0;
	height: 17px;
	width: 17px;
	border-radius: 2px;
	background-color: #fff;
	border: 2px solid var(--welo-light-border-color);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.welo-styled-checkbox:hover input ~ span,
.welo-styled-checkbox input:focus ~ span,
.welo-styled-checkbox input:checked ~ span {
	border-color: var(--welo-input-border-hover);
}

.welo-styled-checkbox input:disabled ~ span {
	opacity: 0.6;
	pointer-events: none;
}

.welo-styled-checkbox span:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background-color: var(--welo-dark-color);
	position: absolute;
	top: 3px;
	left: 3px;
	opacity: 0;
}

.welo-styled-checkbox input:checked ~ span:before {
	opacity: 1;
}

/*-----*  ( Select )  *-----*/
select {
	cursor: pointer;
	line-height: 1;
	padding: 17px 16px;
	width: 100%;
	color: var(--welo-input-color-focus);
	background: var(--welo-input-background);
	border-top: var(--welo-input-border-width-top, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-right: var(--welo-input-border-width-right, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-bottom: var(--welo-input-border-width-bottom, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-left: var(--welo-input-border-width-left, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-radius: var(--welo-first-border-radius);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-box {
	position: relative;
}

.select-box:after {
	font-family: 'welo-ui' !important;
	content: '\e913';
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 12px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	position: absolute;
	pointer-events: none;
	-webkit-transform: translateY(-35%) rotate(0);
	-ms-transform: translateY(-35%) rotate(0);
	transform: translateY(-35%) rotate(0);
}

.nice-select {
	font-size: .9em;
	position: relative;
	border-radius: var(--welo-first-border-radius);
	border-top: var(--welo-input-border-width-top, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-right: var(--welo-input-border-width-right, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-bottom: var(--welo-input-border-width-bottom, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-left: var(--welo-input-border-width-left, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	cursor: pointer;
	display: block;
	font-family: inherit;
	padding: .7rem 18px;
	white-space: nowrap;
	width: 100%;
	color: var(--welo-input-color);
	background-color: var(--welo-input-background);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
 }

 .nice-select:hover {
	color: var(--welo-input-color-hover);
	border-color: var(--welo-input-border-hover);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	color: var(--welo-input-color-focus);
	border-color: var(--welo-input-border-focus);
	background-color: var(--welo-input-background-focus);
}

.nice-select:after {
	font-family: 'welo-ui' !important;
	content: '\e913';
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 14px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-35%) rotate(0);
		-ms-transform: translateY(-35%) rotate(0);
			transform: translateY(-35%) rotate(0);
	-webkit-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .3s cubic-bezier(.45, .24, .03, .93);
	transition: all .3s cubic-bezier(.45, .24, .03, .93);
}

.nice-select.open:after {
	-webkit-transform: translateY(-45%) rotate(-180deg);
		-ms-transform: translateY(-45%) rotate(-180deg);
			transform: translateY(-45%) rotate(-180deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
		-ms-transform: scale(1) translateY(0);
			transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: var(--welo-light-border-color);
	color: var(--welo-light-text-color);
	pointer-events: none;
}

.nice-select.disabled:after {
	color: var(--welo-light-text-color);
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select .list {
	background-color: #fff;
	border-radius: var(--welo-first-border-radius);
	margin-top: 16px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 9;
	padding: 14px 0;
	min-width: calc(100% + 2px);
	-webkit-box-shadow: 0 0 20px -2px var(--welo-light-shadow-color);
			box-shadow: 0 0 20px -2px var(--welo-light-shadow-color);
	-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
		-ms-transform: scale(.75) translateY(-21px);
			transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
	-o-transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1), opacity .15s ease-out;
}

.nice-select .option {
	font-size: .9em;
	position: relative;
	padding: 10px 22px;
	cursor: pointer;
	list-style: none;
	outline: none;
	margin: 0;
	color: var(--welo-input-color);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.nice-select .option:before {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
			transform: translateY(-1px);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.nice-select .option:hover:before,
.nice-select .option.focus:before,
.nice-select .option.selected.focus:before {
	width: 10px;
	background: var(--welo-input-color-focus);
}

.nice-select .option.selected {
	color: #111 !important;
}

.nice-select .option.disabled {
	opacity: .2;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.single-content_block .welo-header,
.single-content_block .welo-footer,
.single-content_block .welo-title-section,
.elementor-editor-active .welo-popup {
	display: none !important;
}

/*-----*  ( Custom Cursor )  *-----*/
.welo-cursor {
	pointer-events: none;
	line-height: 1;
	opacity: 0;
}

.welo-cursor .cursor-ball {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	border-radius: 100vh;
	transition: opacity .1s ease;
}

.welo-cursor.style-1 .cursor-ball.big-ball {
	opacity: 1;
	width: 34px;
	height: 34px;
	border: 1px solid var(--welo-primary-color);
}

.welo-cursor.style-1 .cursor-ball.small-ball {
	opacity: 1;
	width: 14px;
	height: 14px;
	background-color: var(--welo-primary-color);
}

.welo-cursor.style-1.hover-active .cursor-ball.big-ball {
	opacity: 0;
}

.welo-cursor.style-1.hover-active .cursor-ball.small-ball {
	opacity: .3;
}

.welo-cursor.slider-hover-active .cursor-ball.big-ball,
.welo-cursor.slider-hover-active .cursor-ball.small-ball {
	opacity: 0 !important;
}

.welo-cursor.style-2 .cursor-ball.big-ball {
	display: none;
}

.welo-cursor.style-2 .cursor-ball.small-ball {
	opacity: 1;
	width: 20px;
	height: 20px;
	border: 2px solid var(--welo-primary-color);
	background-color: transparent;
}

.welo-cursor.style-2.hover-active .cursor-ball.small-ball {
	border-width: 0;
	background-color: #fff;
	mix-blend-mode: difference;
}

.welo-cursor .cursor-ball.slider-ball {
	opacity: 0;
	width: 80px;
	height: 80px;
	background-color: var(--welo-dark-color);
}

.welo-cursor .cursor-ball.slider-ball svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	fill: #fff;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.welo-cursor.slider-hover-active .cursor-ball.slider-ball {
	opacity: 1;
}



/*------------------------------------------------------*/
/*                    02 - Headers
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.welo-header {
	--welo-header-height: 90px;
	--welo-header-logo-height: 44px;

	position: relative;
	z-index: 90;
}

.welo-header[data-floating="1"] {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
}

.admin-bar .welo-header[data-floating="1"] {
	top: 62px;
}

.welo-header[data-floating="1"] .welo-header-wrapper {
	border-radius: var(--welo-first-border-radius);
	position: relative;
}

.welo-header .show-search-btn,
.welo-header .show-cart,
.welo-header .header-user a,
.welo-header .header-wichlist a,
.welo-header .header-social-icons a {
	color: var(--welo-header-icons-color, var(--welo-dark-color));
	-webkit-transition: color .32s ease;
	-o-transition: color .32s ease;
	transition: color .32s ease;
}

.welo-header .welo-extra:hover .show-search-btn,
.welo-header .welo-extra:hover .show-cart,
.welo-header .welo-extra.header-wichlist a:hover,
.welo-header .welo-extra.header-user:hover a,
.welo-header .header-social-icons a:hover {
	color: var(--welo-header-icons-color-hover, var(--welo-primary-color));
}

.welo-header .welo-header-nav,
.welo-header .welo-menu-container,
.welo-header .welo-menu,
.welo-header .welo-menu > li,
.welo-header .welo-menu > li > a {
	display: flex;
	align-self: stretch;
	align-items: center;
}

.welo-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.welo-header .welo-header-wrapper {
	background-color: var(--welo-header-bg-color, transparent);
	box-shadow: var(--welo-header-shadow, none);
	border-bottom: var(--welo-header-border, none);
	-webkit-transition: box-shadow .8s cubic-bezier(.25, 1, .3, 1), background-color .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: box-shadow .8s cubic-bezier(.25, 1, .3, 1), background-color .8s cubic-bezier(.25, 1, .3, 1);
	transition: box-shadow .8s cubic-bezier(.25, 1, .3, 1), background-color .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-header-wrapper .wide-container {
	padding: 0 40px;
}

.welo-header[data-floating="1"] .welo-header-wrapper .wide-container,
.welo-header[data-floating="1"] .welo-header-wrapper.container {
	padding: 0 30px;
}

.welo-header .welo-header-container {
	height: var(--welo-header-height);
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-transition: height .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: height .8s cubic-bezier(.25, 1, .3, 1);
	transition: height .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header.layout-1 .welo-header-nav {
	justify-content: flex-end;
}

.welo-header.layout-1 .welo-header-nav,
.welo-header.layout-1 .welo-menu-container {
	flex: 1;
}

.welo-header .welo-header-extras {
	display: flex;
	align-items: center;
	align-self: stretch;
}

.welo-header.layout-1 .welo-header-extras {
	margin-left: 25px;
}

.welo-header.layout-2 .welo-header-extras,
.welo-header.layout-3 .welo-header-extras {
	flex: 1;
}

.welo-header.layout-2 .welo-header-extras.right-extras,
.welo-header.layout-3 .welo-header-extras.right-extras {
	justify-content: flex-end;
}

.welo-header.layout-2 .welo-header-extras.left-extras > *:first-child .welo-menu > li:first-child > a,
.welo-header.layout-3 .welo-header-extras.left-extras > *:first-child .welo-menu > li:first-child > a,
.welo-header.layout-2 .welo-header-extras.left-extras > *:first-child > a:first-child,
.welo-header.layout-3 .welo-header-extras.left-extras > *:first-child > a:first-child {
	padding-left: 0;
}

.welo-header.layout-2 .welo-header-extras.right-extras > *:first-child .welo-menu > li:last-child > a,
.welo-header.layout-3 .welo-header-extras.right-extras > *:first-child .welo-menu > li:last-child > a,
.welo-header.layout-2 .welo-header-extras.left-extras > *:first-child > a:last-child,
.welo-header.layout-3 .welo-header-extras.left-extras > *:first-child > a:last-child {
	padding-right: 0;
}

.welo-header .welo-header-center {
	position: relative;
	display: flex;
	align-self: stretch;
	align-items: center;
	padding: 0 calc(var(--welo-header-menu-items-space) + var(--welo-header-menu-items-space) + 10px);
}

.welo-header.layout-3 .welo-menu-container {
	position: absolute;
	top: 0;
	height: 100%;
}

.welo-header.layout-3 .welo-menu-container.first-menu {
	right: 100%;
}

.welo-header.layout-3 .welo-menu-container.second-menu {
	left: 100%;
}

.welo-header .welo-extra,
.welo-header .welo-menu:not(.welo-mobile-menu) > li > a,
.welo-header .welo-header-logo,
.welo-header .welo-show-mnav {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
			transform: translate3d(0, -10px, 0);
	-webkit-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	transition: all .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-extra.welo-fade,
.welo-header .welo-menu:not(.welo-mobile-menu) > li > a.welo-fade,
.welo-header .welo-header-logo.welo-fade,
.welo-header .welo-show-mnav.welo-fade {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-header .welo-menu:not(.welo-mobile-menu) {
	margin-left: var(--welo-header-menu-left-space, 0);
	margin-right: var(--welo-header-menu-right-space, 0);
}

/*-----*  ( Transparent Dark BG )  *-----*/
.welo-header[data-bg-type="transparent-dark"] .welo-header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: none;
}

.welo-header[data-bg-type="transparent-dark"] .welo-menu:not(.welo-mobile-menu) > li > a {
	color: var(--welo-header-menu-color, var(--welo-dark-color));
}

.welo-header[data-bg-type="transparent-dark"] .welo-menu:not(.welo-mobile-menu) > li:hover > a {
	color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
}

.welo-header[data-bg-type="transparent-dark"] .welo-menu:not(.welo-mobile-menu) > li.current-menu-item > a,
.welo-header[data-bg-type="transparent-dark"] .welo-menu:not(.welo-mobile-menu) > li.current-menu-item:hover > a {
	color: var(--welo-header-menu-color-active, var(--welo-dark-color));
}

.welo-header[data-bg-type="transparent-dark"] .show-search-btn,
.welo-header[data-bg-type="transparent-dark"] .show-cart,
.welo-header[data-bg-type="transparent-dark"] .header-wichlist a,
.welo-header[data-bg-type="transparent-dark"] .header-user a,
.welo-header[data-bg-type="transparent-dark"] .header-social-icons a {
	color: var(--welo-header-icons-color, var(--welo-dark-color));
}

.welo-header[data-bg-type="transparent-dark"] .welo-extra:hover .show-search-btn,
.welo-header[data-bg-type="transparent-dark"] .welo-extra:hover .show-cart,
.welo-header[data-bg-type="transparent-dark"] .header-wichlist a:hover,
.welo-header[data-bg-type="transparent-dark"] .welo-extra.header-user:hover a,
.welo-header[data-bg-type="transparent-dark"] .header-social-icons a:hover {
	color: var(--welo-header-icons-color-hover, var(--welo-primary-color));
}

/*-----*  ( Transparent Light BG )  *-----*/
.welo-header[data-bg-type="transparent-light"] .welo-header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: none;
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-header-logo img.dark-logo {
	opacity: 0;
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-header-logo img.light-logo {
	opacity: 1;
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-menu:not(.welo-mobile-menu) > li > a {
	color: var(--welo-header-menu-color, #fff);
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-menu:not(.welo-mobile-menu) > li:hover > a {
	color: var(--welo-header-menu-color-hover, rgba(255, 255, 255, .65));
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-menu:not(.welo-mobile-menu) > li.current-menu-item > a,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-menu:not(.welo-mobile-menu) > li.current-menu-item:hover > a {
	color: var(--welo-header-menu-color-active, rgba(255, 255, 255, .7));
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .show-search-btn,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .show-cart,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .header-wichlist,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .header-user a,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .header-social-icons a {
	color: var(--welo-header-icons-color, #fff);
}

.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-extra:hover .show-search-btn,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-extra:hover .show-cart,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-extra:hover .header-wichlist,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .welo-extra.header-user:hover a,
.welo-header[data-bg-type="transparent-light"]:not(.sticky) .header-social-icons a:hover {
	color: var(--welo-header-icons-color-hover, rgba(255, 255, 255, .65));
}

/*-----*  ( Sticky )  *-----*/
.welo-header[data-sticky="1"] {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
}

.admin-bar .welo-header[data-sticky="1"] {
	top: 32px;
}

@media (max-width: 600px) {
	.admin-bar .welo-header[data-sticky="1"] {
		top: 0;
	}
}

.welo-header[data-sticky="1"][data-floating="1"] {
	position: fixed;
	left: 30px;
	right: 30px;
	top: 30px;
}

.welo-header.welo-hide[data-sticky="1"][data-floating="1"] {
	pointer-events: none;
}

.admin-bar .welo-header[data-sticky="1"][data-floating="1"] {
	top: 62px;
}

.welo-header.welo-sticky-header .welo-header-wrapper {
	will-change: transform;
}

.welo-header.welo-pinned .welo-header-wrapper {
	-webkit-animation: weloStickyHeader .6s cubic-bezier(.25, 1, .3, 1) both;
			animation: weloStickyHeader .6s cubic-bezier(.25, 1, .3, 1) both;
}

@-webkit-keyframes weloStickyHeader {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
				transform: translateY(100%);
	}
}

@keyframes weloStickyHeader {
	0% {
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}

.welo-header.welo-hide .welo-header-wrapper {
	-webkit-animation: weloStickyHeaderHide .6s cubic-bezier(.25, 1, .3, 1) both;
			animation: weloStickyHeaderHide .6s cubic-bezier(.25, 1, .3, 1) both;
}

.welo-header.welo-hide[data-floating="1"] .welo-header-wrapper {
	-webkit-animation: weloStickyHeaderHideMore .6s cubic-bezier(.25, 1, .3, 1) both;
			animation: weloStickyHeaderHideMore .6s cubic-bezier(.25, 1, .3, 1) both;
}

@-webkit-keyframes weloStickyHeaderHide {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
	}
}

@keyframes weloStickyHeaderHide {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-100%);
				transform: translateY(-100%);
	}
}

@-webkit-keyframes weloStickyHeaderHideMore {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY( calc(-100% - 40px) );
				transform: translateY( calc(-100% - 40px) );
	}
}

@keyframes weloStickyHeaderHideMore {
	0% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY( calc(-100% - 40px) );
				transform: translateY( calc(-100% - 40px) );
	}
}

.welo-header.sticky:not(.welo-mobile-header) .welo-header-container {
	height: var(--welo-header-height-sticky, var(--welo-header-height));
}

.welo-header.sticky .welo-header-wrapper {
	border-bottom-color: transparent;
	box-shadow: var(--welo-header-shadow-sticky, none);
	background-color: var(--welo-header-bg-color-sticky, #fff);
	-webkit-backdrop-filter: var(--welo-header-sticky-blur, none);
			backdrop-filter: var(--welo-header-sticky-blur, none);
}

.welo-header.sticky:not(.welo-mobile-header) .welo-header-logo img {
	height: var(--welo-header-logo-height-sticky, var(--welo-header-logo-height));
}

.welo-header.sticky:not(.welo-mobile-header) .welo-menu > li > a {
	color: var(--welo-header-sticky-menu-color, var(--welo-dark-color));
}

.welo-header.sticky:not(.welo-mobile-header) .welo-menu > li:hover > a {
	color: var(--welo-header-sticky-menu-color-hover, var(--welo-primary-color));
}

.welo-header.sticky:not(.welo-mobile-header) .welo-menu > li.current-menu-item > a,
.welo-header.sticky:not(.welo-mobile-header) .welo-menu > li.current-menu-item:hover > a {
	color: var(--welo-header-sticky-menu-color-active, var(--welo-dark-color));
}

.welo-header .show-search-btn,
.welo-header .show-cart,
.welo-header .header-user a,
.welo-header .header-social-icons a {
	color: var(--welo-header-sticky-menu-color, var(--welo-dark-color));
}

.welo-header .welo-extra:hover .show-search-btn,
.welo-header .welo-extra:hover .show-cart,
.welo-header .welo-extra.header-user:hover a,
.welo-header .header-social-icons a:hover {
	color: var(--welo-header-sticky-menu-color-hover, var(--welo-primary-color));
}

/*-----*  ( Logo )  *-----*/
.welo-header .welo-header-logo {
	position: relative;
}

.welo-header.layout-1 .welo-header-logo {
	padding-right: 25px;
}

.welo-header .welo-header-logo a {
	display: block;
	position: relative;
}

.welo-header .welo-header-logo img {
	width: auto;
	height: var(--welo-header-logo-height);
	-webkit-transition: height .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: height .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: height .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-header-logo img.light-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

/*-----*  ( Extras )  *-----*/
.welo-header .welo-extra {
	padding: 10px;
	margin-left: 5px;
}

.welo-header .welo-extra.header-content-block {
	padding: 0;
}

.welo-header .right-extras .welo-extra:last-of-type {
	padding-right: 0;
}

.welo-header .left-extras .welo-extra:first-of-type {
	padding-left: 0;
	margin-left: 0;
}

.welo-header .welo-extra i {
	display: inline-block;
	font-size: var(--welo-header-icons-size);
}

.welo-header .welo-extra .show-search-btn,
.welo-header .welo-extra.header-user,
.welo-header .welo-extra .show-cart,
.welo-header .welo-extra.header-wichlist,
.welo-header .welo-extra.header-social-icons {
	line-height: 1;
}

.welo-header .welo-extra.header-content-block a {
	display: flex;
}

/*-----*  ( User )  *-----*/
.welo-header .header-user span {
	margin-left: 5px;
	font-size: .95em;
}

/*-----*  ( Search )  *-----*/
.welo-header .show-search-btn {
	cursor: pointer;
}

.welo-header .welo-header-search.style-1 {
	position: absolute;
	z-index: 96;
	left: 0;
	top: 0;
	width: 100%;
	padding: 100px 0;
	pointer-events: none;
}

.welo-header .welo-header-search.style-1.is-active {
	pointer-events: all;
}

.welo-header .welo-header-search.style-1:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--welo-header-bg-color, #fff);
	-webkit-transform-origin: top;
		-ms-transform-origin: top;
			transform-origin: top;
	-webkit-transform: scale3d(1, 0, 1);
		-ms-transform: scale3d(1, 0, 1);
			transform: scale3d(1, 0, 1);
	-webkit-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	transition: all .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-header-search.style-1.is-active:before {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-header .welo-header-search.style-1 .welo-header-search-wrap {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.welo-header .welo-header-search.style-1 .welo-header-search-wrap.is-active {
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.welo-header .welo-header-search-overlay.style-1 {
	height: 100vw;
	width: 100vw;
	position: fixed;
	top: var(--welo-header-height);
	left: 0;
	opacity: 0;
	z-index: 95;
	pointer-events: none;
	background-color: var(--welo-dark-color);
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.admin-bar .welo-header .welo-header-search-overlay.style-1 {
	top: 0;
}

.welo-header .welo-header-search-overlay.is-active {
	opacity: .6;
}

.welo-header .welo-header-search.style-1 .search-input {
	border: none;
	color: var(--welo-dark-color);
	background: transparent;
	font-size: 32px;
	padding: .5em 0;
	margin-bottom: .5em;
	text-align: center;
	border-radius: 0;
	border-bottom: 2px solid var(--welo-dark-color);
}

.welo-header .welo-header-search.style-1 .search-input::placeholder {
	color: var(--welo-dark-color);
}

.welo-header .welo-header-search.style-2 {
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	z-index: 999;
	pointer-events: none;
	background-color: var(--welo-dark-color);
	-webkit-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	transition: all .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-header-search.style-2.is-active {
	opacity: 1;
	pointer-events: auto;
}


.welo-header .welo-header-search.style-2 .close-search {
	position: absolute;
	top: 60px;
	right: 60px;
	display: block;
	cursor: pointer;
	width: 48px;
	height: 48px;
	border-radius: var(--welo-circle-border-radius);
	border: 2px solid rgba(255, 255, 255, .08);
	-webkit-transition: all .32s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .32s cubic-bezier(.25, 1, .3, 1);
	transition: all .32s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-header-search.style-2 .close-search:hover {
	-webkit-transform: scale3d(1.05, 1.05, 1);
		-ms-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
}

.welo-header .welo-header-search.style-2 .close-search:active {
	-webkit-transform: scale3d(.9, .9, 1);
		-ms-transform: scale3d(.9, .9, 1);
			transform: scale3d(.9, .9, 1);
}

@media (max-width: 1024px) {
	.welo-header .welo-header-search.style-2 .close-search {
		top: 30px;
		right: 30px;
	}
}

.welo-header .welo-header-search.style-2 .close-search span {
	display: block;
	position: absolute;
	top: 22px;
	left: 13px;
	width: 18px;
	height: 2px;
	background-color: #fff;
	border-radius: var(--welo-circle-border-radius);
}

.welo-header .welo-header-search.style-2 .close-search span.line-1 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.welo-header .welo-header-search.style-2 .close-search span.line-2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.welo-header .welo-header-search.style-2 .welo-header-search-wrap {
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.welo-header .welo-header-search.style-2 .search-input {
	border: none;
	color: #fff;
	background: transparent;
	font-size: 36px;
	padding: .7em 0;
	text-align: left;
	border-radius: 0;
	border-bottom: 2px solid rgba(255, 255, 255, .07);
}

.welo-header .welo-header-search.style-2 .search-input::placeholder {
	color: #fff;
}

/*-----*  ( Social Icons )  *-----*/
.welo-header .welo-extra.header-social-icons a {
	display: inline-block;
	padding: .45em;
}

.welo-header .welo-extra.header-social-icons a i {
	font-size: 18px;
}

/*-----*  ( Cart )  *-----*/
.welo-header .header-cart {
	position: relative;
	display: flex;
	align-self: stretch;
}

.welo-header .header-cart .show-cart {
	cursor: pointer;
	display: flex;
	align-self: stretch;
	align-items: center;
	padding-right: 8px;
}

.welo-header .header-cart .show-cart span {
	font-size: 11px;
	font-weight: inherit;
	display: flex;
	min-width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 7px;
	color: #fff;
	margin-top: -1.1em;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
}

.welo-header .header-cart .show-cart:has(.welo-ui-cart-1) span {
	right: -0.4em;
	margin-top: -1em;
}

.welo-header .header-cart .header-cart-widget {
	cursor: auto;
	position: absolute;
	right: -10px;
	top: 100%;
	width: 300px;
	background-color: var(--welo-dark-color);
	visibility: hidden;
	opacity: 0;
	z-index: 90;
	will-change: transform;
	border-radius: var(--welo-first-border-radius);
	-webkit-transform: translate3d(0, 8px, 0);
		-ms-transform: translate3d(0, 8px, 0);
			transform: translate3d(0, 8px, 0);
	-webkit-transition: all .4s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .4s cubic-bezier(.25, 1, .3, 1);
	transition: all .4s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .left-extras .header-cart .header-cart-widget {
	right: auto;
	left: -10px;
}

.welo-header .header-cart:hover .header-cart-widget {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-header .header-cart .widget {
	margin-bottom: 0;
}

.welo-header .header-cart .widgettitle {
	display: none;
}

.welo-header .widget_shopping_cart .cart_list {
	padding: 15px;
}

.welo-header .widget_shopping_cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-title a {
	color: #fff;
}

.welo-header .widget_shopping_cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-title a:hover {
	color: var(--welo-primary-color);
}

.welo-header .widget_shopping_cart .total {
	color: #fff;
	margin: 0;
	padding: 15px !important;
	border-color: rgba(255, 255, 255, .15) !important;
}

.welo-header .widget_shopping_cart .buttons {
	padding: 14px 15px 15px 15px;
}

.welo-header .widget_shopping_cart .buttons a {
	padding: 13px 18px;
	color: var(--welo-dark-color);
	background-color: #fff;
	border-color: #fff;
	margin-bottom: 0;
}

.welo-header .widget_shopping_cart .buttons a:not(.checkout) {
	border-color: rgba(255, 255, 255, .15);
	color: #fff;
}

.welo-header .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	padding: 20px 25px;
	text-align: center;
	color: var(--welo-light-text-color);
}

/*-----*  ( Menu )  *-----*/
.welo-header .welo-menu-container {
	justify-content: var(--welo-header-menu-position, unset);
}

.welo-header .welo-menu li {
	position: relative;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li > a {
	padding: 0 var(--welo-header-menu-items-space);
	color: var(--welo-header-menu-color, var(--welo-dark-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li:hover > a {
	color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.current-menu-item > a,
.welo-header .welo-menu:not(.welo-mobile-menu) > li.current-menu-item:hover > a {
	color: var(--welo-header-menu-color-active, var(--welo-dark-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) li li > a {
	color: var(--welo-header-submenu-color, var(--welo-dark-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) li:not(.has-megamenu) li:not(.show-as-title):hover > a,
.welo-header .welo-menu:not(.welo-mobile-menu) li li:not(.show-as-title) > a:hover {
	color: var(--welo-header-submenu-color-hover, var(--welo-primary-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) li li.current-menu-item > a,
.welo-header .welo-menu:not(.welo-mobile-menu) li li.current-menu-item:hover > a:hover {
	color: var(--welo-header-submenu-color-active, var(--welo-primary-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) li li.show-as-title > a {
	color: var(--welo-header-menu-title-color, var(--welo-primary-color));
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 280px;
	padding: 20px 0;
	background-color: #fff;
	opacity: 0;
	border-radius: var(--welo-first-border-radius);
	pointer-events: none;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
		-ms-transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
			transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
	-webkit-box-shadow: 4px 4px 30px -10px var(--welo-light-shadow-color), -4px -4px 30px -10px var(--welo-light-shadow-color);
			box-shadow: 4px 4px 30px -10px var(--welo-light-shadow-color), -4px -4px 30px -10px var(--welo-light-shadow-color);
	-webkit-transition: opacity .5s cubic-bezier(.25, 1, .3, 1), transform .5s cubic-bezier(.25, 1, .3, 1);
	-o-transition: opacity .5s cubic-bezier(.25, 1, .3, 1), transform .5s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .5s cubic-bezier(.25, 1, .3, 1), transform .5s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu.left-submenus > .sub-menu {
	left: auto;
	right: 0;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu.left-submenus .sub-menu .sub-menu {
	left: auto;
	right: 100%;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu:hover > .sub-menu,
.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu .sub-menu li:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
		-ms-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
			transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-no-megamenu li {
	padding: 0 30px;
}

.welo-header .welo-menu li li a {
	display: block;
	flex: 1;
	white-space: nowrap;
	line-height: 1.2em;
	padding: .55em 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.welo-header .welo-menu li:not(.menu-item-has-desc) > a .welo-menu-item-wrapper {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.welo-header .welo-menu .menu-item-title {
	display: flex;
	align-items: center;
}

.welo-header .welo-menu .menu-item-title:not(.with-desc),
.welo-header .welo-menu li.has-submenu .sub-menu a,
.welo-header .welo-menu .menu-title-text {
	flex: 1;
}

.welo-header .welo-menu .menu-item-icon {
	display: flex;
	align-items: center;
	margin-right: 6px;
	font-size: 18px;
}

.welo-header .welo-menu li li .menu-item-icon {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.welo-header .welo-menu .submenu-indicator {
	font-size: 14px;
	margin-left: 5px;
	padding-top: 1px;
}

.welo-header .welo-menu:not(.welo-mobile-menu) .submenu-indicator {
	margin-right: -5px;
}

.welo-header .welo-menu .welo-menu-label {
	display: inline-flex;
	line-height: 1;
	font-size: .85em;
	padding: .4em .6em;
	color: #fff;
	background-color: var(--welo-secondary-color);
	margin-left: 6px;
	border-radius: var(--welo-second-border-radius);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper,
.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper,
.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper,
.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper,
.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper,
.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper {
	position: relative;
}

.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	border-radius: var(--welo-first-border-radius);
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
	will-change: transform;
	-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
			transform-origin: bottom;
	-webkit-transform: scale3d(1, 0, 1);
		-ms-transform: scale3d(1, 0, 1);
			transform: scale3d(1, 0, 1);
	-webkit-transition: transform .25s linear;
	-o-transition: transform .25s linear;
	transition: transform .25s linear;
}

.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	border-radius: var(--welo-first-border-radius);
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(0, 3px, 0);
		-ms-transform: translate3d(0, 3px, 0);
			transform: translate3d(0, 3px, 0);
	-webkit-transition: transform .25s linear, opacity .25s linear;
	-o-transition: transform .25s linear, opacity .25s linear;
	transition: transform .25s linear, opacity .25s linear;
}

.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 100%;
	border-radius: var(--welo-first-border-radius);
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
	will-change: transform;
	-webkit-transform-origin: right;
		-ms-transform-origin: right;
			transform-origin: right;
	-webkit-transform: scale3d(0, 1, 1);
		-ms-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
	-webkit-transition: transform .45s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .45s cubic-bezier(.25, 1, .3, 1);
	transition: transform .45s cubic-bezier(.25, 1, .3, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	-webkit-transform-origin: left;
		-ms-transform-origin: left;
			transform-origin: left;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper {
	align-self: stretch;
}

.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -8px;
	height: 2px;
	width: calc(100% + 16px);
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
	will-change: transform;
	-webkit-transform-origin: right;
		-ms-transform-origin: right;
			transform-origin: right;
	-webkit-transform: scale3d(0, 1, 1);
		-ms-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
	-webkit-transition: transform .5s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .5s cubic-bezier(.25, 1, .3, 1);
	transition: transform .5s cubic-bezier(.25, 1, .3, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	-webkit-transform-origin: left;
		-ms-transform-origin: left;
			transform-origin: left;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper > * {
	position: relative;
} 

.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 30px;
	width: 30px;
	opacity: 0;
	border-radius: var(--welo-circle-border-radius);
	will-change: transform, opacity;
	-webkit-transform: scale3d(.85, .85, 1) translate3d(-50%, -50%, 0);
		-ms-transform: scale3d(.85, .85, 1) translate3d(-50%, -50%, 0);
			transform: scale3d(.85, .85, 1) translate3d(-50%, -50%, 0);
	-webkit-transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .5s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .5s cubic-bezier(.25, 1, .3, 1);
	transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .5s cubic-bezier(.25, 1, .3, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	opacity: .12;
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
		-ms-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
			transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper {
	padding: 3px;
}

.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper > * {
	position: relative;
} 

.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -9px;
	height: 100%;
	width: calc(100% + 18px);
	opacity: 0;
	padding: 8px 20px;
	border-radius: var(--welo-first-border-radius);
	will-change: transform, opacity;
	-webkit-transform: scale3d(.85, .85, 1);
		-ms-transform: scale3d(.85, .85, 1);
			transform: scale3d(.85, .85, 1);
	-webkit-transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .6s cubic-bezier(.25, 1, .3, 1);
	transition: transform .6s cubic-bezier(.25, 1, .3, 1), opacity .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li:hover > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	opacity: .12;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
}

.welo-header:not(.welo-mobile-header)[data-menu-style="1"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="2"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="3"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="4"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="5"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-menu-style="6"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-active, var(--welo-dark-color));
}

.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-hover, var(--welo-primary-color));
}

.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="1"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="2"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="3"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="4"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="5"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-dark"][data-menu-style="6"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-active, var(--welo-dark-color));
}

.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-hover, rgba(255, 255, 255, .65));
}

.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="1"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="2"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="3"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="4"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="5"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header)[data-bg-type="transparent-light"][data-menu-style="6"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-menu-color-active, rgba(255, 255, 255, .7));
}

.welo-header:not(.welo-mobile-header).sticky[data-menu-style="1"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="2"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="3"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="4"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="5"] .welo-menu > li > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="6"] .welo-menu > li > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-sticky-menu-color-hover, var(--welo-primary-color));
}

.welo-header:not(.welo-mobile-header).sticky[data-menu-style="1"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="2"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="3"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="4"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="5"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before,
.welo-header:not(.welo-mobile-header).sticky[data-menu-style="6"] .welo-menu > li.current-menu-item > a .welo-menu-item-wrapper:before {
	background-color: var(--welo-header-sticky-menu-color-active, var(--welo-dark-color));
}

/*- Show as title -*/
.welo-header .welo-menu li li.show-as-title {
	margin-bottom: 4px;
}

.welo-header .welo-menu li li + li.show-as-title {
	margin-top: .8em;
}

.welo-header .welo-menu li li.show-as-title > a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	pointer-events: none;
}

/*- Item has desc -*/
.welo-header .welo-menu li li.menu-item-has-desc > a .welo-menu-item-wrapper {
	display: flex;
	gap: 4px;
	flex-direction: column;
	position: relative;
	min-height: 42px;
	align-content: center;
	justify-content: center;
}

.welo-header .welo-menu li li.menu-item-has-desc.menu-item-has-icon > a .welo-menu-item-wrapper {
	padding-left: 58px;
}

.welo-header .welo-menu li li.menu-item-has-desc > a .welo-menu-item-wrapper .menu-item-icon {
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	height: 42px;
	font-size: 18px !important;
	overflow: hidden;
	color: var(--welo-primary-color);
	border-radius: var(--welo-second-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.welo-header .welo-menu li li.menu-item-has-desc > a .welo-menu-item-wrapper .menu-item-icon:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .12;
	background-color: var(--welo-primary-color);
}

.welo-header .welo-menu .menu-item-desc {
	display: block;
	font-size: .88em;
	opacity: .5;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.welo-header .welo-menu li:not(.has-megamenu):hover > a .menu-item-desc,
.welo-header .welo-menu li > a:hover .menu-item-desc {
	opacity: 1;
}

/*- Megamenu -*/
.welo-header .welo-menu > li.has-megamenu li {
	padding: 0;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu li .submenu-indicator {
	display: none;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu > .sub-menu {
	display: flex;
	position: absolute;
	left: 0;
	right: auto;
	top: 100%;
	opacity: 0;
	pointer-events: none;
	max-width: min-content;
	gap: 35px;
	padding: 22px 30px;
	border-radius: var(--welo-first-border-radius);
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 30px -10px var(--welo-light-shadow-color), -4px -4px 30px -10px var(--welo-light-shadow-color);
			box-shadow: 4px 4px 30px -10px var(--welo-light-shadow-color), -4px -4px 30px -10px var(--welo-light-shadow-color);
	-webkit-transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
		-ms-transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
			transform: perspective(999px) rotateX(-15deg) translate3d(0, 0, -15px);
	-webkit-transition: opacity .4s cubic-bezier(.25, 1, .3, 1), transform .4s cubic-bezier(.25, 1, .3, 1);
	-o-transition: opacity .4s cubic-bezier(.25, 1, .3, 1), transform .4s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .4s cubic-bezier(.25, 1, .3, 1), transform .4s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.left-submenus > .sub-menu {
	left: auto;
	right: 0;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu:hover > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
		-ms-transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
			transform: perspective(999px) rotateX(0deg) translate3d(0, 0, 0);
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu > .sub-menu > li.has-submenu {
	max-width: 300px;
	min-width: 230px;
	overflow: hidden;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 {
	position: unset;
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
	max-width: 100%;
	min-width: 100%;
	width: 100vw;
	flex-wrap: wrap;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 14px 30px -10px var(--welo-light-shadow-color);
			box-shadow: 0 14px 30px -10px var(--welo-light-shadow-color);
}

@media (min-width: 1025px) {
	.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
		padding-left: calc(((100vw - 960px) + 30px)/2);
		padding-right: calc(((100vw - 960px) + 30px)/2);
	}
	.welo-header[data-floating="1"] .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
		padding-left: calc(((100vw - 960px) - 30px)/2);
		padding-right: calc(((100vw - 960px) - 30px)/2);
	}
	.welo-header[data-floating="1"] .welo-header-wrapper.container .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (min-width: 1200px) {
	.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
		padding-left: calc(((100vw - var(--welo-container-width)) + 30px)/2);
		padding-right: calc(((100vw - var(--welo-container-width)) + 30px)/2);
	}
	.welo-header[data-floating="1"] .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu {
		padding-left: calc(((100vw - var(--welo-container-width)) - 30px)/2);
		padding-right: calc(((100vw - var(--welo-container-width)) - 30px)/2);
	}
}

.welo-header .welo-menu:not(.welo-mobile-menu) > li.has-megamenu.width-100 > .sub-menu > li.has-submenu {
	flex: 1;
	max-width: none;
	min-width: none;
}

/*-----*  ( Topbar )  *-----*/
.welo-topbar {
	line-height: 1;
	overflow: visible;
	background-color: var(--welo-topbar-bg-color, var(--welo-dark-color));
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-header.sticky .welo-topbar {
	max-height: 0;
	overflow: hidden;
}

.welo-topbar a {
	display: block;
}

.welo-topbar .welo-topbar-content {
	opacity: 0;
	-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
			transform: translate3d(0, -4px, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.welo-loaded .welo-topbar .welo-topbar-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

/*-----*  ( Mobile Header )  *-----*/
.welo-header.welo-mobile-header .welo-header-container {
	height: var(--welo-mobile-header-height, var(--welo-header-height)) !important;
}

.welo-header.welo-mobile-header .welo-header-logo img {
	height: var(--welo-mobile-header-logo-height, var(--welo-header-logo-height)) !important;
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active,
.welo-header.welo-mobile-nav-active .welo-header-logo {
	z-index: 100;
}

.welo-header.welo-mobile-nav-active .welo-header-logo img.light-logo {
	opacity: 1 !important;
}

.welo-header.welo-mobile-nav-active .welo-header-logo img.dark-logo {
	opacity: 0 !important;
}

.welo-header .welo-mobile-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	background: var(--welo-mobile-header-menu-bg-color, var(--welo-dark-color));
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-header.welo-mobile-header .welo-header-extras,
.welo-header.welo-mobile-header .welo-header-nav,
.welo-header.welo-mobile-header .welo-header-nav,
.welo-header.welo-mobile-header.layout-3 .welo-menu-container {
	display: none;
}

.welo-header.welo-mobile-header .welo-header-center {
	padding: 0;
	flex: 1;
}

.welo-header .welo-show-mnav {
	display: none;
}

.welo-header.welo-mobile-header .welo-show-mnav {
	display: flex;
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	background-color: #fff;
	mix-blend-mode: difference;
	cursor: pointer;
	border-radius: var(--welo-circle-border-radius);
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active {
	background: #fff;
}

.welo-header.welo-mobile-header .welo-show-mnav span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	mix-blend-mode: difference;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.welo-header.welo-mobile-header .welo-show-mnav span:before,
.welo-header.welo-mobile-header .welo-show-mnav span:after {
	display: inherit;
	position: absolute;
	content: '';
}

.welo-header.welo-mobile-header .welo-show-mnav span,
.welo-header.welo-mobile-header .welo-show-mnav span:before,
.welo-header.welo-mobile-header .welo-show-mnav span:after {
	width: 21px;
	height: 2px;
	right: 0;
	background-color: #fff;
	border-radius: 10px;
	will-change: transform;
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-header.welo-mobile-header .welo-show-mnav span:before {
	top: -6px;
	width: 12px;
}

.welo-header.welo-mobile-header .welo-show-mnav span:after {
	bottom: -6px;
	width: 18px;
}

.welo-header.welo-mobile-header .welo-show-mnav:not(.welo-active):hover span:before,
.welo-header.welo-mobile-header .welo-show-mnav:not(.welo-active):hover span:after {
	width: 15px;
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active span {
	background-color: transparent;
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active span:before,
.welo-header.welo-mobile-header .welo-show-mnav.welo-active span:after {
	width: 18px;
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active span:before {
	-webkit-transform: translate3d(-1px, 6px, 0) rotate(45deg);
		-ms-transform: translate3d(-1px, 6px, 0) rotate(45deg);
			transform: translate3d(-1px, 6px, 0) rotate(45deg);
}

.welo-header.welo-mobile-header .welo-show-mnav.welo-active span:after {
	-webkit-transform: translate3d(-1px, -6px, 0) rotate(-45deg);
		-ms-transform: translate3d(-1px, -6px, 0) rotate(-45deg);
			transform: translate3d(-1px, -6px, 0) rotate(-45deg);
}

.welo-header .welo-mobile-nav.welo-active {
	pointer-events: auto;
	opacity: 1;
}

.welo-header .welo-mobile-nav .welo-menu-container,
.welo-header .welo-mobile-nav .welo-menu {
	display: block;
}

.welo-header .welo-mobile-nav .welo-menu {
	position: absolute;
	top: var(--welo-mobile-header-height, var(--welo-header-height));
	left: 0;
	right: 0;
	line-height: 1.2em;
	margin-top: 20px;
}

.welo-header .welo-mobile-nav .welo-menu,
.welo-header .welo-mobile-nav .welo-menu ul {
	width: 100%;
}

.welo-header .welo-mobile-nav .welo-menu li {
	display: block;
	position: unset !important;
}

.welo-header .welo-mobile-nav .welo-menu li a,
.welo-header .welo-mobile-nav .welo-menu li li a {
	color: var(--welo-mobile-header-menu-color, #fff);
}

.welo-header .welo-mobile-nav .welo-menu li a:hover,
.welo-header .welo-mobile-nav .welo-menu li li a:hover {
	color: var(--welo-mobile-header-menu-color-hover, var(--welo-primary-color));
}

.welo-header .welo-mobile-nav .welo-menu li.current-menu-item > a,
.welo-header .welo-mobile-nav .welo-menu li li.current-menu-item > a {
	color: var(--welo-mobile-header-menu-color-active, rgba(255,255,255,.7));
}

.welo-header .welo-mobile-nav .welo-menu li li.show-as-title > a,
.welo-header .welo-mobile-nav .welo-menu li li.show-as-title > a:hover {
	color: var(--welo-mobile-header-menu-title-color, rgba(255,255,255,.6));
}

.welo-header .welo-mobile-nav .welo-menu li.back-item a,
.welo-header .welo-mobile-nav .welo-menu li.back-item a:hover {
	color: var(--welo-mobile-header-menu-back-color, rgba(255,255,255,.6));
}

.welo-header .welo-mobile-nav .welo-menu li a {
	position: relative;
	display: block;
	margin: 2px 30px;
	padding: .9em 1.2em;
	border-radius: var(--welo-first-border-radius);
}

.welo-header .welo-mobile-nav .welo-menu li:not(.back-item) > a:hover {
	background-color: rgba(0,0,0, .3);
}

.welo-header .welo-mobile-nav .welo-menu li.back-item a {
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.welo-header .welo-mobile-nav .welo-menu .sub-menu {
	position: absolute !important;
	top: 0;
	left: 100%;
	display: none;
	pointer-events: none;
}

.welo-header .welo-mobile-nav .welo-menu .sub-menu.welo-active {
	display: block;
	pointer-events: auto;
}

.welo-header .welo-mobile-nav .welo-menu .submenu-indicator {
	position: absolute;
	opacity: 1;
	right: 1em;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 26px;
	height: 26px;
	background-color: rgba(255, 255, 255,  .04);
	border-radius: var(--welo-first-border-radius);
	-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0);
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.welo-header .welo-mobile-nav .welo-menu.welo-animating .submenu-indicator {
	opacity: 0 !important;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.welo-header .welo-mobile-nav .welo-menu li.menu-item-has-desc > a .submenu-indicator {
	right: 0;
}

.welo-header .welo-mobile-nav .welo-menu li a {
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate3d(0, 14px, 0);
		-ms-transform: translate3d(0, 14px, 0);
			transform: translate3d(0, 14px, 0);
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-header .welo-mobile-nav .welo-menu li.welo-visible > a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}



/*------------------------------------------------------*/
/*                  03 - Pages Header
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.welo-title-section {
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

.welo-title-section.welo-fullscreen {
	min-height: calc(100vh - var(--welo-helper-header-colored-height, 0px));
	display: flex;
	align-items: center;
}

body.admin-bar .welo-title-section.welo-fullscreen {
	min-height: calc(100vh - 32px - var(--welo-helper-header-colored-height, 0px));
}

.welo-title-section-bg-color,
.welo-title-section-bg-img,
.welo-title-section-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.welo-title-section-bg-color {
	background-color: var(--welo-title-section-bg-color, var(--welo-light-bg-color));
}

.welo-title-section-bg-img {
	opacity: 0;
	background-image: var(--welo-title-section-bg-img, none);
	background-size: var(--welo-title-section-bg-size, cover);
	background-repeat: var(--welo-title-section-bg-repeat, no-repeat);
	background-position: var(--welo-title-section-bg-position, center);
	background-attachment: var(--welo-title-section-bg-attachment, scroll);
	-webkit-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity .8s ease;
}

.welo-loaded .welo-title-section-bg-img {
	opacity: 1;
}

.welo-title-section[data-parallax] .welo-title-section-bg-img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	will-change: transform, opacity;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	-webkit-transform: translate3d(-50%, 0, 0);
		-ms-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
}

.welo-title-section[data-parallax="parallax-blur"] .welo-title-section-bg-img,
.welo-title-section[data-parallax="parallax-gray"] .welo-title-section-bg-img,
.welo-title-section[data-parallax="parallax-blur-gray"] .welo-title-section-bg-img {
	will-change: transform, opacity, filter;
	top: 50%;
	width: 110%;
	height: 110%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.welo-title-section[data-parallax="parallax-content"] .welo-title-section-inner {
	will-change: transform, opacity;
}

.welo-title-section.alignment-center .container {
	display: flex;
	justify-content: center;
	text-align: center;
}

.welo-title-section.alignment-left .container {
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

.welo-title-section.alignment-right .container {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.welo-title-section-inner {
	position: relative;
	max-width: 840px;
	width: 100%;
	padding-top: var(--welo-title-section-top-padding, 160px);
	padding-bottom: var(--welo-title-section-bottom-padding, 160px);
}

@media (max-width: 1024px) {
	.welo-title-section-inner {
		max-width: 100%;
	}
}

.welo-title-section .welo-title {
	font-size: clamp(2rem, 10vw, 5rem);
	color: var(--welo-title-section-title-color, var(--welo-dark-color));
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.welo-title-section .welo-title {
		font-size: clamp(2rem, 10vw, 5rem) !important;
	}
}

.welo-title-section .welo-subtitle {
	color: var(--welo-title-section-subtitle-color, var(--welo-title-section-title-color, var(--welo-dark-color)));
}

/*-----*  ( Split Animation )  *-----*/
.welo-title-section[data-split-animation="top"] .welo-title,
.welo-title-section[data-split-animation="top"] .welo-subtitle,
.welo-title-section[data-split-animation="top"] .welo-title-section-cats,
.welo-title-section[data-split-animation="top"] .welo-title-section-meta span {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
			transform: translateY(100%);
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
			clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
}

.welo-title-section[data-split-animation="bottom"] .welo-title,
.welo-title-section[data-split-animation="bottom"] .welo-subtitle,
.welo-title-section[data-split-animation="bottom"] .welo-title-section-cats,
.welo-title-section[data-split-animation="bottom"] .welo-title-section-meta span {
	opacity: 0;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
			clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
}

.welo-title-section[data-split-animation="top"] .welo-title.start-animate,
.welo-title-section[data-split-animation="top"] .welo-subtitle.start-animate,
.welo-title-section[data-split-animation="top"] .welo-title-section-cats.start-animate,
.welo-title-section[data-split-animation="top"] .welo-title-section-meta span.start-animate {
	animation-timing-function: cubic-bezier(.1, .5, .3, 1);
	animation-name: weloSplitTop;
	animation-duration: .6s;
	-webkit-animation-fill-mode: forwards;
}

.welo-title-section[data-split-animation="bottom"] .welo-title.start-animate,
.welo-title-section[data-split-animation="bottom"] .welo-subtitle.start-animate,
.welo-title-section[data-split-animation="bottom"] .welo-title-section-cats.start-animate,
.welo-title-section[data-split-animation="bottom"] .welo-title-section-meta span.start-animate {
	animation-timing-function: cubic-bezier(.1, .5, .3, 1);
	animation-name: weloSplitBottom;
	animation-duration: .6s;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes weloSplitTop {
	0% {
		opacity: 0;
		-webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
				clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
		-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
				transform: translateY(100%);
	}
	99% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
				clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-clip-path: none;
				clip-path: none;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes weloSplitTop {
	0% {
		opacity: 0;
		-webkit-clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
				clip-path: polygon(100% 0, 100% 0, 0 0, 0 0);
		-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
				transform: translateY(100%);
	}
	99% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
				clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-clip-path: none;
				clip-path: none;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
}

@-webkit-keyframes weloSplitBottom {
	0% {
		opacity: 0;
		-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
				clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
		-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
				transform: translateY(-100%);
	}
	99% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
				clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-clip-path: none;
				clip-path: none;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
}

@keyframes weloSplitBottom {
	0% {
		opacity: 0;
		-webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
				clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 100%);
		-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
				transform: translateY(-100%);
	}
	99% {
		opacity: 1;
		-webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
				clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
	100% {
		opacity: 1;
		-webkit-clip-path: none;
				clip-path: none;
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);
	}
}

/*-----*  ( Overlay )  *-----*/
.welo-title-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: var(--welo-title-section-overlay-opacity, .8);
}

.welo-title-section-overlay.welo-solid-type {
	background-color: var(--welo-title-section-overlay-color, transparent);
}

.welo-title-section-overlay.welo-gradient-type {
	background: linear-gradient(var(--welo-title-section-overlay-direction, 135deg), var(--welo-title-section-overlay-from, transparent) 0%, var(--welo-title-section-overlay-to, transparent) 100%);
}

.welo-title-section-overlay.welo-gradient-1 {
	background: -webkit-linear-gradient(315deg, #80acb4, #afd8df, #8dc1e4, #b98dec, #f77c97, #ffd194);
	background:         linear-gradient(135deg, #80acb4, #afd8df, #8dc1e4, #b98dec, #f77c97, #ffd194);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 18s linear infinite;
			animation: weloGradientBg 18s linear infinite;
}

.welo-title-section-overlay.welo-gradient-2 {
	background: -webkit-linear-gradient(315deg, #FEB692, #E49698, #B87F9B, #846E91, #535C79, #2F4858);
	background:         linear-gradient(135deg, #FEB692, #E49698, #B87F9B, #846E91, #535C79, #2F4858);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 14s linear infinite;
			animation: weloGradientBg 14s linear infinite;
}

.welo-title-section-overlay.welo-gradient-3 {
	background: -webkit-linear-gradient(315deg, #EF92AE, #F1608C, #8F79AB, #623AA2);
	background:         linear-gradient(135deg, #EF92AE, #F1608C, #8F79AB, #623AA2);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 14s linear infinite;
			animation: weloGradientBg 14s linear infinite;
}

.welo-title-section-overlay.welo-gradient-4 {
	background: -webkit-linear-gradient(315deg, #61C6E6, #89D9F2, #8EDFB2, #4EBF85, #008953);
	background:         linear-gradient(135deg, #61C6E6, #89D9F2, #8EDFB2, #4EBF85, #008953);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 14s linear infinite;
			animation: weloGradientBg 14s linear infinite;
}

.welo-title-section-overlay.welo-gradient-5 {
	background: -webkit-linear-gradient(315deg, #F6CEEC, #C5B9E6, #86A9D7, #3B98B9, #00848C);
	background:         linear-gradient(135deg, #F6CEEC, #C5B9E6, #86A9D7, #3B98B9, #00848C);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 12s linear infinite;
			animation: weloGradientBg 12s linear infinite;
}

.welo-title-section-overlay.welo-gradient-6 {
	background: -webkit-linear-gradient(315deg, #BFE5D5, #9AC4BD, #7AA4A5, #5D848C, #446572, #2F4858);
	background:         linear-gradient(135deg, #BFE5D5, #9AC4BD, #7AA4A5, #5D848C, #446572, #2F4858);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 12s linear infinite;
			animation: weloGradientBg 12s linear infinite;
}

.welo-title-section-overlay.welo-gradient-7 {
	background: -webkit-linear-gradient(315deg, #FF8A5F, #F66F7B, #DA6297, #AB60AB, #6E62B1, #0061A6);
	background:         linear-gradient(135deg, #FF8A5F, #F66F7B, #DA6297, #AB60AB, #6E62B1, #0061A6);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 16s linear infinite;
			animation: weloGradientBg 16s linear infinite;
}

.welo-title-section-overlay.welo-gradient-8 {
	background: -webkit-linear-gradient(315deg, #FFAA85, #FFBEC5, #FF868F, #C4515D);
	background:         linear-gradient(135deg, #FFAA85, #FFBEC5, #FF868F, #C4515D);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 12s linear infinite;
			animation: weloGradientBg 12s linear infinite;
}

.welo-title-section-overlay.welo-gradient-9 {
	background: -webkit-linear-gradient(315deg, #000, #444);
	background:         linear-gradient(135deg, #000, #444);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 12s linear infinite;
			animation: weloGradientBg 12s linear infinite;
}

.welo-title-section-overlay.welo-gradient-10 {
	background: -webkit-linear-gradient(315deg, #888, #fff);
	background:         linear-gradient(135deg, #888, #fff);
	width: 300% !important;
	height: 300% !important;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-animation: weloGradientBg 10s linear infinite;
			animation: weloGradientBg 10s linear infinite;
}

@-webkit-keyframes weloGradientBg {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-66%, -66%, 0);
				transform: translate3d(-66%, -66%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
}

@keyframes weloGradientBg { 
	0% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-66%, -66%, 0);
				transform: translate3d(-66%, -66%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
	}
}

/*-----*  ( Post Cats & Meta )  *-----*/
.welo-title-section-cats {
	font-size: .94em;
	padding-bottom: 20px;
	line-height: 1;
}

.welo-title-section-cats a {
	display: inline-block;
	margin: 0 4px;
	padding: 8px 14px;
	border-radius: var(--welo-circle-border-radius);
}

.welo-title-section-meta {
	display: inline-flex;
	align-items: center;
	padding-top: 20px;
	font-size: .94em;
	line-height: 1;
}

.welo-title-section-meta > span,
.welo-title-section-meta > span a {
	display: inline-flex;
	align-items: center;
}

.welo-title-section-meta > span:after {
	content: '|';
	margin: 0 11px;
	opacity: .2;
}

.welo-title-section-meta > span:last-of-type:after {
	display: none;
}

.welo-title-section-meta .avatar {
	width: 28px;
	height: auto;
	margin-right: 6px;
	border-radius: var(--welo-circle-border-radius);
}

.welo-title-section-cats a,
.welo-title-section-meta a,
.welo-title-section-meta {
	color: var(--welo-title-section-title-color, var(--welo-dark-color));
}

.welo-title-section-cats a {
	border: 2px solid var(--welo-title-section-title-color, var(--welo-dark-color));
	will-change: transform;
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-title-section-cats a:hover {
	color: #fff;
	border-color: var(--welo-primary-color);
	background-color: var(--welo-primary-color);
	-webkit-box-shadow: 0 10px 32px -6px var(--light-shadow-color);
			box-shadow: 0 10px 32px -6px var(--light-shadow-color);
	-webkit-transform: scale3d(.95, .95, 1);
		-ms-transform: scale3d(.95, .95, 1);
			transform: scale3d(.95, .95, 1);
}

.welo-title-section-meta a {
	-webkit-transition: opacity .6s cubic-bezier(.25, 1, .3, 1), color .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition:  opacity.6s cubic-bezier(.25, 1, .3, 1), color .6s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .6s cubic-bezier(.25, 1, .3, 1), color .6s cubic-bezier(.25, 1, .3, 1);
}

/*-----*  ( Scroll Down Button )  *-----*/
.welo-title-section .welo-scroll-down {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: center;
	cursor: pointer;
	will-change: transform;
	-webkit-transform: translate(-50%, 14px);
		-ms-transform: translate(-50%, 14px);
			transform: translate(-50%, 14px);
	-webkit-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

body.welo-loaded .welo-title-section .welo-scroll-down {
	display: flex;
	align-items: center;
	flex-direction: column;
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.welo-title-section .welo-scroll-down .mouse {
	position: relative;
	display: block;
	width: 26px;
	height: 38px;
	border: 2px solid var(--welo-title-section-title-color, var(--welo-dark-color));
	border-radius: var(--welo-circle-border-radius);
}

.welo-title-section .welo-scroll-down .mouse .mouse-movement {
	position: absolute;
	display: block;
	top: 7px;
	left: 50%;
	width: 3px;
	height: 10px;
	background: var(--welo-title-section-title-color, var(--welo-dark-color));
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
	-webkit-animation-name: weloMouseWheel;
			animation-name: weloMouseWheel;
	-webkit-animation-duration: 1.6s;
			animation-duration: 1.6s;
	-webkit-animation-timing-function: cubic-bezier(.45, .35, .2, 1);
			animation-timing-function: cubic-bezier(.45, .35, .2, 1);
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

@-webkit-keyframes weloMouseWheel {
	0% { opacity: 0; }
	10% { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
	100% { -webkit-transform: translate(-50%, 9px); transform: translate(-50%, 9px); opacity: 0;}
}

@keyframes weloMouseWheel {
	0% { opacity: 0; }
	10% { -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); opacity: 1; }
	100% { -webkit-transform: translate(-50%, 9px); transform: translate(-50%, 9px); opacity: 0;}
}

.welo-title-section .welo-scroll-down .mouse-message {
	color: var(--welo-title-section-title-color, var(--welo-dark-color));
	font-size: .85em;
	line-height: 1.1;
	padding-top: 10px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transform: translate(0, 8px);
		-ms-transform: translate(0, 8px);
			transform: translate(0, 8px);
	-webkit-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .6s cubic-bezier(.25, 1, .3, 1);
	transition: all .6s cubic-bezier(.25, 1, .3, 1);
}

.welo-title-section .welo-scroll-down:hover .mouse-message {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}



/*------------------------------------------------------*/
/*					  04 - Elements
/*------------------------------------------------------*/

/*-----*  ( Alerts )  *-----*/
.welo-alert {
	display: flex;
	width: 100%;
	padding: 1em 24px;
	border-radius: var(--welo-first-border-radius);
}

.welo-alert .welo-alert-content h4 {
	font-size: 18px;
	margin-bottom: 4px;
}

.welo-alert .welo-alert-content p {
	margin-bottom: 0;
}

.welo-alert .welo-alert-icon {
	font-size: 20px;
	margin-right: 15px;
}

.welo-alert .close-icon {
	position: absolute;
	top: 20px;
	right: 16px;
	line-height: 1;
	font-size: 20px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 5%, 0);
		-ms-transform: translate3d(0, 5%, 0);
			transform: translate3d(0, 5%, 0);
}

.welo-alert.removing-alert {
	-webkit-animation-name: removingAlert;
	animation-name: removingAlert;
	-webkit-animation-duration: 340ms;
	animation-duration: 340ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes removingAlert {
	from { opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
}
@keyframes removingAlert {
	from { opacity: 1; }
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
}

.welo-alert.style-fill,
.welo-alert.style-fill h4 {
	color: #fff;
}

.welo-alert.style-fill.type-info {
	background: -webkit-linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
	background:         linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
}

.welo-alert.style-fill.type-success {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

.welo-alert.style-fill.type-warning {
	background: -webkit-linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
	background:         linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
}

.welo-alert.style-fill.type-error {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}

.welo-alert.style-fill .close-icon {
	opacity: .7;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.welo-alert.style-fill .close-icon:hover {
	opacity: 1;
}

.welo-alert.style-3d {
	color: #fff;
	-webkit-box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 0 4px 14px -2px var(--welo-light-shadow-color);
			box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 0 4px 14px -2px var(--welo-light-shadow-color);
}

.welo-alert.style-3d h4 {
	color: #fff;
}

.welo-alert.style-3d.type-info {
	background: -webkit-linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
	background:         linear-gradient(90deg, #60c4ff 0%, #7fd8ff 100%);
}

.welo-alert.style-3d.type-success {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

.welo-alert.style-3d.type-warning {
	background: -webkit-linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
	background:         linear-gradient(90deg, #ff8f5f 0%, #ff9f75 100%);
}

.welo-alert.style-3d.type-error {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}

.welo-alert.style-3d .close-icon {
	opacity: .7;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.welo-alert.style-3d .close-icon:hover {
	opacity: 1;
}

.welo-alert.style-outline.type-info {
	border: 1px solid #d3f5f9;
	background: #f3feff;
	color: #2ac7ee;
}

.welo-alert.style-outline.type-info h4 {
	color: #2ac7ee;
}

.welo-alert.style-outline.type-success {
	border: 1px solid #cdf9e7;
	background: #f3fff3;
	color: #00cf8b !important;
}

.welo-alert.style-outline.type-success h4 {
	color: #00cf8b !important;
}

.welo-alert.style-outline.type-warning {
	border: 1px solid #f9e5db;
	background: #fffbf8;
	color: #ff9467 !important;
}

.welo-alert.style-outline.type-warning h4 {
	color: #ff9467 !important;
}

.welo-alert.style-outline.type-error {
	border: 1px solid #fcdfdf;
	background: #fff8f8;
	color: #ff655e !important;
}

.welo-alert.style-outline.type-error h4 {
	color: #ff655e !important;
}

.welo-alert.style-outline .close-icon {
	opacity: .4;
	-webkit-transition: opacity .35s ease;
	-o-transition: opacity .35s ease;
	transition: opacity .35s ease;
}

.welo-alert.style-outline .close-icon:hover {
	opacity: .8;
}

/*-----*  ( Team Member )  *-----*/
.welo-team-member {
	position: relative;
}

.welo-team-member .member-icons a {
	display: inline-block;
	margin-right: 4px;
	font-size: 16px;
	padding: 6px;
	color: #fff;
	line-height: 1;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.welo-team-member .member-icons a:hover {
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
}

.welo-team-member .member-icons a:last-child {
	margin-right: 0;
}

.welo-team-member h4.member-name {
	margin-bottom: .5em;
}

.welo-team-member span.member-position {
	display: block;
	font-size: .85em;
	line-height: 1;
}

.welo-team-member .member-img {
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member .member-img,
.welo-team-member .member-overlay {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-team-member .member-img img {
	width: 100%;
}

/*----  Classic Style 1  ----*/
.welo-team-member.classic-style-1 .member-img {
	position: relative;
	margin-bottom: 28px;
	will-change: transform;
}

.welo-team-member.classic-style-1 .member-img .member-icons {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 8px 15px;
	opacity: 0;
	border-radius: var(--welo-second-border-radius);
	will-change: transform;
	background: rgba(17, 17, 17, .85);
	-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
			transform: translateY(3px);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.classic-style-1:hover .member-img .member-icons {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.welo-team-member.classic-style-1 h4.member-name {
	color: var(--welo-dark-color);
}

/*----  Classic Style 2  ----*/
.welo-team-member.classic-style-2 .member-img {
	position: relative;
	margin-bottom: 28px;
	will-change: transform;
}

.welo-team-member.classic-style-2 .member-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: background .4s cubic-bezier(.45, .35, .2, 1);
	transition: background .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.classic-style-2:hover .member-img:before {
	background: rgba(0, 0, 0, .5);
}

.welo-team-member.classic-style-2 .member-img .member-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.classic-style-2:hover .member-img .member-icons {
	opacity: 1;
}

.welo-team-member.classic-style-2 .member-img .member-icons a {
	font-size: 18px;
	padding: 8px;
}

.welo-team-member.classic-style-2 h4.member-name {
	color: var(--welo-dark-color);
}

/*----  Boxed Style 1  ----*/
.welo-team-member.boxed-style-1 {
	position: relative;
	will-change: transform;
}

.welo-team-member.boxed-style-1 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: background .4s cubic-bezier(.45, .35, .2, 1);
	transition: background .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.boxed-style-1:hover .member-overlay {
	background: rgba(0, 0, 0, .4);
}

.welo-team-member.boxed-style-1 .member-info {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 40px;
}

.welo-team-member.boxed-style-1 .member-info h4.member-name {
	color: #fff
}

.welo-team-member.boxed-style-1 .member-info span.member-position {
	color: rgba(255, 255, 255, .8);
}

.welo-team-member.boxed-style-1 .member-info .member-icons {
	position: absolute;
	bottom: 35px;
	right: 40px;
}

.welo-team-member.boxed-style-1 {
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

/*----  Boxed Style 2  ----*/
.welo-team-member.boxed-style-2 {
	position: relative;
	will-change: transform;
}

.welo-team-member.boxed-style-2 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.welo-team-member.boxed-style-2:hover .member-overlay {
	background: rgba(0, 0, 0, .4);
}

.welo-team-member.boxed-style-2 .member-info {
	text-align: left;
	width: 100%;
	padding: 0 40px;
	position: absolute;
	left: 0;
	bottom: 40px;
}

.welo-team-member.boxed-style-2 .member-info h4.member-name {
	color: #fff
}

.welo-team-member.boxed-style-2 .member-info span.member-position {
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.welo-team-member.boxed-style-2 .member-info .member-icons {
	position: absolute;
	right: 35px;
	bottom: 0;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(6px);
		-ms-transform: translateX(6px);
			transform: translateX(6px);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.boxed-style-2:hover .member-info .member-icons {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

/*----  Boxed Style 3  ----*/
.welo-team-member.boxed-style-3 {
	position: relative;
	will-change: transform;
}

.welo-team-member.boxed-style-3 .member-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	-o-transition: background .4s cubic-bezier(.45, .24, .05, .95);
	transition: background .4s cubic-bezier(.45, .24, .05, .95);
}

.welo-team-member.boxed-style-3:hover .member-overlay {
	background: rgba(0, 0, 0, 0);
}

.welo-team-member.boxed-style-3 .member-info {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	text-align: center;
}

.welo-team-member.boxed-style-3 .member-info h4.member-name {
	color: #fff
}

.welo-team-member.boxed-style-3 .member-info span.member-position {
	color: rgba(255, 255, 255, .8);
	margin: 0;
}

.welo-team-member.boxed-style-3 .member-info:before {
	content: '';
	display: block;
	background: #fff;
	width: 0;
	height: 2px;
	border-radius: var(--welo-circle-border-radius);
	position: absolute;
	bottom: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
	-webkit-transition: width .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: width .4s cubic-bezier(.45, .35, .2, 1);
	transition: width .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.boxed-style-3:hover .member-info:before {
	width: 40px;
}

.welo-team-member.boxed-style-3 .member-info .member-icons {
	position: absolute;
	top: 100%;
	left: 50%;
	line-height: 1;
	opacity: 0;
	will-change: transform;
	-webkit-transform: translate(-50%, 30px);
		-ms-transform: translate(-50%, 30px);
			transform: translate(-50%, 30px);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-team-member.boxed-style-3:hover .member-info .member-icons {
	opacity: 1;
	-webkit-transform: translate(-50%, 45px);
		-ms-transform: translate(-50%, 45px);
			transform: translate(-50%, 45px);
}

/*-----*  ( Pretty buttons )  *-----*/
.welo-pbutton-wrapper .welo-pbutton {
	line-height: 1;
	position: relative;
	display: inline-flex;
	padding: 0 1.8em;
	overflow: hidden;
	align-items: center;
	gap: .5em;
	height: 3.8em;
}

.welo-pbutton-wrapper .welo-pbutton-text,
.welo-pbutton-wrapper .welo-pbutton-icon {
	position: relative;
}

.welo-pbutton-wrapper .welo-pbutton .welo-pbutton-icon {
	font-size: 18px;
	display: flex;
	will-change: transform;
}

.welo-pbutton-wrapper .welo-pbutton .welo-pbutton-icon,
.welo-pbutton-wrapper .welo-pbutton .welo-pbutton-text {
	-webkit-transition: color .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: color .4s cubic-bezier(.1, .5, .3, 1);
	transition: color .4s cubic-bezier(.1, .5, .3, 1);
}

.welo-pbutton-wrapper.style-1 .welo-pbutton {
	color: var(--welo-primary-color);
}

.welo-pbutton-wrapper.style-1 .welo-pbutton:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	clip-path: circle(12%);
	background-color: var(--welo-light-bg-color);
	-webkit-transition: background-color .6s cubic-bezier(.1, .5, .3, 1), clip-path .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: background-color .6s cubic-bezier(.1, .5, .3, 1), clip-path .6s cubic-bezier(.1, .5, .3, 1);
	transition: background-color .6s cubic-bezier(.1, .5, .3, 1), clip-path .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-pbutton-wrapper.style-1 .welo-pbutton:hover:before {
	clip-path: circle(75%);
}

.welo-pbutton-wrapper.style-2 .welo-pbutton {
	color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
}

.welo-pbutton-wrapper.style-2 .welo-pbutton:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	height: 3.8em;
	width: 3.8em;
	border-radius: inherit;
	background-color: var(--welo-light-bg-color);
	-webkit-transition: background-color .6s cubic-bezier(.1, .5, .3, 1), width .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: background-color .6s cubic-bezier(.1, .5, .3, 1), width .6s cubic-bezier(.1, .5, .3, 1);
	transition: background-color .6s cubic-bezier(.1, .5, .3, 1), width .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-pbutton-wrapper.style-2 .welo-pbutton:hover:before {
	width: 100% !important;
}

.welo-pbutton-wrapper.style-3 {
	display: inline-flex;
	cursor: pointer;
	transform-style: preserve-3d;
}

.welo-pbutton-wrapper.style-3 .welo-pbutton {
	color: #fff;
	border-radius: var(--welo-circle-border-radius);
	perspective-origin: 0 0;
	will-change: transform, filter;
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, .3));
	-webkit-transform: rotateX(0deg) rotateY(0deg) scale(1);
		-ms-transform: rotateX(0deg) rotateY(0deg) scale(1);
			transform: rotateX(0deg) rotateY(0deg) scale(1);
}

.welo-pbutton-wrapper.style-3 .welo-pbutton:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-color: var(--welo-primary-color);
	-webkit-transition: background-color .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: background-color .6s cubic-bezier(.1, .5, .3, 1);
	transition: background-color .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-pbutton-wrapper.style-4 .welo-pbutton,
.welo-pbutton-wrapper.style-5 .welo-pbutton,
.welo-pbutton-wrapper.style-6 .welo-pbutton,
.welo-pbutton-wrapper.style-7 .welo-pbutton,
.welo-pbutton-wrapper.style-8 .welo-pbutton {		
	position: relative;	
	color: var(--welo-primary-color);
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 2.2em;
	gap: .7em;
	-webkit-transition: color .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: color .6s cubic-bezier(.77, 0, .175, 1);
	transition: color .6s cubic-bezier(.77, 0, .175, 1);
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:before,
.welo-pbutton-wrapper.style-4 .welo-pbutton:after,
.welo-pbutton-wrapper.style-5 .welo-pbutton:before,
.welo-pbutton-wrapper.style-5 .welo-pbutton:after,
.welo-pbutton-wrapper.style-6 .welo-pbutton:before,
.welo-pbutton-wrapper.style-6 .welo-pbutton:after,
.welo-pbutton-wrapper.style-7 .welo-pbutton:before,
.welo-pbutton-wrapper.style-7 .welo-pbutton:after,
.welo-pbutton-wrapper.style-8 .welo-pbutton:before,
.welo-pbutton-wrapper.style-8 .welo-pbutton:after {
	content: '';
	position: absolute;	
	z-index: -1;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
	transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:hover,
.welo-pbutton-wrapper.style-5 .welo-pbutton:hover,
.welo-pbutton-wrapper.style-6 .welo-pbutton:hover,
.welo-pbutton-wrapper.style-7 .welo-pbutton:hover,
.welo-pbutton-wrapper.style-8 .welo-pbutton:hover {
	color: #fff;
	-webkit-transition-delay: .5s;
		 -o-transition-delay: .5s;
			transition-delay: .5s;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:hover:hover:before,
.welo-pbutton-wrapper.style-5 .welo-pbutton:hover:hover:before,
.welo-pbutton-wrapper.style-6 .welo-pbutton:hover:hover:before,
.welo-pbutton-wrapper.style-7 .welo-pbutton:hover:hover:before,
.welo-pbutton-wrapper.style-8 .welo-pbutton:hover:hover:before {
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:hover:after,
.welo-pbutton-wrapper.style-5 .welo-pbutton:hover:after,
.welo-pbutton-wrapper.style-6 .welo-pbutton:hover:after,
.welo-pbutton-wrapper.style-7 .welo-pbutton:hover:after,
.welo-pbutton-wrapper.style-8 .welo-pbutton:hover:after {
	background-color: var(--welo-primary-color);
	-webkit-transition-delay: .35s;
		 -o-transition-delay: .35s;
			transition-delay: .35s;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:before, 
.welo-pbutton-wrapper.style-4 .welo-pbutton:after {
	left: 0;
	height: 0;
	width: 100%;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:before {
	bottom: 0;
	border: 1px solid var(--welo-primary-color);
	border-top: 0;
	border-bottom: 0;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:after {
	top: 0;
	height: 0;
}

.welo-pbutton-wrapper.style-4 .welo-pbutton:hover:before,
.welo-pbutton-wrapper.style-4 .welo-pbutton:hover:after {
	height: 100%;
}

.welo-pbutton-wrapper.style-5 .welo-pbutton:before, 
.welo-pbutton-wrapper.style-5 .welo-pbutton:after {
	top: 0;
	width: 0;
	height: 100%;
}

.welo-pbutton-wrapper.style-5 .welo-pbutton:before {
	right: 0;
	border: 1px solid var(--welo-primary-color);
	border-left: 0;
	border-right: 0;
}

.welo-pbutton-wrapper.style-5 .welo-pbutton:after {
	left: 0;
}

.welo-pbutton-wrapper.style-5 .welo-pbutton:hover:before,
.welo-pbutton-wrapper.style-5 .welo-pbutton:hover:after {
	width: 100%;
}

.welo-pbutton-wrapper.style-6 .welo-pbutton:before, 
.welo-pbutton-wrapper.style-6 .welo-pbutton:after {
	top: 0;
	width: 0;
	height: 100%;
}

.welo-pbutton-wrapper.style-6 .welo-pbutton:before {
	left: 0;
	border: 1px solid var(--welo-primary-color);
	border-left: 0;
	border-right: 0;
}

.welo-pbutton-wrapper.style-6 .welo-pbutton:after {
	right: 0;
}

.welo-pbutton-wrapper.style-6 .welo-pbutton:hover:before,
.welo-pbutton-wrapper.style-6 .welo-pbutton:hover:after {
	width: 100%;
}

.welo-pbutton-wrapper.style-7 .welo-pbutton:before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border: 1px solid var(--welo-primary-color);
	border-left: 0;
	border-right: 0;
}

.welo-pbutton-wrapper.style-7 .welo-pbutton:after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background-color: var(--welo-primary-color);
}

.welo-pbutton-wrapper.style-7 .welo-pbutton:hover:before {
	left: 0;
	width: 100%;
}

.welo-pbutton-wrapper.style-7 .welo-pbutton:hover:after {
	top: 0;
	height: 100%;
}

.welo-pbutton-wrapper.style-8 .welo-pbutton:before, 
.welo-pbutton-wrapper.style-8 .welo-pbutton:after {
	left: 0;
	height: 0;
	width: 100%;
}

.welo-pbutton-wrapper.style-8 .welo-pbutton:before {
	top: 0;
	border: 1px solid var(--welo-primary-color);
	border-top: 0;
	border-bottom: 0;
}

.welo-pbutton-wrapper.style-8 .welo-pbutton:after {
	bottom: 0;
	height: 0;
}

.welo-pbutton-wrapper.style-8 .welo-pbutton:hover:before,
.welo-pbutton-wrapper.style-8 .welo-pbutton:hover:after {
	height: 100%;
}






/*-----*  ( Pie Charts )  *-----*/
.welo-pie-chart {
	display: inline-block;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.welo-pie-chart .welo-pie-chart-content {
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-46%);
		-ms-transform: translateY(-46%);
			transform: translateY(-46%);
}

.welo-pie-chart .welo-pie-chart-icon {
	font-size: 32px;
	display: block;
	color: var(--welo-primary-color);
}

.welo-pie-chart .welo-pie-chart-text {
	font-size: .9em;
	display: block;
}

.welo-pie-chart .welo-pie-chart-icon + .welo-pie-chart-text {
	margin-top: 12px;
	margin-bottom: -8px;
}

.welo-pie-chart.size-small .svg-container {
	width: 120px;
	height: 110px
}

.welo-pie-chart.size-medium .svg-container {
	width: 150px;
	height: 140px
}

.welo-pie-chart.size-large .svg-container {
	width: 180px;
	height: 170px
}

.welo-pie-chart.size-xlarge .svg-container {
	width: 220px;
	height: 210px
}

.welo-pie-chart svg path {
	will-change: auto;
	stroke-miterlimit: round;
	transition: stroke-dashoffset 1s cubic-bezier(.23, .46, .4, 1);
}

.welo-pie-chart.thickness-thin svg path {
	stroke-width: 5px;
}

.welo-pie-chart.thickness-medium svg path {
	stroke-width: 10px;
}

.welo-pie-chart.thickness-thick svg path {
	stroke-width: 16px;
}

.welo-pie-chart.size-small.thickness-thin .svg-container > svg {
	width: 150px;
	height: 150px;
	margin-left: -15px;
	margin-top: -15px;
}

.welo-pie-chart.size-small.thickness-medium .svg-container > svg {
	width: 145px;
	height: 145px;
	margin-left: -13px;
	margin-top: -13px;
}

.welo-pie-chart.size-small.thickness-thick .svg-container > svg {
	width: 140px;
	height: 140px;
	margin-left: -10px;
	margin-top: -10px;
}

.welo-pie-chart.size-medium.thickness-thin .svg-container > svg {
	width: 188px;
	height: 188px;
	margin-left: -19px;
	margin-top: -19px;
}

.welo-pie-chart.size-medium.thickness-medium .svg-container > svg {
	width: 182px;
	height: 182px;
	margin-left: -16px;
	margin-top: -16px;
}

.welo-pie-chart.size-medium.thickness-thick .svg-container > svg {
	width: 176px;
	height: 176px;
	margin-left: -13px;
	margin-top: -13px;
}

.welo-pie-chart.size-large.thickness-thin .svg-container > svg {
	width: 226px;
	height: 226px;
	margin-left: -23px;
	margin-top: -23px;
}

.welo-pie-chart.size-large.thickness-medium .svg-container > svg {
	width: 218px;
	height: 218px;
	margin-left: -19px;
	margin-top: -19px;
}

.welo-pie-chart.size-large.thickness-thick .svg-container > svg {
	width: 210px;
	height: 210px;
	margin-left: -15px;
	margin-top: -15px;
}

.welo-pie-chart.size-xlarge.thickness-thin .svg-container > svg {
	width: 275px;
	height: 275px;
	margin-left: -27px;
	margin-top: -27px;
}

.welo-pie-chart.size-xlarge.thickness-medium .svg-container > svg {
	width: 266px;
	height: 266px;
	margin-left: -23px;
	margin-top: -23px;
}

.welo-pie-chart.size-xlarge.thickness-thick .svg-container > svg {
	width: 257px;
	height: 257px;
	margin-left: -19px;
	margin-top: -19px;
}

/*-----*  ( Counters )  *-----*/
.welo-counter {
	font-size: 32px;
	line-height: 1;
	-webkit-transition: width all .3s ease-in-out !important;
	-o-transition: width all .3s ease-in-out !important;
	transition: width all .3s ease-in-out !important;
}

.welo-counter .welo-counter-wrapper {
	display: flex;
}

.welo-counter .welo-counter-number {
	height: 1em;
	line-height: 1em;
}

.welo-counter .welo-counter-prefix {
	line-height: 1;
	margin-right: .1em;
}

.welo-counter .welo-counter-suffix {
	line-height: 1;
	margin-left: .1em;
}

.welo-counter .welo-counter-number,
.welo-counter .welo-counter-prefix,
.welo-counter .welo-counter-suffix {
	opacity: 0;
	-webkit-transition: opacity .3s ease !important;
	-o-transition: opacity .3s ease !important;
	transition: opacity .3s ease !important;
}

.welo-counter .welo-counter-number.loaded,
.welo-counter .welo-counter-prefix.loaded,
.welo-counter .welo-counter-suffix.loaded {
	opacity: 1;
}

.onedigit {
	will-change: transform;
	-webkit-transition: -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
	-o-transition: transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 2000ms cubic-bezier(.45, .35, .2, 1);
	transition: transform 2000ms cubic-bezier(.45, .35, .2, 1), -webkit-transform 2000ms cubic-bezier(.45, .35, .2, 1);
}

/*-----*  ( Countdown )  *-----*/
.welo-countdown {
	font-size: 32px;
}

@media (max-width: 767px) {
	.welo-countdown {
		font-size: 28px !important;
	}
	.welo-countdown .countdown-time {
		padding: 0 7px !important;
	}
}

@media (max-width: 575px) {
	.welo-countdown {
		font-size: 24px !important;
	}
	.welo-countdown .countdown-time {
		padding: 0 5px !important;
	}
}

.welo-countdown .countdown-time {
	padding: 0 12px;
	display: inline-block;
	position: relative;
}

.welo-countdown .countdown-time:first-child {
	padding-left: 0;
}

.welo-countdown .countdown-time:last-child {
	padding-right: 0;
}

.welo-countdown .countdown-time .time-count {
	min-width: 2.2em;
	color: var(--welo-dark-color);
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-countdown.boxed-style .countdown-time .time-count {
	min-width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
	color: #fff;
	background: var(--welo-dark-color);
}

.welo-countdown.boxed-flip-style .countdown-time .time-count {
	min-width: 2.4em;
	height: 2.4em;
	line-height: 2.4em;
	position: relative;
	-webkit-perspective: 300px;
			perspective: 300px;
}

.welo-countdown.boxed-flip-style .time-count .number-bottom .number {
	top: -1.2em;
}

.welo-countdown.boxed-flip-style .time-count {
	color: #fff;
	background-color: var(--welo-dark-color);
}

.welo-countdown .time-count .number-current,
.welo-countdown .time-count .number-next {
	background: #fff;
	position: absolute;
	outline: transparent solid 1px;
	top: 0;
	left: 0;
	z-index: 5;
}

.welo-countdown .time-count .number-current.number-top,
.welo-countdown .time-count .number-next.number-bottom {
	z-index: 6;
	will-change: transform;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
	-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
			transform: rotateX(0);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.welo-countdown .time-count .number-current.number-top {
	z-index: 7;
}

.welo-countdown .time-count .number-next.number-bottom {
	-webkit-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.welo-countdown .time-count .number-bottom,
.welo-countdown .time-count .number-top {
	background: inherit;
}

.welo-countdown .time-count .number-bottom:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .08)
}

.welo-countdown .time-count .number-bottom,
.welo-countdown .time-count .number-top {
	width: 100%;
	height: 50%;
	overflow: hidden;
}

.welo-countdown .time-count .number-bottom {
	height: 50%;
	border-top: none;
	top: 50%;
	margin-top: 0;
}

.welo-countdown .time-count .number {
	position: relative;
	z-index: 8;
}

.welo-countdown .flip .number-current.number-top {
	-webkit-transform: rotateX(-180deg);
		-ms-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.welo-countdown .flip .number-next.number-bottom {
	-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
			transform: rotateX(0);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.welo-countdown .countdown-time .time-label {
	color: var(--welo-dark-color);
	text-align: center;
	font-size: 13px;
	line-height: 1;
	margin-top: 18px;
}

/*-----*  ( Inline Images )  *-----*/
.welo-inline-images {
	line-height: 1;
	margin: 0 0.2em;
	display: inline-block;
	white-space: nowrap;
}

.welo-inline-images span {
	width: 1.4em;
	max-width: 120px;
	margin: -0.7em 0;
	margin-left: -0.3em;
	display: inline-block;
}

.welo-inline-images span:first-child {
	margin-left: 0;
}

.welo-inline-images span img {
	opacity: 0;
	width: 100%;
	height: auto;
	border-radius: var(--welo-circle-border-radius);
	clip-path: circle(10%);
	opacity: 0;
}

.welo-inline-images span.animated img {
	opacity: 1;
	-webkit-animation: weloInlineImage 1.5s cubic-bezier(.25, 1, .6, 1) forwards;
			animation: weloInlineImage 1.5s cubic-bezier(.25, 1, .6, 1) forwards;
}

@-webkit-keyframes weloInlineImage {
	0% {
		opacity: 0;
		clip-path: circle(10%)
	}
	50% {
		opacity:1
	}
	100% {
		opacity:1;
		clip-path:circle(50%)
	}
}

@keyframes weloInlineImage {
	0% {
		opacity: 0;
		clip-path: circle(10%)
	}
	50% {
		opacity:1
	}
	100% {
		opacity:1;
		clip-path:circle(50%)
	}
}

/*-----*  ( Spinning Text )  *-----*/
.welo-spinning-text {
	display: inline-block;
	position: relative;
}

.welo-spinning-text img {
	max-width: 80%;
	width: 56px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.welo-spinning-text svg {
	will-change: transform;
	width: 150px;
	-webkit-animation: weloSpinningRight 18s linear infinite;
			animation: weloSpinningRight 18s linear infinite;
}

.welo-spinning-text.to-left svg {
	-webkit-animation: weloSpinningLeft 18s linear infinite;
			animation: weloSpinningLeft 18s linear infinite;
}

.welo-spinning-text svg text {
	font-size: 42px;
	text-transform: uppercase;
	fill: var(--welo-dark-color);
}

@-webkit-keyframes weloSpinningRight {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

@keyframes weloSpinningRight {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}

@-webkit-keyframes weloSpinningLeft {
	from { transform: rotate(0); }
	to { transform: rotate(-360deg); }
}

@keyframes weloSpinningLeft {
	from { transform: rotate(0); }
	to { transform: rotate(-360deg); }
}

/*-----*  ( Highlighted Text )  *-----*/
.welo-highlighted-text {
	position: relative;
	display: inline-block;
}

.welo-highlighted-text .welo-text {
	position: relative;
	white-space: nowrap;
}

.welo-highlighted-text .welo-svg {
	display: inline;
}

.welo-highlighted-text .welo-svg svg {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	width: 102%;
	height: 100%;
	overflow: visible;
	-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
			transform: translate(-50%);
}

.welo-circle-shape .welo-highlighted-text .welo-svg svg {
	width: 108%;
	height: 112%;
}

.welo-highlighted-text .welo-svg svg line,
.welo-highlighted-text .welo-svg svg path {
	stroke: var(--welo-primary-color);
	stroke-width: 15;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0;
}

.welo-highlighted-text.animated .welo-svg.rounded-stroke svg line,
.welo-highlighted-text.animated .welo-svg.rounded-stroke svg path {
	stroke-linecap: round;
}

.welo-highlighted-text.animated .welo-svg svg line,
.welo-highlighted-text.animated .welo-svg svg path {
	opacity: 1;
	-webkit-animation: weloDrawStroke 2s cubic-bezier(.3, 1, .5, 1) forwards;
			animation: weloDrawStroke 2s cubic-bezier(.3, 1, .5, 1) forwards;
}

@-webkit-keyframes weloDrawStroke {
	0% {
		opacity: 0;
		stroke-dashoffset: 1;
	}
	1% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes weloDrawStroke {
	0% {
		opacity: 0;
		stroke-dashoffset: 1;
	}
	1% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

/*-----*  ( List )  *-----*/
ol.ordered_list + *,
ul.unordered-list + * {
	margin-bottom: 1.6rem;
}
ol.ordered_list, ul.unordered-list {
	padding: 0;
	margin-bottom: 1.2em !important;
	list-style: none !important;
}

ol.ordered_list li, ul.unordered-list li {
	position: relative;
	margin-bottom: .3em;
}

ol.ordered_list {
	counter-reset: item;
}

ol.ordered_list li {
	padding-left: 48px !important;
}

ol.ordered_list li:last-child,
ul.unordered-list li:last-child {
	margin-bottom: 0;
}

ol.ordered_list li:after {
	display: block;
	height: 26px;
	width: 27px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 1em;
	left: 0;
	font-size: .9em;
	font-weight: 700;
	content: counter(item);
	counter-increment: item;
	color: #fff;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-second-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list li {
	padding-left: 30px !important;
}

ul.unordered-list li:before {
	content: "" !important;
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: calc(100% / 2);
	left: 0;
	opacity: .3;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list li:after {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: calc(100% / 2);
	left: 4px;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

ul.unordered-list ul.unordered-list,
ul.unordered-list ol.ordered_list {
	margin: 0 !important;
	padding: 5px 0 4px 0;
}

ol.ordered_list ol.ordered_list,
ol.ordered_list ul.unordered-list {
	margin: 0 !important;
	padding: 12px 0 4px 0;
}

.welo-list-items {
}

.welo-list-items.inline-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.welo-list-items .welo-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

.welo-list-items.inline-items .welo-list-item {
	display: inline-flex;
	margin-right: 20px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.welo-list-items.inline-items .welo-list-item {
		display: flex;
		margin-right: 0 !important;
	}
	.welo-list-items.inline-items { flex-direction: column; }
}

.welo-list-items.inline-items .welo-list-item:last-of-type {
	margin-right: 0;
}

.welo-list-items .welo-list-item > a {
	display: flex;
	align-items: center;
}

.welo-list-items .welo-list-item .item-bullet {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 14px;
}


.welo-list-items .welo-list-item.type-dot .item-bullet:before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	opacity: .3;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
}

.welo-list-items .welo-list-item.type-dot .item-bullet:after {
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 50%;
	left: 4px;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
}

.welo-list-items .welo-list-item.type-icon .item-bullet {
	font-size: 18px;
	color: var(--welo-primary-color);
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}

.welo-list-items .welo-list-item.type-text .item-bullet {
	display: inline-block;
	font-size: .9em;
	line-height: 1;
	color: #fff;
	padding: .4em .6em;
	white-space: nowrap;
	background-color: var(--welo-primary-color);
	border-radius: var(--welo-second-border-radius);
	-webkit-transition: background-color .35s ease;
	-o-transition: background-color .35s ease;
	transition: background-color .35s ease;
}

/*-----*  ( Patterns Backgrounds )  *-----*/
.dots-pattern-bg,
.circlest-pattern-bg,
.circlesc-pattern-bg,
.circlesb-pattern-bg,
.zigzag-pattern-bg,
.zigzag3d-pattern-bg,
.isometric-pattern-bg,
.boxes-pattern-bg {
	--welo-pattern-bg-color: var(--welo-light-border-color);
	--welo-pattern-bg-color-2: var(--welo-light-bg-color);
}

.dots-pattern-bg {
	background-image: radial-gradient(var(--welo-pattern-bg-color) 1.1px, transparent 1.1px);
    background-size: 25px 25px;
}

.circlest-pattern-bg {
	background-image: repeating-radial-gradient(
		circle at top,
		transparent 0,
		transparent calc(15% - 1px),
		var(--welo-pattern-bg-color) 0,
		var(--welo-pattern-bg-color) 15%
	);
	background-repeat: no-repeat;
}

.circlesc-pattern-bg {
	background-image: repeating-radial-gradient(
		circle at center,
		transparent 0,
		transparent calc(15% - 1px),
		var(--welo-pattern-bg-color) 0,
		var(--welo-pattern-bg-color) 15%
	);
	background-repeat: no-repeat;
}

.circlesb-pattern-bg {
	background-image: repeating-radial-gradient(
		circle at bottom,
		transparent 0,
		transparent calc(15% - 1px),
		var(--welo-pattern-bg-color) 0,
		var(--welo-pattern-bg-color) 15%
	);
	background-repeat: no-repeat;
}

.zigzag-pattern-bg {
	background-image:
		linear-gradient(135deg, var(--welo-pattern-bg-color) 25%, transparent 25%),
		linear-gradient(225deg, var(--welo-pattern-bg-color) 25%, transparent 25%),
		linear-gradient(45deg, var(--welo-pattern-bg-color) 25%, transparent 25%),
		linear-gradient(315deg, var(--welo-pattern-bg-color) 25%, rgba(255,255,255,0) 25%);
	background-position:  29px 0, 29px 0, 0 0, 0 0;
	background-size: 58px 58px;
	background-repeat: repeat;
}

.zigzag3d-pattern-bg {
	background:
		linear-gradient(135deg, var(--welo-pattern-bg-color-2) 25%, transparent 25%) -29px 0/ 58px 58px,
		linear-gradient(225deg, var(--welo-pattern-bg-color) 25%, transparent 25%) -29px 0/ 58px 58px,
		linear-gradient(315deg, var(--welo-pattern-bg-color-2) 25%, transparent 25%) 0px 0/ 58px 58px,
		linear-gradient(45deg, var(--welo-pattern-bg-color) 25%, rgba(255,255,255,0) 25%) 0px 0/ 58px 58px;
}

.isometric-pattern-bg {
	background-image:
		linear-gradient(30deg, var(--welo-pattern-bg-color) 12%, transparent 12.5%, transparent 87%, var(--welo-pattern-bg-color) 87.5%, var(--welo-pattern-bg-color)),
		linear-gradient(150deg, var(--welo-pattern-bg-color) 12%, transparent 12.5%, transparent 87%, var(--welo-pattern-bg-color) 87.5%, var(--welo-pattern-bg-color)),
		linear-gradient(30deg, var(--welo-pattern-bg-color) 12%, transparent 12.5%, transparent 87%, var(--welo-pattern-bg-color) 87.5%, var(--welo-pattern-bg-color)),
		linear-gradient(150deg, var(--welo-pattern-bg-color) 12%, transparent 12.5%, transparent 87%, var(--welo-pattern-bg-color) 87.5%, var(--welo-pattern-bg-color)),
		linear-gradient(60deg, var(--welo-pattern-bg-color-2) 25%, transparent 25.5%, transparent 75%, var(--welo-pattern-bg-color-2) 75%, var(--welo-pattern-bg-color-2)),
		linear-gradient(60deg, var(--welo-pattern-bg-color-2) 25%, transparent 25.5%, transparent 75%, var(--welo-pattern-bg-color-2) 75%, var(--welo-pattern-bg-color-2));
	background-size: 58px 102px;
	background-position: 0 0, 0 0, 29px 51px, 29px 51px, 0 0, 29px 51px;
}

.boxes-pattern-bg {
	background-image:
		linear-gradient(var(--welo-pattern-bg-color) 1px, transparent 1px),
		linear-gradient(to right, var(--welo-pattern-bg-color) 1px, transparent 1px);
	background-size: 80px 80px;
	background-position: center;
}

/*-----*  ( Fluid Gradient )  *-----*/
.welo-mesh-gradient-canvas {
	--welo-mesh-color-1: var(--welo-primary-color);
	--welo-mesh-color-2: var(--welo-secondary-color);
	--welo-mesh-color-3: #eee981;
	--welo-mesh-color-4: #98ef6a;
	--welo-mesh-color-5: #f8fc7f;
}

.welo-mesh-gradient-canvas,
.welo-mesh-gradient {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.mesh-gradient-1 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 0% 99%,	var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 55% 18%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 83% 1%, 	var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 80% 100%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 0% 0%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-2 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 58% 37%, var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 43% 33%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 58% 98%, var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 37% 62%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 19% 25%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-3 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 53% 51%, var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 79% 17%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 14% 75%, var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 48% 52%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 37% 16%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-4 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 30% 99%, var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 92% 95%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 81% 19%, var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 34% 79%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 46% 94%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-5 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 53% 11%, var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 28% 85%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 65% 3%, var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 63% 48%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 43% 23%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-6 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 89% 45%, var(--welo-mesh-color-1) 0px, transparent 50%),
	radial-gradient(at 78% 22%, var(--welo-mesh-color-2) 0px, transparent 50%),
	radial-gradient(at 14% 56%, var(--welo-mesh-color-3) 0px, transparent 50%),
	radial-gradient(at 53% 65%, var(--welo-mesh-color-4) 0px, transparent 50%),
	radial-gradient(at 70% 0%, var(--welo-mesh-color-5) 0px, transparent 50%);
}

.mesh-gradient-7 .welo-mesh-gradient {
	background-image:
	radial-gradient(at 29% 79%, var(--welo-mesh-color-1) 0, transparent 50%),
	radial-gradient(at 28% 49%, var(--welo-mesh-color-2) 0, transparent 50%),
	radial-gradient(at 59% 98%, var(--welo-mesh-color-3) 0, transparent 50%),
	radial-gradient(at 47% 53%, var(--welo-mesh-color-4) 0, transparent 50%),
	radial-gradient(at 35% 80%, var(--welo-mesh-color-5) 0, transparent 50%);
}

/*-----*  ( Split Text )  *-----*/
.welo-split-animate:not(.elementor-element-edit-mode) {
	opacity: 0;
}

.welo-split-animate .welo-animated {
	will-change: transform, opacity;
	animation-fill-mode: both;
	animation-duration: var(---welo-speed);
	animation-delay: calc(var(---welo-delay) + calc(var(---welo-stagger) * var(---welo-char-index)));
}

.welo-splitby-words .welo-animated {
	animation-delay: calc(var(---welo-delay) + calc(var(---welo-stagger) * var(---welo-word-index)));
}

.welo-splitby-lines .welo-animated {
	animation-delay: calc(var(---welo-delay) + calc(var(---welo-stagger) * var(---welo-line-index)));
}

.welo-split-animate span:not(.whitespace):not(.welo-headline-text) {
	display: inline-block;
}

.fadeInUpSec {
	animation-name: rotateInUpLeft, weloFadeIn !important;
	animation-timing-function: cubic-bezier(.22, 1, .36, 1), cubic-bezier(0, 0, .2, 1);
}

.splitting.fadeInUpSec {
	transform: rotate(4deg);
	transition: 0s !important;
	transition-delay: 0s;
}

.splitting {
	display: inline-block;
	transition: transform calc(calc(var(---welo-speed) * var(---welo-word-total)) / 10) ease-out;
	transition-delay: calc(var(---welo-delay) * 0.7);
	transform-origin: top left;
}

.splitting.lines {
	transition: transform calc(calc(var(---welo-speed) * var(---welo-line-total)) / 3) cubic-bezier(.22, 1, .36, 1);
}

/*-----*  ( Custom Menu )  *-----*/
.welo-custom-menu li {
	padding: 1em 0;
	line-height: 1;
}

.welo-custom-menu.menu-inline li {
	padding: 0;
	display: inline-block;
}

.welo-custom-menu.menu-inline li:after {
	content: '-';
	margin: 0 1.1em;
	font-size: .9em;
}

.welo-custom-menu.menu-inline li:last-child:after {
	display: none;
}

/*-----*  ( Search Form )  *-----*/
.welo-search-form form {
	width: 100%;
	display: inline-block;
	position: relative;
}

.welo-search-form input[type="text"] {
	padding: 20px 28px;
	border-radius: var(--welo-first-border-radius);
	background-color: #fff;
	border: none !important;
	-webkit-box-shadow: 0 6px 30px -10px var(--welo-light-shadow-color);
			box-shadow: 0 6px 30px -10px var(--welo-light-shadow-color);
}

.welo-search-form input[type="submit"] {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: 60px;
}

.welo-search-form i {
	color: var(--welo-primary-color);
	position: absolute;
	right: 22px;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.welo-search-form form:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 58px;
	background-color:  rgba(0, 0, 0, .06);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

/*-----*  ( Clients )  *-----*/
.welo-clients.grid-layout-2-1 .client-item, .welo-clients.grid-layout-2-2 .client-item {
	width: 50%;
	float: left;
}

.welo-clients.grid-layout-3-1 .client-item, .welo-clients.grid-layout-3-2 .client-item {
	width: 33.3333%;
	float: left;
}

.welo-clients.grid-layout-4-1 .client-item, .welo-clients.grid-layout-4-2 .client-item {
	width: 25%;
	float: left;
}

.welo-clients.grid-layout-5-1 .client-item, .welo-clients.grid-layout-5-2 .client-item {
	width: 20%;
	float: left;
}

.welo-clients.grid-layout-6-1 .client-item, .welo-clients.grid-layout-6-2 .client-item {
	width: 16.6666%;
	float: left;
}

@media (max-width: 1024px) {
	.welo-clients.grid-layout .fancy-divider .border-bottom, .welo-clients.grid-layout .fancy-divider .border-right {
		display: none !important;
	}
	.welo-clients.grid-layout-5-1 .client-item, .welo-clients.grid-layout-5-2 .client-item {
		width: 25%;
	}
	.welo-clients.grid-layout-6-1 .client-item, .welo-clients.grid-layout-6-2 .client-item {
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	.welo-clients.grid-layout-4-1 .client-item, .welo-clients.grid-layout-4-2 .client-item,
	.welo-clients.grid-layout-5-1 .client-item, .welo-clients.grid-layout-5-2 .client-item,
	.welo-clients.grid-layout-6-1 .client-item, .welo-clients.grid-layout-6-2 .client-item {
		width: 33.3333%;
	}
}

@media (max-width: 575px) {
	.welo-clients.grid-layout-3-1 .client-item, .welo-clients.grid-layout-3-2 .client-item,
	.welo-clients.grid-layout-4-1 .client-item, .welo-clients.grid-layout-4-2 .client-item,
	.welo-clients.grid-layout-5-1 .client-item, .welo-clients.grid-layout-5-2 .client-item,
	.welo-clients.grid-layout-6-1 .client-item, .welo-clients.grid-layout-6-2 .client-item {
		width: 50%;
	}
}

.welo-clients .client-item {
	position: relative;
}

.welo-clients .client-item a {
	display: block;
}

.welo-clients .client-item img {
	width: 100%;
	height: auto;
}

.welo-clients .client-item:not(.with-hover) img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

.welo-clients .client-item:not(.with-hover):hover img {
	opacity: 1 !important;
}

.client-item.with-hover .img {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

.client-item.with-hover:hover .img {
	opacity: 0 !important;
}

.client-item.with-hover .img-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s ease-out;
	-o-transition: opacity .4s ease-out;
	transition: opacity .4s ease-out;
}

.client-item:hover .img-hover {
	opacity: 1;
}

.welo-clients .client-item .border-right {
	display: block;
	position: absolute;
	top: 5%;
	right: 0;
	height: 90%;
	width: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.welo-clients.grid-layout .client-item .border-bottom {
	display: block;
	position: absolute;
	right: 5%;
	bottom: 0;
	width: 90%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .2);
}

.carousel-layout .client-item .border-right:last-child,
.welo-clients.grid-layout-2-1 .fancy-divider .border-bottom, .welo-clients.grid-layout-2-1 .fancy-divider:last-child .border-right,
.welo-clients.grid-layout-3-1 .fancy-divider .border-bottom, .welo-clients.grid-layout-3-1 .fancy-divider:last-child .border-right,
.welo-clients.grid-layout-4-1 .fancy-divider .border-bottom, .welo-clients.grid-layout-4-1 .fancy-divider:last-child .border-right,
.welo-clients.grid-layout-5-1 .fancy-divider .border-bottom, .welo-clients.grid-layout-5-1 .fancy-divider:last-child .border-right,
.welo-clients.grid-layout-6-1 .fancy-divider .border-bottom, .welo-clients.grid-layout-6-1 .fancy-divider:last-child .border-right,
.welo-clients.grid-layout-2-2 .fancy-divider:nth-child(2) .border-right, .welo-clients.grid-layout-2-2 .fancy-divider:nth-child(4) .border-right,
.welo-clients.grid-layout-3-2 .fancy-divider:nth-child(3) .border-right, .welo-clients.grid-layout-3-2 .fancy-divider:nth-child(6) .border-right,
.welo-clients.grid-layout-4-2 .fancy-divider:nth-child(4) .border-right, .welo-clients.grid-layout-4-2 .fancy-divider:nth-child(8) .border-right,
.welo-clients.grid-layout-5-2 .fancy-divider:nth-child(5) .border-right, .welo-clients.grid-layout-5-2 .fancy-divider:nth-child(10) .border-right,
.welo-clients.grid-layout-6-2 .fancy-divider:nth-child(6) .border-right, .welo-clients.grid-layout-6-2 .fancy-divider:nth-child(12) .border-right,
.welo-clients.grid-layout-2-2 .fancy-divider:nth-child(n+3) .border-bottom, .welo-clients.grid-layout-3-2 .fancy-divider:nth-child(n+4) .border-bottom,
.welo-clients.grid-layout-4-2 .fancy-divider:nth-child(n+5) .border-bottom, .welo-clients.grid-layout-5-2 .fancy-divider:nth-child(n+6) .border-bottom,
.welo-clients.grid-layout-6-2 .fancy-divider:nth-child(n+7) .border-bottom {
	display: none;
}

/*-----*  ( Image slider )  *-----*/
.welo-image-slider.style-2 .flickity-slider > div {
	margin: 0 30px;
}

@media (max-width: 1024px) {
	.welo-image-slider.style-2 .flickity-slider > div {
		margin: 0 20px;
	}
}

.welo-image-slider.style-2.shadow-true .flickity-viewport {
	overflow: visible;
}

.welo-image-slider.style-2.shadow-true .flickity-slider img {
	-webkit-box-shadow: 0 16px 50px -4px var(--welo-light-shadow-color);
			box-shadow: 0 16px 50px -4px var(--welo-light-shadow-color);
}

/*-----*  ( Text Marquee )  *-----*/
.welo-marquee {
	line-height: 1;
	white-space: nowrap;
}

.welo-marquee.type-logos,
.welo-marquee.type-images,
.welo-marquee.type-sentences,
.welo-marquee.type-text-block {
	display: none;
}

.welo-marquee.flickity-enabled {
	display: block;
}

.welo-marquee .welo-marquee-item {
	position: relative;
}

.welo-marquee.type-words.gradient-color .welo-marquee-item .welo-marquee-item-inner,
.welo-marquee.type-sentences.gradient-color .welo-marquee-item .welo-marquee-item-inner,
.welo-marquee.type-text-block.gradient-color .welo-marquee-item .welo-marquee-item-inner {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.welo-marquee.type-sentences .welo-marquee-item,
.welo-marquee.type-text-block .welo-marquee-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center !important;
	padding: 0 110px;
}

.welo-marquee.type-sentences .welo-marquee-item i {
	font-size: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.welo-marquee.type-words {
	width: 100%;
	overflow: hidden;
	line-height: 1.2em;
}

.welo-marquee.type-words .welo-marquee-item {
	font-size: 5vw;
	cursor: default;
	display: inline-block;
	padding: 0 2.2vw;
	will-change: transform;
	transform: translateX(0);
	-webkit-animation-name: marqueeLeft;
			animation-name: marqueeLeft;
	-webkit-animation-duration: 25s;
			animation-duration: 25s;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}

.welo-marquee.type-text-block {
	-webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 85%, hsl(0 0% 0% / 0) );
}

.welo-marquee.type-text-block .welo-marquee-item {
	padding: 1.45em 1.8em;
	margin: 0 10px;
	border-radius: var(--welo-first-border-radius);
	background-color: var(--welo-light-bg-color);
}

.welo-marquee.type-text-block .welo-marquee-item-inner {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.welo-marquee.type-text-block .welo-marquee-item i {
	font-size: 18px;
}

.welo-marquee.type-words[data-direction="right"] {
	direction: rtl;
}

.welo-marquee.type-words[data-direction="right"] .welo-marquee-item {
	-webkit-animation-name: marqueeRight;
			animation-name: marqueeRight;
}

.welo-marquee.type-words[data-speed="vslow"] .welo-marquee-item {
	-webkit-animation-duration: 40s;
			animation-duration: 40s;
}

.welo-marquee.type-words[data-speed="medium"] .welo-marquee-item {
	-webkit-animation-duration: 12s;
			animation-duration: 12s;
}

.welo-marquee.type-words[data-speed="fast"] .welo-marquee-item {
	-webkit-animation-duration: 8s;
			animation-duration: 8s;
}

.welo-marquee.type-words[data-speed="vfast"] .welo-marquee-item {
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
}

.welo-marquee.type-images .welo-marquee-item {
	width: 34%;
	flex-basis: 34%;
	padding: 0 15px;
	min-height:  100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center !important;
}

@media (max-width: 1700px) {
	.welo-marquee.type-images .welo-marquee-item {
		width: 35%;
		flex-basis: 35%;
	}
}

@media (max-width: 1500px) {
	.welo-marquee.type-images .welo-marquee-item {
		width: 40%;
		flex-basis: 40%;
	}
}

@media (max-width: 1199px) {
	.welo-marquee.type-images .welo-marquee-item {
		width: 55%;
		flex-basis: 55%;
	}
}

@media (max-width: 1024px) {
	.welo-marquee.type-images .welo-marquee-item {
		width: 68%;
		flex-basis: 68%;
	}
}

@media (max-width: 575px) {
	.welo-marquee.type-images .welo-marquee-item {
		width: 80%;
		flex-basis: 80%;
	}
}

.welo-marquee.type-images .welo-marquee-item img {
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 16px 40px -10px var(--welo-light-shadow-color);
			box-shadow: 0 16px 40px -10px var(--welo-light-shadow-color);
}

.welo-marquee.type-logos {
	-webkit-mask-image: linear-gradient( var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 20%, hsl(0 0% 0% / 1) 80%, hsl(0 0% 0% / 0) );
}

.welo-marquee.type-logos .welo-marquee-item {
	padding: 0 10px;
	min-height:  100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0;
	align-items: center !important;
}

.welo-marquee.type-logos .welo-marquee-item {
	width: 14%;
}

.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
	width: 20%;
}

@media (max-width: 1700px) {
	.welo-marquee.type-logos .welo-marquee-item {
		width: 18%;
	}
	.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
		width: 20%;
	}
}

@media (max-width: 1500px) {
	.welo-marquee.type-logos .welo-marquee-item {
		width: 20%;
	}
	.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
		width: 20%;
	}
}

@media (max-width: 1199px) {
	.welo-marquee.type-logos .welo-marquee-item,
	.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
		width: 25%;
	}
}

@media (max-width: 1024px) {
	.welo-marquee.type-logos .welo-marquee-item,
	.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
		width: 30%;
	}
}

@media (max-width: 575px) {
	.welo-marquee.type-logos .welo-marquee-item,
	.e-con.e-con-boxed .welo-marquee.type-logos .welo-marquee-item {
		width: 48%;
	}
	.welo-marquee.type-logos .welo-marquee-item {
		padding: 0 5px;
	}
}

@-webkit-keyframes marqueeLeft {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@keyframes marqueeLeft {
   0% { -webkit-transform: translateX(0); transform: translateX(0); }
   100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes marqueeRight {
	0% { -webkit-transform: translateX(0); transform: translateX(0); }
	100% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@keyframes marqueeRight {
   0% { -webkit-transform: translateX(0); transform: translateX(0); }
   100% { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

/*-----*  ( Pricing Tables )  *-----*/
.welo-pricing-table {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-pricing-table .welo-pricing-icon {
	line-height: 1;
}

.welo-pricing-table .welo-pricing-icon svg {
	max-width: 140px;
	min-width: 68px;
}

.welo-pricing-table .welo-pricing-features-list i {
	display: inline-block;
	margin-right: 6px;
	font-size: 16px;
}

.welo-pricing-table .welo-pricing-item-subtitle {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0;
}

.welo-pricing-table .welo-pricing-item-price {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 65px;
}

.welo-pricing-table .pricing-currency {
	margin-right: 2px;
}

.welo-pricing-table .pricing-period {
	margin-left: 4px;
	margin-right: -5px;
}

.welo-pricing-table .pricing-fractional {
	line-height: 1;
	align-self: flex-start;
}

.welo-pricing-table .welo-pricing-button {
	padding: 1em 2em;
	color: #fff;
	background-color: var(--welo-primary-color);
	line-height: 1.4em;
	border-radius: var(--welo-first-border-radius);
	text-align: center;
	-webkit-transition: color .4s cubic-bezier(.45, .35, .2, 1), background-color .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: color .4s cubic-bezier(.45, .35, .2, 1), background-color .4s cubic-bezier(.45, .35, .2, 1);
	transition: color .4s cubic-bezier(.45, .35, .2, 1), background-color .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-pricing-table .welo-pricing-button:hover {
	background-color: var(--welo-secondary-color);
}

/**** Tenzin Skin ****/
.welo-pricing-table.skin-tenzin {
	padding: 2em 2.5em;
	text-align: left;
	color: var(--welo-light-text-color);
	background-color: var(--welo-light-bg-color);
	border-top: 3px solid rgba(0, 0, 0, 0);
}

.welo-pricing-table.skin-tenzin:hover {
	border-color: var(--welo-primary-color);
}

.welo-pricing-table.skin-tenzin .welo-pricing-icon-wrap {
	display: inline-block;
	font-size: 32px;
	color: var(--welo-dark-color);
	padding-bottom: .4em;
}

.welo-pricing-table.skin-tenzin .welo-pricing-item-title {
	font-size: 1.2em;
	margin: 0 0 1em;
}

.welo-pricing-table.skin-tenzin .welo-pricing-item-price {
	color: var(--welo-dark-color);
	font-size: 42px;
	padding: .5em 0;
	border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.welo-pricing-table.skin-tenzin .pricing-currency {
	font-size: 16px;
}

.welo-pricing-table.skin-tenzin .pricing-fractional {
	font-size: 16px;
}

.welo-pricing-table.skin-tenzin .pricing-period {
	font-size: 13px;
	color: var(--welo-light-text-color);
}

.welo-pricing-table.skin-tenzin .welo-pricing-item-subtitle {
	padding: .6em 0;
}

.welo-pricing-table.skin-tenzin .welo-pricing-item-price + .welo-pricing-item-subtitle {
	margin-top: 1em;
}

.welo-pricing-table.skin-tenzin .welo-pricing-features-list {
	font-size: .9em;
	line-height: 1.8em;
	margin: 0;
	padding: 2em 0 2.5em;
	list-style: none;
	border-top: 3px solid rgba(139, 144, 157, 0.18);
}

.welo-pricing-table.skin-tenzin .welo-pricing-features-list li {
	display: flex;
	align-items: center;
	margin-bottom: .6em;
	gap: .15em;
}

.welo-pricing-table.skin-tenzin .welo-pricing-features-list li:last-child {
	margin-bottom: 0;
}

/**** Sonam Skin ****/
.welo-pricing-table.skin-sonam {
	padding: 2.5em 2.5em 2em 2.5em;
	background-color: #fff;
	border-radius: var(--welo-first-border-radius);
	-webkit-box-shadow: 0 8px 40px -6px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -6px var(--welo-light-shadow-color);
}

.welo-pricing-table.skin-sonam .welo-pricing-icon-wrap {
	display: inline-block;
	font-size: 46px;
	color: var(--welo-dark-color);
	padding: .2em 0 .4em;
}

.welo-pricing-table.skin-sonam .welo-pricing-item-title {
	margin-bottom: 6px;
}

.welo-pricing-table.skin-sonam .welo-pricing-item-subtitle {
	font-size: .9em;
	margin: 0;
}

.welo-pricing-table.skin-sonam .welo-pricing-features-list {
	font-size: .9em;
	line-height: 1.8em;
	margin: 2.5em 0 0;
	padding: 0;
	list-style: none;
	border: 1px dashed var(--welo-light-border-color);
}

.welo-pricing-table.skin-sonam .welo-pricing-features-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .6em 1.2em;
	border-bottom: 1px dashed var(--welo-light-border-color);
}

.welo-pricing-table.skin-sonam .welo-pricing-features-list li:last-child {
	border-bottom: none !important;
}

.welo-pricing-table.skin-sonam .welo-pricing-item-price {
	color: var(--welo-dark-color);
	font-size: 52px;
	padding: .75em 0;
	justify-content: center;
}

.welo-pricing-table.skin-sonam .pricing-currency {
	font-size: 16px;
}

.welo-pricing-table.skin-sonam .pricing-fractional {
	font-size: 16px;
}

.welo-pricing-table.skin-sonam .pricing-period {
	font-size: 13px;
	color: var(--welo-light-text-color);
}

/**** Karma Skin ****/
.welo-pricing-table.skin-karma {
	background-color: #fff;
	border-radius: var(--welo-first-border-radius);
	border: 2px solid var(--welo-dark-color);
}

.welo-pricing-table.skin-karma .welo-pricing-item-title {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 16px 15px;
}

.welo-pricing-table.skin-karma .welo-pricing-item-subtitle {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--welo-dark-color);
	padding: 13px 15px;
	border-top: 2px solid var(--welo-dark-color);
	border-bottom: 2px solid var(--welo-dark-color);
}

.welo-pricing-table.skin-karma .welo-pricing-item-price {
	color: var(--welo-dark-color);
	font-size: 52px;
	justify-content: center;
	padding: 35px 0 0 0;
	margin: 14%;
	border: 2px solid var(--welo-dark-color);
}

.welo-pricing-table.skin-karma .pricing-currency {
	font-size: 16px;
}

.welo-pricing-table.skin-karma .pricing-fractional {
	font-size: 16px;
}

.welo-pricing-table.skin-karma .pricing-period {
	display: block;
	width: 100%;
	font-size: 13px;
	color: var(--welo-dark-color);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 5px 10px;
	margin-top: 35px;
	border-top: 2px solid var(--welo-dark-color);
}

.welo-pricing-table.skin-karma .welo-pricing-features-list {
	text-align: left;
	font-size: .9em;
	line-height: 1.8em;
	padding: 0 14%;
	list-style: none;
}

.welo-pricing-table.skin-karma .welo-pricing-button {
	margin: 10% 15px 15px 15px;
}

/*-----*  ( Gallery & Single Image )  *-----*/
.welo-gallery:not(.carousel-layout) .gallery-item {
	display: block;
	float: left;
}

.welo-gallery .gallery-item .gallery-item-inner {
	overflow: hidden;
}

.welo-gallery .gallery-item a {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.welo-gallery:not(.welo-flickity-carousel) .gallery-item a {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.welo-gallery .gallery-item a {
	color: #fff;
	margin: 0;
}

.welo-gallery.grid-layout.cols-1 .gallery-item, .welo-gallery.masonry-layout.cols-1 .gallery-item {
	width: 100%;
}

.welo-gallery.grid-layout.cols-2 .gallery-item, .welo-gallery.masonry-layout.cols-2 .gallery-item {
	width: 50%;
}

.welo-gallery.grid-layout.cols-3 .gallery-item, .welo-gallery.masonry-layout.cols-3 .gallery-item {
	width: 33.333333%;
}

.welo-gallery.grid-layout.cols-4 .gallery-item, .welo-gallery.masonry-layout.cols-4 .gallery-item {
	width: 25%;
}

.welo-gallery.grid-layout.cols-5 .gallery-item, .welo-gallery.masonry-layout.cols-5 .gallery-item {
	width: 20%;
}

.welo-gallery.grid-layout.cols-6 .gallery-item, .welo-gallery.masonry-layout.cols-6 .gallery-item {
	width: 16.66666%;
}

.welo-gallery.grid-layout.cols-7 .gallery-item, .welo-gallery.masonry-layout.cols-7 .gallery-item {
	width: 14.285%;
}

.welo-gallery.grid-layout.cols-8 .gallery-item, .welo-gallery.masonry-layout.cols-8 .gallery-item {
	width: 12.5%;
}

.welo-gallery.grid-layout.cols-9 .gallery-item, .welo-gallery.masonry-layout.cols-9 .gallery-item {
	width: 11.111%;
}

@media (max-width: 1024px) {
	.welo-gallery.grid-layout.cols-4 .gallery-item, .welo-gallery.masonry-layout.cols-4 .gallery-item,
	.welo-gallery.grid-layout.cols-5 .gallery-item, .welo-gallery.masonry-layout.cols-5 .gallery-item,
	.welo-gallery.grid-layout.cols-6 .gallery-item, .welo-gallery.masonry-layout.cols-6 .gallery-item,
	.welo-gallery.grid-layout.cols-7 .gallery-item, .welo-gallery.masonry-layout.cols-7 .gallery-item,
	.welo-gallery.grid-layout.cols-8 .gallery-item, .welo-gallery.masonry-layout.cols-8 .gallery-item,
	.welo-gallery.grid-layout.cols-9 .gallery-item, .welo-gallery.masonry-layout.cols-9 .gallery-item {
		width: 33.333333%;
	}
}

@media (max-width: 767px) {
	.welo-gallery.grid-layout.cols-3 .gallery-item, .welo-gallery.masonry-layout.cols-3 .gallery-item,
	.welo-gallery.grid-layout.cols-4 .gallery-item, .welo-gallery.masonry-layout.cols-4 .gallery-item,
	.welo-gallery.grid-layout.cols-5 .gallery-item, .welo-gallery.masonry-layout.cols-5 .gallery-item,
	.welo-gallery.grid-layout.cols-6 .gallery-item, .welo-gallery.masonry-layout.cols-6 .gallery-item,
	.welo-gallery.grid-layout.cols-7 .gallery-item, .welo-gallery.masonry-layout.cols-7 .gallery-item,
	.welo-gallery.grid-layout.cols-8 .gallery-item, .welo-gallery.masonry-layout.cols-8 .gallery-item,
	.welo-gallery.grid-layout.cols-9 .gallery-item, .welo-gallery.masonry-layout.cols-9 .gallery-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.welo-gallery.grid-layout.cols-2 .gallery-item, .welo-gallery.masonry-layout.cols-2 .gallery-item,
	.welo-gallery.grid-layout.cols-3 .gallery-item, .welo-gallery.masonry-layout.cols-3 .gallery-item,
	.welo-gallery.grid-layout.cols-4 .gallery-item, .welo-gallery.masonry-layout.cols-4 .gallery-item,
	.welo-gallery.grid-layout.cols-5 .gallery-item, .welo-gallery.masonry-layout.cols-5 .gallery-item,
	.welo-gallery.grid-layout.cols-6 .gallery-item, .welo-gallery.masonry-layout.cols-6 .gallery-item,
	.welo-gallery.grid-layout.cols-7 .gallery-item, .welo-gallery.masonry-layout.cols-7 .gallery-item,
	.welo-gallery.grid-layout.cols-8 .gallery-item, .welo-gallery.masonry-layout.cols-8 .gallery-item,
	.welo-gallery.grid-layout.cols-9 .gallery-item, .welo-gallery.masonry-layout.cols-9 .gallery-item {
		width: 100%;
	}
}

.welo-gallery .gallery-item .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	background: rgba(0, 0, 0, .12);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-gallery:not(.welo-flickity-carousel) .gallery-item:hover .overlay {
	opacity: 1;
}

.welo-gallery .gallery-item i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(-50%, -20%, 0);
		-ms-transform: translate3d(-50%, -20%, 0);
			transform: translate3d(-50%, -20%, 0);
	-webkit-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	transition: all .6s cubic-bezier(.45, .35, .2, 1);
}

.welo-gallery .gallery-item:hover i {
	opacity: 1;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.welo-gallery .gallery-item .featured-img-wrap {
	will-change: transform;
	-webkit-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .6s cubic-bezier(.45, .35, .2, 1);
	transition: all .6s cubic-bezier(.45, .35, .2, 1);
}

.welo-gallery.carousel-layout .gallery-item .featured-img-wrap {
	padding-top: 82%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.welo-gallery.grid-layout .gallery-item .featured-img-wrap {
	padding-top: 90%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.welo-gallery.grid-layout.high-featured-image .gallery-item .featured-img-wrap, .welo-gallery.carousel-layout.high-featured-image .gallery-item .featured-img-wrap {
	padding-top: 150%;
}

.welo-gallery.masonry-layout .gallery-item .featured-img-wrap {
	display: none;
}

.welo-gallery .gallery-item img {
	display: none;
	will-change: transform;
	-webkit-transition: all .45s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .45s cubic-bezier(.45, .35, .2, 1);
	transition: all .45s cubic-bezier(.45, .35, .2, 1);
}

.welo-gallery:not(.welo-flickity-carousel) .gallery-item:hover img, .welo-gallery:not(.welo-flickity-carousel) .gallery-item:hover .featured-img-wrap {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}

.welo-gallery.masonry-layout .gallery-item img {
	display: block;
}

.welo-gallery .gallery-item .gallery-item-info {
	position: absolute;
	bottom: 12%;
	left: 12%;
	max-width: 50%;
}

.welo-gallery .gallery-item .gallery-item-info h4 {
	color: #fff;
	margin-bottom: 10px
}

.welo-gallery .gallery-item .gallery-item-info span {
	display: inline-block;
	color: rgba(255, 255, 255, .5);
	font-size: .95em;
	line-height: 1.5em;
}

.welo-gallery.carousel-style-2 .gallery-item .overlay {
	opacity: .75;
	background: -webkit-linear-gradient( 0deg, rgba(41, 42, 45, 1), rgba(41, 42, 45, .4) );
	background:         linear-gradient( 0deg, rgba(41, 42, 45, 1), rgba(41, 42, 45, .4) );
}

.welo-gallery.carousel-style-2 .gallery-item:hover .overlay {
	opacity: 1;
}

/*-----*  ( Image Boxes )  *-----*/
.welo-image-box {
	border-radius: var(--welo-first-border-radius);
	position: relative;
}

.welo-image-box .welo-image-box-inner {
	position: relative;
	border-radius: inherit;
	-webkit-perspective: 400px;
			perspective: 400px;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
}

.welo-image-box .welo-image-box-img {
	z-index: 4;
	border-radius: inherit;
}

.welo-image-box .welo-image-box-img .welo-image-box-img-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: inherit;
}

.welo-image-box .welo-image-box-img .welo-image-box-img-bg a {
	display: block;
	width: 100%;
	height: 100%;
}

.welo-image-box .welo-image-box-content {
	position: relative;
	width: 100%;
	padding: 15% 13%;
	overflow: hidden;
	background: #fff;
	z-index: 4;
	border-radius: inherit;
	will-change: transform;
	-webkit-box-shadow: 0 8px 40px -6px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -6px var(--welo-light-shadow-color);
	-webkit-transition: all .5s cubic-bezier(.23, .46, .4, 1);
	-o-transition: all .5s cubic-bezier(.23, .46, .4, 1);
	transition: all .5s cubic-bezier(.23, .46, .4, 1);
}

.welo-image-box .welo-image-box-icon {
	font-size: 32px;
	color: var(--welo-primary-color);
	margin-bottom: 30px;
}

.welo-image-box .welo-image-box-title {
	margin-bottom: 14px;
}

.welo-image-box .welo-image-box-text p:last-of-type {
	margin-bottom: 0;
}

.welo-image-box .welo-image-box-button {
	display: inline-block;
	margin-top: 12px;
	position: relative;
}

.welo-image-box .welo-image-box-button span {
	font-size: 0.9em;
	color: var(--welo-dark-color);
	padding-left: calc(2em + 12px);
	-webkit-transition: all .45s cubic-bezier(.23, .46, .4, 1);
	-o-transition: all .45s cubic-bezier(.23, .46, .4, 1);
	transition: all .45s cubic-bezier(.23, .46, .4, 1);
}

.welo-image-box .welo-image-box-button:hover span {
	padding-left: calc(2em + 18px);
}

.welo-image-box .welo-image-box-button span:before {
	content: '';
	display: block;
	height: 1px;
	width: 2em;
	position: absolute;
	left: 0;
	top: 50%;
	background: var(--welo-dark-color);
	-webkit-transition: all .45s cubic-bezier(.23, .46, .4, 1);
	-o-transition: all .45s cubic-bezier(.23, .46, .4, 1);
	transition: all .45s cubic-bezier(.23, .46, .4, 1);
}

.welo-image-box.style-1 .welo-image-box-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30%;
}

.welo-image-box.style-1 .welo-image-box-img {
	position: absolute;
	top: 0;
	left: 20%;
	width: 80%;
	height: 100%;
}

.welo-image-box.style-2 .welo-image-box-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30%;
}

.welo-image-box.style-2 .welo-image-box-img {
	position: absolute;
	top: 0;
	right: 20%;
	width: 80%;
	height: 100%;
}

.welo-image-box.style-3 .welo-image-box-inner {
	padding-top: 30%;
	padding-left: 12%;
	padding-right: 12%;
}

.welo-image-box.style-3 .welo-image-box-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 85%;
}

.welo-image-box.style-4 .welo-image-box-inner {
	padding-bottom: 30%;
	padding-left: 12%;
	padding-right: 12%;
}

.welo-image-box.style-4 .welo-image-box-img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 85%;
}

/*-----*  ( Image Play Button )  *-----*/
.welo-popup-video {
	position: relative;
	overflow: hidden;
}

.welo-popup-video a {
	display: block;
}

.welo-popup-video img {
	min-width: 100%;
	height: auto;
}

.welo-popup-video .open-video-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	text-align: center;
	background: #fff;
	color: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.welo-popup-video.size-xsmall .open-video-icon {
	font-size: 16px;
	height: 50px;
	width: 50px;
}

.welo-popup-video.size-small .open-video-icon {
	font-size: 18px;
	height: 60px;
	width: 60px;
}

.welo-popup-video.size-medium .open-video-icon {
	font-size: 20px;
	height: 70px;
	width: 70px;
}

.welo-popup-video.size-large .open-video-icon {
	font-size: 24px;
	height: 85px;
	width: 85px;
}

.welo-popup-video.size-xlarge .open-video-icon {
	font-size: 30px;
	height: 110px;
	width: 110px;
}

.welo-popup-video .open-video-icon:before, .welo-popup-video .open-video-icon:after  {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--welo-circle-border-radius);
	background: rgb(255, 255, 255, .08);
	-webkit-box-shadow: 0 0 0 rgb(255, 255, 255, .4);
			box-shadow: 0 0 0 rgb(255, 255, 255, .4);
	-webkit-transition: all .8s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .8s cubic-bezier(.6, .4, .25, .95);
	transition: all .8s cubic-bezier(.6, .4, .25, .95);
}

.welo-popup-video:hover .open-video-icon:before  {
	-webkit-box-shadow: 0 0 20px rgb(255, 255, 255, .25);
			box-shadow: 0 0 20px rgb(255, 255, 255, .25);
	-webkit-transform: scale(1.5) translateZ(0);
		-ms-transform: scale(1.5) translateZ(0);
			transform: scale(1.5) translateZ(0);
}

.welo-popup-video:hover .open-video-icon:after  {
	-webkit-transform: scale(1.25) translateZ(0);
		-ms-transform: scale(1.25) translateZ(0);
			transform: scale(1.25) translateZ(0);
	-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
			transition-delay: .15s;
}

.welo-popup-video .open-video-icon i {
	position: absolute;
	top: 51%;
	left: 51%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

/*-----*  ( Play Button )  *-----*/
.welo-video-btn {
	position: relative;
}

.welo-video-btn a {
	display: inline-block;
}

.welo-video-btn span.play-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.welo-video-btn.xsmall-size span.play-icon {
	font-size: 14px;
	height: 40px;
	width: 40px;
}

.welo-video-btn.small-size span.play-icon {
	font-size: 16px;
	height: 56px;
	width: 56px;
}

.welo-video-btn.medium-size span.play-icon {
	font-size: 20px;
	height: 64px;
	width: 64px;
}

.welo-video-btn.large-size span.play-icon {
	font-size: 24px;
	height: 80px;
	width: 80px;
}

.welo-video-btn.xlarge-size span.play-icon {
	font-size: 28px;
	height: 100px;
	width: 100px;
}

.welo-video-btn span.play-icon:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: var(--welo-circle-border-radius);
	will-change: transform;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
		-ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
			transform: translate(-50%, -50%) scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-transform .3s cubic-bezier(.6, .4, .25, .95);
	-o-transition: transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: transform .3s cubic-bezier(.6, .4, .25, .95);
	transition: transform .3s cubic-bezier(.6, .4, .25, .95), -webkit-transform .4s cubic-bezier(.6, .4, .25, .95);
}

.welo-video-btn a:hover span.play-icon:before {
	-webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
		-ms-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
			transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
}

.welo-video-btn span.play-icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
	border-radius: var(--welo-circle-border-radius);
	-webkit-transition: -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95);
	transition: box-shadow .45s cubic-bezier(.6, .4, .25, .95), -webkit-box-shadow .45s cubic-bezier(.6, .4, .25, .95);
}

.welo-video-btn span.play-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	-webkit-transform: translate(-48%, -49%);
		-ms-transform: translate(-48%, -49%);
			transform: translate(-48%, -49%);
}

.welo-video-btn span {
	color: #fff;
}

.welo-video-btn span:before {
	background: var(--welo-dark-color);
}

.welo-video-btn.outline-style span:before {
	background: transparent;
	border: 1px solid #fff;
}

.welo-video-btn span.btn-text {
	font-size: 1em;
	vertical-align: middle;
	margin-left: 20px;
}

/*-----*  ( Latest Posts )  *-----*/
.welo-latest-posts article {
	text-align: left;
}

.welo-latest-posts article .post-wrap {
	position: relative;
}

.welo-latest-posts article .featured-img-wrap {
	overflow: hidden;
	position: relative;
}

.welo-latest-posts.style-1 article .featured-img-wrap, .welo-latest-posts.style-2 article .featured-img-wrap {
	padding-top: 65%;
}

.welo-latest-posts.style-3 article .featured-img-wrap, .welo-latest-posts.style-4 article .featured-img-wrap, .welo-latest-posts.style-5 article .featured-img-wrap {
	padding-top: 95%;
}

.welo-latest-posts.style-3 article .featured-img-wrap.high-size, .welo-latest-posts.style-4 article .featured-img-wrap.high-size, .welo-latest-posts.style-5 article .featured-img-wrap.high-size {
	padding-top: 160%;
}

.welo-latest-posts article .featured-img-wrap .featured-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 101%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*----  Grid Layout  ----*/
.welo-latest-posts.grid-layout {
	margin: 0 -20px;
}

.welo-latest-posts.grid-layout article .post-wrap {
	margin: 20px;
}

.welo-latest-posts.grid-layout article {
	float: left;
}

.welo-latest-posts.grid-layout.one-col article, .welo-latest-posts.grid-layout.one-col .welo-grid-sizer {
	width: 100%;
}

.welo-latest-posts.grid-layout.two-cols article, .welo-latest-posts.grid-layout.two-cols .welo-grid-sizer {
	width: 50%;
}

.welo-latest-posts.grid-layout.three-cols article, .welo-latest-posts.grid-layout.three-cols .welo-grid-sizer {
	width: 33.3333%;
}

.welo-latest-posts.grid-layout.four-cols article, .welo-latest-posts.grid-layout.four-cols .welo-grid-sizer {
	width: 25%;
}

.welo-latest-posts.grid-layout.five-cols article, .welo-latest-posts.grid-layout.five-cols .welo-grid-sizer {
	width: 20%;
}

.welo-latest-posts.grid-layout.six-cols article, .welo-latest-posts.grid-layout.six-cols .welo-grid-sizer {
	width: 16.6666%;
}

/*----  Carousel Layout  ----*/
.welo-latest-posts.carousel-layout {
	width: auto;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.welo-latest-posts.carousel-layout.style-1 article .post-wrap,
.welo-latest-posts.carousel-layout.style-2 article .featured-img-wrap,
.welo-latest-posts.carousel-layout.style-3 article .featured-img-wrap,
.welo-latest-posts.carousel-layout.grid-layout.style-4 article .featured-img-wrap,
.welo-latest-posts.carousel-layout.style-5 article .featured-img-wrap {
	-webkit-box-shadow: 0 8px 40px -18px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -18px var(--welo-light-shadow-color);
}

.welo-latest-posts.carousel-layout.style-1 article .post-wrap {
	margin-bottom: 40px;
}

.welo-latest-posts.carousel-layout.style-1[data-carousel-dots="true"] {
	margin-bottom: 48px;
}

.welo-latest-posts.carousel-layout.style-1 .owl-dots {
	bottom: -40px;
}

.welo-latest-posts.carousel-layout.style-1[data-carousel-center-opacity="true"] .owl-item {
	opacity: .4;
}

.welo-latest-posts.carousel-layout.style-1[data-carousel-center-opacity="true"] .owl-item.center {
	opacity: 1;
}

/*----  3D Parallax  ----*/
.welo-latest-posts article .post-wrap.welo-tilt .post-content-wrap,
.welo-latest-posts article .post-wrap.welo-tilt .post-author,
.welo-latest-posts article .post-wrap.welo-tilt .post-love,
.welo-latest-posts article .post-wrap.welo-tilt .post-date {
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}
.welo-latest-posts article:hover .post-wrap.welo-tilt .post-content-wrap,
.welo-latest-posts article:hover .post-wrap.welo-tilt .post-author,
.welo-latest-posts article:hover .post-wrap.welo-tilt .post-love,
.welo-latest-posts article:hover .post-wrap.welo-tilt .post-date {
	-webkit-transform: translateZ(15px);
		-ms-transform: translateZ(15px);
			transform: translateZ(15px);
}

/*----  Horizontal Scroll Sections  ----*/
.welo-hr-scroll {
	width: 100%;
    overflow: hidden;
}

.welo-hr-scroll .welo-hr-scroll-container {
    height: 100%;
    width: 1000vw;
    will-change: transform;
}

.welo-hr-scroll .welo-hr-scroll-item {
    width: 100vw;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.welo-hr-scroll .welo-hr-scroll-item .e-con {
}

/*----  Style 1 & 2  ----*/
.welo-latest-posts.style-1 article .post-wrap {
	overflow: hidden;
	background: #fff;
	border-radius: var(--welo-first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
}

.welo-latest-posts.style-1 article .post-content-wrap {
	padding: 42px 45px;
}

.welo-latest-posts.style-1.one-col article .post-content-wrap {
	padding: 45px;
}

.welo-latest-posts.style-1.two-cols article .post-content-wrap {
	padding: 40px;
}
.welo-latest-posts.style-2 article .post-content-wrap {
	padding: 30px 25px;
}

.welo-latest-posts.style-2.one-col article .post-content-wrap {
	padding: 45px 50px;
}

.welo-latest-posts.style-2.two-cols article .post-content-wrap {
	padding: 40px 35px;
}

.welo-latest-posts.style-2 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
}

.welo-latest-posts.style-2 article .featured-img-wrap a {
	display: block;
}

.welo-latest-posts.style-1:not(.carousel-layout) article .featured-img-wrap .featured-img,
.welo-latest-posts.style-2:not(.carousel-layout) article .featured-img-wrap .featured-img {
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.style-1:not(.carousel-layout) article:hover .featured-img-wrap .featured-img,
.welo-latest-posts.style-2:not(.carousel-layout) article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.15, 1.15, 1);
		-ms-transform: scale3d(1.15, 1.15, 1);
			transform: scale3d(1.15, 1.15, 1);
}

.welo-latest-posts.style-1 article .post-content-wrap .post-cats,
.welo-latest-posts.style-2 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 15px;
	line-height: 1;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-cats a,
.welo-latest-posts.style-2 article .post-content-wrap .post-cats a {
	color: var(--welo-light-text-color);
}

.welo-latest-posts.style-1 article .post-content-wrap .post-cats a:after,
.welo-latest-posts.style-2 article .post-content-wrap .post-cats a:after {
	content: ' - ';
}

.welo-latest-posts.style-1 article .post-content-wrap .post-cats a:last-child:after,
.welo-latest-posts.style-2 article .post-content-wrap .post-cats a:last-child:after {
	display: none;
}

.welo-latest-posts.style-1 article .post-content-wrap h2,
.welo-latest-posts.style-2 article .post-content-wrap h2 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5em;
}

.welo-latest-posts.style-1 article .post-content-wrap .excerpt,
.welo-latest-posts.style-2 article .post-content-wrap .excerpt {
	margin-bottom: 30px;
	font-size: .95em;
	line-height: 2em;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta {
	font-size: .85em;
}

.welo-latest-posts.style-1 article .post-content-wrap h2 + .post-meta,
.welo-latest-posts.style-2 article .post-content-wrap h2 + .post-meta {
	margin-top: 25px;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta a,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta a {
	color: var(--welo-dark-color);
	display: block;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta a:hover,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta a:hover {
	color: #64676c;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-author,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-author {
	float: left;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	padding-left: 40px;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-img,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-img {
	position: absolute;
	left: 0;
	top: 50%;
	height: 28px;
	width: 28px;
	overflow: hidden;
	display: inline-block;
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-img img,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-img img {
	display: block;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-author .author-name,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-author .author-name {
	display: inline-block;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-date,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-date {
	float: right;
	line-height: 25px;
	margin-left: 40px;
}

.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-date i,
.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-date i {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

/*----  Style 3  ----*/
.welo-latest-posts.grid-layout.style-3 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.welo-latest-posts.style-3 article .featured-img-wrap {
	overflow: visible;
}

.welo-latest-posts.style-3 article .featured-img-wrap .featured-img {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.style-3 article .welo-tilt .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.style-3 article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.welo-latest-posts.grid-layout.style-3 article .featured-img-wrap .featured-img, .welo-latest-posts.carousel-layout.style-3 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-latest-posts.style-3 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.welo-latest-posts.style-3 article .post-content-wrap {
	position: absolute;
	left: 35px;
	bottom: 35px;
}

.welo-latest-posts.style-3 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 8px;
	line-height: 1;
}

.welo-latest-posts.style-3 article .post-content-wrap .post-cats a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, .15);
	margin-left: 4px;
	border-radius: var(--welo-second-border-radius);
}

.welo-latest-posts.style-3 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.welo-latest-posts.style-3 article .post-content-wrap .post-cats a:hover {
	color: rgba(255, 255, 255, 1);
}

.welo-latest-posts.style-3 article .post-content-wrap h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.welo-latest-posts.style-3 article .post-content-wrap h2 a {
	color: #fff;
}

.welo-latest-posts.style-3 article .post-date {
	position: absolute;
	top: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.welo-latest-posts.style-3 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.welo-latest-posts.style-3 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
}

.welo-latest-posts.style-3 article .post-love i {
	display: inline-block;
	margin-right: 2px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.welo-latest-posts.style-3 article .post-date a, .welo-latest-posts.style-3 article .post-love a {
	color: rgba(255, 255, 255, .7);
}

.welo-latest-posts.style-3 article .post-date a:hover, .welo-latest-posts.style-3 article .post-love a:hover {
	color: rgba(255, 255, 255, .9);
}


/*----  Style 4  ----*/
.welo-latest-posts.style-4 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.welo-latest-posts.grid-layout.style-4 article .featured-img-wrap {
	overflow: visible;
}

.welo-latest-posts.style-4 article .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .8s cubic-bezier(.05, .2, .1, 1);
	transition: all .8s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.grid-layout.style-4 article .featured-img-wrap .featured-img, .welo-latest-posts.carousel-layout.style-4 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-latest-posts.style-4 article .welo-tilt .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.style-4 article:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.welo-latest-posts.style-4 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}

.welo-latest-posts.style-4 article .post-content-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
			transform: translateY(-60%);
}

.welo-latest-posts.style-4 article .post-content-wrap .post-cats {
	font-size: .88em;
	line-height: 1;
	margin-bottom: 8px;
}

.welo-latest-posts.style-4 article .post-content-wrap .post-cats a {
	display: inline-block;
	padding: 6px 10px;
	margin-left: 4px;
	color: rgba(255, 255, 255, .8);
	background: rgba(0, 0, 0, .15);
	border-radius: var(--welo-second-border-radius);
}

.welo-latest-posts.style-4 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.welo-latest-posts.style-4 article .post-content-wrap .post-cats a:hover {
	color: rgba(255, 255, 255, 1);
}

.welo-latest-posts.style-4 article .post-content-wrap h2 {
	font-size: 18px;
	margin-bottom: 0;
}

.welo-latest-posts.style-4 article .post-content-wrap h2 a {
	color: #fff;
}

.welo-latest-posts.style-4 article .post-author {
	font-size: .9em;
	line-height: 1;
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.welo-latest-posts.style-4 article .post-author span:first-child {
	margin-right: 2px;
}

.welo-latest-posts.style-4 article .post-date {
	position: absolute;
	bottom: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.welo-latest-posts.style-4 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.welo-latest-posts.style-4 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(8px);
		-ms-transform: translateX(8px);
			transform: translateX(8px);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
	-webkit-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	-o-transition: all .6s cubic-bezier(.05, .2, .1, 1);
	transition: all .6s cubic-bezier(.05, .2, .1, 1);
}

.welo-latest-posts.style-4 article:hover .post-love {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.welo-latest-posts.style-4 article .post-love i {
	display: inline-block;
	margin-right: 2px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.welo-latest-posts.style-4 article .post-date a, .welo-latest-posts.style-4 article .post-love a, .welo-latest-posts.style-4 article .post-author a {
	color: rgba(255, 255, 255, .7);
}

.welo-latest-posts.style-4 article .post-date a:hover, .welo-latest-posts.style-4 article .post-love a:hover, .welo-latest-posts.style-4 article .post-author a:hover {
	color: rgba(255, 255, 255, .9);
}

/*----  Style 5  ----*/
.welo-latest-posts.grid-layout.style-5 article .post-wrap {
	position: relative;
	cursor: pointer;
}

.welo-latest-posts.style-5 article .featured-img-wrap {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
	-webkit-box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
			box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color);
}

.welo-latest-posts.style-5 article .featured-img-wrap .featured-img {
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.welo-latest-posts.style-5 article .featured-img-wrap .featured-img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
}

.welo-latest-posts.style-5 article .featured-img-wrap .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	border-radius: var(--welo-first-border-radius);
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
	-o-transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
	transition: opacity .5s cubic-bezier(.45, .35, .2, 1), width .5s cubic-bezier(.45, .35, .2, 1), height .5s cubic-bezier(.45, .35, .2, 1);
}

.welo-latest-posts.style-5 article:hover .featured-img-wrap .overlay {
	opacity: .85;
	width: 104%;
	height: 104%;
}

.welo-latest-posts.style-5 article .post-content-wrap {
	position: absolute;
	top: 35px;
	left: 35px;
	right: 35px;
}

.welo-latest-posts.style-5 article .post-content-wrap .post-cats {
	font-size: .88em;
	margin-bottom: 8px;
	line-height: 1;
}

.welo-latest-posts.style-5 article .post-content-wrap .post-cats a {
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	padding: 6px 10px;
	background: rgba(0, 0, 0, .15);
	margin-left: 4px;
	border-radius: var(--welo-second-border-radius);
}

.welo-latest-posts.style-5 article .post-content-wrap .post-cats a:first-child {
	margin-left: 0;
}

.welo-latest-posts.style-5 article .post-content-wrap .post-cats a:after {
	content: ' - ';
}

.welo-latest-posts.style-5 article .post-content-wrap .post-cats a:last-child:after {
	display: none;
}

.welo-latest-posts.style-5 article .post-content-wrap h2 {
	margin-bottom: 0;
	font-size: 18px;
}

.welo-latest-posts.style-5 article .post-content-wrap h2 a {
	color: #fff;
}

.welo-latest-posts.style-5 article .post-author {
	font-size: .9em;
	line-height: 1;
	position: absolute;
	bottom: 35px;
	right: 35px;
}

.welo-latest-posts.style-5 article .post-author span:first-child {
	margin-right: 2px;
}

.welo-latest-posts.style-5 article .post-date {
	position: absolute;
	bottom: 35px;
	left: 35px;
	font-size: .88em;
	line-height: 1;
}

.welo-latest-posts.style-5 article .post-date i {
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
	-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
			transform: translateY(2px);
}

.welo-latest-posts.style-5 article .post-love {
	position: absolute;
	top: 35px;
	right: 35px;
	font-size: .88em;
	line-height: 1;
}

.welo-latest-posts.style-5 article .post-love i {
	display: inline-block;
	font-size: 16px;
	-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
			transform: translateY(1px);
}

.welo-latest-posts.style-5 article .post-date a, .welo-latest-posts.style-5 article .post-love a, .welo-latest-posts.style-5 article .post-author a {
	color: rgba(255, 255, 255, .7);
}

.welo-latest-posts.style-5 article .post-date a:hover, .welo-latest-posts.style-5 article .post-love a:hover, .welo-latest-posts.style-5 article .post-author a:hover {
	color: rgba(255, 255, 255, .9);
}

/*-----*  ( Responsive CSS )  *-----*/
@media (max-width: 1499px) {
	.welo-latest-posts.grid-layout.five-cols article, .welo-latest-posts.grid-layout.five-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.six-cols article, .welo-latest-posts.grid-layout.six-cols .welo-grid-sizer {
		width: 25%;
	}
	.welo-latest-posts.style-1 article .post-content-wrap .post-meta .post-date,
	.welo-latest-posts.style-2 article .post-content-wrap .post-meta .post-date {
		margin-left: 0;
	}
}

@media (max-width: 1199px) {
	.welo-latest-posts.grid-layout {
		margin: 0 -15px;
	}
	.welo-latest-posts.grid-layout article .post-wrap {
		margin: 15px;
	}
	.welo-latest-posts.grid-layout.three-cols article, .welo-latest-posts.grid-layout.three-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.four-cols article, .welo-latest-posts.grid-layout.four-cols .welo-grid-sizer {
		width: 50%;
	}
	.welo-latest-posts.grid-layout.five-cols article, .welo-latest-posts.grid-layout.five-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.six-cols article, .welo-latest-posts.grid-layout.six-cols .welo-grid-sizer {
		width: 33.333%;
	}
}

@media (max-width: 1024px) {
	.welo-latest-posts.grid-layout.five-cols article, .welo-latest-posts.grid-layout.five-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.six-cols article, .welo-latest-posts.grid-layout.six-cols .welo-grid-sizer {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.welo-latest-posts.grid-layout.two-cols article, .welo-latest-posts.grid-layout.two-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.three-cols article, .welo-latest-posts.grid-layout.three-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.four-cols article, .welo-latest-posts.grid-layout.four-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.five-cols article, .welo-latest-posts.grid-layout.five-cols .welo-grid-sizer,
	.welo-latest-posts.grid-layout.six-cols article, .welo-latest-posts.grid-layout.six-cols .welo-grid-sizer {
		width: 100%;
	}
}

/*-----*  ( Latest Projects )  *-----*/
.latest-projects-carousel .welo-project-item {
	float: none;
}



/*------------------------------------------------------*/
/*               	05 - Containers
/*------------------------------------------------------*/
.welo-content {
	position: relative;
	z-index: 1;
	background-color: var(--welo-site-bg-color);
}

.welo-main-content {
	padding-top: var(--welo-content-top-padding);
	padding-bottom: var(--welo-content-bottom-padding);
}

.welo-title-section + .welo-main-content {
	padding-top: var(--welo-content-top-padding);
}

.single-portfolio .welo-main-content {
	padding-top: 0;
}

body:has(.welo-header[data-floating="1"]):not(:has(.welo-title-section)) .welo-main-content {
	padding-top: calc(var(--welo-content-top-padding) + var(--welo-helper-header-colored-height));
}

.single-post .welo-main-content,
.single-portfolio .welo-main-content,
.single-product .welo-main-content {
	padding-bottom: 0;
}

.welo-project-content {
	padding-top: calc(var(--welo-content-top-padding) + var(--welo-helper-header-transparent-height, 0px));
	padding-bottom: var(--welo-content-bottom-padding);
}

.welo-title-section + .welo-main-content .welo-project-content {
	padding-top: var(--welo-content-top-padding);
}

.split-right-details-layout .welo-project-content,
.split-left-details-layout .welo-project-content {
	padding-top: 0 !important;
}

.split-right-details-layout .welo-project-content .project-details,
.split-left-details-layout .welo-project-content .project-details {
	padding-top: calc(var(--welo-content-top-padding) + var(--welo-helper-header-transparent-height, 0px));
}

.welo-title-section + .welo-main-content .split-right-details-layout .welo-project-content .project-details,
.welo-title-section + .welo-main-content .split-left-details-layout .welo-project-content .project-details {
	padding-top: var(--welo-content-top-padding);
}

.single-post-footer .welo-author-bio,
.single-post-footer .post-love,
.single-post-footer .welo-post-tags {
	margin-top: var(--welo-content-top-padding);
}

.single-post-footer .welo-share {
	margin-top: calc(var(--welo-content-top-padding) - 5px);
}

.welo-related-posts,
.welo-comments-section {
	padding-top: calc(var(--welo-content-top-padding) + 20px);
	padding-bottom: calc(var(--welo-content-bottom-padding) + 20px);
}

.welo-related-posts {
	padding-bottom: calc(var(--welo-content-bottom-padding) + 20px - 30px);
}

.page-content > .elementor > .e-con > .e-con-inner {
	width: var(--content-width) !important;
    max-width: 90% !important;
}

@media (min-width: 1025px) {
	body {
		--welo-content-top-padding: 80px;
		--welo-content-bottom-padding: 80px;
	}
}

@media (max-width: 1024px) {
	body {
		--welo-content-top-padding: 65px;
		--welo-content-bottom-padding: 65px;
	}
}

@media (max-width: 767px) {
	body {
		--welo-content-top-padding: 50px;
		--welo-content-bottom-padding: 50px;
	}
}

@media (min-width: 1200px) {
	.right-sidebar-layout .welo-content-side,
	.left-sidebar-layout .welo-content-side {
		width: 72%;
	}
	.left-sidebar-layout .welo-sidebar,
	.right-sidebar-layout .welo-sidebar {
		width: 28%;
	}
}

@media (min-width: 1025px ) {
	.welo-col-align-right > .elementor-column-wrap > .elementor-widget-wrap,
	.welo-col-align-right > .elementor-widget-wrap,
	.e-con.welo-col-align-right {
		padding-right: calc(((100vw - var(--welo-container-width))/2) + 10px) !important;
	}
	.welo-col-align-left > .elementor-column-wrap > .elementor-widget-wrap,
	.welo-col-align-left > .elementor-widget-wrap,
	.e-con.welo-col-align-left {
		padding-left: calc(((100vw - var(--welo-container-width))/2) + 10px) !important;
	}
}

.welo-col-sticky-enable {
	align-items: flex-start;
}

.welo-col-sticky-enable {
	align-items: flex-start;
}

.welo-col-sticky-enable > .elementor-widget-wrap {
	position: sticky;
	top: 120px;
}

.elementor-element .elementor-widget-container {
	will-change: transform;
	transition: background .3s,border .3s,border-radius .3s,box-shadow .3s, transform linear var(--e-transform-transition-duration, .3s) !important;
}

.welo-col-overflow-hidden > .elementor-widget-wrap {
	overflow: hidden;
}

.page-content > .elementor:not(:has(.welo-hr-scroll)) {
	contain: paint;
}

.page-content > .elementor:has(.welo-hr-scroll) {
	overflow-x: hidden;
}

.welo-parallax-img-wrapper img {
	width: 100% !important;
}

.welo-parallax-wrapper,
.welo-parallax-scroll {
	overflow: visible !important;
}

.welo-parallax-wrapper:has(.welo-parallax-overflow-hidden) {
	overflow: hidden !important;
}

.welo-grid-lines .welo-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    pointer-events: none;
    z-index: var(--welo-grid-line-z-index, 0);
    min-height: 100vh;
    width: calc(100% - (2 * 0px));
    max-width: var(--welo-grid-line-max-width, 100%);
    background-size: calc(100% + var(--welo-grid-line-width, 1px)) 100%;
    background-image: repeating-linear-gradient(
    	90deg,
    	transparent,
    	transparent calc((100% / var(--welo-grid-line-columns, 6)) - var(--welo-grid-line-width, 1px)),
    	var(--welo-grid-line-color, var(--welo-light-border-color)) calc((100% / var(--welo-grid-line-columns, 6)) - var(--welo-grid-line-width, 1px)),
    	var(--welo-grid-line-color, var(--welo-light-border-color)) calc(100% / var(--welo-grid-line-columns, 6))
    );
}

.welo-grain-overlay .welo-body-content {
	position: relative;
}

.welo-grain-overlay .welo-body-content::before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999999;
    opacity: var(--welo-grain-verlay-opacity, 1);
}

.welo-grain-overlay.welo-grain-overlay-style-1 .welo-body-content::before {
    background: url(../imgs/noises/noise-1.svg) repeat;
}

.welo-grain-overlay.welo-grain-overlay-style-2 .welo-body-content::before {
    background: url(../imgs/noises/noise-2.svg) repeat;
}

.welo-grain-overlay.welo-grain-overlay-style-3 .welo-body-content::before {
    background: url(../imgs/noises/noise-3.svg) repeat;
}

.welo-grain-overlay.welo-grain-overlay-style-4 .welo-body-content::before {
    background: url(../imgs/noises/noise-4.svg) repeat;
}



/*------------------------------------------------------*/
/*                   06 - Portfolio
/*------------------------------------------------------*/
.welo-portfolio .welo-projects-list {
	margin: calc(var(--welo-projects-space) / 2 * -1);
	-webkit-transition: height .2s linear;
	-o-transition: height .2s linear;
	transition: height .2s linear;
}

.boxed-layout .welo-projects-list,
.elementor-section-boxed .welo-projects-list {
	margin: calc(var(--welo-projects-space) / 2 * -1);
}

.fullwidth-layout .welo-portfolio .welo-projects-list {
	margin: calc(var(--welo-projects-space) / 2 * -1) calc(var(--welo-projects-space) / 2);
}

.welo-projects-list .welo-project-item {
	float: left;
	position: relative;
	opacity: 0;
	padding: calc(var(--welo-projects-space) / 2);
	-webkit-transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-projects-list .welo-project-item.visible-item {
	opacity: 1;
}

.welo-project-item .welo-project-item-wrap {
	position: relative;
	overflow: hidden;
}

.welo-projects-list .welo-project-item .welo-project-item-wrap:hover {
	z-index: 1;
}

.welo-projects-list .welo-featured-img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: var(--welo-projects-border-radius, 0);
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.welo-projects-list .welo-featured-img-wrap > a {
	display: block;
}

.welo-projects-list .welo-featured-img {
	width: 100%;
}

.welo-projects-list .welo-featured-img-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.welo-projects-list .welo-overlay {
	position: absolute;
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	opacity: 0;
	will-change: opacity;
	background: linear-gradient( 45deg, var(--welo-project-img-color-1, var(--welo-primary-color)), var(--welo-project-img-color-2, var(--welo-secondary-color)) );
	-webkit-transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-project-item:hover .welo-overlay {
	opacity: .85;
}

.welo-projects-list .welo-info h4 {
	font-size: 19px;
	margin-bottom: 6px;
}

.welo-projects-list .welo-categories {
	line-height: 1.2em;
}

.welo-projects-list .welo-categories span {
	margin: 0 7px 0 6px;
}

.welo-projects-list .welo-info,
.welo-projects-list .welo-info h4,
.welo-projects-list .welo-info a {
	color: #fff;
}

/*-----*  ( Projects Loader )  *-----*/
.welo-projects-spinner {
	padding-top: 80px;
	text-align: center;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.welo-loaded .welo-projects-spinner {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-15px) scale(.6);
		-ms-transform: translateY(-15px) scale(.6);
			transform: translateY(-15px) scale(.6);
}

.welo-projects-spinner svg {
	display: inline-block;
	width: 32px;
	height: 32px;
	-webkit-animation: weloProjectsSpinner 1.6s ease infinite;
			animation: weloProjectsSpinner 1.6s ease infinite;
}

.welo-projects-spinner svg path:last-of-type {
	fill: var(--welo-secondary-color);
}

@-webkit-keyframes weloProjectsSpinner {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes weloProjectsSpinner {
	to {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

/*-----*  ( Filter Buttons )  *-----*/
.welo-filter {
	margin-bottom: 50px;
	text-align: var(--welo-portfolio-filter-alignment, center);
}

@media (max-width: 1024px) {
	.welo-filter { margin-bottom: 40px; }
}

.welo-filter li {
	list-style: none;
	display: inline-block;
	margin-right: 8px;
}

.welo-filter li:lasy-child {
	list-style: none;
	display: inline-block;
	margin-right: 8px;
}

.welo-filter span,
.welo-filter a {
	cursor: pointer;
	position: relative;
	display: block;
	padding: .8em 1.2em;
	line-height: 1;
	color: #fff;
	will-change: transform;
	border-radius: var(--welo-circle-border-radius);
	background-color: var(--welo-primary-color);
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: all .8s cubic-bezier(.25, 1, .3, 1);
	transition: all .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-filter li.active span,
.welo-filter li.current-cat a {
	-webkit-box-shadow: inset 0 40px 0 var(--welo-secondary-color);
			box-shadow: inset 0 40px 0 var(--welo-secondary-color);
}

.welo-filter li:not(.active) span:hover,
.welo-filter li:not(.current-ca) a:hover {
	-webkit-transform: scale3d(.95, .95, 1);
		-ms-transform: scale3d(.95, .95, 1);
			transform: scale3d(.95, .95, 1);
}

/*-----*  ( Masonry Multi-Size Portfolio )  *-----*/
.welo-projects-list[data-layout="masonry-multisize"] .welo-featured-img {
	visibility: hidden;
	opacity: 0;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-featured-img-wrap a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small .welo-featured-img-wrap {
	padding-top: 100%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large .welo-featured-img-wrap {
	padding-top: 100%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long .welo-featured-img-wrap {
	padding-top: 50%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high .welo-featured-img-wrap {
	padding-top: 200%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long .welo-featured-img-wrap {
	padding-top: calc(50% - (var(--welo-projects-space)/2));
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high .welo-featured-img-wrap {
	padding-top: calc(200% + var(--welo-projects-space));
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high,
.welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer {
	width: 20%;
}

.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
	width: 40%;
}

.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high,
.container .welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer {
	width: 25%;
}

.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
	width: 50%;
}

@media (max-width: 1024px) {
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer {
		width: 100%;
	}

	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
		width: 100%;
	}

	.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
	.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high,
	.container .welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer {
		width: 100%;
	}

	.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
	.container .welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
		width: 100%;
	}
}

/*-----*  ( Grid & Masonry Portfolio )  *-----*/
.welo-projects-list[data-layout="grid"][data-cols="2"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="2"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="2"] .welo-grid-sizer {
	width: 50%;
}

.welo-projects-list[data-layout="grid"][data-cols="3"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-grid-sizer {
	width: 33.33333%;
}

.welo-projects-list[data-layout="grid"][data-cols="4"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-grid-sizer {
	width: 25%;
}

.welo-projects-list[data-layout="grid"][data-cols="5"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-grid-sizer {
	width: 20%;
}

.welo-projects-list[data-layout="grid"][data-cols="6"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-project-item,
.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-grid-sizer {
	width: 16.6666%;
}

/*-----*  ( Responsive CSS )  *-----*/
@media (max-width: 1499px) {
	.welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high {
		width: 25%;
	}
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
		width: 50%;
	}
	.welo-projects-list[data-layout="grid"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-grid-sizer {
		width: 25%;
	}
}

@media (max-width: 1199px) {
	.welo-projects-list[data-layout="grid"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-grid-sizer {
		width: 33.333%;
	}
}

@media (max-width: 1024px) {
	.welo-projects-list[data-layout="masonry-multisize"] .welo-grid-sizer,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-small,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-high,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-large,
	.welo-projects-list[data-layout="masonry-multisize"] .welo-project-item.masonry-long {
		width: 100%;
	}
	.welo-projects-list[data-layout="grid"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"].projects-cols-6 .welo-project-item,
	.welo-projects-list[data-layout="masonry"].projects-cols-6 .welo-project-item,
	.welo-projects-list[data-layout="masonry"].projects-cols-6 .welo-grid-sizer {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.welo-projects-list[data-layout="grid"][data-cols="2"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="2"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="2"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="3"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="4"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="5"] .welo-grid-sizer,
	.welo-projects-list[data-layout="grid"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-project-item,
	.welo-projects-list[data-layout="masonry"][data-cols="6"] .welo-grid-sizer {
		width: 100%;
	}
}

/*-----*  ( Portfolio Style 1 )  *-----*/
.welo-projects-list[data-style="1"] .welo-project-item .welo-info-wrap {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}

.welo-projects-list[data-style="1"] .welo-project-item .welo-project-item-wrap.welo-tilt .welo-info-wrap {
	-webkit-transform: translateZ(20px);
		-ms-transform: translateZ(20px);
			transform: translateZ(20px);
}

.welo-projects-list[data-style="1"] .welo-project-item .welo-info h4 {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(8px, 0, 0);
		-ms-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="1"] .welo-project-item:hover .welo-info h4 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.welo-projects-list[data-style="1"] .welo-project-item .welo-info .welo-categories {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(8px, 0, 0);
		-ms-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="1"] .welo-project-item:hover .welo-info .welo-categories {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .55s;
		 -o-transition-delay: .55s;
			transition-delay: .55s;
}

/*-----*  ( Portfolio Style 2 )  *-----*/
.welo-projects-list[data-style="2"] .welo-project-item .welo-featured-img-bg,
.welo-projects-list[data-style="2"] .welo-project-item .welo-featured-img {
	will-change: transform;
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="2"] .welo-project-item:hover .welo-featured-img-bg,
.welo-projects-list[data-style="2"] .welo-project-item:hover .welo-featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.welo-projects-list[data-style="2"] .welo-project-item .welo-info-wrap {
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}

.welo-projects-list[data-style="2"] .welo-project-item .welo-project-item-wrap.welo-tilt .welo-info-wrap {
	-webkit-transform: translateZ(20px);
		-ms-transform: translateZ(20px);
			transform: translateZ(20px);
}

.welo-projects-list[data-style="2"] .welo-project-item .welo-info h4 {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(8px, 0, 0);
		-ms-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="2"] .welo-project-item:hover .welo-info h4 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
			transition-delay: .15s;
}

.welo-projects-list[data-style="2"] .welo-project-item .welo-info .welo-categories {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(8px, 0, 0);
		-ms-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="2"] .welo-project-item:hover .welo-info .welo-categories {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

/*-----*  ( Portfolio Style 3 )  *-----*/
.welo-projects-list[data-style="3"] .welo-project-item .welo-featured-img-bg,
.welo-projects-list[data-style="3"] .welo-project-item .welo-featured-img {
	will-change: transform;
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="3"] .welo-project-item:hover .welo-featured-img-bg,
.welo-projects-list[data-style="3"] .welo-project-item:hover .welo-featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.welo-projects-list[data-style="3"] .welo-project-item .welo-info-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 35px;
	right: 35px;
	-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0);
}

.welo-projects-list[data-style="3"] .welo-project-item .welo-project-item-wrap.welo-tilt .welo-info-wrap {
	-webkit-transform: translate3d(0, -50%, 20px);
		-ms-transform: translate3d(0, -50%, 20px);
			transform: translate3d(0, -50%, 20px);
}

.welo-projects-list[data-style="3"] .welo-project-item .welo-info h4 {
	will-change: transform, opacity;
	opacity: 0;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0, -8px, 0);
		-ms-transform: translate3d(0, -8px, 0);
			transform: translate3d(0, -8px, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="3"] .welo-project-item:hover .welo-info h4 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
			transition-delay: .15s;
}

.welo-projects-list[data-style="3"] .welo-project-item .welo-info .welo-categories {
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: translate3d(0, 8px, 0);
		-ms-transform: translate3d(0, 8px, 0);
			transform: translate3d(0, 8px, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="3"] .welo-project-item:hover .welo-info .welo-categories {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

/*-----*  ( Portfolio Style 4 )  *-----*/
.welo-projects-list[data-style="4"] .welo-project-item .welo-featured-img-wrap {
	will-change: transform;
	-webkit-transition: transform .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .4s cubic-bezier(.1, .5, .3, 1);
	transition: transform .4s cubic-bezier(.1, .5, .3, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-featured-img-wrap {
	-webkit-transform: scale3d(.94, .94, 1);
		-ms-transform: scale3d(.94, .94, 1);
			transform: scale3d(.94, .94, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-featured-img-wrap a:after,
.welo-projects-list[data-style="4"] .welo-project-item .welo-featured-img-wrap:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	cursor: none;
	pointer-events: none;
	will-change: transform, opacity;
	border-radius: var(--welo-circle-border-radius);
	background-color: var(--welo-project-img-color-1);
	-webkit-transform: scale3d(.5, .5, 1);
		-ms-transform: scale3d(.5, .5, 1);
			transform: scale3d(.5, .5, 1);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-featured-img-wrap:after {
	right: 42px;
	background-color: var(--welo-project-img-color-2);
}

.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-featured-img-wrap a:after,
.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-featured-img-wrap:after {
	-webkit-transition-delay: .5s;
		 -o-transition-delay: .5s;
			transition-delay: .5s;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-featured-img-wrap:after {
	-webkit-transition-delay: .6s;
		 -o-transition-delay: .6s;
			transition-delay: .6s;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-info-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 35px;
	right: 35px;
	-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0);
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-project-item-wrap.welo-tilt .welo-info-wrap {
	-webkit-transform: translate3d(0, -50%, 20px);
		-ms-transform: translate3d(0, -50%, 20px);
			transform: translate3d(0, -50%, 20px);
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-info h4 {
	will-change: transform, opacity;
	opacity: 0;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0, -8px, 0);
		-ms-transform: translate3d(0, -8px, 0);
			transform: translate3d(0, -8px, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-info h4 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .15s;
		 -o-transition-delay: .15s;
			transition-delay: .15s;
}

.welo-projects-list[data-style="4"] .welo-project-item .welo-info .welo-categories {
	will-change: transform;
	opacity: 0;
	-webkit-transform: translate3d(0, 8px, 0);
		-ms-transform: translate3d(0, 8px, 0);
			transform: translate3d(0, 8px, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="4"] .welo-project-item:hover .welo-info .welo-categories {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

/*-----*  ( Portfolio Style 5 )  *-----*/
.welo-projects-list[data-style="5"] .welo-project-item {
	overflow: hidden;
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-featured-img-bg,
.welo-projects-list[data-style="5"] .welo-project-item .welo-featured-img {
	will-change: transform;
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-projects-list[data-style="5"] .welo-project-item:hover .welo-featured-img-bg,
.welo-projects-list[data-style="5"] .welo-project-item:hover .welo-featured-img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

.welo-projects-list[data-style="5"] .welo-project-item:hover .welo-overlay {
	opacity: 0;
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info-wrap {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: #fff;
	padding-top: 16px;
	padding-bottom: 4px;
	-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
	-webkit-transition: all .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: all .4s cubic-bezier(.1, .5, .3, 1);
	transition: all .4s cubic-bezier(.1, .5, .3, 1);
}

.welo-projects-list[data-style="5"] .welo-project-item:hover .welo-info-wrap {
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info h4 {
	margin-bottom: 8px;
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info a {
	color: var(--welo-dark-color);
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info .welo-categories,
.welo-projects-list[data-style="5"] .welo-project-item .welo-info .welo-categories a {
	color: var(--welo-light-text-color);
}

/*-----*  ( Portfolio Style 6 )  *-----*/
.welo-projects-list[data-style="6"] .welo-project-item {
	overflow: hidden;
}

.welo-projects-list[data-style="6"] .welo-project-item .welo-featured-img-bg,
.welo-projects-list[data-style="6"] .welo-project-item .welo-featured-img {
	will-change: transform;
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1);
}

.welo-projects-list[data-style="6"] .welo-project-item:hover .welo-featured-img-bg,
.welo-projects-list[data-style="6"] .welo-project-item:hover .welo-featured-img {
	-webkit-transform: scale3d(1.12, 1.12, 1);
		-ms-transform: scale3d(1.12, 1.12, 1);
			transform: scale3d(1.12, 1.12, 1);
}

.welo-projects-list[data-style="6"] .welo-project-item:hover .welo-overlay {
	opacity: 0;
}

.welo-projects-list[data-style="6"] .welo-project-item .welo-info-wrap {
	position: relative;
	background-color: #fff;
	padding-top: 20px;
}

.welo-projects-list[data-style="5"] .welo-project-item .post-love,
.welo-projects-list[data-style="6"] .welo-project-item .post-love {
	will-change: transform, opacity;
	position: absolute;
	right: 0;
	top: 24px;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
			transform: translate3d(0, 5px, 0);
	-webkit-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	-o-transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
	transition: transform .8s cubic-bezier(.25, 1, .3, 1), opacity .8s cubic-bezier(.25, 1, .3, 1);
}

.welo-projects-list[data-style="5"] .welo-project-item .post-love {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-projects-list[data-style="6"] .welo-project-item:hover .post-love {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.welo-projects-list[data-style="5"] .welo-project-item .post-love a,
.welo-projects-list[data-style="6"] .welo-project-item .post-love a {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	color: var(--welo-love-color);
}

.welo-projects-list[data-style="5"] .welo-project-item .post-love a i,
.welo-projects-list[data-style="6"] .welo-project-item .post-love a i {
	font-size: 16px;
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info h4,
.welo-projects-list[data-style="6"] .welo-project-item .welo-info h4 {
	margin-bottom: 10px;
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info a,
.welo-projects-list[data-style="6"] .welo-project-item .welo-info a {
	color: var(--welo-dark-color);
}

.welo-projects-list[data-style="5"] .welo-project-item .welo-info .welo-categories,
.welo-projects-list[data-style="5"] .welo-project-item .welo-info .welo-categories a,
.welo-projects-list[data-style="6"] .welo-project-item .welo-info .welo-categories,
.welo-projects-list[data-style="6"] .welo-project-item .welo-info .welo-categories a {
	color: var(--welo-light-text-color);
}



/*------------------------------------------------------*/
/*                 07 - Single Project
/*------------------------------------------------------*/
.project-wrap {
	position: relative;
}

.project-wrap .project-details-wrap .project-title {
	font-size: 38px;
	margin-bottom: 30px;
}

.project-wrap .project-details-wrap .project-cats {
	margin-bottom: 15px;
	line-height: 1;
	color: var(--welo-light-text-color);
}

.project-wrap .project-details-wrap .project-cats a,
.project-wrap .project-details-wrap .project-cats span {
	display: inline-block;
	margin: 0 2px 0 3px;
	font-size: .9em;
	line-height: 18px;
	text-transform: capitalize;
}

.project-wrap .project-details-wrap .project-cats a:first-child,
.project-wrap .project-details-wrap .project-cats span:first-child {
	margin-left: 0;
}

.project-wrap .project-details-wrap .project-meta {
	list-style: none;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.project-wrap .project-details-wrap .project-meta li {
	flex-grow: 1;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--welo-light-border-color);
}

.project-wrap .project-details-wrap .project-meta li h6 {
	margin-bottom: 5px;
}

.project-wrap .project-details-wrap .project-meta li p {
	margin-bottom: 0;
	color: var(--welo-light-text-color);
}

.project-wrap .project-media-wrap .project-gallery-item {
	margin-bottom: 6px;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.project-wrap .project-media-wrap .project-gallery-item:last-of-type {
	margin-bottom: 0;
}

.project-wrap.split-right-details-layout .project-media-wrap .project-gallery-item,
.project-wrap.split-left-details-layout .project-media-wrap .project-gallery-item {
	border-radius: 0;
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image {
	display: block;
	position: relative;
}

.project-wrap .project-thumb a.open-image,
.project-wrap .project-thumb > a > img,
.project-wrap .project-thumb > img {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image i {
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	color: var(--welo-dark-color);
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	border-radius: var(--welo-second-border-radius);
	-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
			transform: translateY(6px);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), transform .4s cubic-bezier(.45, .24, .03, .93), -webkit-transform .4s cubic-bezier(.45, .24, .03, .93);
}

.project-wrap .project-media-wrap .project-gallery-item a.open-image:hover i {
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.project-wrap .project-media-wrap .project-gallery-item img {
	width: 100%;
	height: auto;
}

.project-wrap.right-details-layout .project-details-wrap.sticky,
.project-wrap.left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: calc( 40px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.admin-bar .project-wrap.right-details-layout .project-details-wrap.sticky,
.admin-bar .project-wrap.left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: calc( 40px + 32px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.project-wrap.split-right-details-layout .project-details-wrap.sticky,
.project-wrap.split-left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: calc( 40px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.admin-bar .project-wrap.split-right-details-layout .project-details-wrap.sticky,
.admin-bar .project-wrap.split-left-details-layout .project-details-wrap.sticky {
	position: sticky;
	top: calc( 40px + 32px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.project-wrap.top-details-layout .project-details-wrap,
.project-wrap.top-details-mini-layout .project-details-wrap {
	padding-bottom: 80px;
}

.project-wrap.bottom-details-layout .project-media-wrap,
.project-wrap.bottom-details-mini-layout .project-media-wrap {
	padding-bottom: 50px;
}

.project-wrap.top-details-layout .project-details-wrap .project-meta {
	width: 100%;
}

.project-wrap.top-details-mini-layout .project-media-wrap,
.project-wrap.bottom-details-mini-layout .project-media-wrap {
	margin-left: -60px;
	margin-right: -60px;
}

@media screen and (min-width: 1025px) {
	.project-wrap.split-right-details-layout .project-details-wrap {
		padding-right: calc(((100vw - var(--welo-container-width)) + 30px)/2);
	}
	.project-wrap.split-left-details-layout .project-details-wrap {
		padding-left: calc(((100vw - var(--welo-container-width)) + 30px)/2);
	}
}

@media screen and (max-width: 1024px) {
	.project-wrap.split-left-details-layout .project-details-wrap,
	.project-wrap.split-right-details-layout .project-details-wrap {
		padding-right: 8vw;
		padding-left: 8vw;
	}
	.project-wrap.split-left-details-layout .project-details-wrap {
		padding-top: 60px;
	}
	.project-wrap.split-left-details-layout .row,
	.project-wrap.split-right-details-layout .row {
		margin-left: 0;
		margin-right: 0;
	}
	.project-wrap.split-left-details-layout .row > .col-12,
	.project-wrap.split-right-details-layout .row > .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}



/*------------------------------------------------------*/
/*                      08 - Blog
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.blog-items {
	display: block;
}

.blog-items article {
	will-change: transform, opacity;
	-webkit-box-shadow: 0 0 0 var(--welo-light-shadow-color);
			box-shadow: 0 0 0 var(--welo-light-shadow-color);
	-webkit-transition: all .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: all .6s cubic-bezier(.1, .5, .3, 1);
	transition: all .6s cubic-bezier(.1, .5, .3, 1);
}

.blog-items .post.sticky {
	position: relative;
}

.blog-items .post.sticky .sticky-post-icon {
	z-index: 15;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 34px solid var(--welo-primary-color);
	border-left: 44px solid transparent;
}

.blog-items .post.sticky .sticky-post-icon i {
	position: absolute;
	right: 4px;
	top: -28px;
	color: #fff;
	font-size: 11px;
}

.blog-items article .entry-excerpt p {
	margin-bottom: 0;
}

.blog-items article .post-title,
.blog-items article.format-quote blockquote p {
	font-size: 22px;
}

.blog-items article .post-title a {
	color: var(--welo-dark-color);
}

.blog-items article .post-title a:hover {
	color: var(--welo-primary-color);
}

.blog-items article .cats {
	font-size: .9em;
	padding-bottom: 0.4rem;
	line-height: 1;
}

.blog-items article .cats a {
	color: var(--welo-light-text-color);
}

.blog-items article .cats a:hover {
	color: var(--welo-primary-color);
}

.blog-items article .cats a:after {
	content: ' - '
}

.blog-items article .cats a:last-child:after {
	display: none;
}

/*-----*  ( Posts Meta )  *-----*/
.blog-items article .post-meta {
	margin-top: 1.4rem;
	font-size: .9em;
	line-height: 1;
}

.blog-items article .post-title + .post-meta {
	margin-top: 0;
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
}

.blog-items article .post-meta,
.blog-items article .post-meta a {
	color: var(--welo-dark-color);
}

.blog-items article .post-meta a:hover {
	color: var(--welo-primary-color);
}

.blog-items article .post-meta .author-avatar {
	margin-right: 8px;
}

@media (max-width: 575px) {
	.blog-items article .post-meta .author-avatar { display: none; }
}

.blog-items article .post-meta .author-avatar img {
	height: 28px;
	width: auto;
	border-radius: var(--welo-circle-border-radius);
}

.blog-items article .post-meta > i {
	margin: 0 10px;
}

.blog-items article .post-meta .post-love i {
	font-size: 14px;
	position: relative;
	top: 1px;
}

/*-----*  ( FadeIn Posts )  *-----*/
.blog-items.with-animation article {
	opacity: 0 !important;
	-webkit-transform: translateY(30px) !important;
		-ms-transform: translateY(30px) !important;
			transform: translateY(30px) !important;
}

.blog-items.with-animation article.visible-item {
	-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
			transform: translateY(0) !important;
	opacity: 1 !important;
}

/*-----*  ( Quote & Link Post )  *-----*/
article.format-quote, article.format-link {
	display: block !important;
}

article.format-quote blockquote {
	position: relative;
	padding: 7% 10%;
	overflow: hidden;
	margin: 0;
	border: none;
	border-radius: var(--welo-first-border-radius);
}

article.format-quote blockquote blockquote {
	padding: 0;
}

.post-wrap article.format-quote blockquote {
	margin-bottom: 45px;
	background-color: var(--welo-primary-color);
}

article.format-quote blockquote .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1);
}

article.format-quote:hover blockquote .thumb-img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
}

article.format-quote blockquote .thumb-overlay {
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
	opacity: .9;
}

article.format-quote blockquote .quote, article.format-quote small, article.format-quote a {
	color: #fff;
}

article.format-quote blockquote .quote {
	position: relative;
}

article.format-quote blockquote cite {
	font-size: 1em;
	color: #fff;
}

article.format-quote blockquote cite:before {
	background-color: #fff;
}

article.format-quote blockquote svg {
	width: 82px;
	height: 82px;
	position: absolute;
	bottom: -22px;
	right: -15px;
	fill: #fff;
	opacity: .2;
}

article.format-link .link-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: var(--welo-primary-color);
	border-radius: var(--welo-first-border-radius);
}

article.format-link .link-box a {
	display: block;
	padding: 6% 8%;
}

article.format-link .link-box .thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1);
}

article.format-link:hover .link-box .thumb-img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
		-ms-transform: scale3d(1.2, 1.2, 1);
			transform: scale3d(1.2, 1.2, 1);
}

article.format-link .link-box .thumb-overlay {
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
	opacity: .9;
}

article.format-link .link-box h4 {
	position: relative;
	color: #fff;
	margin-bottom: 0 !important;
}

article.format-link .link-box svg {
	width: 82px;
	height: 82px;
	position: absolute;
	bottom: -22px;
	right: -15px;
	fill: #fff;
	opacity: .2;
}

.post-wrap article.format-link .link-box {
	margin-bottom: 45px;
}

.post-thumb .welo-flickity-carousel {
	margin-bottom: 0 !important;
}

.post-thumb .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.previous,
.post-thumb .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	opacity: 0;
	-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
}

.post-thumb:hover .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.previous {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.post-thumb:hover .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	opacity: 1;
	-webkit-transform: translate(50%, -50%);
		-ms-transform: translate(50%, -50%);
			transform: translate(50%, -50%);
}

.post-thumb .flickity-page-dots {
	padding: 10px 12px;
	width: auto;
	left: 50%;
	bottom: 60px;
	background-color: #fff;
	border-radius: var(--welo-second-border-radius);
	-webkit-box-shadow: 0 6px 25px -4px var(--welo-light-shadow-color);
			box-shadow: 0 6px 25px -4px var(--welo-light-shadow-color);
	-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
}

.post-thumb .flickity-page-dots .dot {
	padding: 5px !important;
}

.blog-items article.format-gallery .post-thumb {
	overflow: visible !important;
}

/*-----*  ( Blog Simple & Classic Styles )  *-----*/
.blog-items.simple-style article,
.blog-items.classic-style article {
	margin-bottom: 60px;
}

.blog-items.simple-style article .post-title,
.blog-items.classic-style article .post-title {
	max-width: 80%;
	margin: 1rem auto;
}

.blog-items.simple-style article:last-of-type,
.blog-items.classic-style article:last-of-type {
	margin-bottom: 0;
}

.blog-items.classic-style article .post-thumb {
	position: relative;
	border-radius: var(--welo-blog-imgs-radius);
	overflow: hidden;
}

.blog-items.classic-style article .post-thumb .carousel-img {
	border-radius: var(--welo-blog-imgs-radius);
	overflow: hidden;
}

.blog-items.classic-style article .post-thumb iframe,
.blog-items.classic-style article .post-thumb audio {
	display: block;
	border-radius: var(--welo-blog-imgs-radius);
}

.blog-items.classic-style article .post-thumb .fit-audio iframe {
	width: 100%;
	max-height: 280px;
}

.blog-items.classic-style article .post-thumb .fit-audio audio {
	display: block;
	width: 100%;
}

.blog-items.classic-style article .post-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: var(--welo-blog-imgs-radius);
	background-color: var(--welo-dark-color);
	-webkit-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.classic-style article:hover .post-thumb .thumb-overlay {
	opacity: .5;
}

.blog-items.classic-style article .post-thumb .post-url > img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-items.classic-style article .post-thumb .link-icon,
.blog-items.classic-style article .post-thumb .lightbox-icon {
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1);
		-ms-transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1);
			transform: translate3d(-50%, -50%, 0) scale3d(.8, .8, 1);
	-webkit-transition: opacity .4s cubic-bezier(.1, .5, .3, 1), transform .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .4s cubic-bezier(.1, .5, .3, 1), transform .4s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .4s cubic-bezier(.1, .5, .3, 1), transform .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.classic-style article:hover .post-thumb .link-icon,
.blog-items.classic-style article:hover .post-thumb .lightbox-icon {
	opacity: 1;
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
			transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.blog-items.classic-style article .post-content-wrapper {
	text-align: center;
	position: relative;
	padding: 40px;
	margin: -30px 40px 0 40px;
	background-color: var(--welo-site-bg-color);
	border-radius: var(--welo-blog-imgs-radius);
}

/*-----*  ( Blog Mini & Puzzle Styles )  *-----*/
.blog-items.list-style article,
.blog-items.puzzle-style article {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}

.blog-items.list-style article.format-aside,
.blog-items.puzzle-style article.format-aside {
	display: block !important;
}

.blog-items.list-style article .post-thumb,
.blog-items.puzzle-style article .post-thumb {
	position: relative;
	border-radius: var(--welo-blog-imgs-radius);
	overflow: hidden !important;
	width: 33%;
	will-change: transform;
	-webkit-box-shadow: 0 0 0 var(--welo-light-shadow-color);
			box-shadow: 0 0 0 var(--welo-light-shadow-color);
	-webkit-transition: all .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: all .6s cubic-bezier(.1, .5, .3, 1);
	transition: all .6s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.list-style article:hover .post-thumb,
.blog-items.puzzle-style article:hover .post-thumb {
	-webkit-transform: scale3d(1.05, 1.05, 1);
		-ms-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
	-webkit-box-shadow: 0 18px 30px -6px var(--welo-light-shadow-color);
			box-shadow: 0 18px 30px -6px var(--welo-light-shadow-color);
}

.blog-items.list-style article .post-thumb a,
.blog-items.puzzle-style article .post-thumb a {
	display: block;
}

.blog-items.list-style article .post-thumb a:after,
.blog-items.puzzle-style article .post-thumb a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: .04;
	background-color: var(--welo-dark-color);
}

.blog-items.list-style article .post-thumb .thumb-img,
.blog-items.puzzle-style article .post-thumb .thumb-img {
	width: 100%;
	padding-top: 150%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-items.list-style article .post-thumb .m-thumb-img,
.blog-items.puzzle-style article .post-thumb .m-thumb-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-items.list-style article .post-content-wrapper,
.blog-items.puzzle-style article.odd .post-content-wrapper {
	width: 67%;
	padding: 0 0 0 7%;
}

.blog-items.puzzle-style article.even .post-content-wrapper {
	width: 67%;
	padding: 0 7% 0 0;
}

.blog-items.list-style article .post-title,
.blog-items.puzzle-style article .post-title {
	margin: .5rem 0 1.5rem 0;
}

.blog-items.list-style article .post-thumb iframe,
.blog-items.list-style article .post-thumb audio,
.blog-items.puzzle-style article .post-thumb iframe,
.blog-items.puzzle-style article .post-thumb audio {
	display: block;
	border-radius: var(--welo-blog-imgs-radius);
}

.blog-items.list-style article .post-thumb .fit-audio iframe,
.blog-items.puzzle-style article .post-thumb .fit-audio iframe {
	width: 100%;
	max-height: 280px;
}

.blog-items.list-style article .post-thumb .fit-audio audio,
.blog-items.puzzle-style article .post-thumb .fit-audio audio {
	display: block;
	width: 100%;
}

.blog-items.list-style article .post-thumb .thumb-overlay,
.blog-items.puzzle-style article .post-thumb .thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: var(--welo-blog-imgs-radius);
	background-color: var(--welo-dark-color);
	-webkit-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.list-style article:hover .post-thumb .thumb-overlay,
.blog-items.puzzle-style article:hover .post-thumb .thumb-overlay {
	opacity: .4;
}

.blog-items.list-style article .post-thumb.no-thumb .thumb-overlay,
.blog-items.puzzle-style article .post-thumb.no-thumb .thumb-overlay {
	opacity: 1;
	background: var(--welo-dark-color);
}

.blog-items.list-style article .post-thumb .post-url > img,
.blog-items.puzzle-style article .post-thumb .post-url > img {
	display: block;
	border-radius: var(--welo-blog-imgs-radius);
	-webkit-transition: transform .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .4s cubic-bezier(.1, .5, .3, 1);
	transition: transform .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.list-style article:hover .post-thumb .post-url > img,
.blog-items.puzzle-style article:hover .post-thumb .post-url > img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
		-ms-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
}

.blog-items.list-style article .post-thumb .link-icon,
.blog-items.list-style article .post-thumb .lightbox-icon,
.blog-items.puzzle-style article .post-thumb .link-icon,
.blog-items.puzzle-style article .post-thumb .lightbox-icon {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate(-80%, -50%);
		-ms-transform: translate(-80%, -50%);
			transform: translate(-80%, -50%);
	-webkit-transition: transform .4s cubic-bezier(.1, .5, .3, 1), opacity .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .4s cubic-bezier(.1, .5, .3, 1), opacity .4s cubic-bezier(.1, .5, .3, 1);
	transition: transform .4s cubic-bezier(.1, .5, .3, 1), opacity .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.list-style article:hover .post-thumb .link-icon,
.blog-items.list-style article:hover .post-thumb .lightbox-icon,
.blog-items.list-style article .post-thumb.no-thumb .link-icon,
.blog-items.list-style article .post-thumb.no-thumb .lightbox-icon,
.blog-items.puzzle-style article:hover .post-thumb .link-icon,
.blog-items.puzzle-style article:hover .post-thumb .lightbox-icon,
.blog-items.puzzle-style article .post-thumb.no-thumb .link-icon,
.blog-items.puzzle-style article .post-thumb.no-thumb .lightbox-icon {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

@media (max-width: 1024px) {
	.blog-items.list-style article,
	.blog-items.puzzle-style article {
		flex-direction: column;
	}
	.blog-items.puzzle-style article.even {
		flex-direction: column-reverse;
	}
	.blog-items.list-style article .post-thumb,
	.blog-items.puzzle-style article .post-thumb,
	.blog-items.list-style article .post-content-wrapper,
	.blog-items.puzzle-style article .post-content-wrapper {
		padding: 0 !important;
		width: 100% !important;
	}
	.blog-items.list-style article .post-thumb,
	.blog-items.puzzle-style article .post-thumb {
		margin-bottom: 35px;
	}
	.blog-items.list-style article .post-thumb .thumb-img,
	.blog-items.puzzle-style article .post-thumb .thumb-img {
		opacity: 0;
		padding-top: 62%;
	}
	.blog-items.list-style article .post-thumb .m-thumb-img,
	.blog-items.puzzle-style article .post-thumb .m-thumb-img {
		opacity: 1;
	}
}

@media (min-width: 1025px) {
	.boxed-layout .blog-items.list-style article .post-title,
	.boxed-layout .blog-items.puzzle-style article .post-title {
		max-width: 75%;
	}
}

/*-----*  ( Blog Creative Style )  *-----*/
.fullwidth .blog-items.creative-1-style {
	padding: 20px;
}

.container .blog-items.creative-1-style .items-list {
	margin: -15px;
}

.blog-items.creative-1-style article {
	float: left;
}

.blog-items.blog-five-cols .welo-grid-sizer,
.blog-items.creative-1-style.blog-five-cols article {
	width: 20%;
}

.blog-items.blog-four-cols .welo-grid-sizer,
.blog-items.creative-1-style.blog-four-cols article {
	width: 25%;
}

.blog-items.blog-three-cols .welo-grid-sizer,
.blog-items.creative-1-style.blog-three-cols article {
	width: 33.333%;
}

.blog-items.blog-two-cols .welo-grid-sizer,
.blog-items.creative-1-style.blog-two-cols article {
	width: 50%;
}

.blog-items.creative-1-style.blog-two-cols article.sticky,
.blog-items.creative-1-style.blog-three-cols article.sticky,
.blog-items.creative-1-style.blog-four-cols article.sticky,
.blog-items.creative-1-style.blog-five-cols article.sticky {
	width: 100%;
}

@media (max-width: 1024px) {
	.blog-items.blog-four-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 33.333333%;
	}
}

@media (max-width: 767px) {
	.blog-items.blog-two-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-two-cols article,
	.blog-items.blog-three-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-three-cols article,
	.blog-items.blog-four-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.blog-items.blog-two-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-two-cols article,
	.blog-items.blog-three-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-three-cols article,
	.blog-items.blog-four-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-four-cols article,
	.blog-items.blog-five-cols .welo-grid-sizer,
	.blog-items.creative-1-style.blog-five-cols article {
		width: 100%;
	}
}

.blog-items.creative-1-style article {
	padding: 15px;
}

.blog-items.creative-1-style article.format-quote blockquote,
.blog-items.creative-1-style article.format-link .link-box {
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 0;
	-webkit-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
			transform: translateY(0) !important;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.blog-items.creative-1-style article.format-quote .quote-container,
.blog-items.creative-1-style article.format-link .link-box a {
	padding: 14%;
}

.blog-items.creative-1-style article,
.blog-items.creative-1-style article a,
.blog-items.creative-1-style article .post-title a {
	color: #fff;
}

.blog-items.creative-1-style article .post-wrap,
.blog-items.creative-1-style article.format-gallery .slider-featured-img {
	position: relative;
	padding-top: 140%;
}

.blog-items.creative-1-style article.format-gallery .post-wrap {
	position: relative;
	padding-top: 0;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.blog-items.creative-1-style article .post-wrap .featured-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: var(--welo-blog-imgs-radius);
}

.blog-items.creative-1-style article .post-wrap .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	will-change: transform;
	-webkit-transform: scale3d(1.14, 1.14, 1);
		-ms-transform: scale3d(1.14, 1.14, 1);
			transform: scale3d(1.14, 1.14, 1);
	-webkit-transition: transform .8s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .8s cubic-bezier(.1, .5, .3, 1);
	transition: transform .8s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .featured-img {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.blog-items.creative-1-style article.format-gallery .slider-featured-img {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-items.creative-1-style article.format-gallery .slider-featured-img a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.blog-items.creative-1-style article .post-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .4;
	background-color: var(--welo-dark-color);
	-webkit-transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .6s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.creative-1-style article .post-wrap:hover .overlay {
	opacity: .6;
}

.blog-items.creative-1-style article .post-wrap .featured-img a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.blog-items.creative-1-style article .slider-status {
	position: absolute;
	bottom: 41px;
	right: 59px;
	z-index: 15;
	line-height: 1;
}

.blog-items.creative-1-style article .slider-status .slider-counter {
	font-size: .85em;
	letter-spacing: 2px;
}

.blog-items.creative-1-style .welo-flickity-carousel[data-arrows-style="3"] .flickity-button {
	color: #fff !important;
	background-color: transparent !important;;
	font-size: 16px;
	padding: 5px;
	border-radius: 0;
	z-index: 16;
	width: 26px;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
			transform: translate(0, 0);
}

.blog-items.creative-1-style .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.previous {
	right: 90px;
	bottom: 34px;
	left: auto;
	top: auto;
}

.blog-items.creative-1-style .welo-flickity-carousel[data-arrows-style="3"] .flickity-button.next {
	right: 30px;
	bottom: 34px;
	left: auto;
	top: auto;
}

.blog-items.creative-1-style article .cats {
	font-size: .85em;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 15;
}

.blog-items.creative-1-style article .cats a {
	display: inline-block;
	color: #fff;
	padding: 8px 13px;
	line-height: 1;
	margin-right: 4px;
	border-radius: var(--welo-circle-border-radius);
}

.blog-items.creative-1-style article .cats a:nth-child(odd) {
	background-color: var(--welo-primary-color);
}

.blog-items.creative-1-style article .cats a:nth-child(even) {
	background-color: var(--welo-secondary-color);
}

.blog-items.creative-1-style article .cats a:after {
	display: none;
}

.blog-items.creative-1-style article .post-wrap .post-content-wrap {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	z-index: 15;
	margin-top: -10px;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.blog-items.creative-1-style article.format-quote blockquote .quote,
.blog-items.creative-1-style article.format-link .link-box .link-content {
	font-size: 24px;
	line-height: 34px;
}

.blog-items.creative-1-style article .post-title {
	position: relative;
	margin: 0;
}

.blog-items.creative-1-style article:not(.format-link) .post-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -22px;
	display: block;
	width: 60%;
	max-width: 50px;
	height: 3px;
	border-radius: var(--welo-first-border-radius);
	background: #fff;
	-webkit-transform-origin: left;
		-ms-transform-origin: left;
			transform-origin: left;
	-webkit-transform: scale3d(0, 1, 1);
		-ms-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
	-webkit-transition: transform .4s cubic-bezier(.2, 0, .3, 1);
	-o-transition: transform .4s cubic-bezier(.2, 0, .3, 1);
	transition: transform .4s cubic-bezier(.2, 0, .3, 1);
}

.blog-items.creative-1-style article:hover .post-title:after {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.blog-items.creative-1-style article .post-data {
	display: inline-block;
	line-height: 1;
	font-size: .92em;
	margin-bottom: 18px;
	opacity: .8;
}

.blog-items.creative-1-style article .entry-excerpt {
	font-size: 1.1em;
	line-height: 2em;
	color: rgba(255, 255, 255, .8);
}

.blog-items.creative-1-style article .post-author {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-size: .9em;
	z-index: 15;
}

.blog-items.creative-1-style article .post-author .author-avatar,
.blog-items.creative-1-style article .post-author .author-name {
	display: inline-block;
}

.blog-items.creative-1-style article .post-author img {
	width: 32px;
	height: 32px;
	margin-right: 6px;
	background-color: #fff;
	padding: 3px;
	border-radius: var(--welo-circle-border-radius);
}

.blog-items.creative-1-style article .post-type {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.blog-items.creative-1-style article .post-type a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: var(--welo-dark-color);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	border-radius: var(--welo-circle-border-radius);
	will-change: transform, opacity;
	opacity: 0;
	-webkit-transform: scale3d(.85, .85, 1);
		-ms-transform: scale3d(.85, .85, 1);
			transform: scale3d(.85, .85, 1);
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.creative-1-style article:hover .post-type a {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.blog-items.creative-1-style article .slider-status,
.blog-items.creative-1-style article .flickity-button.next,
.blog-items.creative-1-style article .flickity-button.previous {
	opacity: 0;
	-webkit-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .4s cubic-bezier(.1, .5, .3, 1);
}

.blog-items.creative-1-style article:hover .slider-status,
.blog-items.creative-1-style article:hover .flickity-button.next,
.blog-items.creative-1-style article:hover .flickity-button.previous {
	opacity: 1;
}



/*------------------------------------------------------*/
/*                  09 - Single Post
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.post-wrap .post-thumb {
	margin-bottom: 70px;
}

@media (min-width: 1025px) {
	.post-wrap .post-thumb {
		margin-left: -100px;
		margin-right: -100px;
	}
}

.post-wrap .post-thumb .carousel-img {
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.single-post-footer {
	position: relative;
}

.single-post-footer + .welo-comments-section {
	border-top: 1px solid var(--welo-light-border-color);
}

.page .welo-comments-section {
	border-top: 1px solid var(--welo-light-border-color);
	border-bottom: 1px solid var(--welo-light-border-color);
}

/*-----*  ( Post Tags )  *-----*/
.single-post-footer .welo-post-tags {
	position: relative;
	text-align: center;
}

.single-post-footer .welo-post-tags a {
	font-size: .9em;
	display: inline-block;
	padding: 12px 18px;
	line-height: 1;
	color: var(--welo-light-text-color);
	margin: 0 5px;
	border: 1px solid var(--welo-light-border-color);
	text-transform: capitalize;
	border-radius: var(--welo-circle-border-radius);
	-webkit-transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
	-o-transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
	transition: all .35s cubic-bezier(.10, .10, 0, .71) !important;
}

.single-post-footer .welo-post-tags a:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
	color: #fff;
	background: var(--welo-primary-color);
	border-color: var(--welo-primary-color);
	-webkit-box-shadow: 0 6px 28px -4px var(--welo-light-shadow-color);
			box-shadow: 0 6px 28px -4px var(--welo-light-shadow-color);
}

/*-----*  ( Author Bio )  *-----*/
.single-post-footer .welo-author-bio {
	padding-left: 85px;
	position: relative;
}

.single-post-footer .welo-author-bio .welo-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.single-post-footer .welo-author-bio .welo-avatar img {
	border-radius: var(--welo-circle-border-radius);
	width: 50px;
	height: auto;
}

.single-post-footer .welo-author-bio h6 {
	text-transform: capitalize;
	margin-bottom: 12px;
}

.single-post-footer .welo-author-bio p {
	margin: 0;
}

/*-----*  ( Likes Counter )  *-----*/
.single-post-footer .post-love {
	text-align: center;
}

.single-post-footer .post-love a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	height: 80px;
	width: 80px;
	line-height: 64px;
	background: var(--welo-site-bg-color);
	color: var(--welo-light-text-color);
	border-radius: var(--welo-circle-border-radius);
	border: 1px solid var(--welo-light-border-color);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	transition: all .4s cubic-bezier(.45, .24, .03, .93);
}

.single-post-footer .post-love a:hover {
	color: var(--welo-primary-color);
	border-color: var(--welo-primary-color);
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
	-webkit-box-shadow: 0 8px 30px -4px var(--welo-light-shadow-color);
			box-shadow: 0 8px 30px -4px var(--welo-light-shadow-color);
}

.single-post-footer .post-love a.liked, .single-post-footer .post-love a.liked:hover {
	background: var(--welo-primary-color);
	border-color: var(--welo-primary-color);
	color: #fff;
}

.single-post-footer .post-love a span {
	font-size: .8em;
	position: absolute;
	bottom: 16px;
	left: 50%;
	line-height: 1;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
			transform: translateX(-50%);
}

/*-----*  ( Sharing Icons )  *-----*/
.welo-share {
	width: fit-content;
	margin: 0 auto -30px auto;
	background: var(--welo-site-bg-color);
	padding: 15px 25px;
	border-radius: var(--welo-circle-border-radius);
}

.welo-share .social-list li {
	display: inline-block;
	margin: 0 2px;
}

.welo-share .social-list li a {
	color: var(--welo-light-text-color);
	height: 30px;
	width: 30px;
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: center;
}

.welo-share .social-list li a:hover {
	color: var(--welo-primary-color);
}

/*-----*  ( Related Posts )  *-----*/
.welo-related-posts {
	background: var(--welo-light-bg-color);
}

.welo-related-posts .welo-title {
	margin-bottom: 40px;
}

.welo-related-posts .welo-related-post-list {
	margin: 0 -15px;
}

.welo-related-posts .welo-related-post-list .welo-related-post {
	float: left;
	margin: 0 15px;
	margin-bottom: 40px;
}

.welo-related-posts[data-cols="2"] .welo-related-post {
	width: calc(50% - 30px);
}

.welo-related-posts[data-cols="3"] .welo-related-post {
	width: calc(33.333% - 30px);
}

.welo-related-posts[data-cols="4"] .welo-related-post {
	width: calc(25% - 30px);
}

@media (max-width: 1199px) {
	.welo-related-posts[data-cols="2"] .welo-related-post {
		width: calc(50% - 30px);
	}
}

@media (max-width: 1024px) {
	.welo-related-posts[data-cols="3"] .welo-related-post,
	.welo-related-posts[data-cols="4"] .welo-related-post {
		width: calc(50% - 30px);
	}
	.welo-related-posts[data-cols="3"]:nth-child(3) .related-post {
		display: none;
	}
}

@media (max-width: 767px) {
	.welo-related-posts[data-cols="2"] .welo-related-post,
	.welo-related-posts[data-cols="3"] .welo-related-post,
	.welo-related-posts[data-cols="4"] .welo-related-post {
		width: calc(100% - 30px);
	}
}

.welo-related-posts .welo-related-post .featured-img-wrap {
	position: relative;
	margin-bottom: 25px;
	padding-top: 70%;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
	-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
			transform: translateZ(0);
}

.welo-related-posts .welo-related-post .featured-img-wrap .featured-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
	-webkit-transition: transform .8s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .8s cubic-bezier(.1, .5, .3, 1);
	transition: transform .8s cubic-bezier(.1, .5, .3, 1);
}

.welo-related-posts .welo-related-post:hover .featured-img-wrap .featured-img {
	-webkit-transform: scale3d(1.15, 1.15, 1);
		-ms-transform: scale3d(1.15, 1.15, 1);
			transform: scale3d(1.15, 1.15, 1);
}

.welo-related-posts .welo-related-post .featured-img-wrap.no-img .featured-img {
	background-color: var(--welo-dark-color);
}

.welo-related-posts .welo-related-post .featured-img-wrap a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.welo-related-posts .welo-related-post .featured-img-wrap .overlay {
	position: absolute;
	top: -2%;;
	left: -2%;
	width: 104%;
	height: 104%;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.1, .5, .3, 1);
	-o-transition: opacity .8s cubic-bezier(.1, .5, .3, 1);
	transition: opacity .8s cubic-bezier(.1, .5, .3, 1);
}

.welo-related-posts .welo-related-post:hover .featured-img-wrap .overlay {
	opacity: .9;
}

.welo-related-posts .welo-related-post .featured-img-wrap i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 24px;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.welo-related-posts .welo-related-post .welo-cats {
	font-size: .95em;
	line-height: 1;
}

.welo-related-posts .welo-related-post .welo-cats,
.welo-related-posts .welo-related-post .welo-cats a {
	cursor: default;
	color: var(--welo-light-text-color);
}

.welo-related-posts .welo-related-post h5 {
	margin-bottom: 10px;
}

.welo-related-posts .welo-related-post h5 a span {
	max-width: 90%;
	position: relative;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

/*-----*  ( Comments )  *-----*/
#comments {
	border: 0;
	padding: 0;
	margin: 0;
}

.comment.bypostauthor .comment-author,
.comment.bypostauthor .comment-author a {
	color: var(--welo-dark-color);
}

.comment-reply-title, .comments-title {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.comment-reply-title small {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 10px;
	background-color: #fc6f6f;
	border-radius: var(--welo-second-border-radius);
}

.comment-reply-title a {
	display: block;
	padding: 6px;
	color: #fff;
}

.commentlist {
	border: 0;
	padding: 0;
	margin-bottom: 50px;
}

.commentlist li {
	margin-bottom: 0;
}

.commentlist li > div {
	margin-bottom: 40px;
}

.commentlist > li:last-child, .commentlist ul > li:last-child {
	margin-bottom: 0;
}

.commentlist li:before {
	display: none !important;
}

.commentlist .comment-body p:last-of-type {
	margin-bottom: 0;
}

.respond ol {
	padding: 0;
}

.commentlist li li, .respond li li {
	padding-left: 35px;
}

.commentlist li .avatar, .respond li .avatar {
	float: left;
	overflow: hidden;
	border-radius: var(--welo-circle-border-radius);
}

.commentlist li .comment-right, .respond li .comment-right {
	position: relative;
	padding-left: 85px;
}

.commentlist li .comment-right .comment-author, .respond li .comment-right .comment-author {
	color: var(--welo-dark-color);
	font-size: 1.1em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.commentlist li .comment-right .comment-meta, .respond li .comment-right .comment-meta {
	font-size: .85em;
	color: #ff664f;
	margin-bottom: 7px;
}

.commentlist li .comment-right .comment-meta a, .respond li .comment-right .comment-meta a {
	color: var(--welo-light-text-color);
}

.commentlist li .comment-right .comment-meta a:hover, .respond li .comment-right .comment-meta a:hover {
	color: var(--welo-primary-color);
}

.commentlist li .comment-right .moderation, .respond li .comment-right .moderation {
	display: inline-block;
	color: #fc6f6f;
	margin-bottom: 5px;
}

#commentform .logged-in-as {
	font-size: .95em;
	margin-top: -30px;
	margin-bottom: 35px;
}

#commentform p {
	margin: 0 0 20px 0;
}

#commentform p.form-submit {
	margin: 25px 0 0 0;
}

#commentform p label,
#commentform .comment-form-rating label {
	font-size: .9em;
	line-height: 1;
	display: block;
	color: var(--welo-dark-color);
	text-transform: capitalize;
	margin-bottom: 12px;
}

#commentform p.comment-form-cookies-consent label {
	display: inline-block;
	color: inherit;
	font-size: .85em;
	text-transform: inherit;
	margin-bottom: 0;
}

.commentlist #respond {
	margin-bottom: 40px;
}

.respond .reply-alert,
.commentlist #respond .reply-alert {
	margin-top: 15px;
	padding: 13px 24px;
}



/*------------------------------------------------------*/
/*               10 - Sidebar & Widgets
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.welo-sidebar .welo-sidebar-inner.sticky {
	position: sticky;
	top: calc( 30px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.admin-bar .welo-sidebar .welo-sidebar-inner.sticky {
	position: sticky;
	top: calc( 30px + 32px + var(--welo-helper-header-transparent-height, var(--welo-helper-header-colored-height)) );
}

.widget {
	position: relative;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.widget {
		position: relative;
		margin-bottom: 45px;
	}
}

.welo-sidebar .widget {
	padding:  0;
}

.widget ul {
	margin: 0;
}

.widget ul li {
	list-style: none !important;
	margin-bottom: 10px;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul ul {
	padding-top: 5px;
	padding-left: 25px;
}

.widget ul li li {
	margin-bottom: 5px;
}

.widget .widgettitle,
.widget h3.widget-title,
.widget .wp-block-group__inner-container > h2:first-child {
	margin: 0 0 18px 0;
	font-size: 16px;
	line-height: 1.4em;
	color: var(--welo-dark-color);
	position: relative;
}

.widget .widgettitle span,
.widget h3.widget-title span,
.widget .wp-block-group__inner-container > h2:first-child span {
	position: relative;
}

.widget .widgettitle span:after,
.widget h3.widget-title span:after,
.widget .wp-block-group__inner-container > h2:first-child span:after {
	content: '';
	display: block;
	width: 80px;
	height: 6px;
	position: absolute;
	left: 100%;
	top: 50%;
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translate(8px, -3px);
		-ms-transform: translate(8px, -3px);
			transform: translate(8px, -3px);
	background: -webkit-linear-gradient( 45deg, rgba(95, 98, 101, .1) 0%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient( 45deg, rgba(95, 98, 101, .1) 0%, rgba(0, 0, 0, 0) 100%);
}

.welo-sidebar .widget.widget_categories ul li {
	color: var(--welo-light-text-color);
}

.welo-sidebar .widget.widget_categories ul li:last-child {
	margin-bottom: 0;
}

.welo-sidebar .widget.widget_categories ul li a {
	margin-right: 4px;
}

/*-----*  ( WP Block Latest Posts Widget )  *-----*/
.wp-block-latest-posts a {
	display: inline-block;
	line-height: 1.4rem;
}

/*-----*  ( Image Widget )  *-----*/
.widget_media_image img {
	width: 100%;
	height: auto;
	border-radius: var(--welo-first-border-radius);
}

/*-----*  ( Image Box Widget )  *-----*/
.welo-image-box-widget .welo-image-box-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-image-box-widget .welo-image-box-wrapper > a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18, 18, 18, .3);
	-webkit-transition: background .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: background .45s cubic-bezier(.6, .4, .25, .95);
	transition: background .45s cubic-bezier(.6, .4, .25, .95);
}

.welo-image-box-widget .welo-image-box-wrapper:hover > a {
	background: rgba(0, 0, 0, .5);
}

.welo-image-box-widget .welo-image-widget-content {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 80%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.welo-image-box-widget h3 {
	color: #fff;
	margin: 20px 0;
}

.welo-image-box-widget .welo-image-box-btn {
	display: inline-block;
	font-size: .85em;
	line-height: 1;
	padding: 1.1em 1.6em;
	color: #fff;
	border-radius: var(--welo-first-border-radius);
	-webkit-transition: all .45s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .45s cubic-bezier(.6, .4, .25, .95);
	transition: all .45s cubic-bezier(.6, .4, .25, .95);
}

.welo-image-box-widget .welo-image-box-btn:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

.welo-image-box-widget h3 + .welo-image-box-btn {
	margin-bottom: -15px;
}

/*-----*  ( Search Widget )  *-----*/
.widget_search #searchform, .widget_search .wp-block-search__inside-wrapper {
	position: relative;
}

.widget_search .screen-reader-text {
	display: none;
}

.widget_search input[type="text"],
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
	width: 100%;
	line-height: 1em;
}

.widget_search input[type="submit"] {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 4px;
	width: 38px;
	min-width: 38px;
	border: none !important;
	background-color: transparent;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.widget_search i {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 4px;
	text-align: center;
	font-size: 16px;
	width: 38px;
	color: var(--welo-dark-color);
	line-height: 50px;
}

.widget_product_search button[type="submit"] {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	right: 5px;
	width: 38px;
	font-size: 16px;
	color: var(--welo-dark-color);
	padding: 0;
	opacity: 0;
	text-align: center;
	border: none !important;
	background-color: transparent;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
}

.widget_product_search button[type="submit"],
.widget_search i {
	opacity: 0;
	-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
			transform: translateX(10px);
	-webkit-transition: all .5s cubic-bezier(.6, .4, .25, .95);
	-o-transition: all .5s cubic-bezier(.6, .4, .25, .95);
	transition: all .5s cubic-bezier(.6, .4, .25, .95);
}

body.welo-loaded .widget_product_search button[type="submit"],
body.welo-loaded .widget_search i {
	opacity: 1;
	-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
			transform: translateX(0);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	position: relative;
	padding: 0;
	border: none;
}

.wp-block-search .wp-block-search__input,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 15px 16px;
	border-top: var(--welo-input-border-width-top, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-right: var(--welo-input-border-width-right, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-bottom: var(--welo-input-border-width-bottom, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-left: var(--welo-input-border-width-left, 1px) var(--welo-input-border-style, solid) var(--welo-input-border);
	border-radius: var(--welo-first-border-radius);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	color: var(--welo-dark-color);
	background: transparent;
	font-size: 16px;
	position: absolute;
	right: 4px;
	top: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	min-width: 38px;
}

.wp-block-search .wp-block-search__button {
	color: #fff;
	background: var(--welo-primary-color);
	font-size: .9em;
	font-weight: 600;
	border: none;
	padding: 0 14px;
	border-radius: var(--welo-first-border-radius);
}

.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper .wp-block-search__button {
	color: #fff;
	background: var(--welo-primary-color);
	font-size: .9em;
	font-weight: 600;
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
	height: calc(100% - 10px);
	margin: 0;
	padding: 0 12px;
	min-width: auto;
	border-radius: var(--welo-second-border-radius);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__button svg {
	min-width: 1.8em;
	min-height: 1.8em;
	fill: var(--welo-dark-color);
}

.wp-block-search.wp-block-search__button-outside .wp-block-search__button svg {
	fill: #fff;
}

/*-----*  ( Tags Cloud Widget )  *-----*/
.widget .tagcloud a {
	font-size: .85em !important;
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	padding: 12px 16px;
	margin: 0 4px 8px 0;
	color: var(--welo-light-text-color);
	border: 1px solid var(--welo-light-border-color);
	border-radius: var(--welo-circle-border-radius);
	will-change: transform;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget .tagcloud a:hover {
	color: #fff !important;
	border-color: var(--welo-primary-color);
	background-color: var(--welo-primary-color);
	-webkit-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

.wp-block-tag-cloud a {
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	padding: 12px 16px;
	margin: 0 4px 8px 0;
	color: var(--welo-light-text-color);
	border: 1px solid var(--welo-light-border-color);
	border-radius: var(--welo-circle-border-radius);
	will-change: transform;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wp-block-tag-cloud.is-style-default a:hover {
	color: #fff !important;
	border-color: var(--welo-primary-color);
	background-color: var(--welo-primary-color);
	-webkit-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

.wp-block-tag-cloud.is-style-default a {
	color: #fff;
	background-color: var(--welo-dark-color);
	border: none;
}

.wp-block-tag-cloud.is-style-default a:hover {
}

/*-----*  ( Calender Widget )  *-----*/
#wp-calendar {
	width: 100%;
	font-size: 11px;
	border-collapse: separate;
	font-weight: 600;
}

#wp-calendar caption {
	display: none;
}

#wp-calendar tbody td {
	text-align: center;
	padding: 4px;
	border: 0;
}

#wp-calendar tbody td.pad {
	border: 0;
}

#wp-calendar tbody td#today {
	border-color: var(--welo-primary-color);
	color: var(--welo-primary-color);
}

#wp-calendar tbody td a {
	color: var(--welo-primary-color);
}

#wp-calendar tfoot td#prev a, #wp-calendar tfoot td#next a {
	color: var(--welo-dark-color);
	position: relative;
	text-transform: uppercase;
}

#wp-calendar tfoot td#prev {
	text-align: left;
}

#wp-calendar tfoot td#next {
	text-align: right;
}

#wp-calendar tfoot td#prev a:hover, #wp-calendar tfoot td#next a:hover {
	color: var(--welo-primary-color);
}

#wp-calendar thead th {
	color: var(--welo-dark-color);
	text-align: center;
}

#wp-calendar thead th, #wp-calendar tfoot td {
	border: 0;
	padding: 10px 15px;
}

#wp-calendar tfoot tr {
	background: transparent;
}

/*-----*  ( Recent Posts Widget )  *-----*/
.widget.widget_recent_entries li {
	margin-bottom: 12px;
}

.widget.widget_recent_entries li:last-child {
	margin-bottom: 0;
}

.widget.widget_recent_entries .post-date {
	display: inline-block;
	font-size: .8em;
	line-height: 1;
	margin-left: 8px;
	padding: 7px 9px;
	background: var(--welo-light-bg-color);
	border-radius: var(--welo-second-border-radius);
}

.welo-smart-posts-widget {
	padding-top: 4px;
}

.welo-smart-posts-widget .post-title {
	margin: 0;
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.welo-smart-posts-widget .post-date {
	font-size: .85em;
	line-height: 1;
}

.welo-sidebar .welo-smart-posts-widget .post-date {
	color: var(--welo-light-text-color);
}

.welo-smart-posts-widget.style-default li {
	padding-left: 78px;
	margin-bottom: 24px;
	position: relative;
	min-height: 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.welo-smart-posts-widget.style-default li .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 60px;
}

.welo-smart-posts-widget.style-default li h6 {
	line-height: 1.1 !important;
	margin-bottom: .7em;
}

.welo-smart-posts-widget.style-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.welo-smart-posts-widget.style-grid li {
	display: block;
	margin: 0;
}

.welo-smart-posts-widget.style-grid li .post-thumb {
	display: block;
	position: relative;
	opacity: 1;
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	transition: all .4s cubic-bezier(.15, .2, .1, 1);
}

.welo-smart-posts-widget.style-grid:hover li .post-thumb {
	opacity: .5;
}

.welo-smart-posts-widget.style-grid li .post-thumb:hover {
	opacity: 1;
	-webkit-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

.welo-smart-posts-widget li:hover, .welo-smart-posts-widget li:hover * {
	z-index: 2;
}

.welo-smart-posts-widget img {
	width: 100%;
	height: auto;
	border-radius: var(--welo-second-border-radius);
}

/*-----*  ( Flickr Widget )  *-----*/
.welo-flickr-feed-widget .pics-wrap {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
}

.welo-flickr-feed-widget .pics-wrap .item {
	position: relative;
	padding-top: 100%;
}

.welo-flickr-feed-widget .item .small-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.welo-flickr-feed-widget .item a {
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: var(--welo-second-border-radius);
	will-change: transform;
	-webkit-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .4s cubic-bezier(.15, .2, .1, 1);
	transition: all .4s cubic-bezier(.15, .2, .1, 1);
}

.welo-flickr-feed-widget .pics-wrap:hover .item a {
	opacity: .5;
}

.welo-flickr-feed-widget .pics-wrap .item a:hover {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
		-ms-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1);
}

/*-----*  ( Recent Comments Widget )  *-----*/
.welo-recent-comments-widget {
	padding-top: 4px;
}

.welo-recent-comments-widget li {
	position: relative;
	margin-bottom: 15px !important;
}

.welo-recent-comments-widget li:last-child {
	margin-bottom: 0;
}

.welo-recent-comments-widget .comment-avatar {
	position: absolute;
	top: 0;
	left: 0;
}

.welo-recent-comments-widget .comment-avatar img {
	border-radius: var(--welo-second-border-radius);
}

.welo-recent-comments-widget .comment-content {
	padding-left: 78px;
}

.welo-recent-comments-widget .comment-author {
	margin-bottom: 8px;
}

.welo-recent-comments-widget .comment-date {
	display: inline-block;
	margin-left: 6px;
	font-size: .85em;
	line-height: 1;
	color: var(--welo-light-text-color);
}

.welo-recent-comments-widget .comment-text {
	font-size: .9em;
	line-height: 1.8em;
}

/*-----*  ( Tweets Widget )  *-----*/
.widget .welo-tweet-list .tweet-item {
	position: relative;
	padding-left: 38px;
	margin-bottom: 22px;
}

.widget .welo-tweet-list .tweet-item:last-child {
	margin-bottom: 0;
}

.widget .welo-tweet-list .tweet-item .tweet-text {
	position: relative;
	display: block;
	margin-bottom: 6px;
}

.widget .welo-tweet-list .tweet-item .tweet-time {
	display: block;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
}

.widget .welo-tweet-list .tweet-item a:hover,
.widget .welo-tweet-list .tweet-item .tweet-time a:hover {
	color: #63cdf1;
}

.widget .welo-tweet-list .tweet-item:before {
	font-family: 'welo-ui' !important;
	content: "\e90d";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	font-size: 18px;
	color: #63cdf1;
	opacity: 1;
	will-change: transform;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.widget .welo-tweet-list .tweet-item:hover:before {
	opacity: .2;
	-webkit-transform: scale3d(3, 3, 1);
		-ms-transform: scale3d(3, 3, 1);
			transform: scale3d(3, 3, 1);
}




.welo-woo-product-hero {
	position: relative;
}

.welo-woo-product-hero svg,
.welo-woo-product-hero svg image {
	width: 100%;
	height: auto;
}

.welo-woo-product-hero svg img {
	width: 100%;
	height: auto;
}

.welo-woo-product-hero .product-slide {
	position: relative;
	display: flex;
	gap: 2.26%;
}

.welo-woo-product-hero .product-slide .first-svg-container,
.welo-woo-product-hero .product-slide .second-svg-container {
	position: relative;
	flex: 1;
	color: var(--welo-dark-color);
}

.welo-woo-product-hero .product-slide .first-svg-container svg,
.welo-woo-product-hero .product-slide .second-svg-container svg {
	opacity: 0;
}

.welo-woo-product-hero .product-slide .first-svg-container img,
.welo-woo-product-hero .product-slide .second-svg-container img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.welo-woo-product-hero .product-info-block {
	position: absolute;
	inset-inline-start: 28.15%;
	top: 0;
	border-radius: 40px;
	background-color: var(--welo-dark-color);
	width: 29.48%;
	height: 33.38%;
	padding: 40px;
	display: flex;
	align-items: center;
}

.welo-woo-product-hero .product-info-block .product-title-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding-inline-end: 30px;
}

.welo-woo-product-hero .product-add-to-cart .button {
	display: flex;
	align-items: center;
	line-height: 1;
	gap: 8px;
	border-radius: var(--welo-first-border-radius);
	padding: 14px;
	background: #fff;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--welo-dark-color);
}

.welo-woo-product-hero .product-add-to-cart .button svg {
	width: 18px;
	height: 18px;
}

.welo-woo-product-hero .product-info-block h4 {
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 12px;
}

.welo-woo-product-hero .product-info-block h4 a {
	color: #fff;
}

.welo-woo-product-hero .product-price {
	color:  #fff;
	line-height: 1.1em;
}

.welo-woo-product-hero .product-price ins {
	text-decoration: none;
}

.welo-woo-product-hero .product-price del {
	opacity: 0.4;
}

.welo-woo-product-hero .sale-label {
	line-height: 1;
	color: var(--welo-dark-color);
	background-color: #fff;
	border-radius: var(--welo-first-border-radius);
	display: block;
	padding: 9px 14px;
}

.welo-woo-product-hero .add-to-cart-block {
	position: absolute;
	inset-inline-end: 0;
	bottom: 0;
	border-radius: 32px;
	background-color: var(--welo-light-bg-color);
	width: 6.37%;
	height: 35.72%;
}

.welo-woo-product-hero .add-to-cart-block .button {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--welo-dark-color);
}

.welo-woo-product-hero .add-to-cart-block .button svg {
	width: 32px;
	height: 32px;
}



/*------------------------------------------------------*/
/*          		11 - Pagination
/*------------------------------------------------------*/

.page-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .92em;
	padding: 50px 0 0 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 15px, 0);
		-ms-transform: translate3d(0, 15px, 0);
			transform: translate3d(0, 15px, 0);
	-webkit-transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
	-o-transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
	transition: transform .6s cubic-bezier(.1, .5, .3, 1), opacity .6s cubic-bezier(.1, .5, .3, 1);
}

.products-pagination .page-pagination {
	padding: 20px 0 0 0;
}

.welo-loaded .page-pagination {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.page-pagination:not(.standard-style) li,
.page-pagination:not(.standard-style) span {
	display: inline-block;
}

.page-pagination:not(.standard-style) span {
	color: #fff;
	background: var(--welo-primary-color);
	text-align: center;
	border-radius: var(--welo-circle-border-radius);
}

/*-----*  ( Numeric Style )  *-----*/
.page-pagination.numeric-style {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.page-pagination.numeric-style li {
	display: inline-block;
	margin: 0 2px;
}

.page-pagination.numeric-style li a {
	display: block;
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.page-pagination.numeric-style li a:active {
	-webkit-transform: scale3d(.9, .9, 1);
		-ms-transform: scale3d(.9, .9, 1);
			transform: scale3d(.9, .9, 1);
}

.page-pagination.numeric-style li a:not(.next):not(.prev) {
	color: var(--welo-dark-color);
	background-color: transparent;
	border-radius: var(--welo-circle-border-radius);
	border: 1px solid var(--welo-light-border-color);
}

.page-pagination.numeric-style li:hover a:not(.next):not(.prev) {
	color: #fff;
	background-color: var(--welo-secondary-color);
	border-color: var(--welo-secondary-color);
}

.page-pagination.numeric-style li span {
	display: block;
	color: #fff;
	background: var(--welo-primary-color);
	border-radius: var(--welo-circle-border-radius);
}

.page-pagination.numeric-style li span,
.page-pagination.numeric-style li a:not(.next):not(.prev) {
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-pagination.numeric-style li a.next {
	margin-left: 12px;
}

.page-pagination.numeric-style li a.prev {
	margin-right: 12px;
}

.page-pagination.numeric-style svg {
	width: 20px;
}

.page-pagination.numeric-style a path {
	fill: var(--welo-dark-color);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.page-pagination.numeric-style a:hover path {
	fill: var(--welo-secondary-color);
}

/*-----*  ( Standard Style )  *-----*/
.page-pagination.standard-style a {
	display: block;
	color: var(--welo-dark-color);
}

.page-pagination.standard-style a span {
	font-size: .85em;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: left .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: left .4s cubic-bezier(.45, .24, .03, .93);
	transition: left .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .next {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.page-pagination.standard-style .next span {
	left: 0;
}

.page-pagination.standard-style .next:hover span {
	left: -25px;
	-webkit-transition-delay: .10s;
		 -o-transition-delay: .10s;
			transition-delay: .10s;
}

.page-pagination.standard-style .next i {
	position: relative;
	top: 6px;
	font-size: 28px;
}

.page-pagination.standard-style .next i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	right: 100%;
	top: 14px;
	opacity: 0;
	background: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translate(16px, -50%);
		-ms-transform: translate(16px, -50%);
			transform: translate(16px, -50%);
	-webkit-transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .5s cubic-bezier(.45, .24, .03, .93), width .5s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .next:hover i:after {
	opacity: 1;
	width: 38px;
}

.page-pagination.standard-style .previous {
	flex: 1;
	display: flex;
	justify-content: flex-start;
}

.page-pagination.standard-style .previous span {
	left: 0;
}

.page-pagination.standard-style .previous:hover span {
	left: 25px;
	-webkit-transition-delay: .1s;
		 -o-transition-delay: .1s;
			transition-delay: .1s;
}

.page-pagination.standard-style .previous i {
	position: relative;
	top: 6px;
	font-size: 28px;
}

.page-pagination.standard-style .previous i:after {
	content: '';
	display: block;
	height: 2px;
	width: 5px;
	position: absolute;
	left: 0;
	top: 14px;
	opacity: 0;
	background: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transform: translate(12px, -50%);
		-ms-transform: translate(12px, -50%);
			transform: translate(12px, -50%);
	-webkit-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
	transition: opacity .4s cubic-bezier(.45, .24, .03, .93), width .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.standard-style .previous:hover i:after {
	opacity: 1;
	width: 38px;
}

/*-----*  ( Load More Button Style )  *-----*/
.page-pagination.load-more-style {
	text-align: center;
}

.page-pagination.load-more-style .load-more, .page-pagination.load-more-style .no-more {
	display: inline-block;
	position: relative;
	font-size: .9em;
	line-height: 1;
	padding: 19px 35px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	background: var(--welo-primary-color);
	border-radius: var(--welo-second-border-radius);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	-o-transition: all .4s cubic-bezier(.45, .24, .03, .93);
	transition: all .4s cubic-bezier(.45, .24, .03, .93);
}

.page-pagination.load-more-style .load-more:hover {
	background: var(--welo-dark-color);
	color: #fff;
}

.page-pagination.load-more-style .load-more:before {
	content: '';
	display: block;
	width: 80%;
	height: 1px;
	background: #fff;
	opacity: 0;
	position: absolute;
	left: -110%;
	top: 50%;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.page-pagination.load-more-style .load-more:hover:before {
	left: 110%;
	opacity: 1;
}

.page-pagination.load-more-style .no-more {
	color: rgba(255, 255, 255, .6);
	pointer-events: none;
}



/*------------------------------------------------------*/
/*           12 - Contact & Mailchimp Forms
/*------------------------------------------------------*/

/*-----*  ( Contact Form - Main )  *-----*/
.wpcf7-form p {
	position: relative;
	margin-bottom: 0; 
}

.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-form .wpcf7-spinner {
	opacity: 1;
	background-color: var(--welo-dark-color);
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, 80%);
		-ms-transform: translate(-50%, 80%);
			transform: translate(-50%, 80%);
}

.wpcf7-form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-form .wpcf7-spinner:before {
	background-color: var(--welo-site-bg-color);
}

.wpcf7 form .wpcf7-response-output {
	border: 0;
	margin: 26px 0 0 0;
	padding: 12px 20px;
	font-size: .95em;
	line-height: 1.4em;
	color: #fff;
	border-radius: var(--welo-first-border-radius);
	-webkit-box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 6px 6px 10px rgba(0, 0, 0, .08);
			box-shadow: inset 7px 0 0 rgba(0, 0, 0, .14), 6px 6px 10px rgba(0, 0, 0, .08);
}

div.wpcf7-validation-errors, div.wpcf7-response-output {
	background: -webkit-linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
	background:         linear-gradient(90deg, #f0534d 0%, #f07c6c 100%);
}

div.wpcf7-mail-sent-ok {
	background: -webkit-linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
	background:         linear-gradient(90deg , #00cf8b 0%, #34e4ab 100%);
}

span.wpcf7-not-valid-tip {
	font-size: .85em;
	line-height: 1.5em;
	color: #f0534d;
	padding-top: 10px;
}

.welo-inline-inputs-inline .wpcf7-form {
	display: flex;
	align-content: center;
	gap: 20px;
}

.welo-inline-inputs-inline .wpcf7-form p {
	display: inline-flex;
	flex: 1 1 0px;
}

.welo-inline-inputs-inline .wpcf7-form input {
	width: 100%;
}

.welo-inline-inputs-inline .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.welo-inline-inputs-inline .wpcf7-form {
		flex-flow: row wrap;
	}
	.welo-inline-inputs-inline .wpcf7-form p:last-of-type {
		width: 100%;
		flex: auto;
	}
}

@media (max-width: 500px) {
	.welo-inline-inputs-inline .wpcf7-form {
		flex-flow: row wrap;
	}
	.welo-inline-inputs-inline .wpcf7-form p {
		width: 100%;
		flex: auto;
	}
}



.wpcf7 .wpcf7-form .ajax-loader {
	display: none;
	vertical-align: middle;
}

.wpcf7 .wpcf7-form.submitting .ajax-loader {
	display: inline-block;
}

.welo-cf7.loader-center .wpcf7 .wpcf7-form .ajax-loader {
	display: none;
	margin: 25px auto 0 auto;
}

.welo-cf7.loader-center .wpcf7 .wpcf7-form.submitting .ajax-loader {
	display: block;
}

.welo-cf7.show-labels label {
	display: block !important;
}

.welo-cf7.hide-labels label {
	display: none !important;
}

.welo-cf7 label {
	color: var(--welo-dark-color);
	font-size: .9em;
	line-height: 1;
	display: block;
	margin: -4px 0 14px 0;
	font-weight: 700;
}

.welo-cf7 label i {
	font-family: monospace, monospace;
	font-size: 1.2em;
	line-height: 0;
	margin: 0 3px;
	color: #f0534d;
}

.welo-cf7.submit-size-fullwidth input[type="submit"] {
	width: 100%;
}

/*-----*  ( Contact Form - Styled Forms )  *-----*/
.welo-cf7.style-1 label,
.welo-cf7.style-2 label,
.welo-cf7.style-4 label {
	display: none;
}

.welo-cf7.style-2 input[type="text"],
.welo-cf7.style-2 input[type="url"],
.welo-cf7.style-2 input[type="password"],
.welo-cf7.style-2 input[type="email"],
.welo-cf7.style-2 input[type="tel"],
.welo-cf7.style-2 input[type="search"] {
	background: #f1f4f9;
	padding: 17px 22px;
}

.welo-cf7.style-2 textarea {
	padding: 22px;
	background: #f1f4f9;
}

.welo-cf7.style-2 input:not(input[type="submit"]),
.welo-cf7.style-2 textarea {
	border: none !important;
}

.welo-cf7.style-2 input[type="text"]::-webkit-input-placeholder,
.welo-cf7.style-2 input[type="url"]::-webkit-input-placeholder,
.welo-cf7.style-2 input[type="password"]::-webkit-input-placeholder,
.welo-cf7.style-2 input[type="email"]::-webkit-input-placeholder,
.welo-cf7.style-2 input[type="tel"]::-webkit-input-placeholder,
.welo-cf7.style-2 input[type="search"]::-webkit-input-placeholder,
.welo-cf7.style-2 textarea::-webkit-input-placeholder {
	color: #98a1b0;
}

.welo-cf7.style-3 .wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 50px;
}

.welo-cf7.style-3 label {
	font-size: .9em;
	display: inline;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	will-change: transform;
	-webkit-transform: translate3d(1.6em, 15px, 0);
		-ms-transform: translate3d(1.6em, 15px, 0);
			transform: translate3d(1.6em, 15px, 0);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.welo-cf7.style-3 .focused label,
.welo-cf7.style-3 .text-filled label {
	color: var(--welo-dark-color);
	font-size: .8em;
	top: -14px;
	-webkit-transform: translate3d(2em, -100%, 0);
		-ms-transform: translate3d(2em, -100%, 0);
			transform: translate3d(2em, -100%, 0);
}

.welo-cf7.style-3 input[type="text"],
.welo-cf7.style-3 input[type="url"],
.welo-cf7.style-3 input[type="password"],
.welo-cf7.style-3 input[type="email"],
.welo-cf7.style-3 input[type="tel"],
.welo-cf7.style-3 input[type="search"] {
	padding: 16px 20px;
	border-radius: 0px !important;
}

.welo-cf7.style-3 textarea {
	padding: 22px;
	background: #eff2f6;
	border-radius: 0px !important;
}

.welo-cf7.style-3 input:not(input[type="submit"]),
.welo-cf7.style-3 textarea {
	background: rgba(255, 255, 255, 0);
	border: none !important;
	border-bottom: 1px solid #eff2f6 !important;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
}

.welo-cf7.style-3 .focused input:not(input[type="submit"]),
.welo-cf7.style-3 .focused textarea {
	background: #eff2f6;
}

.welo-cf7.style-3 .wpcf7-form-control-wrap {
	position: relative;
}

.welo-cf7.style-3 .wpcf7-form-control-wrap:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	height: 1px;
	width: 0;
	background: transparent;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.welo-cf7.style-3 .focused .wpcf7-form-control-wrap:before {
	background: #eff2f6;
	width: 100%;
}

.welo-cf7.style-3 input[type="text"]::-webkit-input-placeholder,
.welo-cf7.style-3 input[type="url"]::-webkit-input-placeholder,
.welo-cf7.style-3 input[type="password"]::-webkit-input-placeholder,
.welo-cf7.style-3 input[type="email"]::-webkit-input-placeholder,
.welo-cf7.style-3 input[type="tel"]::-webkit-input-placeholder,
.welo-cf7.style-3 input[type="search"]::-webkit-input-placeholder,
.welo-cf7.style-3 textarea::-webkit-input-placeholder {
	color: transparent;
}

.welo-cf7.style-4 label {
	color: rgba(255, 255, 255, .9);
}

.welo-cf7.style-4 input:not(input[type="submit"]),
.welo-cf7.style-4 textarea {
	color: #fff;
	background: rgba(255, 255, 255, .04);
	border: 2px solid rgba(255, 255, 255, 0);
}

.welo-cf7.style-4 input:not(input[type="submit"]):hover,
.welo-cf7.style-4 input:not(input[type="submit"]):focus,
.welo-cf7.style-4 textarea:hover,
.welo-cf7.style-4 textarea:focus {
	background: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, .05);
}

.welo-cf7.style-4 input[type="text"]::-webkit-input-placeholder,
.welo-cf7.style-4 input[type="url"]::-webkit-input-placeholder,
.welo-cf7.style-4 input[type="password"]::-webkit-input-placeholder,
.welo-cf7.style-4 input[type="email"]::-webkit-input-placeholder,
.welo-cf7.style-4 input[type="tel"]::-webkit-input-placeholder,
.welo-cf7.style-4 input[type="search"]::-webkit-input-placeholder,
.welo-cf7.style-4 textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

/*-----*  ( Mailchimp Forms )  *-----*/
.welo-mc4wp .mc4wp-form-fields {
	--welo-mc4wp-input-height: 56px;
}

.welo-mc4wp .mc4wp-form-fields,
.welo-mc4wp .mc4wp-form-fields > div {
	position: relative;
}

.welo-mc4wp.with-icon .mc4wp-form-fields:before {
	font-family: 'welo-ui' !important;
	content: '\e93e';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 24px;
	position: absolute;
	top: calc( (var(--welo-mc4wp-input-height)/2) );
	left: 25px;
	color: var(--welo-input-color);
	-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0);
}

.welo-mc4wp label {
	display: block;
	margin-top: 20px;
	font-size: .9em;
}

.welo-mc4wp label input[type="checkbox"] {
	vertical-align: middle;
	display: inline-block;
	margin-right: .5em;
}

.welo-mc4wp label a {
	text-decoration: underline;
}

.welo-mc4wp label a:hover {
	color: var(--welo-primary-color) !important;
}

.welo-mc4wp input[type="email"] {
	height: var(--welo-mc4wp-input-height);
	padding: 0 26px;
}

.welo-mc4wp input[type="submit"] {
	display: none;
}

.welo-mc4wp button {
	position: absolute;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 700;
	border: none !important;
	display: flex;
	align-items: center;
	border-radius: var(--welo-first-border-radius);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

@media (max-width: 767px) {
	.welo-mc4wp:not(.style-2) button {
		display: flex;
		position: relative;
		margin: 0;
		width: 100%;
		justify-content: center;
		padding: 12px 25px;
		top: 0;
		bottom: 0 !important;
		right: 0 !important;
		margin-top: 6px;
	}
	.welo-mc4wp.style-1.submit-btn-small input[type="email"] {
		padding-right: 26px !important;
	}
}

.welo-mc4wp.submit-btn-large button {
	position: relative;
	font-size: 13px;
	width: 100%;
	text-align: center;
	height: 52px;
	justify-content: center;
	margin-top: 25px;
}

.welo-mc4wp.with-btn-icon button:before {
	display: inline-block;
	font-family: 'welo-ui' !important;
	content: '\e93f';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 22px;
	position: relative;
	left: -6px;
	margin-right: 4px;
}

.welo-mc4wp.submit-btn-large button:before {
	font-size: 26px;
	left: 0;
	margin-right: 12px;
}

.welo-mc4wp.style-1 input[type="email"] {
	border: none;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color) !important;
			box-shadow: 0 8px 40px -5px var(--welo-light-shadow-color) !important;
}

.welo-mc4wp.style-1.with-icon input[type="email"] {
	padding-left: 62px;
}

.welo-mc4wp.style-1.submit-btn-small input[type="email"] {
	padding-right: 140px;
}

.welo-mc4wp.style-1 button {
	color: #fff;
	background-color: var(--welo-primary-color);
}

.welo-mc4wp.style-1.submit-btn-small button {
	right: 6px;
	top: 6px;
	bottom: 6px;
	height: auto;
}

.welo-mc4wp.style-2 input[type="email"] {
	background-color: #fff;
	border: 1px solid var(--welo-light-border-color);
}

.welo-mc4wp.style-2.with-icon input[type="email"] {
	padding-left: 58px;
}

.welo-mc4wp.style-2.submit-btn-small input[type="email"] {
	padding-right: 150px;
}

.welo-mc4wp.style-2 button {
	color: #fff;
	background-color: var(--welo-primary-color);
}

.welo-mc4wp.style-2.submit-btn-small button {
	right: 4px;
	top: 6px;
	bottom: 6px;
	color: var(--welo-dark-color);
	border-radius: 0 !important;
	background-color: transparent;
}

.welo-mc4wp.style-2.submit-btn-small button:hover {
	color: var(--welo-primary-color);
}

.welo-mc4wp.style-2.submit-btn-small button:before {
	left: 0;
	margin-right: 10px;
}

.welo-mc4wp.style-2.submit-btn-small button:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 23%;
	height: 54%;
	width: 1px;
	background-color: var(--welo-light-border-color);
}

.welo-mc4wp.style-3 input[type="email"] {
	padding-left: 0;
	padding-right: 0;
	border-radius: 0 !important;
}

.welo-mc4wp.style-3 input[type="email"],
.welo-mc4wp.style-3 input[type="email"]:focus,
.welo-mc4wp.style-3 input[type="email"]:hover {
	color: var(--welo-dark-color) !important;
	border: none !important;
	background-color: rgba(255, 255 ,255, .05) !important;
	border-bottom: 2px solid var(--welo-dark-color) !important;
}

.welo-mc4wp.style-3 input[type="email"]::-webkit-input-placeholder {
	color: var(--welo-dark-color) !important;
}

.welo-mc4wp.style-3.with-icon input[type="email"] {
	padding-left: 36px;
}

.welo-mc4wp.style-3.submit-btn-small input[type="email"] {
	padding-right: 90px;
}

.welo-mc4wp.style-3.with-icon .mc4wp-form-fields:before {
	color: var(--welo-dark-color);
	left: 0;
}

.welo-mc4wp.style-3 button {
	color: #fff;
	background-color: var(--welo-primary-color);
}

.welo-mc4wp.style-3.submit-btn-small button {
	font-size: 13px;
	padding-right: 0;
	padding-left: 0;
	right: 0;
	top: 6px;
	bottom: 6px;
	color: var(--welo-dark-color);
	border-radius: 0 !important;
	background-color: transparent;
}

.welo-mc4wp.style-3.submit-btn-small button:hover {
	color: var(--welo-primary-color);
}

.welo-mc4wp.style-3.submit-btn-small button:before {
	font-size: 26px;
	left: 0;
	margin-right: 12px;
}

.welo-mc4wp.style-4 input[type="email"],
.welo-mc4wp.style-4 input[type="email"]:focus,
.welo-mc4wp.style-4 input[type="email"]:hover {
	border: none;
	color: rgba(255, 255, 255, .8);
	background-color: rgba(255, 255 ,255, .04);
}

.welo-mc4wp.style-4 input[type="email"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}

.welo-mc4wp.style-4.with-icon input[type="email"] {
	padding-left: 58px;
}

.welo-mc4wp.style-4.submit-btn-small input[type="email"] {
	padding-right: 150px;
}

.welo-mc4wp.style-4.with-icon .mc4wp-form-fields:before {
	color: rgba(255, 255, 255, .7);
}

.welo-mc4wp.style-4 button {
	color: #fff;
	background-color: var(--welo-primary-color);
}

.welo-mc4wp.style-4.submit-btn-small button {
	right: 4px;
	top: 6px;
	bottom: 6px;
	color: rgba(255, 255, 255, .8);
	border-radius: 0 !important;
	background-color: transparent;
}

.welo-mc4wp.style-4.submit-btn-small button:hover {
	color: var(--welo-primary-color);
}

.welo-mc4wp.style-4.submit-btn-small button:before {
	left: 0;
	margin-right: 10px;
}

.welo-mc4wp.style-4.submit-btn-small button:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 25%;
	height: 50%;
	width: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.welo-mc4wp.style-4 .welo-styled-checkbox span {
	background-color: transparent;
	border-color: rgba(255, 255 ,255, .1);
}

.welo-mc4wp.style-4 .welo-styled-checkbox:hover input ~ span,
.welo-mc4wp.style-4 .welo-styled-checkbox input:focus ~ span,
.welo-mc4wp.style-4 .welo-styled-checkbox input:checked ~ span {
	border-color: rgba(255, 255 ,255, .2);
}

.welo-mc4wp.style-4 .welo-styled-checkbox span:before {
	border-radius: 1px;
	background-color: #fff;
}



/*------------------------------------------------------*/
/*					  13 - 404 Page
/*------------------------------------------------------*/

.welo-404 {
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}

.admin-bar .welo-404 {
	min-height: calc(100vh - 32px);
}

.welo-404 .container {
	position: relative;
}

.welo-404 h1 {
	display: inline-block;
	font-size: 11vw;
	line-height: 1 !important;
	margin: -0.6em 0 0 0;
	padding: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.welo-404 h4 {
	font-size: 2.2em;
	font-weight: 700;
	color: var(--welo-dark-color);
	margin-bottom: 4px;
}

.welo-404 p {
	margin-bottom: 25px;
	color: var(--welo-dark-color);
}

.welo-404 .welo-back-btn {
	display: inline-block;
	text-transform: capitalize;
	padding: 1.5em 2.8em;
	line-height: 1;
	background-color: var(--welo-site-bg-color);
	border: 2px solid #ecedef;
	color: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
	-webkit-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	-o-transition: all .4s cubic-bezier(.45, .35, .2, 1);
	transition: all .4s cubic-bezier(.45, .35, .2, 1);
}

.welo-404 .welo-back-btn:hover {
	color: #fff;
	background-color: var(--welo-primary-color);
	border-color: var(--welo-primary-color);
}

.error404 .welo-content-inner {
	position: relative;
}

.welo-404 .welo-animated-balls {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.welo-404 .welo-animated-balls .pentahedron {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: var(--welo-primary-color);
}

.welo-404 .welo-animated-balls .point {
	fill: var(--welo-secondary-color);
}

.welo-404 .welo-animated-balls .rhombus {
	fill: #88c7f1;
	stroke: #88c7f1;
}

.welo-404 .welo-animated-balls .x {
	fill: #ffce5e;
}

.welo-404 .welo-animated-balls .circle {
	fill: #c0b8ff;
}

.welo-404 .welo-animated-balls svg {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	will-change: transform;
}



/*------------------------------------------------------*/
/*					14 - Search Page
/*------------------------------------------------------*/
.welo-search-results .welo-search-item {
	width: 33.333%;
	float: left;
}

.mini-layout .welo-search-results .welo-search-item,
.left-sidebar-layout .welo-search-results .welo-search-item,
.right-sidebar-layout .welo-search-results .welo-search-item {
	width: 50%;
	float: left;
}

.welo-search-results .welo-search-item .welo-search-item-inner {
	position: relative;
	padding: 26px 30px 18px 30px;
	margin: 0 15px 30px 15px;
	border-radius: var(--welo-first-border-radius);
	will-change: transform;
	-webkit-box-shadow: 0 10px 40px -8px var(--welo-light-shadow-color);
			box-shadow: 0 10px 40px -8px var(--welo-light-shadow-color);
	-webkit-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .35s cubic-bezier(.25, 0, .3, 1);
	transition: all .35s cubic-bezier(.25, 0, .3, 1);
}

.welo-search-results .welo-search-item .welo-search-item-inner:hover {
	-webkit-transform: translate3d(0, -6px, 0);
		-ms-transform: translate3d(0, -6px, 0);
			transform: translate3d(0, -6px, 0);
}

.welo-search-results .welo-search-item .welo-thumb {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: var(--welo-first-border-radius);
}

.welo-search-results .welo-search-item .welo-thumb img {
	width: 100%;
	height: auto;
}

.welo-search-results .welo-search-item .welo-thumb a {
	display: block;
}

.welo-search-results .welo-search-item .welo-type {
	display: inline-block;
	padding: 6px 8px;
	color: #fff;
	font-size: .85em;
	line-height: 1;
	margin-bottom: 15px;
	border-radius: var(--welo-second-border-radius);
}

.welo-search-results .welo-search-item .welo-title {
	margin-bottom: 12px;
}

.welo-search-results .welo-search-item .welo-date {
	color: var(--welo-light-text-color);
	font-size: .9em;
	padding-top: 8px;
	margin-top: 25px;
	border-top: 1px solid var(--welo-light-border-color);
}

@media (max-width: 1024px) {
	.welo-search-results .welo-search-item {
		width: 50%;
	}
	.welo-search-results .welo-search-item .welo-search-item-inner {
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 767px) {
	.welo-search-results .welo-search-item,
	.mini-layout .welo-search-results .welo-search-item,
	.left-sidebar-layout .welo-search-results .welo-search-item,
	.right-sidebar-layout .welo-search-results .welo-search-item {
		width: 100%;
	}
}

.welo-search-results .welo-no-results {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.welo-search-results .welo-no-results p {
	padding: 0 16%;
	margin-bottom: 40px;
}

.welo-search-results .welo-no-results .widget_search input[type="text"] {
	font-size: 1em;
	padding: 20px 25px;
	border-radius: var(--welo-circle-border-radius);
}

.welo-search-results .welo-no-results .widget_search i {
	line-height: 60px;
	right: 16px;
}

.left-sidebar-layout .welo-search-results .welo-no-results,
.right-sidebar-layout .welo-search-results .welo-no-results {
	text-align: inherit;
	margin: 0;
	max-width: 500px;
}

.left-sidebar-layout .welo-search-results .welo-no-results p,
.right-sidebar-layout .welo-search-results .welo-no-results p {
	padding: 0;
	padding-right: 15%;
	color: var(--welo-dark-color);
}



/*------------------------------------------------------*/
/*                  15 - Footer Styles
/*------------------------------------------------------*/

/*-----*  ( Main )  *-----*/
.welo-footer {
	position: relative;
	z-index: 0;
	background-color: #fff;
}

@media (min-width: 1025px) {
	.welo-parallax-footer {
		position: sticky;
		left: 0;
		bottom: 0;
		z-index: 0;
		width: 100%;
	}
}

/*-----*  ( Next|Prev Posts )  *-----*/
.welo-next-prev {
	pointer-events: none;
}

.welo-next-prev.visible-item {
	pointer-events: auto;
}

.welo-next-prev > a {
	position: relative;
	display: block;
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 9999;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0);
	-webkit-transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .6s cubic-bezier(.45, .24, .03, 1);
	transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .6s cubic-bezier(.45, .24, .03, 1);
}

.welo-next-prev.visible-item > a {
	opacity: 1;
}

.welo-next-prev .welo-prev-post {
	right: auto;
	left: 50px;
}

.welo-next-prev .welo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
}

.welo-next-prev .welo-icon svg {
	position: relative;
	width: 18px;
	fill: #fff;
	opacity: 1;
	will-change: transform, opacity;
	-webkit-transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .3s cubic-bezier(.45, .24, .03, 1);
	-o-transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .3s cubic-bezier(.45, .24, .03, 1);
	transition: transform .6s cubic-bezier(.45, .24, .03, 1), opacity .3s cubic-bezier(.45, .24, .03, 1);
}

.welo-next-prev .welo-next-post:hover .welo-icon svg {
	opacity: 0;
	-webkit-transform: translate3d(8px, 0, 0);
		-ms-transform: translate3d(8px, 0, 0);
			transform: translate3d(8px, 0, 0);
}

.welo-next-prev .welo-prev-post:hover .welo-icon svg {
	opacity: 0;
	-webkit-transform: translate3d(-8px, 0, 0);
		-ms-transform: translate3d(-8px, 0, 0);
			transform: translate3d(-8px, 0, 0);
}

.welo-next-prev .welo-icon span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.welo-next-prev .welo-icon span:after {
	content: '';
	position: absolute;
	left: -1%;
	top: -1%;
	display: block;
	height: 102%;
	width: 102%;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: background-color .3s cubic-bezier(.45, .24, .03, 1);
	-o-transition: background-color .3s cubic-bezier(.45, .24, .03, 1);
	transition: background-color .3s cubic-bezier(.45, .24, .03, 1);
}

.welo-next-prev > a:hover .welo-icon span:after {
	background-color: rgba(0, 0, 0, 0);
}

.welo-next-prev .welo-post-data {
	position: absolute;
	height: 72px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-flow: column wrap;
	overflow: hidden;
	pointer-events: none;
	border-radius: var(--welo-circle-border-radius);
}

.welo-next-prev > a:hover .welo-post-data {
	pointer-events: auto;
}

.welo-next-prev .welo-post-data:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	will-change: transform;
	background-color: var(--welo-secondary-color);
	-webkit-transform: scale3d(0, 1, 1);
		-ms-transform: scale3d(0, 1, 1);
			transform: scale3d(0, 1, 1);
	-webkit-transition: transform .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: transform .6s cubic-bezier(.45, .24, .03, 1);
	transition: transform .6s cubic-bezier(.45, .24, .03, 1);
}

.welo-next-prev .welo-next-post .welo-post-data:before {
	-webkit-transform-origin: left;
		-ms-transform-origin: left;
			transform-origin: left;
}

.welo-next-prev .welo-prev-post .welo-post-data:before {
	-webkit-transform-origin: right;
		-ms-transform-origin: right;
			transform-origin: right;
}

.welo-next-prev > a:hover .welo-post-data:before {
	-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
}

.welo-next-prev .welo-next-post .welo-post-data {
	right: -6px;
	top: -6px;
	padding-right: 80px;
	padding-left: 32px;
}

.welo-next-prev .welo-prev-post .welo-post-data {
	left: -6px;
	top: -6px;
	padding-left: 80px;
	padding-right: 32px;
}

.welo-next-prev .welo-post-data h5 {
	margin-bottom: 0;
	color: #fff;
	line-height: 1.3em;
	max-width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.welo-next-prev .welo-post-data span {
	color: rgba(255, 255, 255, .7);
	font-size: .8em;
	margin-bottom: 3px;
	line-height: 1em;
	margin-top: 2px;
}

.welo-next-prev > a .welo-post-data h5,
.welo-next-prev > a .welo-post-data span {
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.45, .24, .03, 1);
	-o-transition: opacity .3s cubic-bezier(.45, .24, .03, 1);
	transition: opacity .3s cubic-bezier(.45, .24, .03, 1);
}

.welo-next-prev > a:hover .welo-post-data h5,
.welo-next-prev > a:hover .welo-post-data span {
	-webkit-transition-delay: .3s;
		 -o-transition-delay: .3s;
			transition-delay: .3s;
	opacity: 1;
}

/*-----*  ( Go Top Button )  *-----*/
.welo-go-top.style-1 {
	position: fixed;
	inset-inline-end: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	color: #fff;
	cursor: pointer;
	display: block;
	border-radius: var(--welo-circle-border-radius);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12);
			box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .12);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	mix-blend-mode: difference;
	will-change: transform, opacity;
	-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	transition: all .6s cubic-bezier(.45, .24, .03, 1);
}

.welo-go-top.style-1 i {
	position: absolute;
	text-align: center;
	font-size: 24px;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	line-height: 46px;
	cursor: pointer;
	display: block;
	-webkit-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	transition: all .6s cubic-bezier(.45, .24, .03, 1);
}

.welo-go-top.style-1 svg:not(.arrow) path {
	fill: none;
}

.welo-go-top.style-1 svg:not(.arrow) path {
	stroke: #fff;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.welo-go-top.style-1 svg.arrow {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-flex;
	width: 24px;
	fill: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
			transform: translate3d(-50%, -50%, 0);
}

.welo-go-top.style-1:hover svg.arrow {
	fill: #fff;
}

.welo-go-top.style-2 {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 45px;
	width: 45px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	display: block;
	border-radius: var(--welo-first-border-radius);
	border: 1px solid var(--welo-site-bg-color);
	z-index: 9999;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	overflow: hidden;
	mix-blend-mode: difference;
	will-change: transform, opacity;
	-webkit-transform: translateY(15px);
		-ms-transform: translateY(15px);
			transform: translateY(15px);
	-webkit-transition: all .4s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .4s cubic-bezier(.45, .24, .03, 1);
	transition: all .4s cubic-bezier(.45, .24, .03, 1);
}

.welo-go-top.style-2:hover {
	background: #333;
}

.welo-go-top.style-2:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: -5%;
	left: 0;
	background-color: var(--welo-site-bg-color);
	-webkit-transition: height .55s cubic-bezier(.45, .24, .03, 1);
	-o-transition: height .55s cubic-bezier(.45, .24, .03, 1);
	transition: height .55s cubic-bezier(.45, .24, .03, 1);
}

.welo-go-top.style-2:hover:before {
	height: 105%;
}

.welo-go-top.style-2 svg {
	position: relative;
	display: inline-flex;
	width: 26px;
	mix-blend-mode: difference;
	fill: var(--welo-site-bg-color);
	-webkit-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	-o-transition: all .6s cubic-bezier(.45, .24, .03, 1);
	transition: all .6s cubic-bezier(.45, .24, .03, 1);
}

.welo-go-top.style-2:hover svg {
	fill: #fff;
}

.welo-go-top.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.welo-go-top.active-progress.style-1:hover {
	-webkit-transform: translateY(-4px);
		-ms-transform: translateY(-4px);
			transform: translateY(-4px);
}

@media (max-width: 767px) {
	.welo-go-top { display: none !important; }
}


/*------------------------------------------------------*/
/*                  16 - Popup Modal
/*------------------------------------------------------*/

.welo-popup {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
}

.welo-popup.popup-loaded {
	visibility: visible;
}

.welo-popup .welo-popup-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity;
	background-color: rgba(17, 17 ,17, .3);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: .6s;
		 -o-transition-delay: .6s;
			transition-delay: .6s;
}

.welo-popup.popup-loaded .welo-popup-overlay {
	opacity: 1;
	-webkit-transition-delay: 0s;
		 -o-transition-delay: 0s;
			transition-delay: 0s;
}

.welo-popup .welo-popup-overlay .close-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	cursor: auto;
}

.welo-popup .welo-popup-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 960px;
	opacity: 0;
	will-change: transform, opacity;
	-webkit-transform: translate(-50%, -55%);
		-ms-transform: translate(-50%, -55%);
			transform: translate(-50%, -55%);
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.welo-popup.popup-loaded .welo-popup-wrap {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition-delay: .6s;
		 -o-transition-delay: .6s;
			transition-delay: .6s;
}

.welo-popup .welo-popup-wrap .elementor-container {
	width: 100% !important;
}

.welo-popup .close-btn {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: var(--welo-first-border-radius);
	-webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	-o-transition: all .45s cubic-bezier(.15, .2, .1, 1);
	transition: all .45s cubic-bezier(.15, .2, .1, 1);
}

.welo-popup .close-btn:active {
	-webkit-transform: scale3d(.88, .88, 1);
		-ms-transform: scale3d(.88, .88, 1);
			transform: scale3d(.88, .88, 1);
}

.welo-popup .close-btn span {
	display: block;
	position: absolute;
	top: 15px;
	left: 8px;
	width: 15px;
	height: 2px;
	background-color: var(--welo-dark-color);
	border-radius: var(--welo-circle-border-radius);
}

.welo-popup .close-btn span.line-1 {
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

.welo-popup .close-btn span.line-2 {
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.welo-cookies-alert {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99999;
	background-color: #fff;
	padding: 19px 30px;
	max-width: 50vw;
	line-height: 1.4em;
	border-radius: var(--welo-first-border-radius);
	will-change: opacity;
	-webkit-box-shadow: 0 0 25px var(--welo-light-shadow-color);
			box-shadow: 0 0 25px var(--welo-light-shadow-color);
	-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
			transform: translateY(-20px);
	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

@media (max-width: 1024px) {
	.welo-cookies-alert {
		max-width: 90vw;
		left: 5vw;
	}
}

.welo-cookies-alert.alert-loaded {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
}

.welo-cookies-alert .welo-alert-wrap {
	position: relative;
	padding-left: 40px;
	padding-right: 50px;
	font-size: .95em;
	color: var(--welo-dark-color);
}

.welo-cookies-alert .alert-icon {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 24px;
	color: var(--welo-dark-color);
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

.welo-cookies-alert .close-btn {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 16px;
	line-height: 1;
	color: var(--welo-light-text-color);
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}