/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Article
# 404 Error
# Footer
# Breadcrumb
# Builder
# Blog Page
# Widgets
	##Social
	## Image & Text
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##Sass Mixins
--------------------------------------------------------------*/

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

#page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	color: var(--theme--body-color);
	background: var(--theme--background-color);
	overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
.h1 {
	font-size: var(--theme--heading-size1);
}

h2,
.h2 {
	font-size: var(--theme--heading-size2);
}

h3,
.h3 {
	font-size: var(--theme--heading-size3);
}

h4,
.h4 {
	font-size: var(--theme--heading-size4);
}

h5,
.h5 {
	font-size: var(--theme--heading-size5);
}

h6,
.h6 {
	font-size: var(--theme--heading-size6);
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

section{
	width: 100%;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
optgroup,
select,
textarea {
	font-family: var(--theme--body-fonts);
	font-weight: var(--theme--body-font-weight);
	font-style: var(--theme--body-font-style);
	font-size: var(--theme--body-font-size);
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--theme--heading-fonts);
	font-weight: var(--theme--heading-font-weight);
	font-style: var(--theme--heading-font-style);
	text-transform: var(--theme--heading-font-text);
}

p {
	margin-bottom: 15px;
}

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

blockquote {
	margin: 1.5em;
	border-left-color: var(--theme--primary-color);
}

address {
	margin: 0 0 15px;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #f3f4f5;
	border-radius: 2px;
	color: #23282d;
	font-family: Menlo, Consolas, monaco, monospace;
	font-size: 14px;
	padding: 2px;
}

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

ins {
	text-decoration: underline;
}

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
	color: var(--theme--body-color);
	background: var(--theme--background-color);
}

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

body {
	color: var(--theme--body-color);
	background: var(--theme--background-color);
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn{
	font-family: var(--theme--button-fonts);
	font-weight: var(--theme--button-font-weight);
	font-size: var(--theme--button-font-size);
	font-style: var(--theme--button-font-style);
	text-transform: var(--theme--button-font-text);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    max-width: 250px;
    border-radius: 3px;
	text-transform: uppercase;
	padding: 10px 15px;
	border: 1px solid;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--theme--secondary-color);
	background: var(--theme--primary-color);
	border-color: var(--theme--primary-color);
	font-family: var(--theme--button-fonts);
	font-size: var(--theme--button-font-size);
	font-weight: var(--theme--button-font-weight);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: var(--theme--primary-color);
	background: var(--theme--secondary-color);
	border-color: var(--theme--secondary-color);
	outline: unset;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	color: var(--theme--primary-color);
	background: var(--theme--secondary-color);
	border-color: var(--theme--secondary-color);
	outline: unset;
}

.btn-primary,
a.btn.btn-primary{
	position: relative;
	padding: 10px 15px;
	border-radius: 3px;
    min-width: 150px;
	text-transform: inherit;
	font-family: var(--theme--button-fonts);
	font-weight: var(--theme--button-font-weight);
	font-size: var(--theme--button-font-size);
	font-style: var(--theme--button-font-style);
	text-transform: var(--theme--button-font-text);
	color: var(--theme--secondary-color);
	background: var(--theme--primary-color);
	border-color: var(--theme--primary-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-primary:hover,
a.btn.btn-primary:hover{
	color: var(--theme--primary-color);
	background: var(--theme--secondary-color);
	border-color: var(--theme--secondary-color);
}

.btn-secondary {
	position: relative;
	padding: 10px 15px;
	border-radius: 3px;
    min-width: 150px;
	text-transform: inherit;
	font-family: var(--theme--button-fonts);
	font-weight: var(--theme--button-font-weight);
	font-size: var(--theme--button-font-size);
	font-style: var(--theme--button-font-style);
	text-transform: var(--theme--button-font-text);
	color: var(--theme--primary-color);
	background: var(--theme--secondary-color);
	border-color: var(--theme--secondary-color);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-secondary:hover{
	color: var(--theme--secondary-color);
	background: var(--theme--primary-color);
	border-color: var(--theme--primary-color);
}

.btn-custom{
	position: relative;
	padding: 10px 15px;
	border-radius: 3px;
    min-width: 150px;
	text-transform: inherit;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: var(--theme--button-fonts);
	font-weight: var(--theme--button-font-weight);
	font-size: var(--theme--button-font-size);
	font-style: var(--theme--button-font-style);
	text-transform: var(--theme--button-font-text);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	outline: none;
	border-radius: 3px;
	padding: 12px 15px;
	color: var(--theme--body-color);
	border: 1px solid var(--theme--border-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--theme--body-color);
}

select {
	border: 1px solid var(--theme--border-color);
	padding: 10px;
}

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

label {
	font-weight: 300;
}

input[type="search"] {
	width: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	margin: 0;
	position: relative;
	color: var(--theme-header-color);
}

.site-header .header--default .header-inner,
.site-header .header--center .header-inner,
.site-header .header--custom .header-inner{
	z-index: 10001;
	transition: all 0.57s ease;
	-webkit-transition: all 0.57s ease;
	background: var(--theme--header-background);
	border-bottom: 1px solid var(--theme--border-color);
}

.site-header .header-transparent .header-inner{
	background: transparent;
	border: 0;
}

.site-header .header--default.header-transparent:hover .header-inner,
.site-header .header--center.header-transparent:hover .header-inner,
.site-header .header--custom.header-transparent:hover .header-inner{
	background: var(--theme--header-background);
}

.site-header .header-transparent .header-inner{
	position: absolute;
    z-index: 1001;
}

.site-header .header-sticky.sticky .header-inner{
	position: fixed;
    background: var(--theme--secondary-color);
}

.site-header .header--default {
	position: relative;
	padding: 0;
	margin: 0;
}

.site-header .header--default .navigation{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.site-header .header--default .header-inner {
	width: 100%;
    padding: 15px 0;
    vertical-align: top;
}

.site-header .header--default .site-branding .site-title {
	margin: 0;
    padding: 0;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.2;
	font-weight: 700;
	color: var(--theme--body-color);
	font-family: var(--theme--heading-fonts);
	text-transform: uppercase;
	text-decoration: none;
}

.site-header .header--default .site-branding .site-title a{
	color: var(--theme--body-color);
	font-family: var(--theme--heading-fonts);
}

.site-header .header--default .site-branding .no-tagline {
	font-size: 30px;
	line-height: 1.5;
}

.site-header .header--default .site-branding .site-description {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 12px;
}

.site-header .header--default .site-branding a {
	text-decoration: none;
	color: var(--theme--primary-color);
}

.section-page-header {
	padding: 15px 0;
	line-height: 2;
	background: var(--theme--primary-color);
}

.section-page-header .entry-title,
.section-page-header .page-title {
	margin: 0;
	float: left;
	line-height: 2;
	padding: 0;
	text-align: left;
	width: auto;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 24px;
	letter-spacing: 0.2px;
	color: var(--theme--secondary-color);
}

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


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a,
a:visited {
	color: var(--theme--link-color);
}

a:hover,
a:focus,
a:active {
	color: var(--theme--link-hover-color);
}

a:focus,
a:hover,
a:active {
	outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	color: var(--theme--navigation-color);
	font-family: var(--theme--navigation-fonts);
	font-weight: var(--theme--navigation-font-weight);
	font-size: var(--theme--navigation-font-size);
}

.main-navigation .nav--desktop-menu,
.main-navigation .nav--mobile-menu{
	opacity: 0;
	margin: 0;
	list-style: none;
	visibility: hidden;
	position: absolute;
}

.main-navigation .nav--mobile-menu{
	transform: translateX(-320px);
	-webkit-transform: translateX(-320px);
	transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	background: var(--theme--navigation-background);
}

.main-navigation .nav--desktop-menu li {
	float: none;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
}

.main-navigation .nav--desktop-menu li.simple--menu-parent,
.main-navigation .nav--desktop-menu li.mega--menu-parent{
	padding: 0;
	position: unset;
}

.main-navigation .nav--desktop-menu li .icon i,
.main-navigation .nav--mobile-menu li .icon i{
	top: 1px;
	font-size: 18px;
    margin-right: 7.5px;
    position: relative;
}

.main-navigation .nav--desktop-menu li .image img{
	margin-right: 7.5px;
    position: relative;
}

.main-navigation .nav--desktop-menu li > a {
	display: block;
	line-height: 1;
	padding: 12px 0 12px 30px;
	text-decoration: none;
	color: var(--theme--navigation-color);
	font-family: var(--theme--navigation-fonts);
	font-weight: var(--theme--navigation-font-weight);
	font-size: var(--theme--navigation-font-size);
	text-transform: uppercase;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.main-navigation .nav--desktop-menu li:hover,
.main-navigation .nav--desktop-menu li:hover>a,
.main-navigation .nav--desktop-menu li a:hover,
.main-navigation .nav--desktop-menu li a:active,
.main-navigation .nav--mobile-menu li:hover,
.main-navigation .nav--mobile-menu li:hover>a,
.main-navigation .nav--mobile-menu li a:hover,
.main-navigation .nav--mobile-menu li a:active{
	color: var(--theme--navigation-hover-color);
}

.main-navigation .nav--desktop-menu ul .simple--menu-parent {
	position: relative;
}

.main-navigation .nav--desktop-menu .simple--menu-parent:hover::after,
.main-navigation .nav--desktop-menu .mega--menu-parent:hover::after{
	content: '';
	left: 0;
	width: 100%;
	height: 100%;
	top: 100%;
    position: absolute;
	min-width: 225px;
	cursor: pointer;
}

.main-navigation .nav--desktop-menu .simple--menu-parent ul,
.main-navigation .nav--desktop-menu ul .mega-menu {
	text-align: left;
	float: left;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	min-width: 250px;
	margin-top: 17px;
	margin-left: 15px;
	padding-left: 0;
	-webkit-transition: all .01s;
    -moz-transition: all .01s;
    -o-transition: all .01s;
    transition: all .01s;
    -webkit-box-shadow: 0 2px 76px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 2px 76px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 76px 0 rgba(0,0,0,.05);
    z-index: 999;
	background: var(--theme--navigation-background);
}

.main-navigation .nav--desktop-menu ul .mega-menu{
	padding: 15px 0 0;
	right: 0px;
}

.main-navigation .nav--desktop-menu .mega-menu .container{
	margin: 0 auto;
	width: 100%;
}

.main-navigation .nav--desktop-menu ul .fullwidth::before,
.main-navigation .nav--desktop-menu ul .fullwidth::after{
	content: "";
    left: -2000px;
    top: 0;
    bottom: 0;
    width: 2000px;
    background: inherit;
    position: absolute;
    height: 100%;
    z-index: 1;
    display: block;
}

.main-navigation .nav--desktop-menu ul .mega-menu::after{
	left: auto;
    right: -2000px;
}

.main-navigation .nav--desktop-menu ul ul ul {
	left: -999em;
	top: 0;
	min-width: 225px;
	padding-top: 0;
}

.main-navigation .nav--desktop-menu ul ul li {
	display: block;
	position: relative;
}

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

.main-navigation .nav--desktop-menu ul ul a {
	display: block;
	width: 100%;
}

.main-navigation .nav--desktop-menu a:hover,
.main-navigation .nav--desktop-menu .current-menu-item,
.main-navigation .nav--desktop-menu .current-menu-item a {
	font-family: var(--theme--navigation-fonts);
	font-weight: var(--theme--navigation-font-weight);
	font-size: var(--theme--navigation-font-size);
	color: var(--theme--navigation-hover-color);
}

.main-navigation .nav--desktop-menu ul li:hover .simple-menu,
.main-navigation .nav--desktop-menu ul li:hover .mega-menu{
	left: 15px;
	opacity: 1;
    visibility: visible;
}

.main-navigation .nav--desktop-menu ul li:hover .mega-menu{
	left: auto;
}

.main-navigation .nav--desktop-menu li .toggle-submenu{
	color: var(--theme--navigation-color);
}

.main-navigation .nav--desktop-menu li:hover .toggle-submenu{
	color: var(--theme--navigation-hover-color);
}

.main-navigation .menu-toggle,
.main-navigation .menu-toggle:active,
.main-navigation .menu-toggle:focus{
	all: unset;
	width: 24px;
	font-size: 20px;
	background: transparent;
	border: 0;
	color: #000;
	overflow: hidden;
	display: inline-block;
	height: 24px;
	text-align: center;
	padding: 0;
	outline: none;
	margin: 9px 0;
	position: relative;
}

.header--default .navigation .main-navigation {
	display: block;
	text-align: right;
}

/*--------------------------------------------------------------
## Post/Page Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

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


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	*zoom: 1;
}

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

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	font-family: var(--theme--body-fonts);
	font-weight: var(--theme--body-font-weight );
	font-style: var(--theme--body-font-style);
	font-size: var(--theme--body-font-size);
	padding: 15px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.widget ul li {
	margin-bottom: 7.5px;
}

.widget a {
	color: var(--theme--body-color);
}

.widget .widget-title {
	letter-spacing: 0.8px;
	position: relative;
	text-align: left;
    padding: 10px 15px;
	margin: -15px -16px 15px;
}

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

.widget .menu a {
	color: #000000;
}

.widget_product_search form,
.widget_search form,
.search-form {
	position: relative;
}

.widget_product_search form input[type="text"],
.widget_search form input[type="text"] ,
.search-form input[type="text"]{
	width: 100%;
	padding: 15px;
}

.widget_product_search form button[type="submit"],
.widget_search form button[type="submit"],
.search-form button[type="submit"] {
	right: 0;
    top: 0;
    position: absolute;
    padding: 10px;
    width: 44px;
    outline: none;
	background: transparent;
	border: unset;
	font-size: 20px;
	color: var(--theme--primary-color);
}

.sidebar-widget .widget{
	color: var(--theme--sidebar-color);
	background: var(--theme--sidebar-background);
	border: 1px solid;
	border-color: var(--theme--border-color);
}

.sidebar-widget .widget .widget-title{
	color: var(--theme--sidebar-heading-color);
	background: var(--theme--sidebar-heading-background);
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.section-default {
	padding: 30px 0;
}

.sticky {
	display: block;
}

.entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 0;
}

.page,
.post {
	margin: 0;
	position: relative;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	font-size: 18px;
	padding-top: 15px;
}

.page-links .post-page-numbers {
	display: inline-block;
	background: #000;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	color: #fff;
	margin-right: 7.5px;
	font-size: 14px;
}

.page-links .post-page-numbers.current {
	background: #757575;
	color: #fff;
}

.page-header {
	margin: 0;
	padding: 0;
}

.page-header .page-title {
	margin: 0 0 15px;
}

.entry-footer {
	margin-top: 30px;
}

.entry-footer .edit-link {
	font-size: 12px;
	width: 75px;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	padding: 10px;
	position: relative;
	text-transform: uppercase;
	border-radius: 3px;
	color: var(--theme--secondary-color);
	background: var(--theme--primary-color);
	font-family: var(--theme--button-fonts);
	font-weight: var(--theme--button-font-weight);
}

.entry-footer .edit-link a {
	border-radius: 3px;
	text-decoration: none;
	color: var(--theme--secondary-color);
}

.entry-footer .edit-link #vc_load-inline-editor{
	display: none;
}

.single article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid;
	border-color: var(--theme--border-color);
}

.single article .entry-title {
	padding: 15px 0;
	margin: 0;
}

.single article .entry-title a {
	color: #000000;
	text-decoration: none;
}

.single article .entry-meta .fa {
	margin-right: 7.5px;
}

.single article .entry-meta .posted-on {
	margin-right: 15px;
}

.single article .entry-meta a {
	color: #000000;
	text-decoration: none;
}

.single article .more-link {
	position: relative;
	display: block;
	max-width: 150px;
	text-align: center;
	margin-top: 15px;
	background: #000;
	color: #fff;
	font-size: 14px;
	z-index: 0;
	overflow: hidden;
	padding: 10px 15px;
	border-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.single article .more-link:hover {
	color: #fff;
}

.single article .entry-footer {
	margin-top: 0;
}

.single article .entry-footer .cat-links,
.single article .entry-footer .comments-link,
.single article .entry-footer .tags-links {
	display: block;
}

.single article .entry-footer .cat-links .fa,
.single article .entry-footer .comments-link .fa,
.single article .entry-footer .tags-links .fa {
	margin-right: 7.5px;
}

.single article .entry-footer .cat-links a,
.single article .entry-footer .comments-link a,
.single article .entry-footer .tags-links a {
	color: #000000;
	text-decoration: none;
}

.section--blog-template .blog-grid .post-meta{
    padding: 15px 0;
	margin-top: 15px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: var(--theme--border-color);
}

.section--blog-template .blog-grid .posted-on,
.section--blog-template .blog-grid .posted-on a,
.section--blog-template .blog-grid .comments-link,
.section--blog-template .blog-grid .comments-link a{
	color: var(--theme--body-color);
	text-decoration: none;
}

.section--blog-template .blog-grid .posted-on i,
.section--blog-template .blog-grid .comments-link i{
	top: 2px;
	margin-right: 5px;
    position: relative;
}

.section--blog-template .blog-grid .posted-on i{
	top: 0;
}

.section--blog-template .blog-grid .comments-link{
	float: right;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area .comment-list .children,
.comments-area .comment-list ol {
	list-style: none;
	margin-top: 30px;
}

.comments-area .comment-list .comment {
	margin-bottom: 30px;
}

.comments-area .comment-content a {
	word-wrap: break-word;
}

.comments-area .bypostauthor {
	display: block;
}

.comments-area .avatar {
	float: left;
	overflow: hidden;
	width: 95px;
	height: 95px;
	margin-right: 25px;
	border: 3px solid #fff;
	border-radius: 0;
}

.comments-area .reply .comment-reply-link {
	background: #000;
	color: #fff;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 0px;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
## Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
article{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

article .entry-title{
	padding: 15px 0;
	margin: 0;
}

article .entry-title a{
	color: #000000;
	text-decoration: none;
}

article .entry-meta i{
	margin-right: 7.5px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

article .entry-meta .posted-on{
	margin-right: 15px;
}

article .entry-meta a{
	color: #000000;
	text-decoration: none;
}

article .more-link{
	position: relative;
	display: block;
	max-width: 150px;
	text-align: center;
	margin-top: 15px;
	background: #000;
	color: #fff;
	font-size: 14px;
	z-index: 0;
	overflow: hidden;
	padding: 10px 15px;
	border-color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

article .more-link:hover{
	color: #fff;
}

article .entry-footer{
	margin-top: 0;
}

article .entry-footer .cat-links,
article .entry-footer .comments-link,
article .entry-footer .tags-links{
	display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

article .entry-footer .cat-links a,
article .entry-footer .comments-link a,
article .entry-footer .tags-links a{
	color: #000000;
	text-decoration: none;
    margin-left: 7.5px;
}

article .entry-footer .cat-links i,
article .entry-footer .comments-link i,
article .entry-footer .tags-links i{
	margin-right: 5px;
}

/*--------------------------------------------------------------
#404 Error
--------------------------------------------------------------*/
.section--error-template .not-found {
	display: flex;
    align-items: center;
	flex-direction: row;
    justify-content: center;
}

.section--error-template .content-area{
	padding-top: 10%;
	padding-bottom: 10%;
}

.section--error-template .page-large-text .page-heading-large {
	font-size: 150px;
}

.section--error-template .not-found .page-content {
	padding-left: 30px;
}

.section--error-template .not-found .page-content .page-title {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.section--error-template .not-found .page-content .content {
	margin-top: 7.5px;
}

.section--error-template .not-found .btn{
	border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 15px;
	color: var(--theme--secondary-color);
    background: var(--theme--primary-color);
    border-color: var(--theme--primary-color);
    font-weight: var(--theme--button-font-weight);
    font-size: var(--theme--button-font-size);
    font-family: var(--theme--button-fonts);
}

.section--error-template .search-form {
	position: relative;
}

.section--error-template .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------
#Footer
--------------------------------------------------------------*/
.site-footer{
    padding: 45px 0;
	color: var(--theme--footer-color);
	background: var(--theme--footer-background);
}

.site-footer .scroll-partials{
	position: fixed;
    right: 30px;
    bottom: 75px;
}

.site-footer .scroll-partials a{
	padding: 7.5px;
	font-size: 22px;
    text-align: center;
	width: 45px;
    height: 45px;
    border-radius: 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	color: transparent;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background: var(--theme--secondary-color);
}

.site-footer .scroll-partials a:hover{
	background: var(--theme--primary-color);
}

.site-footer .scroll-partials a span{
	display: block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	color: var(--theme--primary-color);
}

.site-footer .scroll-partials a:hover span{
	color: var(--theme--secondary-color);
}

/*--------------------------------------------------------------
##Section
--------------------------------------------------------------*/
.site-footer .section--footer-top .footer-block{
	text-align: center;
	margin-top: 0;
	text-transform: uppercase;
}

.site-footer .section--footer-top .footer-block .title,
.site-footer .section--footer-middle .footer-block .title{
	margin-top: 0;
	text-transform: uppercase;
    font-weight: 600;
	color: (--theme--footer-heading-color);
}

.site-footer .section--footer-middle .footer-block a{
	text-decoration: none;
	color: var(--theme--footer-link-color);
}

.site-footer .section--footer-middle .footer-block a:hover{
	color: var(--theme-footer-link-hover-color);
}

/*--------------------------------------------------------------
##Copyright
--------------------------------------------------------------*/
.site-footer .section-copyright .footer-menu{
	margin: 0;
    padding: 0;
    list-style: none;
	float: right;
}

.site-footer .section-copyright .footer-menu li{
	display: inline;
    float: left;
	margin-left: 15px;
}

.site-footer .section-copyright .footer-menu li a{
	text-decoration: none;
	color: var(--theme--footer-link-color);
}

.site-footer .section-copyright .footer-menu li a:hover{
	color: var(--theme--footer-link-hover-color);
}

.site-footer .section-copyright .site-info{
	font-size: 14px;
}

.site-footer .section-copyright .site-info small{
	font-size: inherit;
}

/*--------------------------------------------------------------
#Breadcrumb
--------------------------------------------------------------*/
.breadcrumb-trail{
	position: relative;
	margin: 0;
}

.breadcrumb-trail .trail-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb-trail .trail-items li{
	line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumb-trail .trail-items .trail-item:last-child {
	padding: 0;
}

.breadcrumb-trail .trail-items .trail-item a {
	padding-right: 25px;
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
}

.breadcrumb-trail .trail-items .trail-item a:after {
	content: "\e876";
    position: absolute;
    font-family: 'Linear Icons';
    right: 7.5px;
    font-size: 11px;
    top: 1px;
}

/*--------------------------------------------------------------
#Post & Pages
--------------------------------------------------------------*/
.page--entry-header{
	padding: 15px 0;
	margin-bottom: 30px;
}

.page--entry-header.medium{
	padding: 75px;
}

.page--entry-header.large{
	padding: 150px 0;
}

/*--------------------------------------------------------------
#Shape Divider
--------------------------------------------------------------*/
.shape-divider{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
}

.shape-divider svg{
	display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: calc(100% + 1.5px);
	vertical-align: top;
}

.shape-divider.shape-flip svg{
	-webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}

.shape-divider{
	bottom: 0;
	display: none;
}

.shape-divider:first-of-type{
	display: block;
}

.shape-divider-top .shape-divider{
	top: 0;
	bottom: unset;
}

/*--------------------------------------------------------------
#Comment
--------------------------------------------------------------*/
.comments-area{
	position: relative;
}

.comments-area .comment-respond label{
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--theme--heading-fonts);
	font-size: 14px;
}

.comments-area .comment-form-cookies-consent label{
	text-transform: none;
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email{
	display: inline-block;
	width: calc( 50% - 15px );
	width: -webkit-calc( 50% - 15px );
}

.comments-area .comment-respond .comment-form-email{
	float: right;
}

.comments-area .comment-respond input{
	width: 100%;
}

.comments-area .comment-form-cookies-consent input{
    float: left;
    width: auto;
    margin: 2px 5px 2px 0;
}

/*--------------------------------------------------------------
#Image Mask
--------------------------------------------------------------*/
.has-shape-divider{
	position: relative;
	overflow-x: hidden;
}

/*--------------------------------------------------------------
#Image Mask
--------------------------------------------------------------*/
.clipping-mask .image-mask1{
	mask-image: url('../../src/mask/mask1.svg');
    -webkit-mask-image: url('../../src/mask/mask1.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask2{
	mask-image: url('../../src/mask/mask2.svg');
    -webkit-mask-image: url('../../src/mask/mask2.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask3{
	mask-image: url('../../src/mask/mask3.svg');
    -webkit-mask-image: url('../../src/mask/mask3.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask4{
	mask-image: url('../../src/mask/mask4.svg');
    -webkit-mask-image: url('../../src/mask/mask4.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask5{
	mask-image: url('../../src/mask/mask5.svg');
    -webkit-mask-image: url('../../src/mask/mask5.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask6{
	mask-image: url('../../src/mask/mask6.svg');
    -webkit-mask-image: url('../../src/mask/mask6.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask7{
	mask-image: url('../../src/mask/mask7.svg');
    -webkit-mask-image: url('../../src/mask/mask7.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask8{
	mask-image: url('../../src/mask/mask8.svg');
    -webkit-mask-image: url('../../src/mask/mask8.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask9{
	mask-image: url('../../src/mask/mask9.svg');
    -webkit-mask-image: url('../../src/mask/mask9.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask10{
	mask-image: url('../../src/mask/mask10.svg');
    -webkit-mask-image: url('../../src/mask/mask10.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask12{
	mask-image: url('../../src/mask/mask12.svg');
    -webkit-mask-image: url('../../src/mask/mask12.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask13{
	mask-image: url('../../src/mask/mask13.svg');
    -webkit-mask-image: url('../../src/mask/mask13.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask14{
	mask-image: url('../../src/mask/mask14.svg');
    -webkit-mask-image: url('../../src/mask/mask14.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask15{
	mask-image: url('../../src/mask/mask15.svg');
    -webkit-mask-image: url('../../src/mask/mask15.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask16{
	mask-image: url('../../src/mask/mask16.svg');
    -webkit-mask-image: url('../../src/mask/mask16.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask17{
	mask-image: url('../../src/mask/mask17.svg');
    -webkit-mask-image: url('../../src/mask/mask17.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.clipping-mask .image-mask18{
	mask-image: url('../../src/mask/mask18.svg');
    -webkit-mask-image: url('../../src/mask/mask18.svg');
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

/*--------------------------------------------------------------
#Blog
--------------------------------------------------------------*/
.section-home{
	padding: 30px 0;
}

/*--------------------------------------------------------------
#Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##Social
--------------------------------------------------------------*/
.widget-social .social-icon{
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-social .social-icon{
	display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
	font-size: 18px;
	margin-right: 10px;
	color: var(--theme--secondary-color );
	background: var(--theme--primary-color );
}

.widget-social .social-icon:last-child{
	margin-right: 0;
}

.widget-social .social-icon a{
	width: 100%;
    height: 100%;
	display: block;
	color: inherit;
}

/*--------------------------------------------------------------
##Image & Text
--------------------------------------------------------------*/
.widget--image-text{
	position: relative;
	padding: 0;
	border-width: 0 !important;
}

.widget--image-text:after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc( 100% - 20px );
	width: -webkit-calc( 100% - 20px );
	height: calc( 100% - 20px );
	height: -webkit-calc( 100% - 20px );
	background: rgba(0, 0, 0, 0.6);
}

.widget--image-text .caption{
	position: absolute;
    top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	padding: 20px;
	width: 100%;
	z-index: 1;
}

.widget--image-text .caption h4{
    padding: 10px 20px;
    max-width: fit-content;
	background: #fff;
	color: var(--theme--body-color);
}

.widget--image-text .onstate h4{
    padding: 10px 20px;
    max-width: fit-content;
	margin: 0 auto;
	float: none;
}

.widget--image-text .caption .rte{
	text-align: left;
	margin-bottom: 15px;
	color: var(--theme--secondary-color);
}
